summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2026-07-14wifi: iwlwifi: mld: don't parse a notif before checking its lengthEmmanuel Grumbach1-2/+8
2026-07-14wifi: iwlwifi: mld: fix an off-by-1 boundary checkEmmanuel Grumbach1-1/+1
2026-07-14wifi: iwlwifi: mvm: fix an off-by-1 boundary checkEmmanuel Grumbach1-1/+1
2026-07-14wifi: iwlwifi: mvm: verify scan id reported by firmwareAvraham Stern1-1/+5
2026-07-14can: esd_usb: kill anchored URBs before freeing netdevsFan Wu1-1/+4
2026-07-14can: vxcan: Kconfig: fix description stating no local echo providedAlexander Hölzl1-5/+2
2026-07-13wifi: carl9170: fix buffer overflow in rx_stream failover pathTristan Madani1-1/+3
2026-07-13wifi: carl9170: fix OOB read from off-by-two in TX status handlerTristan Madani1-1/+1
2026-07-13wifi: carl9170: bound memcpy length in cmd callback to prevent OOB readTristan Madani1-1/+2
2026-07-13wifi: ath6kl: fix OOB read from firmware IE lengths in connect eventTristan Madani1-0/+8
2026-07-13wifi: ath6kl: fix OOB read from firmware num_msg in TX complete handlerTristan Madani1-0/+12
2026-07-13wifi: ath6kl: fix OOB access from firmware ADDBA window sizeTristan Madani1-4/+6
2026-07-13wifi: ath12k: fix NULL pointer dereference in rhash table destroyJose Ignacio Tornos Martinez2-2/+8
2026-07-13wifi: ath12k: Fix low MLO RX throughput on WCN7850Yingying Tang8-7/+73
2026-07-13Merge 7.2-rc3 into usb-nextGreg Kroah-Hartman99-480/+690
2026-07-12wifi: rtl8xxxu: fix use-after-free from rx_urb_wq on stopFan Wu1-5/+14
2026-07-12wifi: rtw89: set needed firmware elements for early chips transitionPing-Ke Shih6-8/+41
2026-07-12wifi: rtw89: unify access struct of TX power track tablesPing-Ke Shih13-178/+146
2026-07-12wifi: rtw89: phy: add NCTL check for WiFi 7 chipsPing-Ke Shih4-0/+54
2026-07-12wifi: rtw89: 8852a: fix RSSI report when average beacon RSSI is not readyChih-Kang Chang1-1/+1
2026-07-12wifi: rtw89: 8922d: update scaling factor for RX pathPing-Ke Shih2-11/+20
2026-07-12wifi: rtw89: 8922d: set ANA CLK enter to 500KHzPing-Ke Shih2-0/+14
2026-07-12wifi: rtw89: add thermal protect by digital voltage reductionPing-Ke Shih8-1/+107
2026-07-12wifi: rtw89: 8922d: read default digital voltage calibration valuesPing-Ke Shih8-0/+150
2026-07-12wifi: rtw89: efuse: read thermal calibration value for RTL8922DPing-Ke Shih7-0/+53
2026-07-12wifi: rtw89: efuse: no need to export rtw89_efuse_read_ecv_be()Ping-Ke Shih1-1/+0
2026-07-12wifi: rtw89: 8922d: set TX compensation by format v2Ping-Ke Shih1-1/+11
2026-07-12wifi: rtw89: phy: fix bandedge primary channel for 2.4GHz 40MHz and 6GHzEric Huang1-3/+1
2026-07-12wifi: rtw89: 8922d: fix EMLSR BB switch sequence for MLO mode transitionEric Huang2-26/+20
2026-07-12wifi: rtw89: 8922d: dynamic adjust channel smoothingEric Huang11-0/+132
2026-07-12wifi: rtw89: 8922d: remove CCK bandwidth compensationEric Huang1-4/+0
2026-07-12wifi: rtw89: coex: Add Co-RX logicChing-Te Ku2-0/+70
2026-07-12wifi: rtw89: coex: Update scoreboard related logic for dual BluetoothChing-Te Ku4-201/+370
2026-07-12wifi: rtw89: coex: Add TDMA binding for dual MACChing-Te Ku2-234/+158
2026-07-12wifi: rtw89: coex: Add WiFi/Bluetooth adapter binding infoChing-Te Ku2-34/+396
2026-07-12wifi: rtw89: coex: Add Bluetooth binding for Bluetooth RX gain settingChing-Te Ku1-18/+68
2026-07-12wifi: rtw89: coex: Add Bluetooth binding for Bluetooth TX power settingChing-Te Ku3-16/+67
2026-07-12wifi: rtw89: coex: Update TDMA descriptor for dual MACChing-Te Ku2-9/+10
2026-07-12wifi: rtw89: coex: add rtw89_btc_init() entry for initialization onceChing-Te Ku3-13/+24
2026-07-12wifi: rtw89: coex: Add Init info version 10Ching-Te Ku10-12/+159
2026-07-11net: ethernet: qualcomm: remove unneeded 'fast_io' parameter in regmap_configWolfram Sang1-1/+0
2026-07-11ipvlan: Support per-netns netdev unregistration.Kuniyuki Iwashima3-13/+23
2026-07-11ipvlan: Protect ipvl_port.ipvlans with mutex.Kuniyuki Iwashima3-10/+70
2026-07-11ipvlan: Synchronise ipvlan_init() and ipvlan_uninit() for the same lower dev.Kuniyuki Iwashima1-0/+15
2026-07-11ipvlan: Convert ipvl_port.count to refcount_t.Kuniyuki Iwashima2-25/+52
2026-07-11bareudp: Support per-netns netdev unregistration.Kuniyuki Iwashima1-5/+15
2026-07-11bareudp: Protect bareudp_list with mutex.Kuniyuki Iwashima1-2/+29
2026-07-11veth: Support per-netns device unregistration.Kuniyuki Iwashima1-13/+21
2026-07-11macsec: fix promiscuity refcount leak in macsec_dev_open()James Raphael Tiovalen1-2/+5
2026-07-10tun: no longer rely on RTNL in tun_fill_info()Eric Dumazet2-32/+36