summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2026-07-10Merge tag 'wireless-2026-07-09' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni18-20/+77
2026-07-10net: mv643xx: use platform_device_set_of_node()Bartosz Golaszewski1-1/+1
2026-07-10net: bcmgenet: use platform_device_set_of_node()Bartosz Golaszewski1-1/+2
2026-07-10net: chelsio: cxgb4: Use str_plural() in mem_intr_handler()Thorsten Blum1-1/+2
2026-07-10net: usb: pegasus: don't rely on id table pointer arithmeticGary Guo2-35/+22
2026-07-10wifi: ath9k_htc: don't store usb_device_idGary Guo2-7/+7
2026-07-10ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAFNorbert Szetei1-3/+15
2026-07-10net: qed: Fix spelling typo in qed_dcbx.c commentPraveen Rajendran1-1/+1
2026-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni74-261/+434
2026-07-09Merge tag 'net-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds39-226/+434
2026-07-09wifi: ath12k: Flush the posted write after writing to PCIE_SOC_GLOBAL_RESETManivannan Sadhasivam1-0/+4
2026-07-09wifi: ath11k: Flush the posted write after writing to PCIE_SOC_GLOBAL_RESETManivannan Sadhasivam1-0/+4
2026-07-09wifi: ath11k: fix potential buffer underflow in ath11k_hal_rx_msdu_list_get()Dmitry Morgun1-0/+3
2026-07-09wifi: ath10k: fix skb leak on incomplete msdu during rx popManikanta Pubbisetty1-0/+2
2026-07-09wifi: ath11k: fix refcount leak in ath11k_ahb_fw_resources_init()Wentao Liang1-0/+1
2026-07-09macsec: don't read an unset MAC header in macsec_encrypt()Daehyeon Ko1-1/+1
2026-07-09net : bonding : Remove TODO comment about retrying setting the MACParitosh Potukuchi1-6/+0
2026-07-09octeontx2-af: fix VF bringup affecting PF promiscuous stateHarman Kalra1-2/+2
2026-07-09net/mlx5: Fix L3 tunnel entropy refcount leakLi RongQing1-1/+2
2026-07-09net: mana: Add Interrupt Moderation supportHaiyang Zhang4-8/+364
2026-07-09net: macb: drop in-flight Tx SKBs on closeThéo Lebrun1-2/+19
2026-07-09net: mana: Sync page pool RX frags for CPUDexuan Cui1-7/+33
2026-07-09net: mana: Validate the packet length reported by the NICDexuan Cui1-5/+18
2026-07-08Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Paolo Abeni13-152/+423
2026-07-08ppp/ppp_{async,synctty}: drop unused {a,}syncppp::bytes_{sent,rcvd}Jiri Slaby (SUSE)2-4/+0
2026-07-08octeontx2-pf: check DMAC extraction support before filteringSuman Ghosh1-6/+37
2026-07-08net/mlx5: Set satellite PF devlink ports as non-externalMoshe Shemesh1-2/+5
2026-07-08net: dsa: microchip: move the drive strength config out of the common sectionBastien Curutchet (Schneider Electric)5-170/+218
2026-07-08net: dsa: microchip: rename ksz9477_drive_strength_write()Bastien Curutchet (Schneider Electric)1-7/+7
2026-07-08net: dsa: microchip: move ksz9477_set_default_prio_queue_mapping() to ksz9477.cBastien Curutchet (Schneider Electric)4-23/+24
2026-07-08net: dsa: microchip: handle KSZ8-specific tc setup in ksz8.cBastien Curutchet (Schneider Electric)3-119/+171
2026-07-08net: dsa: microchip: move KSZ9477 errata handling to ksz9477.cBastien Curutchet (Schneider Electric)4-51/+60
2026-07-08net: dsa: microchip: move ksz_get_gbit() and ksz_get_xmii() to ksz9477.cBastien Curutchet (Schneider Electric)3-55/+54
2026-07-08net: dsa: microchip: move ksz88xx stats handling in ksz8.cBastien Curutchet (Schneider Electric)3-87/+86
2026-07-08net: dsa: microchip: make ksz_is_port_mac_global_usable() staticBastien Curutchet (Schneider Electric)2-29/+28
2026-07-08net: dsa: microchip: split port_max_mtu() implementationVladimir Oltean6-41/+21
2026-07-08net: dsa: microchip: split ksz8_change_mtu()Vladimir Oltean1-30/+19
2026-07-08sfc: use kmalloc() to allocate logging bufferMike Rapoport (Microsoft)1-3/+4
2026-07-08sfc/siena: use kmalloc() to allocate logging bufferMike Rapoport (Microsoft)1-3/+4
2026-07-08ice: use kzalloc() to allocate staging buffer for reading from GNSSMike Rapoport (Microsoft)1-2/+3
2026-07-08bnx2x: use kzalloc() to allocate mac filtering listMike Rapoport (Microsoft)1-3/+3
2026-07-08net: rmnet: annotate endpoint lookup under RTNLRunyu Xiao1-1/+2
2026-07-08gtp: annotate PDP lookups under RTNLRunyu Xiao1-4/+8
2026-07-08net: mdio: select REGMAP_MMIO instead of depending on itRosen Penev1-1/+2
2026-07-08wifi: mm81x: add mm81x Wi-Fi HaLow driverLachlan Hodges34-0/+13891
2026-07-07net: mtk_eth_soc: hold instance lock around DMA-device-swap closeStanislav Fomichev1-0/+5
2026-07-07net: usb: lan78xx: disable VLAN filter in promiscuous modeEnrico Pozzobon1-4/+14
2026-07-07Merge tag 'sfc-net-pullrequest-20260630' of git://git.kernel.org/pub/scm/linu...Paolo Abeni8-8/+211
2026-07-07net: ethernet: qualcomm: Constify "queue_map" in ppe_ring_queue_map_set()Krzysztof Kozlowski2-2/+3
2026-07-07net: ethernet: qualcomm: Unconstify function arguments passed by valueKrzysztof Kozlowski1-2/+2