summaryrefslogtreecommitdiff
path: root/net/mac80211/tdls.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: Drop support for TX push pathAlexander Wetzel2022-10-101-1/+0
* wifi: mac80211: optionally implement MLO multicast TXJohannes Berg2022-07-221-1/+2
* wifi: mac80211: fix multi-BSSID element parsingJohannes Berg2022-07-151-2/+2
* wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-151-1/+1
* wifi: mac80211: separate out connection downgrade flagsJohannes Berg2022-07-151-2/+1
* wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg2022-07-151-1/+2
* wifi: mac80211: RCU-ify link STA pointersJohannes Berg2022-06-201-2/+3
* wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg2022-06-201-1/+1
* wifi: mac80211: make channel context code MLO-awareJohannes Berg2022-06-201-2/+2
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-1/+1
* wifi: mac80211: reorg some iface data structs for MLDJohannes Berg2022-06-201-6/+6
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-2/+2
* wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-201-3/+3
* mac80211: prepare sta handling for MLO supportSriram R2022-04-111-13/+13
* mac80211: always allocate struct ieee802_11_elemsJohannes Berg2021-09-231-25/+38
* mac80211: use sdata->skb_queue for TDLSJohannes Berg2021-06-231-27/+1
* cfg80211: avoid holding the RTNL when calling the driverJohannes Berg2021-01-261-3/+3
* mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-311-4/+4
* mac80211: support control port TX status reportingMarkus Theil2020-05-281-1/+1
* mac80211: handle channel frequency offsetThomas Pedersen2020-04-241-0/+4
* mac80211: mlme: remove duplicate AID bookkeepingJohannes Berg2020-04-241-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-171-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/+1
|/
* 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/+9
* 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/+11
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-4/+2
* 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