summaryrefslogtreecommitdiff
path: root/net/mac80211/mesh.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: enable EHT mesh supportRyder Lee2023-03-311-2/+71
* wifi: mac80211: mesh fast xmit supportFelix Fietkau2023-03-221-0/+92
* wifi: mac80211: fix race in mesh sequence number assignmentFelix Fietkau2023-03-221-4/+2
* wifi: mac80211: correct SMPS mode in HE 6 GHz capabilityJohannes Berg2022-08-261-1/+1
* wifi: mac80211: fix multi-BSSID element parsingJohannes Berg2022-07-151-5/+3
* wifi: mac80211: separate out connection downgrade flagsJohannes Berg2022-07-151-6/+6
* wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg2022-07-151-3/+4
* wifi: mac80211: consistently use sdata_dereference()Johannes Berg2022-07-151-6/+3
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-3/+3
* wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-201-7/+7
* mac80211: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET2022-03-111-1/+1
* mac80211: Add initial support for EHT and 320 MHz channelsIlan Peer2022-02-161-2/+3
* mac80211: limit bandwidth in HE capabilitiesJohannes Berg2022-02-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-281-4/+5
|\
| * mac80211: mesh: fix HE operation element length checkJohannes Berg2021-10-011-4/+5
* | mac80211: always allocate struct ieee802_11_elemsJohannes Berg2021-09-231-36/+49
* | mac80211: mesh: clean up rx_bcn_presp APIJohannes Berg2021-09-231-2/+2
|/
* mac80211: save HE oper info in BSS config for meshPradeep Kumar Chitrapu2020-11-061-0/+30
* mac80211: rename csa counters to countdown countersJohn Crispin2020-08-271-2/+2
* net: mac80211: mesh.h: delete duplicated wordRandy Dunlap2020-08-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-0/+13
|\
| * mac80211: fix warning in 6 GHz IE addition in mesh modeRajkumar Manoharan2020-07-301-0/+13
* | cfg80211/mac80211: add connected to auth server to meshconfMarkus Theil2020-07-311-1/+4
* | mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-311-2/+2
|/
* mac80211: determine chandef from HE 6 GHz operationJohannes Berg2020-05-311-0/+1
* mac80211: avoid using ext NSS high BW if not supportedJohannes Berg2020-05-311-3/+13
* mac80211: do not allow HT/VHT IEs in 6 GHz mesh modeRajkumar Manoharan2020-05-311-0/+16
* mac80211: build HE operation with 6 GHz oper informationRajkumar Manoharan2020-05-311-3/+9
* mac80211: add HE 6 GHz Band Capability elementRajkumar Manoharan2020-05-311-0/+9
* mac80211: TX legacy rate control for Beacon framesJouni Malinen2020-04-291-0/+1
* mac80211: fix channel switch trigger from unknown mesh peerTamizh chelvam2020-04-151-4/+7
* mac80211: implement HE support for meshSven Eckelmann2019-07-261-0/+62
* Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-211-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | mac80211: free peer keys before vif down in meshPradeep Kumar Chitrapu2019-05-291-0/+1
* | mac80211: mesh: fix RCU warningThomas Pedersen2019-05-281-1/+4
|/
* mac80211: pass bssids to elements parsing functionSara Sharon2019-02-081-4/+6
* {nl,mac}80211: add rssi to mesh candidatesBob Copeland2018-11-091-1/+2
* {nl,mac}80211: add dot11MeshConnectedToMeshGate to meshconfBob Copeland2018-11-091-1/+2
* mac80211: mesh: advertise gates in mesh formationBob Copeland2018-11-091-1/+3
* mac80211: add ability to parse CCFS2Johannes Berg2018-09-051-1/+4
* mac80211: notify driver for change in multicast ratesPradeep Kumar Chitrapu2018-03-231-1/+2
* Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-02-221-11/+6
|\
| * mac80211: mesh: fix wrong mesh TTL offset calculationPeter Oh2018-01-311-11/+6
* | mac80211: mark expected switch fall-throughsGustavo A. R. Silva2017-12-111-0/+2
|/
* mac80211: Convert timers to use timer_setup()Kees Cook2017-11-201-15/+12
* mac80211: use offsetofend()Johannes Berg2017-09-211-2/+1
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-4/+4
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-2/+1