summaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h
AgeCommit message (Expand)AuthorLines
2020-07-31mac80211: add a function for running rx without passing skbs to the stackFelix Fietkau-0/+25
2020-07-31mac80211: parse radiotap header when selecting Tx queueMathy Vanhoef-0/+8
2020-07-31mac80211: add radiotap flag to prevent sequence number overwriteMathy Vanhoef-0/+3
2020-07-31net/wireless: mac80211.h: drop duplicate words in commentsRandy Dunlap-3/+3
2020-05-31mac80211: use HE 6 GHz band capability and pass it to the driverJohannes Berg-1/+3
2020-05-27mac80211: Replace zero-length array with flexible-arrayGustavo A. R. Silva-5/+5
2020-05-26Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller-5/+30
2020-04-29mac80211: fix memory overlap due to variable length paramRajkumar Manoharan-2/+5
2020-04-24mac80211: fix two missing documentation entriesJohannes Berg-0/+2
2020-04-24mac80211: add freq_offset to RX statusThomas Pedersen-1/+9
2020-04-24mac80211: agg-tx: add an option to defer ADDBA transmitMordechay Goodstein-1/+5
2020-04-24mac80211: add twt_protected flag to the bss_conf structureShaul Triebitz-0/+2
2020-04-24mac80211: Process multicast RX registration for Action framesJouni Malinen-0/+6
2020-04-24cfg80211: change internal management frame registration APIJohannes Berg-1/+1
2020-04-24mac80211: populate debugfs only after cfg80211 initJohannes Berg-1/+3
2020-03-20mac80211: update documentation about tx powerQiujun Huang-0/+5
2020-02-24mac80211: Add api to support configuring TID specific configurationTamizh chelvam-0/+10
2020-02-16Merge tag 'mac80211-next-for-net-next-2020-02-14' of git://git.kernel.org/pub...David S. Miller-3/+37
2020-02-14mac80211: Fix setting txpower to zeroBen Greear-1/+1
2020-02-07mac80211: use more bits for ack_frame_idJohannes Berg-6/+5
2020-01-15mac80211: add handling for BSS colorJohn Crispin-2/+4
2019-12-13mac80211: add 802.11 encapsulation offloading supportJohn Crispin-0/+32
2019-11-22mac80211: Use Airtime-based Queue Limits (AQL) on packet dequeueToke Høiland-Jørgensen-0/+16
2019-11-22mac80211: Implement Airtime-based Queue Limit (AQL)Kan Yan-0/+12
2019-11-22mac80211: Import airtime calculation code from mt76Toke Høiland-Jørgensen-0/+29
2019-11-08mac80211: Shrink the size of ack_frame_id to make room for tx_time_estToke Høiland-Jørgensen-1/+3
2019-10-28mac80211: fix a typo of "function"Joe Perches-1/+1
2019-10-28mac80211: typo fixes in kerneldoc commentsChris Packham-8/+8
2019-10-04mac80211: simplify TX aggregation startJohannes Berg-2/+9
2019-09-11mac80211: allow drivers to set max MTUWen Gong-0/+3
2019-07-31mac80211: allow setting spatial reuse parameters from bss_confJohn Crispin-0/+4
2019-07-29mac80211: propagate HE operation info into bss_confJohn Crispin-0/+2
2019-07-26mac80211: add IEEE80211_KEY_FLAG_GENERATE_MMIE to ieee80211_key_flagsLorenzo Bianconi-0/+4
2019-07-26mac80211: add xmit rate to struct ieee80211_tx_statusJohn Crispin-0/+2
2019-07-26mac80211: AMPDU handling for rekeys with Extended Key IDAlexander Wetzel-0/+5
2019-07-26mac80211: Simplify Extended Key ID APIAlexander Wetzel-8/+0
2019-07-26mac80211: add tx dequeue function for process contextErik Stromdahl-0/+26
2019-07-26mac80211: remove unused and unneeded remove_sta_debugfs callbackGreg Kroah-Hartman-1/+0
2019-07-26mac80211: pass the vif to cancel_remain_on_channelEmmanuel Grumbach-1/+2
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-06-14mac80211: call rate_control_send_low() internallyJohannes Berg-23/+0
2019-06-14mac80211: allow turning TWT responder support on and off via netlinkJohn Crispin-0/+3
2019-06-14mac80211: dynamically enable the TWT requester support on STA interfacesJohn Crispin-0/+2
2019-06-14mac80211: AMPDU handling for Extended Key IDAlexander Wetzel-0/+4
2019-04-26Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...David S. Miller-0/+30
2019-04-26mac80211: probe unexercised mesh linksRajkumar Manoharan-0/+2
2019-04-26mac80211: store tx power value from user to stationAshok Raj Nagarajan-0/+22
2019-04-26mac80211: IEEE 802.11 Extended Key ID supportAlexander Wetzel-0/+6
2019-04-08mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau-4/+20