aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'wireless-2026-02-04' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski3-3/+7
8 daysnet: cpsw: Execute ndo_set_rx_mode callback in a work queueKevin Hao1-6/+35
8 daysnet: cpsw_new: Execute ndo_set_rx_mode callback in a work queueKevin Hao2-5/+30
8 daysgve: Correct ethtool rx_dropped calculationMax Yuan1-6/+17
8 daysgve: Fix stats report corruption on queue count changeDebarghya Kundu2-22/+36
8 daysnet: ethernet: adi: adin1110: Check return value of devm_gpiod_get_optional()...Chen Ni1-0/+3
9 dayswifi: iwlwifi: mvm: pause TCM on fast resumeMiri Korenblit1-1/+5
9 dayswifi: iwlwifi: mld: cancel mlo_scan_start_wkMiri Korenblit2-2/+2
9 daysnet: spacemit: k1-emac: fix jumbo frame supportTomas Hlavacek1-6/+15
9 daysMerge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski4-88/+136
9 daysnet: enetc: Convert 16-bit register reads to 32-bit for ENETC v4Claudiu Manoil2-4/+15
9 daysnet: enetc: Convert 16-bit register writes to 32-bit for ENETC v4Claudiu Manoil1-2/+2
9 daysnet: enetc: Remove CBDR cacheability AXI settings for ENETC v4Claudiu Manoil1-4/+0
9 daysnet: enetc: Remove SI/BDR cacheability AXI settings for ENETC v4Claudiu Manoil1-4/+7
9 daysnet: stmmac: fix stm32 (and potentially others) resume regressionRussell King (Oracle)1-1/+2
12 daysnet: usb: r8152: fix resume reset deadlockSergey Senozhatsky1-14/+15
12 daysmacvlan: fix error recovery in macvlan_common_newlink()Eric Dumazet1-2/+3
12 daysnet: sfp: Fix quirk for Ubiquiti U-Fiber Instant SFP moduleMarek BehĂșn1-0/+2
13 daysi40e: drop udp_tunnel_get_rx_info() call from i40e_open()Mohammad Heib1-1/+0
13 daysice: drop udp_tunnel_get_rx_info() call from ndo_open()Mohammad Heib1-3/+0
13 daysice: Fix PTP NULL pointer dereference during VSI rebuildAaron Ma3-5/+29
13 daysice: PTP: fix missing timestamps on E825 hardwareJacob Keller3-78/+103
13 daysice: fix missing TX timestamps interrupts on E825 devicesGrzegorz Nitka1-1/+4
13 daysdpaa2-switch: add bounds check for if_id in IRQ handlerJunrui Luo1-0/+4
13 daysnet: liquidio: Fix off-by-one error in VF setup_nic_devices() cleanupZilin Guan1-2/+2
13 daysnet: liquidio: Fix off-by-one error in PF setup_nic_devices() cleanupZilin Guan1-2/+3
13 daysnet: liquidio: Initialize netdev pointer before queue setupZilin Guan1-17/+17
13 daysdpaa2-switch: prevent ZERO_SIZE_PTR dereference when num_ifs is zeroJunrui Luo1-0/+6
2026-01-28net/mlx5e: Skip ESN replay window setup for IPsec crypto offloadJianbo Liu1-1/+2
2026-01-28net/mlx5: Fix vhca_id access call trace use before allocParav Pandit4-11/+21
2026-01-28net/mlx5: fs, Fix inverted cap check in tx flow table root disconnectShay Drory1-1/+2
2026-01-28net: phy: micrel: fix clk warning when removing the driverWei Fang1-4/+13
2026-01-28net/mlx5e: don't assume psp tx skbs are ipv6 csum handlingDaniel Zahka1-6/+11
2026-01-28Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski3-21/+16
2026-01-27gve: fix probe failure if clock read failsJordan Rhee5-15/+14
2026-01-27net/mlx5e: Account for netdev stats in ndo_get_stats64Gal Pressman1-9/+11
2026-01-27net/mlx5e: TC, delete flows only for existing peersMark Bloch1-6/+13
2026-01-27net/mlx5: Fix Unbinding uplink-netdev in switchdev modeShay Drory5-0/+46
2026-01-27ice: stop counting UDP csum mismatch as rx_errorsJesse Brandeburg1-1/+0
2026-01-27ice: Fix NULL pointer dereference in ice_vsi_set_napi_queuesAaron Ma1-4/+6
2026-01-27ixgbe: don't initialize aci lock in ixgbe_recovery_probe()Kohei Enju1-4/+2
2026-01-27ixgbe: fix memory leaks in the ixgbe_recovery_probe() pathKohei Enju1-12/+8
2026-01-27bonding: fix use-after-free due to enslave fail after slave array updateNikolay Aleksandrov1-5/+5
2026-01-26net: spacemit: Check for netif_carrier_ok() in emac_stats_update()Vivian Wang1-7/+27
2026-01-26rocker: fix memory leak in rocker_world_port_post_fini()Kery Qi1-3/+2
2026-01-25net: dsa: yt921x: Fix MIB overflow wraparound routineDavid Yang1-7/+8
2026-01-25net/mlx5: Fix return type mismatch in mlx5_esw_vport_vhca_id()Zeng Chi1-1/+1
2026-01-25net: wwan: t7xx: fix potential skb->frags overflow in RX pathKery Qi1-2/+7
2026-01-25net: mvpp2: cls: Fix memory leak in mvpp2_ethtool_cls_rule_ins()Zilin Guan1-1/+1
2026-01-25sfc: fix deadlock in RSS config readEdward Cree1-6/+1