aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/ibss.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-02-08mac80211: pass bssids to elements parsing functionGravatar Sara Sharon 1-4/+4
2018-09-05mac80211: add ability to parse CCFS2Gravatar Johannes Berg 1-1/+3
2018-09-03mac80211: shorten the IBSS debug messagesGravatar Emmanuel Grumbach 1-11/+11
2018-03-29mac80211: Send control port frames over nl80211Gravatar Denis Kenzior 1-0/+1
2018-03-23mac80211: notify driver for change in multicast ratesGravatar Pradeep Kumar Chitrapu 1-1/+1
2017-11-20mac80211: Convert timers to use timer_setup()Gravatar Kees Cook 1-4/+3
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 1-1/+1
2017-05-19mac80211: move clearing result into ieee80211_parse_ch_switch_ie()Gravatar Johannes Berg 1-1/+0
2017-05-08mac80211: fix IBSS presp allocation sizeGravatar Johannes Berg 1-0/+2
2017-04-28mac80211: Fix possible sband related NULL pointer de-referenceGravatar Mohammed Shafi Shajakhan 1-1/+5
2017-04-28mac80211: separate encoding/bandwidth from flagsGravatar Johannes Berg 1-2/+2
2017-04-28mac80211: clean up rate encoding bits in RX statusGravatar Johannes Berg 1-2/+2
2017-04-18mac80211: ibss: Fix channel type enum in ieee80211_sta_join_ibss()Gravatar Matthias Kaehlcke 1-2/+2
2017-02-09mac80211: fix CSA in IBSS modeGravatar Koen Vandeputte 1-2/+2
2016-04-12cfg80211: remove enum ieee80211_bandGravatar Johannes Berg 1-5/+5
2016-04-06mac80211: add separate last_ack variableGravatar Johannes Berg 1-5/+8
2016-04-06mac80211: remove rx_stats.last_rx update after sta allocGravatar Johannes Berg 1-4/+0
2016-03-01Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...Gravatar David S. Miller 1-13/+19
2016-02-24mac80211: fix ibss scan parametersGravatar Sara Sharon 1-7/+15
2016-02-24mac80211: refactor HT/VHT to chandef codeGravatar Johannes Berg 1-6/+4
2016-01-26mac80211: Requeue work after scan complete for all VIF types.Gravatar Sachin Kulkarni 1-1/+0
2015-12-04mac80211: Allow a STA to join an IBSS with 80+80 MHz channelGravatar Jouni Malinen 1-0/+1
2015-11-03mac80211: make enable_qos parameter to ieee80211_set_wmm_default()Gravatar Johannes Berg 1-1/+1
2015-11-03mac80211: TDLS: add proper HT-oper IEGravatar Arik Nemtsov 1-1/+1
2015-10-21mac80211: move station statistics into sub-structsGravatar Johannes Berg 1-6/+7
2015-10-13mac80211: use new cfg80211_inform_bss_frame_data() APIGravatar Johannes Berg 1-5/+6
2015-06-09mac80211: fix the beacon csa counter for mesh and ibssGravatar Chun-Yeow Yeoh 1-0/+1
2015-05-11mac80211: check fast-xmit if IBSS STA QoS changedGravatar Johannes Berg 1-1/+4
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...Gravatar David S. Miller 1-121/+220
2015-03-30mac80211: add VHT support for IBSSGravatar Janusz.Dziedzic@tieto.com 1-9/+40
2015-03-30mac80211: IBSS fix scan requestGravatar Janusz.Dziedzic@tieto.com 1-2/+79
2015-03-30mac80211: make sta.wme indicate whether QoS is usedGravatar Johannes Berg 1-1/+1
2015-03-20mac80211: remove drop_unencrypted codeGravatar Johannes Berg 1-4/+0
2015-03-17mac80211: IBSS: refactor ieee80211_rx_bss_infoGravatar Janusz.Dziedzic@tieto.com 1-85/+99
2015-03-03mac80211: Use eth_<foo>_addr instead of memsetGravatar Joe Perches 1-1/+1
2015-03-03cfg80211: add bss_type and privacy arguments in cfg80211_get_bss()Gravatar Dedy Lansky 1-31/+12
2014-12-17mac80211: notify NSS changed when IBSS and HTGravatar Janusz Dziedzic 1-2/+9
2014-10-29mac80211: use secondary channel offset IE also beacons during CSAGravatar Luciano Coelho 1-1/+1
2014-09-05mac80211: add Intel Mobile Communications copyrightGravatar Johannes Berg 1-0/+1
2014-08-15mac80211: don't duplicate station QoS capability dataGravatar Johannes Berg 1-1/+1
2014-07-21mac80211: add QoS IE during TDLS setup startGravatar Arik Nemtsov 1-11/+2
2014-06-23mac80211: move csa counters from sdata to beacon/prespGravatar Michal Kazior 1-1/+1
2014-05-27mac80211: fix IBSS join by initializing last_scan_completedGravatar Krzysztof Hałasa 1-0/+1
2014-05-15mac80211: Support multiple CSA countersGravatar Andrei Otcheretianski 1-1/+1
2014-04-09cfg80211/mac80211: move combination check to mac80211 for ibssGravatar Luciano Coelho 1-3/+29
2014-04-09cfg80211/mac80211: refactor cfg80211_chandef_dfs_required()Gravatar Luciano Coelho 1-16/+16
2014-04-09cfg80211: Enable GO operation on additional channelsGravatar Ilan Peer 1-3/+6
2014-04-09mac80211: use RCU_INIT_POINTERGravatar Monam Agarwal 1-1/+1
2014-03-19cfg80211/mac80211: ignore signal if the frame was heard on wrong channelGravatar Emmanuel Grumbach 1-10/+2