summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-09Merge tag 'rtw-next-2024-09-05' of https://github.com/pkshih/rtwKalle Valo42-886/+1971
2024-09-09wifi: brcmfmac: cfg80211: Convert comma to semicolonChen Ni1-1/+1
2024-09-09wifi: rsi: Remove an unused field in struct rsi_debugfsChristophe JAILLET1-1/+0
2024-09-09wifi: libertas: Cleanup unused declarationsYue Haibing2-8/+0
2024-09-09wifi: wilc1000: Convert using devm_clk_get_optional_enabled() in wilc_bus_pro...Li Zetao1-4/+1
2024-09-09wifi: wilc1000: Convert using devm_clk_get_optional_enabled() in wilc_sdio_pr...Li Zetao1-7/+3
2024-09-09wifi: wilc1000: fix potential RCU dereference issue in wilc_parse_join_bss_paramJiawei Ye1-1/+3
2024-09-09wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_cmd_802_1...Gustavo A. R. Silva2-3/+2
2024-09-09wifi: mac80211: use two-phase skb reclamation in ieee80211_do_stop()Dmitry Antipov1-1/+16
2024-09-09wifi: cfg80211: fix two more possible UBSAN-detected off-by-one errorsDmitry Antipov2-2/+4
2024-09-09wifi: cfg80211: fix kernel-doc for per-link dataJohannes Berg1-3/+3
2024-09-06wifi: mac80211: handle ieee80211_radar_detected() for MLOAditya Kumar Singh18-29/+66
2024-09-06wifi: cfg80211/mac80211: use proper link ID for DFSAditya Kumar Singh5-19/+22
2024-09-06wifi: mac80211: handle DFS per linkAditya Kumar Singh3-17/+47
2024-09-06wifi: cfg80211: handle DFS per linkAditya Kumar Singh14-51/+82
2024-09-06wifi: cfg80211: move DFS related members to links[] in wireless_devAditya Kumar Singh14-36/+38
2024-09-06wifi: trace: unlink rdev_end_cac trace event from wiphy_netdev_evt classAditya Kumar Singh1-3/+12
2024-09-06wifi: mac80211: remove label usage in ieee80211_start_radar_detection()Aditya Kumar Singh1-7/+4
2024-09-06Revert "wifi: mac80211: move radar detect work to sdata"Aditya Kumar Singh6-13/+13
2024-09-06wifi: mac80211: introduce EHT rate support in AQL airtimeMing Yen Hsieh1-6/+134
2024-09-06wifi: cfg80211: avoid overriding direct/MBSSID BSS with per-STA profile BSSVeerendranath Jakkam1-0/+27
2024-09-06wifi: cfg80211: skip indicating signal for per-STA profile BSSsVeerendranath Jakkam3-11/+19
2024-09-06wifi: cfg80211: make BSS source types publicVeerendranath Jakkam2-5/+7
2024-09-06wifi: iwlwifi: mvm: replace CONFIG_PM by CONFIG_PM_SLEEPEmmanuel Grumbach4-8/+11
2024-09-06wifi: cfg80211: Avoid RCU debug splat in __cfg80211_bss_update error pathsVeerendranath Jakkam1-2/+2
2024-09-06wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan()Dmitry Antipov1-3/+3
2024-09-05wifi: rtw89: avoid reading out of bounds when loading TX power FW elementsZong-Zhe Yang1-6/+12
2024-09-05wifi: rtw89: use frequency domain RSSIEric Huang11-2/+208
2024-09-05wifi: rtw89: adjust DIG threshold to reduce false alarmEric Huang1-9/+18
2024-09-05Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski202-1578/+6223
2024-09-05net: cadence: macb: Enable software IRQ coalescing by defaultSean Anderson1-0/+2
2024-09-05net: phy: Check for read errors in SIOCGMIIREGNiklas Söderlund1-6/+11
2024-09-05pds_core: Remove redundant null pointer checksLi Zetao1-4/+4
2024-09-05ionic: Remove redundant null pointer checks in ionic_debugfs_add_qcq()Li Zetao1-1/+1
2024-09-05Merge branch 'unmask-upper-dscp-bits-part-3'Jakub Kicinski4-6/+9
2024-09-05ipv6: sit: Unmask upper DSCP bits in ipip6_tunnel_bind_dev()Ido Schimmel1-1/+1
2024-09-05ip6_tunnel: Unmask upper DSCP bits in ip4ip6_err()Ido Schimmel1-2/+5
2024-09-05ipv4: ipmr: Unmask upper DSCP bits in ipmr_queue_xmit()Ido Schimmel1-2/+2
2024-09-05ipv4: Unmask upper DSCP bits in __ip_queue_xmit()Ido Schimmel1-1/+1
2024-09-05selftests: net: convert comma to semicolonChen Ni1-3/+3
2024-09-05ipv4: Fix user space build failure due to header changeIdo Schimmel2-2/+1
2024-09-05l2tp: remove unneeded null check in l2tp_v2_session_get_nextJames Chapman1-1/+1
2024-09-05net: mana: Improve mana_set_channels() in low mem conditionsShradha Gupta3-17/+19
2024-09-04Merge branch 'fbnic-ethtool'David S. Miller12-3/+260
2024-09-04eth: fbnic: Add support to fetch group statsMohsin Bashir8-0/+211
2024-09-04eth: fbnic: Add ethtool support for fbnicMohsin Bashir7-3/+49
2024-09-04selftests: add selftest for UDP SO_PEEK_OFF supportJason Xing3-37/+57
2024-09-04Merge branch 'sparx5-fdma-part-one'David S. Miller10-286/+545
2024-09-04net: sparx5: ditch sparx5_fdma_rx/tx_reload() functionsDaniel Machon1-10/+4
2024-09-04net: sparx5: use contiguous memory for tx buffersDaniel Machon2-45/+13