aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/tdls.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-22wifi: mac80211: optionally implement MLO multicast TXJohannes Berg1-1/+2
2022-07-15wifi: mac80211: fix multi-BSSID element parsingJohannes Berg1-2/+2
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+1
2022-07-15wifi: mac80211: separate out connection downgrade flagsJohannes Berg1-2/+1
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg1-1/+2
2022-06-20wifi: mac80211: RCU-ify link STA pointersJohannes Berg1-2/+3
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-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-1/+1
2022-06-20wifi: mac80211: reorg some iface data structs for MLDJohannes Berg1-6/+6
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-2/+2
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-3/+3
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-13/+13
2021-09-23mac80211: always allocate struct ieee802_11_elemsJohannes Berg1-25/+38
2021-06-23mac80211: use sdata->skb_queue for TDLSJohannes Berg1-27/+1
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg1-3/+3
2020-07-31mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-05-28mac80211: support control port TX status reportingMarkus Theil1-1/+1
2020-04-24mac80211: handle channel frequency offsetThomas Pedersen1-0/+4
2020-04-24mac80211: mlme: remove duplicate AID bookkeepingJohannes Berg1-2/+1
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+23
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 432Thomas Gleixner1-2/+1
2019-05-24mac80211: handle deauthentication/disassociation from TDLS peerYu Wang1-0/+23
2019-04-26mac80211: add option for setting control flagsRajkumar Manoharan1-1/+1
2019-02-08mac80211: pass bssids to elements parsing functionSara Sharon1-2/+4
2018-09-10mac80211: TDLS: fix skb queue/priority assignmentJohannes Berg1-4/+4
2017-12-11mac80211: enable TDLS peer buffer STA featureYingying Tang1-1/+4
2017-12-11mac80211: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-10/+9
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-5/+5
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-21/+11
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-4/+2
2017-04-28mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan1-10/+19
2016-08-30mac80211: TDLS: don't require beaconing for AP BWArik Nemtsov1-3/+4
2016-06-30mac80211: silence an uninitialized variable warningDan Carpenter1-0/+1
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-9/+9
2016-04-05mac80211: Fix BW upgrade for TDLS peersIlan Peer1-1/+2
2016-04-05mac80211: TDLS: change BW calculation for WIDER_BW peersArik Nemtsov1-6/+32
2016-04-05mac80211: TDLS: always downgrade invalid chandefsArik Nemtsov1-1/+1
2015-11-03mac80211: TDLS: add proper HT-oper IEArik Nemtsov1-3/+10
2015-10-07Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-3/+5
2015-09-22mac80211: TDLS: check reg with IR-relax on chandef upgradeArik Nemtsov1-2/+2
2015-09-22mac80211: debugfs: add file to disallow TDLS wider-bwArik Nemtsov1-1/+3
2015-09-04mac80211: protect non-HT BSS when HT TDLS traffic existsAvri Altman1-3/+67
2015-07-17mac80211: TDLS: deny ch-switch req on disallowed channelsArik Nemtsov1-18/+31
2015-07-17mac80211: TDLS: handle chan-switch in RTNL locked workArik Nemtsov1-2/+32
2015-07-17Merge branch 'mac80211' into mac80211-nextJohannes Berg1-3/+3
2015-07-17mac80211: TDLS: correctly configure SMPS stateArik Nemtsov1-4/+32
2015-07-17mac80211: upgrade BW of TDLS peers when possibleArik Nemtsov1-7/+98
2015-07-17mac80211: define TDLS wider BW support bitsArik Nemtsov1-5/+13