aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ibss.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2022-08-26wifi: mac80211: use full 'unsigned int' typeXin Gao1-4/+4
2022-08-25wifi: mac80211: Don't finalize CSA in IBSS mode if state is disconnectedSiddh Raman Pant1-0/+4
2022-07-15wifi: mac80211: fix up link station creation/insertionJohannes Berg1-2/+2
2022-07-15wifi: mac80211: move IEEE80211_SDATA_OPERATING_GMODE to linkJohannes Berg1-4/+2
2022-07-15wifi: mac80211: fix multi-BSSID element parsingJohannes Berg1-3/+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-6/+7
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg1-4/+4
2022-07-15wifi: mac80211: consistently use sdata_dereference()Johannes Berg1-8/+4
2022-06-20wifi: mac80211: RCU-ify link STA pointersJohannes Berg1-2/+3
2022-06-20wifi: mac80211: add sta link addition/removalJohannes Berg1-2/+2
2022-06-20wifi: mac80211: HT: make ieee80211_ht_cap_ie_to_sta_ht_cap() MLO-awareJohannes Berg1-1/+1
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-4/+4
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-1/+1
2022-06-20wifi: mac80211: reorg some iface data structs for MLDJohannes Berg1-5/+5
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-13/+13
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-5/+5
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-13/+13
2021-10-21mac80211: fix memory leaks with element parsingJohannes Berg1-5/+5
2021-09-23mac80211: always allocate struct ieee802_11_elemsJohannes Berg1-10/+15
2021-08-13mac80211: Remove unnecessary variable and labeldingsenjie1-11/+4
2021-03-16mac80211: fix double free in ibss_leaveMarkus Theil1-0/+2
2020-09-28mac80211: support S1G associationThomas Pedersen1-1/+2
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin1-2/+2
2020-07-31mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-05-31mac80211: avoid using ext NSS high BW if not supportedJohannes Berg1-2/+9
2020-04-24mac80211: handle channel frequency offsetThomas Pedersen1-0/+5
2019-10-04mac80211: IBSS: avoid unneeded return value processingKoen Vandeputte1-8/+1
2019-09-11mac80211: IBSS: send deauth when expiring inactive STAsJohannes Berg1-0/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-02-08mac80211: pass bssids to elements parsing functionSara Sharon1-4/+4
2018-09-05mac80211: add ability to parse CCFS2Johannes Berg1-1/+3
2018-09-03mac80211: shorten the IBSS debug messagesEmmanuel Grumbach1-11/+11
2018-03-29mac80211: Send control port frames over nl80211Denis Kenzior1-0/+1
2018-03-23mac80211: notify driver for change in multicast ratesPradeep Kumar Chitrapu1-1/+1
2017-11-20mac80211: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-05-19mac80211: move clearing result into ieee80211_parse_ch_switch_ie()Johannes Berg1-1/+0
2017-05-08mac80211: fix IBSS presp allocation sizeJohannes Berg1-0/+2
2017-04-28mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan1-1/+5
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg1-2/+2
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg1-2/+2
2017-04-18mac80211: ibss: Fix channel type enum in ieee80211_sta_join_ibss()Matthias Kaehlcke1-2/+2
2017-02-09mac80211: fix CSA in IBSS modeKoen Vandeputte1-2/+2
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-5/+5
2016-04-06mac80211: add separate last_ack variableJohannes Berg1-5/+8
2016-04-06mac80211: remove rx_stats.last_rx update after sta allocJohannes Berg1-4/+0
2016-03-01Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-13/+19