aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/mesh.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-05-29mac80211: free peer keys before vif down in meshGravatar Pradeep Kumar Chitrapu 1-0/+1
2019-05-28mac80211: mesh: fix RCU warningGravatar Thomas Pedersen 1-1/+4
2019-02-08mac80211: pass bssids to elements parsing functionGravatar Sara Sharon 1-4/+6
2018-11-09{nl,mac}80211: add rssi to mesh candidatesGravatar Bob Copeland 1-1/+2
2018-11-09{nl,mac}80211: add dot11MeshConnectedToMeshGate to meshconfGravatar Bob Copeland 1-1/+2
2018-11-09mac80211: mesh: advertise gates in mesh formationGravatar Bob Copeland 1-1/+3
2018-09-05mac80211: add ability to parse CCFS2Gravatar Johannes Berg 1-1/+4
2018-03-23mac80211: notify driver for change in multicast ratesGravatar Pradeep Kumar Chitrapu 1-1/+2
2018-02-22Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/lin...Gravatar David S. Miller 1-11/+6
2018-01-31mac80211: mesh: fix wrong mesh TTL offset calculationGravatar Peter Oh 1-11/+6
2017-12-11mac80211: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+2
2017-11-20mac80211: Convert timers to use timer_setup()Gravatar Kees Cook 1-15/+12
2017-09-21mac80211: use offsetofend()Gravatar Johannes Berg 1-2/+1
2017-06-16networking: make skb_put & friends return void pointersGravatar Johannes Berg 1-1/+1
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 1-4/+4
2017-06-16networking: convert many more places to skb_put_zero()Gravatar Johannes Berg 1-2/+1
2017-05-30skbuff/mac80211: introduce and use skb_put_zero()Gravatar Johannes Berg 1-6/+3
2017-05-24mac80211: enable VHT for mesh channel processingGravatar Simon Wunderlich 1-1/+3
2017-05-24mac80211: mesh: support sending wide bandwidth CSAGravatar Simon Wunderlich 1-2/+43
2017-05-19mac80211: mark as action frame when parsing IEs of CSA action framesGravatar Simon Wunderlich 1-1/+1
2017-05-19mac80211: mesh: Allow following CSA to DFS channels if userspace handles itGravatar Benjamin Berg 1-3/+12
2017-05-19mac80211: move clearing result into ieee80211_parse_ch_switch_ie()Gravatar Johannes Berg 1-1/+0
2017-05-19mac80211: mesh: mark channel as unusable if a regulatory MESH CSA is receivedGravatar Benjamin Berg 1-0/+21
2017-04-28mac80211: Fix possible sband related NULL pointer de-referenceGravatar Mohammed Shafi Shajakhan 1-9/+20
2017-03-29mac80211: mesh: drop new node with weak powerGravatar Masashi Honma 1-2/+8
2017-02-27scripts/spelling.txt: add "swith" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2017-02-06mac80211: Fix adding of mesh vendor IEsGravatar Thorsten Horstmann 1-1/+1
2017-01-02mac80211: Fix addition of mesh configuration elementGravatar Ilan peer 1-2/+0
2016-12-13mac80211: Use appropriate name for functions and messagesGravatar Masashi Honma 1-1/+1
2016-12-13mac80211: Remove invalid flag operations in mesh TSF synchronizationGravatar Masashi Honma 1-3/+0
2016-08-03mac80211: mesh: flush stations before beacons are stoppedGravatar Maital Hahn 1-4/+6
2016-06-30mac80211: use common cleanup for user/!user_mpmGravatar Bob Copeland 1-19/+1
2016-06-28mac80211: Fix mesh estab_plinks counting in STA removal caseGravatar Jouni Malinen 1-2/+5
2016-05-31mac80211: mesh: flush mesh paths unconditionallyGravatar Bob Copeland 1-0/+4
2016-04-12cfg80211: remove enum ieee80211_bandGravatar Johannes Berg 1-5/+5
2016-04-05mac80211: mesh: fix cleanup for mesh pathtableGravatar Bob Copeland 1-1/+6
2016-04-05mac80211: mesh: use hlist for rmc cacheGravatar Bob Copeland 1-8/+10
2016-04-05mac80211: mesh: handle failed alloc for rmc cacheGravatar Bob Copeland 1-0/+3
2016-04-05mac80211: mesh: convert path table to rhashtableGravatar Bob Copeland 1-6/+0
2016-04-05mac80211: mesh: move path tables into if_meshGravatar Bob Copeland 1-4/+6
2016-03-01Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...Gravatar David S. Miller 1-5/+4
2016-02-24mac80211: refactor HT/VHT to chandef codeGravatar Johannes Berg 1-5/+4
2016-01-26mac80211: Requeue work after scan complete for all VIF types.Gravatar Sachin Kulkarni 1-11/+0
2015-11-03mac80211: TDLS: add proper HT-oper IEGravatar Arik Nemtsov 1-1/+2
2015-10-05mac80211: make ieee80211_new_mesh_header return unsignedGravatar Andrzej Hajda 1-3/+3
2015-09-22mac80211: implement VHT support for meshGravatar Bob Copeland 1-3/+73
2015-07-17mac80211: move mesh related station fields to own structGravatar Johannes Berg 1-1/+1