aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ibss.c
AgeCommit message (Expand)Author
2023-12-12wifi: mac80211: drop spurious WARN_ON() in ieee80211_ibss_csa_beacon()Dmitry Antipov
2023-10-06Merge wireless into wireless-nextJohannes Berg
2023-09-25wifi: mac80211: work around Cisco AP 9115 VHT MPDU lengthJohannes Berg
2023-09-13wifi: mac80211: remove shifted rate supportJohannes Berg
2023-09-13wifi: cfg80211: remove scan_width supportJohannes Berg
2023-09-11wifi: cfg80211: remove wdev mutexJohannes Berg
2023-09-11wifi: mac80211: reduce iflist_mtxJohannes 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-06-07wifi: mac80211: ibss: move disconnect to wiphy workJohannes Berg
2023-06-07wifi: mac80211: use wiphy work for sdata->workJohannes Berg
2023-06-06wifi: mac80211: consistently use u64 for BSS changesAnjaneyulu
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-26wifi: mac80211: use full 'unsigned int' typeXin Gao
2022-08-25wifi: mac80211: Don't finalize CSA in IBSS mode if state is disconnectedSiddh Raman Pant
2022-07-15wifi: mac80211: fix up link station creation/insertionJohannes Berg
2022-07-15wifi: mac80211: move IEEE80211_SDATA_OPERATING_GMODE to linkJohannes 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-07-15wifi: mac80211: consistently use sdata_dereference()Johannes Berg
2022-06-20wifi: mac80211: RCU-ify link STA pointersJohannes Berg
2022-06-20wifi: mac80211: add sta link addition/removalJohannes Berg
2022-06-20wifi: mac80211: HT: make ieee80211_ht_cap_ie_to_sta_ht_cap() MLO-awareJohannes 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-10-21mac80211: fix memory leaks with element parsingJohannes Berg
2021-09-23mac80211: always allocate struct ieee802_11_elemsJohannes Berg
2021-08-13mac80211: Remove unnecessary variable and labeldingsenjie
2021-03-16mac80211: fix double free in ibss_leaveMarkus Theil
2020-09-28mac80211: support S1G associationThomas Pedersen
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin
2020-07-31mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-05-31mac80211: avoid using ext NSS high BW if not supportedJohannes Berg
2020-04-24mac80211: handle channel frequency offsetThomas Pedersen
2019-10-04mac80211: IBSS: avoid unneeded return value processingKoen Vandeputte
2019-09-11mac80211: IBSS: send deauth when expiring inactive STAsJohannes Berg
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-02-08mac80211: pass bssids to elements parsing functionSara Sharon
2018-09-05mac80211: add ability to parse CCFS2Johannes Berg
2018-09-03mac80211: shorten the IBSS debug messagesEmmanuel Grumbach
2018-03-29mac80211: Send control port frames over nl80211Denis Kenzior
2018-03-23mac80211: notify driver for change in multicast ratesPradeep Kumar Chitrapu