aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh_plink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-15wifi: mac80211: fix up link station creation/insertionJohannes Berg1-1/+1
2022-07-15wifi: mac80211: fix multi-BSSID element parsingJohannes Berg1-2/+1
2022-07-11wifi: mac80211: Use the bitmap API to allocate bitmapsChristophe JAILLET1-3/+2
2022-06-20wifi: mac80211: RCU-ify link STA pointersJohannes Berg1-3/+5
2022-06-20wifi: mac80211: add sta link addition/removalJohannes Berg1-1/+1
2022-06-20wifi: mac80211: make ieee80211_he_cap_ie_to_sta_he_cap() MLO-awareJohannes Berg1-1/+1
2022-06-20wifi: mac80211: HT: make ieee80211_ht_cap_ie_to_sta_ht_cap() MLO-awareJohannes Berg1-1/+1
2022-06-20wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg1-1/+1
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg1-2/+2
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-12/+12
2021-09-23mac80211: always allocate struct ieee802_11_elemsJohannes Berg1-5/+6
2021-06-23mac80211: fix some spelling mistakesZheng Yongjun1-1/+1
2020-09-28mac80211: fix some more kernel-doc in meshJohannes Berg1-0/+1
2020-07-31mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-05-31mac80211: use HE 6 GHz band capability and pass it to the driverJohannes Berg1-1/+3
2020-05-31mac80211: build HE operation with 6 GHz oper informationRajkumar Manoharan1-0/+1
2020-05-31mac80211: add HE 6 GHz Band Capability elementRajkumar Manoharan1-1/+3
2019-07-26mac80211: implement HE support for meshSven Eckelmann1-1/+11
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-02-08mac80211: pass bssids to elements parsing functionSara Sharon1-1/+3
2018-11-09{nl,mac}80211: add rssi to mesh candidatesBob Copeland1-10/+22
2018-11-09{nl,mac}80211: report gate connectivity in station infoBob Copeland1-0/+3
2018-05-18mac80211: mesh: fix premature update of rc statsBob Copeland1-4/+4
2017-12-11mac80211: mark expected switch fall-throughsGustavo A. R. Silva1-1/+1
2017-10-06net/mac80211/mesh_plink: Convert timers to use timer_setup()Kees Cook1-6/+4
2017-09-21mac80211: use offsetofend()Johannes Berg1-2/+1
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-2/+1
2017-04-28mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan1-11/+26
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>Ingo Molnar1-0/+2
2016-12-13mac80211: Suppress NEW_PEER_CANDIDATE event if no roomMasashi Honma1-6/+8
2016-06-30mac80211: use common cleanup for user/!user_mpmBob Copeland1-4/+12
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-5/+5
2016-04-06mac80211: move averaged values out of rx_statsJohannes Berg1-1/+1
2016-04-05mac80211: mesh: flush paths outside of plink lockBob Copeland1-2/+9
2016-02-24mac80211: mesh_plink: remove redundant sta_info checkSunil Shahu1-6/+4
2015-11-03mac80211: fix crash on mesh local link ID generation with VIFsMatthias Schiffer1-0/+3
2015-10-21mac80211: move station statistics into sub-structsJohannes Berg1-2/+4
2015-09-22mac80211: implement VHT support for meshBob Copeland1-1/+8
2015-08-14mac80211: use DECLARE_EWMAJohannes Berg1-1/+1
2015-07-17mac80211: select an AID when creating new mesh STAsBob Copeland1-6/+35
2015-07-17mac80211: mesh: separate plid and aid conceptsBob Copeland1-10/+19
2015-07-17mac80211: reorder mesh_plink to remove forward declBob Copeland1-57/+52
2015-07-17Merge branch 'mac80211' into mac80211-nextJohannes Berg1-1/+4
2015-07-17mac80211: move mesh related station fields to own structJohannes Berg1-88/+89
2015-07-17mac80211: add missing length check for confirm framesBob Copeland1-0/+3
2015-07-17mac80211: correct aid location in peering framesBob Copeland1-1/+1
2015-06-09mac80211: Always check rates and capabilities in mesh modeAlexis Green1-1/+2
2015-06-02mac80211: remove short slot/short preamble incapable flagsJohannes Berg1-3/+1
2015-04-20mac80211: introduce plink lock for plink fieldsBob Copeland1-17/+20