aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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
2026-07-10Merge tag 'wireless-2026-07-09' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessPaolo Abeni18-20/+77
2026-07-10net: mv643xx: use platform_device_set_of_node()Bartosz Golaszewski1-1/+1
2026-07-10net: bcmgenet: use platform_device_set_of_node()Bartosz Golaszewski1-1/+2
2026-07-10net: chelsio: cxgb4: Use str_plural() in mem_intr_handler()Thorsten Blum1-1/+2
2026-07-10net: usb: pegasus: don't rely on id table pointer arithmeticGary Guo2-35/+22
2026-07-10wifi: ath9k_htc: don't store usb_device_idGary Guo2-7/+7
2026-07-10ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAFNorbert Szetei1-3/+15
2026-07-10net: qed: Fix spelling typo in qed_dcbx.c commentPraveen Rajendran1-1/+1
2026-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni74-261/+434
2026-07-09Merge tag 'net-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds39-226/+434
2026-07-09wifi: ath12k: Flush the posted write after writing to PCIE_SOC_GLOBAL_RESETManivannan Sadhasivam1-0/+4
2026-07-09wifi: ath11k: Flush the posted write after writing to PCIE_SOC_GLOBAL_RESETManivannan Sadhasivam1-0/+4
2026-07-09wifi: ath11k: fix potential buffer underflow in ath11k_hal_rx_msdu_list_get()Dmitry Morgun1-0/+3
2026-07-09wifi: ath10k: fix skb leak on incomplete msdu during rx popManikanta Pubbisetty1-0/+2
2026-07-09wifi: ath11k: fix refcount leak in ath11k_ahb_fw_resources_init()Wentao Liang1-0/+1