summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2025-10-23wifi: ath11k: add support for Tx Power insertion in RRM action frameAditya Kumar Singh-0/+166
2025-10-23wifi: ath11k: wrap ath11k_mac_op_get_txpower() with lock-aware internal helperAditya Kumar Singh-11/+20
2025-10-23wifi: ath11k: relocate some Tx power related functions in mac.cAditya Kumar Singh-135/+135
2025-10-23wifi: ath11k: fix peer HE MCS assignmentBaochen Qiang-4/+7
2025-10-23wifi: ath11k: fix VHT MCS assignmentBaochen Qiang-7/+12
2025-10-23ovpn: use datagram_poll_queue for socket readiness in TCPRalf Lici-4/+22
2025-10-23net: phy: micrel: Add support for non PTP SKUs for lan8814Horatiu Vultur-0/+38
2025-10-23net: bonding: fix possible peer notify event loss or dup issueTonghao Zhang-22/+18
2025-10-23net: ti: icssg-prueth: Omit a variable reassignment in prueth_netdev_init()Markus Elfring-4/+2
2025-10-22eth: fbnic: fix integer overflow warning in TLV_MAX_DATA definitionPei Xiao-1/+1
2025-10-22net: spacemit: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva-4/+4
2025-10-22net: stmmac: replace has_xxxx with core_typeRussell King (Oracle)-101/+86
2025-10-22net: ravb: Ensure memory write completes before ringing TX doorbellLad Prabhakar-0/+8
2025-10-22net: ravb: Enforce descriptor type orderingLad Prabhakar-2/+14
2025-10-22wifi: ath10k: Support for FTM TLV test commandsLoic Poulain-31/+260
2025-10-21net: hibmcge: select FIXED_PHYHeiner Kallweit-0/+1
2025-10-21net: macb: Remove duplicate linux/inetdevice.h headerJiapeng Chong-1/+0
2025-10-21bnxt_en: support PPS in/out on all pinsVadim Fedorenko-1/+2
2025-10-21net: dlink: use dev_kfree_skb_any instead of dev_kfree_skbYeounsu Moon-1/+1
2025-10-21net: stmmac: mdio: use phy_find_first to simplify stmmac_mdio_registerHeiner Kallweit-31/+22
2025-10-21eth: 3c515: replace cleanup_module with __exitShi Hao-2/+2
2025-10-21net: dsa: yt921x: Add support for Motorcomm YT921xDavid Yang-0/+3403
2025-10-21team: use common function to compute the featuresHangbin Liu-77/+6
2025-10-21bonding: use common function to compute the featuresHangbin Liu-95/+4
2025-10-21Merge tag 'linux-can-fixes-for-6.18-20251020' of git://git.kernel.org/pub/scm...Jakub Kicinski-5/+7
2025-10-21net: airoha: Add AN7583 SoC supportLorenzo Bianconi-5/+77
2025-10-21net: airoha: ppe: Do not use magic numbers in airoha_ppe_foe_get_entry_locked()Lorenzo Bianconi-1/+2
2025-10-21net: airoha: Refactor src port configuration in airhoha_set_gdm2_loopbackLorenzo Bianconi-33/+73
2025-10-21net: airoha: Select default ppe cpu port in airoha_dev_init()Lorenzo Bianconi-22/+16
2025-10-21net: airoha: ppe: Flush PPE SRAM table during PPE setupLorenzo Bianconi-10/+14
2025-10-21net: airoha: ppe: Configure SRAM PPE entries via the cpuLorenzo Bianconi-7/+23
2025-10-21net: airoha: ppe: Remove airoha_ppe_is_enabled() where not necessaryLorenzo Bianconi-9/+4
2025-10-21net: airoha: ppe: Move PPE memory info in airoha_eth_soc_data structLorenzo Bianconi-76/+70
2025-10-21net: airoha: Generalize airoha_ppe2_is_enabled routineLorenzo Bianconi-18/+32
2025-10-21net: airoha: Add airoha_eth_soc_data structLorenzo Bianconi-11/+48
2025-10-21net: airoha: Add airoha_ppe_get_num_stats_entries() and airoha_ppe_get_num_to...Lorenzo Bianconi-30/+81
2025-10-21net: airoha: ppe: Dynamically allocate foe_check_time array in airoha_ppe structLorenzo Bianconi-1/+6
2025-10-21net: ethernet: ti: am65-cpts: fix timestamp loss due to race conditionsAksh Garg-20/+43
2025-10-21wifi: rtl8xxxu: Use correct power off sequence for RTL8192CUBitterblue Smith-126/+194
2025-10-21wifi: rtl8xxxu: Dump the efuse right after reading itBitterblue Smith-3/+3
2025-10-21wifi: rtl8xxxu: Report the signal strength only if it's knownBitterblue Smith-0/+4
2025-10-21wifi: rtw89: Replace hardcoded strings with helper functionsYu-Chun Lin-18/+18
2025-10-21wifi: rtw88: Add USB ID 2001:3329 for D-Link AC13U rev. A1Zenm Chen-0/+2
2025-10-21wifi: rtl8xxxu: Add USB ID 2001:3328 for D-Link AN3U rev. A1Zenm Chen-0/+3
2025-10-20Merge tag 'linux-can-next-for-6.19-20251017' of git://git.kernel.org/pub/scm/...Jakub Kicinski-151/+197
2025-10-20e1000e: Introduce private flag to disable K1Vitaly Lifshits-23/+67
2025-10-20ice: refactor to use helpersJesse Brandeburg-54/+24
2025-10-20ice: implement transmit hardware timestamp statisticsJesse Brandeburg-0/+18
2025-10-20ice: add tracking of good transmit timestampsJesse Brandeburg-0/+11
2025-10-20ice: implement ethtool standard statsJesse Brandeburg-0/+82