summaryrefslogtreecommitdiff
path: root/net/mac80211/tdls.c
AgeCommit message (Expand)Author
2023-12-12wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPPAndrei Otcheretianski
2023-10-23wifi: mac80211: make mgd_protect_tdls_discover MLO-awareMiri Korenblit
2023-09-25wifi: cfg80211: make read-only array centers_80mhz static constColin Ian King
2023-09-11wifi: cfg80211: remove wdev mutexJohannes Berg
2023-09-11wifi: mac80211: remove local->mtxJohannes Berg
2023-09-11wifi: mac80211: remove chanctx_mtxJohannes Berg
2023-09-11wifi: mac80211: remove sta_mtxJohannes Berg
2023-09-11wifi: mac80211: move TDLS work to wiphy workJohannes Berg
2023-06-19wifi: mac80211: Extend AID element addition for TDLS framesMukesh Sisodiya
2023-06-19wifi: mac80211: Add HE and EHT capa elements in TDLS framesAbhishek Naik
2023-06-19wifi: mac80211: handle TDLS negotiation with MLOMukesh Sisodiya
2023-06-19wifi: cfg80211: make TDLS management link-awareMukesh Sisodiya
2023-06-07wifi: mac80211: use wiphy work for SMPSJohannes Berg
2022-10-10wifi: mac80211: Drop support for TX push pathAlexander Wetzel
2022-07-22wifi: mac80211: optionally implement MLO multicast TXJohannes Berg
2022-07-15wifi: mac80211: fix multi-BSSID element parsingJohannes Berg
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg
2022-07-15wifi: mac80211: separate out connection downgrade flagsJohannes Berg
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg
2022-06-20wifi: mac80211: RCU-ify link STA pointersJohannes Berg
2022-06-20wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg
2022-06-20wifi: mac80211: reorg some iface data structs for MLDJohannes Berg
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg
2022-04-11mac80211: prepare sta handling for MLO supportSriram R
2021-09-23mac80211: always allocate struct ieee802_11_elemsJohannes Berg
2021-06-23mac80211: use sdata->skb_queue for TDLSJohannes Berg
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg
2020-07-31mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-05-28mac80211: support control port TX status reportingMarkus Theil
2020-04-24mac80211: handle channel frequency offsetThomas Pedersen
2020-04-24mac80211: mlme: remove duplicate AID bookkeepingJohannes Berg
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 432Thomas Gleixner
2019-05-24mac80211: handle deauthentication/disassociation from TDLS peerYu Wang
2019-04-26mac80211: add option for setting control flagsRajkumar Manoharan
2019-02-08mac80211: pass bssids to elements parsing functionSara Sharon
2018-09-10mac80211: TDLS: fix skb queue/priority assignmentJohannes Berg
2017-12-11mac80211: enable TDLS peer buffer STA featureYingying Tang
2017-12-11mac80211: mark expected switch fall-throughsGustavo A. R. Silva
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-04-28mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan
2016-08-30mac80211: TDLS: don't require beaconing for AP BWArik Nemtsov
2016-06-30mac80211: silence an uninitialized variable warningDan Carpenter
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg