summaryrefslogtreecommitdiffstats
path: root/block (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-23wifi: mac80211: pass parsed TPE data to driversJohannes Berg9-171/+761
2024-05-23wifi: ath11k: fix TPE power levelsJohannes Berg1-1/+2
2024-05-23wifi: ieee80211/ath11k: remove IEEE80211_MAX_NUM_PWR_LEVELJohannes Berg3-9/+7
2024-05-23wifi: mac80211: update 6 GHz AP power type before associationMukesh Sisodiya1-28/+27
2024-05-23wifi: mac80211: remove extra link STA functionsJohannes Berg1-36/+13
2024-05-23wifi: mac80211: remove outdated commentsJohannes Berg2-8/+0
2024-05-23wifi: cfg80211: add tracing for wiphy workJohannes Berg2-0/+86
2024-05-23wifi: cfg80211: sort trace events againJohannes Berg1-69/+69
2024-05-23wifi: nl80211: disallow setting special AP channel widthsJohannes Berg1-0/+27
2024-05-23wifi: ieee80211: document two FTM related functionsJohannes Berg1-0/+10
2024-05-23wifi: ieee80211: document function return valuesJohannes Berg1-22/+84
2024-05-23wifi: ieee80211: remove ieee80211_next_tbtt_present()Johannes Berg1-15/+5
2024-05-23wifi: radiotap: document ieee80211_get_radiotap_len() return valueJohannes Berg1-0/+1
2024-05-23wifi: ieee80211: add missing doc short descriptionsJohannes Berg1-4/+5
2024-05-23wifi: regulatory: remove extra documentationJohannes Berg1-2/+0
2024-05-20wifi: rt2x00: remove unused delayed work data from link descriptionDmitry Antipov1-10/+0
2024-05-17wifi: mwifiex: Fix interface type changeRafael Beims1-0/+2
2024-05-17wifi: wilc1000: read MAC address from fuse at probeAjay Singh3-16/+42
2024-05-17wifi: wilc1000: make sdio deinit function really deinit the sdio cardAlexis Lothoré1-0/+45
2024-05-17wifi: wilc1000: add function to read mac address from eFuseAlexis Lothoré4-0/+65
2024-05-17wifi: wilc1000: set wilc_set_mac_address parameter as constAlexis Lothoré3-4/+4
2024-05-17wifi: wilc1000: register net device only after bus being fully initializedAlexis Lothoré4-14/+22
2024-05-17wifi: wilc1000: set net device registration as last step during interface cre...Alexis Lothoré1-15/+16
2024-05-14wifi: brcmsmac: LCN PHY code is used for BCM4313 2G-only deviceSamasth Norway Ananda1-9/+9
2024-05-14wifi: iwlegacy: do not skip frames with bad FCSAndrii Batyiev2-2/+2
2024-05-09net: selftest: add test for netdev netlink queue-get APIDavid Wei5-8/+77
2024-05-09netdevsim: add NAPI supportDavid Wei2-12/+205
2024-05-09selftests: drv-net: add checksum testsWillem de Bruijn7-2/+132
2024-05-09phonet: no longer hold RTNL in route_dumpit()Eric Dumazet1-8/+9
2024-05-09net: annotate data-races around dev->if_portEric Dumazet7-10/+10
2024-05-09net: dst_cache: minor optimization in dst_cache_set_ip6()Eric Dumazet1-1/+1
2024-05-09net: dst_cache: annotate data-races around dst_cache->reset_tsEric Dumazet2-3/+4
2024-05-09netlink/specs: Add VF attributes to rt_link specDonald Hunter1-2/+235
2024-05-09dt-bindings: net: ipq4019-mdio: add IPQ9574 compatibleAlexandru Gagniuc1-0/+2
2024-05-08test: hsr: Call cleanup_all_ns when hsr_redbox.sh script exitsLukasz Majewski1-0/+2
2024-05-08ax25: Remove superfuous "return" from ax25_ds_set_timerJoel Granados1-1/+0
2024-05-08ipvs: allow some sysctls in non-init user namespacesAlexander Mikhalitsyn1-4/+15
2024-05-08ipvs: add READ_ONCE barrier for ipvs->sysctl_amemthreshAlexander Mikhalitsyn1-7/+7
2024-05-08net: stmmac: dwmac-ipq806x: account for rgmii-txid/rxid/id phy-modeChristian Marangi1-0/+12
2024-05-08net: bridge: switchdev: Improve error message for port_obj_add/del functionsOleksij Rempel1-4/+95
2024-05-08net/ipv4: add tracepoint for icmp_sendPeilin He2-0/+71