aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2025-08-19wifi: rtlwifi: rtl8192cu: Don't claim USB ID 07b8:8188Bitterblue Smith1-1/+0
2025-08-18net: stmmac: explain the phylink_speed_down() call in stmmac_release()Russell King (Oracle)1-0/+5
2025-08-18net: stmmac: add helpers to indicate WoL enable statusRussell King (Oracle)3-8/+17
2025-08-18net: stmmac: use core wake IRQ supportRussell King (Oracle)3-16/+3
2025-08-18net: stmmac: remove unnecessary "stmmac: wakeup enable" printRussell King (Oracle)1-1/+0
2025-08-18net: stmmac: remove redundant WoL option validationRussell King (Oracle)1-10/+0
2025-08-18net: stmmac: remove write-only mac->pmtRussell King (Oracle)2-2/+0
2025-08-18net: stmmac: remove unnecessary checks in ethtool eee opsRussell King (Oracle)1-6/+0
2025-08-19wifi: rtw89: fix group frames loss when connected to non-transmitted BSSIDKuan-Chung Chen4-0/+36
2025-08-19wifi: rtw89: fix BSSID comparison for non-transmitted BSSIDKuan-Chung Chen1-1/+5
2025-08-19wifi: rtw89: 8852c: check LPS H2C command complete by C2H reg instead of done ackChih-Kang Chang1-0/+1
2025-08-19wifi: rtw89: 8851b: rfk: update TX wideband IQKKuan-Chung Chen2-31/+42
2025-08-19wifi: rtw89: 8851b: rfk: update IQK TIA settingKuan-Chung Chen1-31/+54
2025-08-19wifi: rtw89: wow: remove notify during WoWLAN net-detectKuan-Chung Chen1-2/+0
2025-08-19wifi: rtw89: debug: add beacon_info debugfsKuan-Chung Chen1-0/+61
2025-08-19wifi: rtw89: introduce beacon tracking to improve connection stabilityKuan-Chung Chen7-32/+619
2025-08-18bnxt_en: Fix lockdep warning during rmmodMichael Chan1-1/+1
2025-08-18amd-xgbe: Configure and retrieve 'tx-usecs' for Tx coalescingVishal Badole2-2/+27
2025-08-18ppp: use vmalloc_array() to simplify codeQianfeng Rong1-2/+2
2025-08-18nfp: flower: use vmalloc_array() to simplify codeQianfeng Rong1-2/+2
2025-08-18eth: intel: use vmalloc_array() to simplify codeQianfeng Rong5-13/+13
2025-08-18net: dsa: b53: fix reserved register access in b53_fdb_dump()Jonas Gorski1-1/+1
2025-08-18ppp: mppe: Use SHA-1 library instead of crypto_shashEric Biggers2-92/+19
2025-08-18eth: nfp: Remove u64_stats_update_begin()/end() for stats fetchLi RongQing2-24/+8
2025-08-18net: dsa: ks8995: Add basic switch set-upLinus Walleij2-3/+396
2025-08-18net: dsa: ks8995: Delete sysfs register accessLinus Walleij1-47/+0
2025-08-18net: dsa: ks8995: Add proper RESET delayLinus Walleij1-3/+9
2025-08-18net: dsa: Move KS8995 to the DSA subsystemLinus Walleij5-5/+8
2025-08-18net: phy: realtek: fix RTL8211F wake-on-lan supportRussell King (Oracle)1-32/+140
2025-08-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski7-223/+803
2025-08-15net: libwx: Fix the size in RSS hash key populationChandra Mohan Sundar1-1/+1
2025-08-15net: Space: Replace memset(0) + strscpy() with strscpy_pad()Thorsten Blum1-2/+1
2025-08-15net/mlx5: Support disabling host PFsDaniel Jurgens3-37/+66
2025-08-15net/mlx5: Query to see if host PF is disabledDaniel Jurgens2-0/+24
2025-08-15net: phy: fixed: remove usage of a faux deviceHeiner Kallweit1-14/+2
2025-08-15{rdma,net}/mlx5: export mlx5_vport_get_vhca_idSaeed Mahameed5-12/+29
2025-08-15net/mlx5: E-Switch, Set/Query hca cap via vhca idSaeed Mahameed3-5/+68
2025-08-15net/mlx5: E-Switch, Cache vport vhca id on first cap querySaeed Mahameed3-21/+31
2025-08-15mlxsw: spectrum: Forward packets with an IPv4 link-local source IPIdo Schimmel2-0/+3
2025-08-14net: dsa: b53: mmap: Implement bcm63268 gphy power controlKyle Hendry1-4/+29
2025-08-14net: dsa: b53: mmap: Add gphy port to phy info for bcm63268Kyle Hendry1-0/+2
2025-08-14rtase: Fix Rx descriptor CRC error bit definitionJustin Lai1-1/+1
2025-08-14sfc: replace min/max nesting with clamp()Xichao Zhao3-7/+6
2025-08-14net: phy: mscc: report and configure in-band auto-negotiation for SGMII/QSGMIIVladimir Oltean2-0/+43
2025-08-14net: dsa: realtek: remove unnecessary file, dentry, inode declarationsVladimir Oltean1-3/+0
2025-08-14net: xilinx: axienet: Fix RX skb ring management in DMAengine modeSuraj Gupta1-2/+6
2025-08-14net: phy: realtek: convert RTL8226-CG to c45 onlyMarkus Stockhausen1-7/+21
2025-08-14net: phy: motorcomm: Add support for PHY LEDs on YT8521Jijie Shao1-0/+117
2025-08-14ice: Implement support for SRIOV VFs across Active/Active bondsDave Ertman7-103/+711
2025-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski26-62/+144