summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2025-09-03igb: drop unnecessary constant casts to u16Jacek Kowalski-8/+7
2025-09-03e1000e: drop unnecessary constant casts to u16Jacek Kowalski-6/+6
2025-09-03e1000: drop unnecessary constant casts to u16Jacek Kowalski-6/+5
2025-09-03igbvf: remove redundant counter rx_long_byte_count from ethtool statisticsKohei Enju-1/+0
2025-09-03igbvf: add lbtx_packets and lbtx_bytes to ethtool statisticsKohei Enju-1/+3
2025-09-03ixgbe: reduce number of reads when getting OROM dataJedrzej Jagielski-19/+40
2025-09-03ixgbe: add the 2.5G and 5G speeds in auto-negotiation for E610Piotr Kwapulinski-23/+12
2025-09-03wifi: ath12k: Move HTT specific code from dp.c to newly introduced filesHarsh Kumar Bijlani-32/+32
2025-09-03wifi: ath12k: Move HTT Tx specific code to newly introduced filesHarsh Kumar Bijlani-704/+705
2025-09-03wifi: ath12k: Move HTT Rx specific code to newly introduced filesHarsh Kumar Bijlani-639/+651
2025-09-03wifi: ath12k: Move HTT code in dp.h to newly introduced filesHarsh Kumar Bijlani-1506/+1521
2025-09-03wifi: ath12k: Move ath12k_dp_tx and related APIs to wifi7 directoryPavankumar Nandeshwar-366/+366
2025-09-03wifi: ath12k: Move arch specific tx APIs to wifi7 directoryPavankumar Nandeshwar-552/+591
2025-09-03wifi: ath12k: Move arch specific rx tid and related functions to wifi7 directoryPavankumar Nandeshwar-247/+267
2025-09-03wifi: ath12k: Move arch specific REO functions to wifi7 directoryPavankumar Nandeshwar-81/+87
2025-09-03wifi: ath12k: Separate arch specific part of RX APIsPavankumar Nandeshwar-24/+32
2025-09-03wifi: ath12k: Move srng processing to wifi7 directoryPavankumar Nandeshwar-210/+237
2025-09-03wifi: ath12k: Move regular msdu processing functions to wifi7 directoryPavankumar Nandeshwar-544/+547
2025-09-03wifi: ath12k: Move rx error and defrag functions to wifi7 directoryPavankumar Nandeshwar-702/+714
2025-09-03wifi: ath12k: Move rxdma ring config functions to wifi7 directoryPavankumar Nandeshwar-90/+89
2025-09-03wifi: ath12k: Move rx_desc.h file to wifi7 directoryPavankumar Nandeshwar-49/+49
2025-09-03wifi: ath12k: Move hal_desc.h file to wifi7 directoryPavankumar Nandeshwar-154/+156
2025-09-03wifi: ath12k: Move Rx error related functions to wifi7 directoryPavankumar Nandeshwar-362/+397
2025-09-03wifi: ath12k: Move HAL Rx wrapper APIs to dp_rx.hPavankumar Nandeshwar-238/+238
2025-09-03wifi: ath12k: Move hal_rx.h file to wifi7 directoryPavankumar Nandeshwar-306/+304
2025-09-03wifi: ath12k: Move hal_tx.h file to wifi7 directoryPavankumar Nandeshwar-19/+19
2025-09-03wifi: ath12k: Move hal_tx and hal_rx to wifi7 directoryPavankumar Nandeshwar-14/+15
2025-09-03wifi: brcmfmac: fix 43752 SDIO FWVID incorrectly labelled as Cypress (CYW)Gokul Sivakumar-8/+7
2025-09-03wifi: mwifiex: send world regulatory domain to driverStefan Kerkmann-4/+3
2025-09-03wifi: mwifiex: add rgpower table loading supportStefan Kerkmann-1/+180
2025-09-03wifi: iwlegacy: Remove unused structs and avoid -Wflex-array-member-not-at-en...Gustavo A. R. Silva-24/+0
2025-09-03wifi: brcmfmac: avoid assignment in if/else-if conditions in NVRAM load pathDarshan Rathod-5/+9
2025-09-03Merge tag 'ath-current-20250902' of git://git.kernel.org/pub/scm/linux/kernel...Johannes Berg-9/+105
2025-09-03wifi: wilc1000: avoid buffer overflow in WID string configurationAjay.Kathat@microchip.com-12/+30
2025-09-03wifi: libertas: cap SSID len in lbs_associate()Dan Carpenter-3/+6
2025-09-03wifi: cw1200: cap SSID length in cw1200_do_join()Dan Carpenter-1/+1
2025-09-02net/mlx5: Add PSP capabilities structures and bitsSaeed Mahameed-1/+8
2025-09-02net: dsa: lantiq_gswip: move MDIO bus registration to .setup()Daniel Golle-7/+7
2025-09-02net: dsa: lantiq_gswip: support standard MDIO node nameDaniel Golle-0/+3
2025-09-02net: dsa: lantiq_gswip: support offset of MII registersDaniel Golle-2/+13
2025-09-02net: dsa: lantiq_gswip: ignore SerDes modes in phylink_mac_config()Daniel Golle-0/+4
2025-09-02net: dsa: lantiq_gswip: support model-specific mac_select_pcs()Daniel Golle-3/+19
2025-09-02net: dsa: lantiq_gswip: move to dedicated folderDaniel Golle-8/+10
2025-09-02net: stmmac: dwmac-rk: switch to FIELD_PREP_WM16 macroNicolas Frattaroli-1/+2
2025-09-02net: dsa: mv88e6xxx: Fix fwnode reference leaks in mv88e6xxx_port_setup_ledsMiaoqian Lin-4/+13
2025-09-02vxlan: Fix NPD in {arp,neigh}_reduce() when using nexthop objectsIdo Schimmel-2/+8
2025-09-02vxlan: Fix NPD when refreshing an FDB entry with a nexthop objectIdo Schimmel-7/+5
2025-09-02net: macb: Validate the value of base_time properlyChandra Mohan Sundar-1/+1
2025-09-02net: pcs: rzn1-miic: Correct MODCTRL register offsetLad Prabhakar-1/+1
2025-09-02net: ethernet: mtk_eth_soc: fix tx vlan tag for llc packetsFelix Fietkau-1/+9