summaryrefslogtreecommitdiff
path: root/net/mac80211/tdls.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-25wifi: cfg80211: make read-only array centers_80mhz static constColin Ian King1-1/+1
2023-09-11wifi: cfg80211: remove wdev mutexJohannes Berg1-16/+10
2023-09-11wifi: mac80211: remove local->mtxJohannes Berg1-9/+3
2023-09-11wifi: mac80211: remove chanctx_mtxJohannes Berg1-8/+11
2023-09-11wifi: mac80211: remove sta_mtxJohannes Berg1-17/+9
2023-09-11wifi: mac80211: move TDLS work to wiphy workJohannes Berg1-5/+6
2023-06-19wifi: mac80211: Extend AID element addition for TDLS framesMukesh Sisodiya1-10/+9
2023-06-19wifi: mac80211: Add HE and EHT capa elements in TDLS framesAbhishek Naik1-0/+86
2023-06-19wifi: mac80211: handle TDLS negotiation with MLOMukesh Sisodiya1-72/+91
2023-06-19wifi: cfg80211: make TDLS management link-awareMukesh Sisodiya1-5/+5
2023-06-07wifi: mac80211: use wiphy work for SMPSJohannes Berg1-2/+2
2022-10-10wifi: mac80211: Drop support for TX push pathAlexander Wetzel1-1/+0
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-18Merge 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