summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2026-07-14wifi: iwlwifi: mld: fix an off-by-1 boundary checkEmmanuel Grumbach
2026-07-14wifi: iwlwifi: mvm: fix an off-by-1 boundary checkEmmanuel Grumbach
2026-07-14wifi: iwlwifi: mvm: verify scan id reported by firmwareAvraham Stern
2026-07-14can: esd_usb: kill anchored URBs before freeing netdevsFan Wu
2026-07-14can: vxcan: Kconfig: fix description stating no local echo providedAlexander Hölzl
2026-07-13wifi: carl9170: fix buffer overflow in rx_stream failover pathTristan Madani
2026-07-13wifi: carl9170: fix OOB read from off-by-two in TX status handlerTristan Madani
2026-07-13wifi: carl9170: bound memcpy length in cmd callback to prevent OOB readTristan Madani
2026-07-13wifi: ath6kl: fix OOB read from firmware IE lengths in connect eventTristan Madani
2026-07-13wifi: ath6kl: fix OOB read from firmware num_msg in TX complete handlerTristan Madani
2026-07-13wifi: ath6kl: fix OOB access from firmware ADDBA window sizeTristan Madani
2026-07-13wifi: ath12k: fix NULL pointer dereference in rhash table destroyJose Ignacio Tornos Martinez
2026-07-13wifi: ath12k: Fix low MLO RX throughput on WCN7850Yingying Tang
2026-07-13Merge 7.2-rc3 into usb-nextGreg Kroah-Hartman
2026-07-12wifi: rtl8xxxu: fix use-after-free from rx_urb_wq on stopFan Wu
2026-07-12wifi: rtw89: set needed firmware elements for early chips transitionPing-Ke Shih
2026-07-12wifi: rtw89: unify access struct of TX power track tablesPing-Ke Shih
2026-07-12wifi: rtw89: phy: add NCTL check for WiFi 7 chipsPing-Ke Shih
2026-07-12wifi: rtw89: 8852a: fix RSSI report when average beacon RSSI is not readyChih-Kang Chang
2026-07-12wifi: rtw89: 8922d: update scaling factor for RX pathPing-Ke Shih
2026-07-12wifi: rtw89: 8922d: set ANA CLK enter to 500KHzPing-Ke Shih
2026-07-12wifi: rtw89: add thermal protect by digital voltage reductionPing-Ke Shih
2026-07-12wifi: rtw89: 8922d: read default digital voltage calibration valuesPing-Ke Shih
2026-07-12wifi: rtw89: efuse: read thermal calibration value for RTL8922DPing-Ke Shih
2026-07-12wifi: rtw89: efuse: no need to export rtw89_efuse_read_ecv_be()Ping-Ke Shih
2026-07-12wifi: rtw89: 8922d: set TX compensation by format v2Ping-Ke Shih
2026-07-12wifi: rtw89: phy: fix bandedge primary channel for 2.4GHz 40MHz and 6GHzEric Huang
2026-07-12wifi: rtw89: 8922d: fix EMLSR BB switch sequence for MLO mode transitionEric Huang
2026-07-12wifi: rtw89: 8922d: dynamic adjust channel smoothingEric Huang
2026-07-12wifi: rtw89: 8922d: remove CCK bandwidth compensationEric Huang
2026-07-12wifi: rtw89: coex: Add Co-RX logicChing-Te Ku
2026-07-12wifi: rtw89: coex: Update scoreboard related logic for dual BluetoothChing-Te Ku
2026-07-12wifi: rtw89: coex: Add TDMA binding for dual MACChing-Te Ku
2026-07-12wifi: rtw89: coex: Add WiFi/Bluetooth adapter binding infoChing-Te Ku
2026-07-12wifi: rtw89: coex: Add Bluetooth binding for Bluetooth RX gain settingChing-Te Ku
2026-07-12wifi: rtw89: coex: Add Bluetooth binding for Bluetooth TX power settingChing-Te Ku
2026-07-12wifi: rtw89: coex: Update TDMA descriptor for dual MACChing-Te Ku
2026-07-12wifi: rtw89: coex: add rtw89_btc_init() entry for initialization onceChing-Te Ku
2026-07-12wifi: rtw89: coex: Add Init info version 10Ching-Te Ku
2026-07-11net: ethernet: qualcomm: remove unneeded 'fast_io' parameter in regmap_configWolfram Sang
2026-07-11ipvlan: Support per-netns netdev unregistration.Kuniyuki Iwashima
2026-07-11ipvlan: Protect ipvl_port.ipvlans with mutex.Kuniyuki Iwashima
2026-07-11ipvlan: Synchronise ipvlan_init() and ipvlan_uninit() for the same lower dev.Kuniyuki Iwashima
2026-07-11ipvlan: Convert ipvl_port.count to refcount_t.Kuniyuki Iwashima
2026-07-11bareudp: Support per-netns netdev unregistration.Kuniyuki Iwashima
2026-07-11bareudp: Protect bareudp_list with mutex.Kuniyuki Iwashima
2026-07-11veth: Support per-netns device unregistration.Kuniyuki Iwashima
2026-07-11macsec: fix promiscuity refcount leak in macsec_dev_open()James Raphael Tiovalen
2026-07-10tun: no longer rely on RTNL in tun_fill_info()Eric Dumazet
2026-07-10Merge tag 'wireless-2026-07-09' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni