aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-12mac80211: support FTM responder configuration/statisticsPradeep Kumar Chitrapu1-0/+5
2018-10-02mac80211: fix issue with possible txq NULL pointerErik Stromdahl1-0/+3
2018-09-05mac80211: add ability to parse CCFS2Johannes Berg1-16/+32
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+5
2018-09-03Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-6/+5
2018-09-03mac80211: fix WMM TXOP calculationDreyfuss, Haim1-2/+1
2018-08-28mac80211: add stop/start logic for software TXQsManikanta Pubbisetty1-5/+105
2018-08-28cfg80211: make wmm_rule part of the reg_rule structureStanislaw Gruszka1-4/+4
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-07-03mac80211: add stations tied to AP_VLANs during hw reconfigmpubbise@codeaurora.org1-1/+2
2018-06-30Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-32/+127
2018-06-18mac80211: add support for HELuca Coelho1-5/+115
2018-06-15mac80211: support scan features for improved scan privacyJohannes Berg1-0/+4
2018-06-15mac80211: split ieee80211_send_probe_req()Johannes Berg1-21/+0
2018-06-15mac80211: add probe request building flagsJohannes Berg1-8/+10
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2018-05-07mac80211: clean up rate info bandwidth settingJohannes Berg1-4/+2
2018-03-29mac80211: limit wmm params to comply with ETSI requirementsHaim Dreyfuss1-0/+44
2018-03-23mac80211: notify driver for change in multicast ratesPradeep Kumar Chitrapu1-1/+2
2017-12-11mac80211: call synchronize_net once in the restart flowSara Sharon1-9/+10
2017-09-21mac80211: use offsetofend()Johannes Berg1-2/+2
2017-09-21mac80211: simplify and clarify IE splittingJohannes Berg1-12/+9
2017-09-05mac80211: add MESH IE in the correct orderLiad Kaufman1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-3/+2
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-4/+2
2017-05-24mac80211: mesh: support sending wide bandwidth CSASimon Wunderlich1-0/+37
2017-04-28cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel1-1/+1
2017-04-28mac80211: Add support for BSS max idle period elementAvraham Stern1-0/+9
2017-04-28mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan1-3/+3
2017-04-28mac80211: rename ieee80211_rx_status::vht_nss to just nssJohannes Berg1-2/+2
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg1-22/+21
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg1-11/+11
2017-04-26mac80211: disentangle iflist_mtx and chanctx_mtxJohannes Berg1-3/+6
2017-03-06ieee80211: rename CCFS1/CCFS2 to CCFS0/CCFS1Johannes Berg1-11/+11
2016-10-27mac80211: validate new interface's beacon intervalsJohannes Berg1-0/+10
2016-10-19mac80211: uapsd_queues is in QoS IE orderEmmanuel Grumbach1-0/+7
2016-10-13cfg80211: pass struct to interface combination check/iterPurushottam Kushwaha1-24/+20
2016-09-30mac80211: Move reorder-sensitive TX handlers to after TXQ dequeueToke Høiland-Jørgensen1-2/+9
2016-09-30mac80211: Implement add_nan_func and rm_nan_funcAyala Beker1-1/+47
2016-09-30mac80211: add boilerplate code for start / stop NANAyala Beker1-1/+2
2016-09-30cfg80211: add start / stop NAN commandsAyala Beker1-0/+1
2016-09-15mac80211: remove unused assignmentJohannes Berg1-1/+0
2016-09-12mac80211: refactor monitor representation in sdataAviya Erenfeld1-1/+1
2016-06-09mac80211: implement fair queueing per txqMichal Kazior1-21/+2
2016-06-09mac80211: skip netdev queue control with software queuingMichal Kazior1-5/+6
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-12/+12
2016-04-05mac80211: allow not sending MIC up from driver for HW cryptoSara Sharon1-2/+3
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-27/+89
2016-02-24mac80211: move MU_MIMO_OWNER flag to ieee80211_vifSara Sharon1-1/+1
2016-02-24mac80211: Interoperability workaround for 80+80 and 160 MHz channelsJouni Malinen1-2/+29