aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-01-12wifi: rtw89: add chip_ops::update_beacon to abstract update beacon operationPing-Ke Shih11-3/+20
2024-01-12wifi: rtw89: add H2C command to download beacon frame for WiFi 7 chipsPing-Ke Shih2-0/+133
2024-01-12wifi: rtw89: use struct to fill H2C command to download beacon framePing-Ke Shih2-113/+46
2024-01-12wifi: rtw89: add new H2C command to pause/sleep transmitting by MAC IDPing-Ke Shih3-6/+40
2024-01-12wifi: rtw89: refine H2C command that pause transmitting by MAC IDPing-Ke Shih1-7/+10
2024-01-12wifi: rtw89: fw: use struct to fill BA CAM H2C commandsPing-Ke Shih2-76/+44
2024-01-12wifi: rtw89: 8922a: update BA CAM number to 24Ping-Ke Shih2-2/+2
2024-01-12wifi: rtw89: add chip_ops::h2c_ba_cam() to configure BA CAMPing-Ke Shih9-2/+20
2024-01-12wifi: rtw89: mac: add feature_init to initialize BA CAM V1Ping-Ke Shih3-0/+76
2024-01-12wifi: rtw89: add firmware H2C command of BA CAM V1Ping-Ke Shih2-0/+94
2024-01-12wifi: wilc1000: fix RCU usage in connect pathAlexis Lothoré1-12/+24
2024-01-12wifi: wilc1000: fix declarations orderingAlexis Lothoré1-4/+4
2024-01-12net: fill in MODULE_DESCRIPTION()s for wx_libJakub Kicinski1-0/+1
2024-01-12net: phy: micrel: populate .soft_reset for KSZ9131Claudiu Beznea1-0/+1
2024-01-12net: micrel: Fix PTP frame parsing for lan8841Horatiu Vultur1-0/+8
2024-01-11amt: do not use overwrapped cb areaTaehee Yoo1-3/+3
2024-01-11net: ethernet: ti: am65-cpsw: Fix max mtu to fit ethernet framesSanjuán García, Jorge1-2/+3
2024-01-11virtio_net: Fix "‘%d’ directive writing between 1 and 11 bytes into a reg...Zhu Yanjun1-4/+5
2024-01-11octeontx2-af: CN10KB: Fix FIFO length calculation for RPM2Nithin Dabilpuram1-1/+6
2024-01-11net: qualcomm: rmnet: fix global oob in rmnet_policyLin Ma1-1/+1
2024-01-11wangxunx: select CONFIG_PHYLINK where neededArnd Bergmann1-1/+1
2024-01-11net: fill in MODULE_DESCRIPTION()s for s2ioBreno Leitao1-0/+1
2024-01-11net: fill in MODULE_DESCRIPTION()s for ds26522 moduleBreno Leitao1-0/+1
2024-01-11net: fill in MODULE_DESCRIPTION()s for SLIPBreno Leitao2-0/+2
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds934-72048/+46411
2024-01-11wifi: ath12k: refactor ath12k_wmi_tlv_parse_alloc()Dmitry Antipov1-35/+34
2024-01-11wifi: ath11k: fix IOMMU errors on buffer ringsZhenghao Gu2-5/+34
2024-01-11wifi: p54: fix GCC format truncation warning with wiphy->fw_versionKalle Valo1-1/+1
2024-01-10wifi: b43: Disable QoS for bcm4331Rahul Rameshbabu1-1/+2
2024-01-10wifi: b43: Stop correct queue in DMA worker when QoS is disabledRahul Rameshbabu1-6/+7
2024-01-10wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is disabledRahul Rameshbabu1-3/+3
2024-01-10wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is disabledRahul Rameshbabu2-2/+18
2024-01-10wifi: rtl8xxxu: Fix off by one initial RTS rateBitterblue Smith1-4/+3
2024-01-10wifi: rtl8xxxu: Fix LED control code of RTL8192FUBitterblue Smith2-9/+38
2024-01-10wifi: rtl8xxxu: declare concurrent mode support for 8188fMartin Kaistra3-0/+21
2024-01-10wifi: rtl8xxxu: make supporting AP mode only on port 0 transparentMartin Kaistra1-2/+89
2024-01-10wifi: rtl8xxxu: add hw crypto support for AP modeMartin Kaistra3-10/+44
2024-01-10wifi: rtl8xxxu: remove obsolete priv->vifMartin Kaistra2-7/+0
2024-01-10wifi: rtl8xxxu: add macids for STA modeMartin Kaistra2-1/+18
2024-01-10wifi: rtl8xxxu: support multiple interface in start_ap()Martin Kaistra1-1/+2
2024-01-10wifi: rtl8xxxu: support multiple interfaces in bss_info_changed()Martin Kaistra1-3/+5
2024-01-10wifi: rtl8xxxu: support multiple interfaces in {add,remove}_interface()Martin Kaistra2-22/+34
2024-01-10wifi: rtl8xxxu: support multiple interfaces in watchdog_callback()Martin Kaistra1-8/+11
2024-01-10wifi: rtl8xxxu: support multiple interfaces in configure_filter()Martin Kaistra1-2/+2
2024-01-10wifi: rtl8xxxu: support multiple interfaces in update_beacon_work_callback()Martin Kaistra1-1/+1
2024-01-10wifi: rtl8xxxu: support multiple interfaces in set_aifs()Martin Kaistra1-2/+8
2024-01-10wifi: rtl8xxxu: support setting bssid register for multiple interfacesMartin Kaistra1-4/+14
2024-01-10wifi: rtl8xxxu: don't parse CFO, if both interfaces are connected in STA modeMartin Kaistra1-0/+10
2024-01-10wifi: rtl8xxxu: extend check for matching bssid to both interfacesMartin Kaistra1-8/+14
2024-01-10wifi: rtl8xxxu: extend wifi connected check to both interfacesMartin Kaistra1-11/+9