summaryrefslogtreecommitdiffstats
path: root/net/mac80211/ibss.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-011-0/+4
|\
| * wifi: mac80211: Don't finalize CSA in IBSS mode if state is disconnectedSiddh Raman Pant2022-08-251-0/+4
* | wifi: mac80211: use full 'unsigned int' typeXin Gao2022-08-261-4/+4
|/
* wifi: mac80211: fix up link station creation/insertionJohannes Berg2022-07-151-2/+2
* wifi: mac80211: move IEEE80211_SDATA_OPERATING_GMODE to linkJohannes Berg2022-07-151-4/+2
* wifi: mac80211: fix multi-BSSID element parsingJohannes Berg2022-07-151-3/+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-6/+7
* wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg2022-07-151-4/+4
* wifi: mac80211: consistently use sdata_dereference()Johannes Berg2022-07-151-8/+4
* wifi: mac80211: RCU-ify link STA pointersJohannes Berg2022-06-201-2/+3
* wifi: mac80211: add sta link addition/removalJohannes Berg2022-06-201-2/+2
* wifi: mac80211: HT: make ieee80211_ht_cap_ie_to_sta_ht_cap() MLO-awareJohannes Berg2022-06-201-1/+1
* 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-4/+4
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-1/+1
* wifi: mac80211: reorg some iface data structs for MLDJohannes Berg2022-06-201-5/+5
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-13/+13
* wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-201-5/+5
* mac80211: prepare sta handling for MLO supportSriram R2022-04-111-13/+13
* mac80211: fix memory leaks with element parsingJohannes Berg2021-10-211-5/+5
* mac80211: always allocate struct ieee802_11_elemsJohannes Berg2021-09-231-10/+15
* mac80211: Remove unnecessary variable and labeldingsenjie2021-08-131-11/+4
* mac80211: fix double free in ibss_leaveMarkus Theil2021-03-161-0/+2
* mac80211: support S1G associationThomas Pedersen2020-09-281-1/+2
* mac80211: rename csa counters to countdown countersJohn Crispin2020-08-271-2/+2
* mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-311-2/+2
* mac80211: avoid using ext NSS high BW if not supportedJohannes Berg2020-05-311-2/+9
* mac80211: handle channel frequency offsetThomas Pedersen2020-04-241-0/+5
* mac80211: IBSS: avoid unneeded return value processingKoen Vandeputte2019-10-041-8/+1
* mac80211: IBSS: send deauth when expiring inactive STAsJohannes Berg2019-09-111-0/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* mac80211: pass bssids to elements parsing functionSara Sharon2019-02-081-4/+4
* mac80211: add ability to parse CCFS2Johannes Berg2018-09-051-1/+3
* mac80211: shorten the IBSS debug messagesEmmanuel Grumbach2018-09-031-11/+11
* mac80211: Send control port frames over nl80211Denis Kenzior2018-03-291-0/+1
* mac80211: notify driver for change in multicast ratesPradeep Kumar Chitrapu2018-03-231-1/+1
* mac80211: Convert timers to use timer_setup()Kees Cook2017-11-201-4/+3
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* mac80211: move clearing result into ieee80211_parse_ch_switch_ie()Johannes Berg2017-05-191-1/+0
* mac80211: fix IBSS presp allocation sizeJohannes Berg2017-05-081-0/+2
* mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan2017-04-281-1/+5
* mac80211: separate encoding/bandwidth from flagsJohannes Berg2017-04-281-2/+2
* mac80211: clean up rate encoding bits in RX statusJohannes Berg2017-04-281-2/+2
* mac80211: ibss: Fix channel type enum in ieee80211_sta_join_ibss()Matthias Kaehlcke2017-04-181-2/+2
* mac80211: fix CSA in IBSS modeKoen Vandeputte2017-02-091-2/+2
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-5/+5
* mac80211: add separate last_ack variableJohannes Berg2016-04-061-5/+8
* mac80211: remove rx_stats.last_rx update after sta allocJohannes Berg2016-04-061-4/+0
* Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...David S. Miller2016-03-011-13/+19
|\