aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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/next-queuePaolo 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/linux/kernel/git/cxl/cxlPaolo 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
2026-07-07net/mlx5: qos: Support cross-device tx schedulingCosmin Ratiu1-35/+85
2026-07-07net/mlx5: qos: Remove qos domains and use shdCosmin Ratiu5-150/+120
2026-07-07net/mlx5: qos: Model the root node in the scheduling hierarchyCosmin Ratiu2-120/+89
2026-07-07net/mlx5: qos: Refactor vport QoS cleanupCosmin Ratiu4-22/+14
2026-07-07net/mlx5: qos: Use mlx5_lag_query_bond_speed to query LAG speedCosmin Ratiu1-30/+6
2026-07-07net/liquidio: drop cached VF pci_dev LUTYuho Choi3-31/+32
2026-07-07net: rnpgbe: fix mailbox endianness and remove pointer castsDong Yibo4-47/+80
2026-07-07wifi: brcmfmac: cyw: fix heap overflow on a short auth frameMaoyi Xie1-0/+6
2026-07-07wifi: mac80211_hwsim: avoid NULL skb in stop queue drainCen Zhang1-2/+3
2026-07-07wifi: mac80211_hwsim: clean up radio rhashtable on freeCen Zhang1-0/+2
2026-07-07wifi: brcmfmac: initialize SDIO data work before cleanupRunyu Xiao1-1/+1
2026-07-06wifi: rsi: validate beacon length before fixed buffer copyPengpeng Hou1-0/+8
2026-07-06wifi: libipw: fix key index receive bound checksPengpeng Hou1-2/+2
2026-07-06wifi: rsi: bound background scan probe request copyPengpeng Hou1-0/+6
2026-07-06wifi: libertas: reject short monitor TX framesPengpeng Hou1-0/+7