summaryrefslogtreecommitdiffstats
path: root/net/mac80211/tdls.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-181-0/+23
|\
| * mac80211: handle deauthentication/disassociation from TDLS peerYu Wang2019-05-241-0/+23
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 432Thomas Gleixner2019-06-051-2/+1Star
|/
* mac80211: add option for setting control flagsRajkumar Manoharan2019-04-261-1/+1
* mac80211: pass bssids to elements parsing functionSara Sharon2019-02-081-2/+4
* mac80211: TDLS: fix skb queue/priority assignmentJohannes Berg2018-09-101-4/+4
* mac80211: enable TDLS peer buffer STA featureYingying Tang2017-12-111-1/+4
* mac80211: mark expected switch fall-throughsGustavo A. R. Silva2017-12-111-0/+1
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-10/+9Star
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-5/+5
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-21/+11Star
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-4/+2Star
* mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan2017-04-281-10/+19
* mac80211: TDLS: don't require beaconing for AP BWArik Nemtsov2016-08-301-3/+4
* mac80211: silence an uninitialized variable warningDan Carpenter2016-06-301-0/+1
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-9/+9
* mac80211: Fix BW upgrade for TDLS peersIlan Peer2016-04-051-1/+2
* mac80211: TDLS: change BW calculation for WIDER_BW peersArik Nemtsov2016-04-051-6/+32
* mac80211: TDLS: always downgrade invalid chandefsArik Nemtsov2016-04-051-1/+1
* mac80211: TDLS: add proper HT-oper IEArik Nemtsov2015-11-031-3/+10
* Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/sc...David S. Miller2015-10-071-3/+5
|\
| * mac80211: TDLS: check reg with IR-relax on chandef upgradeArik Nemtsov2015-09-221-2/+2
| * mac80211: debugfs: add file to disallow TDLS wider-bwArik Nemtsov2015-09-221-1/+3
* | mac80211: protect non-HT BSS when HT TDLS traffic existsAvri Altman2015-09-041-3/+67
|/
* mac80211: TDLS: deny ch-switch req on disallowed channelsArik Nemtsov2015-07-171-18/+31
* mac80211: TDLS: handle chan-switch in RTNL locked workArik Nemtsov2015-07-171-2/+32
* Merge branch 'mac80211' into mac80211-nextJohannes Berg2015-07-171-3/+3
|\
| * cfg80211: use RTNL locked reg_can_beacon for IR-relaxationArik Nemtsov2015-07-171-3/+3
* | mac80211: TDLS: correctly configure SMPS stateArik Nemtsov2015-07-171-4/+32
* | mac80211: upgrade BW of TDLS peers when possibleArik Nemtsov2015-07-171-7/+98
* | mac80211: define TDLS wider BW support bitsArik Nemtsov2015-07-171-5/+13
|/
* mac80211: convert HW flags to unsigned long bitmapJohannes Berg2015-06-101-1/+1
* mac80211: remove short slot/short preamble incapable flagsJohannes Berg2015-06-021-12/+5Star
* mac80211: disconnect TDLS stations on STA CSAArik Nemtsov2015-05-201-0/+6
* mac80211: TDLS: use the BSS chandef for HT/VHT operation IEsArik Nemtsov2015-05-111-19/+8Star
* mac80211: send HT/VHT IEs in TDLS discovery responseArik Nemtsov2015-03-301-3/+8
* cfg/mac80211: add regulatory classes IE during TDLS setupArik Nemtsov2015-03-301-0/+21
* mac80211: allow TDLS setup code to take wdev lockArik Nemtsov2015-03-041-17/+24
* mac80211: TDLS: support VHT between peersArik Nemtsov2015-03-031-5/+81
* mac80211: tdls: disentangle HT supported conditionsJohannes Berg2015-01-231-18/+18
* mac80211: tdls: remove shadowing variableJohannes Berg2015-01-231-1/+0Star
* mac80211: add TDLS supported channels correctlyArik Nemtsov2015-01-141-5/+21
* mac80211: let flush() drop packets when possibleEmmanuel Grumbach2015-01-141-3/+3
* mac80211: add TDLS channel-switch Rx flowArik Nemtsov2014-11-191-0/+328
* mac80211: introduce TDLS channel switch opsArik Nemtsov2014-11-191-0/+234
* mac80211: prepare TDLS mgmt code for channel-switch templatesArik Nemtsov2014-11-191-25/+57
* cfg/mac80211: define TDLS channel switch feature bitArik Nemtsov2014-11-191-3/+6
* mac80211: add BSS coex IE to TDLS setup framesArik Nemtsov2014-11-191-0/+15
* mac80211: add supported channels IE during TDLS setupArik Nemtsov2014-11-191-0/+71
* mac80211: retransmit TDLS teardown packet through AP if not ACKedLiad Kaufman2014-11-191-11/+48