aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+5
2021-10-01mac80211: mesh: fix HE operation element length checkJohannes Berg1-4/+5
2021-09-23mac80211: always allocate struct ieee802_11_elemsJohannes Berg1-36/+49
2021-09-23mac80211: mesh: clean up rx_bcn_presp APIJohannes Berg1-2/+2
2020-11-06mac80211: save HE oper info in BSS config for meshPradeep Kumar Chitrapu1-0/+30
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin1-2/+2
2020-08-27net: mac80211: mesh.h: delete duplicated wordRandy Dunlap1-1/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+13
2020-07-31cfg80211/mac80211: add connected to auth server to meshconfMarkus Theil1-1/+4
2020-07-31mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-30mac80211: fix warning in 6 GHz IE addition in mesh modeRajkumar Manoharan1-0/+13
2020-05-31mac80211: determine chandef from HE 6 GHz operationJohannes Berg1-0/+1
2020-05-31mac80211: avoid using ext NSS high BW if not supportedJohannes Berg1-3/+13
2020-05-31mac80211: do not allow HT/VHT IEs in 6 GHz mesh modeRajkumar Manoharan1-0/+16
2020-05-31mac80211: build HE operation with 6 GHz oper informationRajkumar Manoharan1-3/+9
2020-05-31mac80211: add HE 6 GHz Band Capability elementRajkumar Manoharan1-0/+9
2020-04-29mac80211: TX legacy rate control for Beacon framesJouni Malinen1-0/+1
2020-04-15mac80211: fix channel switch trigger from unknown mesh peerTamizh chelvam1-4/+7
2019-07-26mac80211: implement HE support for meshSven Eckelmann1-0/+62
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-29mac80211: free peer keys before vif down in meshPradeep Kumar Chitrapu1-0/+1
2019-05-28mac80211: mesh: fix RCU warningThomas Pedersen1-1/+4
2019-02-08mac80211: pass bssids to elements parsing functionSara Sharon1-4/+6
2018-11-09{nl,mac}80211: add rssi to mesh candidatesBob Copeland1-1/+2
2018-11-09{nl,mac}80211: add dot11MeshConnectedToMeshGate to meshconfBob Copeland1-1/+2
2018-11-09mac80211: mesh: advertise gates in mesh formationBob Copeland1-1/+3
2018-09-05mac80211: add ability to parse CCFS2Johannes Berg1-1/+4
2018-03-23mac80211: notify driver for change in multicast ratesPradeep Kumar Chitrapu1-1/+2
2018-02-22Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-11/+6
2018-01-31mac80211: mesh: fix wrong mesh TTL offset calculationPeter Oh1-11/+6
2017-12-11mac80211: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2017-11-20mac80211: Convert timers to use timer_setup()Kees Cook1-15/+12
2017-09-21mac80211: use offsetofend()Johannes Berg1-2/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-4/+4
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-2/+1
2017-05-30skbuff/mac80211: introduce and use skb_put_zero()Johannes Berg1-6/+3
2017-05-24mac80211: enable VHT for mesh channel processingSimon Wunderlich1-1/+3
2017-05-24mac80211: mesh: support sending wide bandwidth CSASimon Wunderlich1-2/+43
2017-05-19mac80211: mark as action frame when parsing IEs of CSA action framesSimon Wunderlich1-1/+1
2017-05-19mac80211: mesh: Allow following CSA to DFS channels if userspace handles itBenjamin Berg1-3/+12
2017-05-19mac80211: move clearing result into ieee80211_parse_ch_switch_ie()Johannes Berg1-1/+0
2017-05-19mac80211: mesh: mark channel as unusable if a regulatory MESH CSA is receivedBenjamin Berg1-0/+21
2017-04-28mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan1-9/+20
2017-03-29mac80211: mesh: drop new node with weak powerMasashi Honma1-2/+8
2017-02-27scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-02-06mac80211: Fix adding of mesh vendor IEsThorsten Horstmann1-1/+1
2017-01-02mac80211: Fix addition of mesh configuration elementIlan peer1-2/+0