summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2026-06-06wifi: ath9k: remove disabling of bandsRosen Penev2-14/+4
2026-06-06wifi: ath9k: remove TX99 power array zero initRosen Penev1-2/+2
2026-06-06wifi: ath9k: Clear DMA descriptors without memsetRosen Penev2-5/+33
2026-06-06wifi: ath9k_htc: use module_usb_driverRosen Penev3-29/+1
2026-06-06wifi: wcn36xx: allocate chan_surveys with main structRosen Penev2-12/+3
2026-06-06wifi: wcn36xx: fix spelling mistakes in dxe header commentStepan Ionichev1-2/+2
2026-06-06wifi: wcn36xx: fix OOB read from short trigger BA firmware responseTristan Madani1-0/+3
2026-06-06wifi: wcn36xx: fix OOB read from firmware count in PRINT_REG_INFO indicationTristan Madani1-0/+6
2026-06-06wifi: wcn36xx: fix heap overflow from oversized firmware HAL responseTristan Madani1-0/+4
2026-06-05net: stmmac: xgmac: report L3/L4 filter match count in ethtool statsNazim Amirul2-0/+8
2026-06-05net: microchip: sparx5: clean up PSFP resources on flower setup failureHaoxiang Li2-6/+17
2026-06-05net: airoha: Support multiple LAN/WAN interfaces for hw MAC address configura...Lorenzo Bianconi3-12/+71
2026-06-05net: airoha: Introduce WAN device flagLorenzo Bianconi3-22/+66
2026-06-05net: airoha: Do not stop GDM port if it is sharedLorenzo Bianconi2-12/+48
2026-06-05net: airoha: Support multiple net_devices for a single FE GDM portLorenzo Bianconi3-77/+237
2026-06-05net: airoha: Remove private net_device pointer in airoha_gdm_dev structLorenzo Bianconi3-11/+15
2026-06-05net: mdio: realtek-rtl9300: Correctly handle ethernet-phy-packageManuel Stocker1-1/+16
2026-06-05net: mdio: realtek-rtl9300: reorder controller setupMarkus Stockhausen1-20/+24
2026-06-05net: mdio: realtek-rtl9300: relocate c22/c45 device tree readoutMarkus Stockhausen1-12/+9
2026-06-05net: mdio: realtek-rtl9300: relocate topology setupMarkus Stockhausen1-50/+75
2026-06-05net: mdio: realtek-rtl9300: harden otto_emdio_probe_one()Markus Stockhausen1-1/+5
2026-06-05net: mdio: realtek-rtl9300: harden otto_emdio_map_ports()Markus Stockhausen1-5/+6
2026-06-05net: mdio: realtek-rtl9300: Refactor otto_emdio_map_ports()Markus Stockhausen1-27/+42
2026-06-05bnge: fix context mem iterationVikas Gupta1-4/+10
2026-06-05net: stmmac: dwmac4: Report DCB feature capabilityOvidiu Panait2-0/+2
2026-06-05net: ena: PHC: Add missing barrierArthur Kiyanovski1-0/+5
2026-06-05net: airoha: Add NULL check for of_reserved_mem_lookup() in airoha_qdma_init_...ZhaoJinming1-0/+3
2026-06-05net: cpsw_new: unregister devlink on port registration failureGuangshuo Li1-1/+3
2026-06-05idpf: fix mailbox capability for set device clock timeAlok Tiwari1-1/+1
2026-06-05ice: fix missing priority callbacks for U.FL DPLL pinsPetr Oros1-0/+2
2026-06-04net: mv643xx: fix OF node refcountBartosz Golaszewski1-1/+1
2026-06-04octeontx2-af: kpu: Default profile updatesKiran Kumar K3-92/+1096
2026-06-04net: airoha: Report extack error to the user if airoha_tc_htb_modify_queue() ...Lorenzo Bianconi1-1/+7
2026-06-04net: dsa: realtek: Use %pM format specifier for MAC addressesAndy Shevchenko1-2/+1
2026-06-04rndis_host: enable power management for Telit LE310X1Shaoxu Liu1-1/+12
2026-06-04rndis_host: add Telit LE310X1 RNDIS USB IDShaoxu Liu1-0/+5
2026-06-04bonding: annotate data-races in sysfs and procfsEric Dumazet3-94/+117
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski26-94/+187
2026-06-04net: team: don't recurse on the port's netdev ops lockJakub Kicinski1-1/+3
2026-06-04net: bonding: don't recurse on the slave's netdev ops lockJakub Kicinski1-5/+16
2026-06-04net: rename netdev_ops_assert_locked()Jakub Kicinski1-1/+1
2026-06-04net/mlx5: convert miss_list allocation to kvmalloc_array()William Theesfeld1-1/+1
2026-06-04Reapply "bnxt_en: bring back rtnl_lock() in the bnxt_open() path"Jakub Kicinski1-7/+29
2026-06-04bonding: annotate data-races arcound churn variablesEric Dumazet3-14/+16
2026-06-04rtase: Avoid sleeping in get_stats64()Justin Lai1-2/+3
2026-06-04vxlan: vnifilter: fix spurious notification on VNI updateAndy Roulin1-1/+1
2026-06-04vxlan: vnifilter: send notification on VNI addAndy Roulin1-2/+1
2026-06-04rtase: Reset TX subqueue when clearing TX ringJustin Lai1-0/+2
2026-06-04octeontx2-af: npc: Fix CPT channel mask in npc_install_flowNithin Dabilpuram3-17/+18
2026-06-04Merge tag 'iwlwifi-next-2026-06-03' of https://git.kernel.org/pub/scm/linux/k...Johannes Berg43-306/+1031