aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/status.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-21nl80211: Add support for EDMG channelsAlexei Avshalom Lazar1-2/+4
2019-08-21mac80211: add missing length field increment when generating Radiotap headerJohn Crispin1-0/+1
2019-08-21mac80211: 80Mhz was not reported properly when using tx_status_extJohn Crispin1-1/+1
2019-08-21mac80211: fix bad guard when reporting legacy ratesJohn Crispin1-7/+7
2019-08-21mac80211: fix TX legacy rate reporting when tx_status_ext is usedJohn Crispin1-3/+9
2019-07-26mac80211: add struct ieee80211_tx_status support to ieee80211_add_tx_radiotap_headerJohn Crispin1-12/+162
2019-07-26mac80211: propagate struct ieee80211_tx_status into ieee80211_tx_monitor()John Crispin1-2/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-01-19mac80211: Add airtime accounting and scheduling to TXQsToke Høiland-Jørgensen1-0/+6
2018-12-19mac80211: free skb fraglist before freeing the skbSara Sharon1-0/+5
2018-12-05mac80211: ignore tx status for PS stations in ieee80211_tx_status_extFelix Fietkau1-0/+2
2018-10-12mac80211: implement ieee80211_tx_rate_update to update rateAnilkumar Kolli1-0/+19
2018-09-10mac80211: fix TX status reporting for ieee80211sYuan-Chi Pang1-1/+3
2018-09-05mac80211: Always report TX statusAndrei Otcheretianski1-5/+2
2018-05-07mac80211: average ack rssi support for data framesBalaji Pothunoori1-0/+2
2018-02-19mac80211: Add tx ack signal support in sta infoVenkateswara Naralasetty1-2/+11
2018-02-19cfg80211: send ack_signal to user in probe client responseVenkateswara Naralasetty1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-05-30mac80211: Invoke TX LED in more code pathsBjorn Andersson1-2/+2
2017-04-28mac80211: add ieee80211_tx_status_extFelix Fietkau1-28/+46
2017-04-28mac80211: move ieee80211_tx_status_noskb below ieee80211_tx_statusFelix Fietkau1-58/+58
2017-04-28mac80211: make rate control tx status API more extensibleFelix Fietkau1-2/+9
2017-04-26mac80211: don't parse encrypted management frames in ieee80211_frame_ackedEmmanuel Grumbach1-0/+1
2017-03-01Merge tag 'mac80211-for-davem-2017-02-28' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-1/+2
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-3/+1
2017-02-27mac80211: don't handle filtered frames within a BA sessionFelix Fietkau1-1/+2
2017-02-13idr: Return the deleted entry from idr_removeMatthew Wilcox1-3/+1
2017-01-26mac80211: use helper function to access ieee802_1d_to_ac[]Amadeusz Sławiński1-1/+1
2017-01-12mac80211: set wifi_acked[_valid] bits for transmitted SKBsJohannes Berg1-0/+5
2016-12-13mac80211: Remove unused 'rates_idx' variableKirtika Ruchandani1-2/+1
2016-09-20mac80211: Use rhltable instead of rhashtableHerbert Xu1-5/+2
2016-09-15mac80211: allow driver to handle packet-loss mechanismRajkumar Manoharan1-0/+6
2016-09-12mac80211: refactor monitor representation in sdataAviya Erenfeld1-1/+1
2016-08-05mac80211: End the MPSP even if EOSP frame was not ackedMasashi Honma1-7/+7
2016-04-06mac80211: add separate last_ack variableJohannes Berg1-2/+2
2016-03-04mac80211: use reset to set header pointerZhang Shengju1-1/+1
2016-01-14mac80211: Don't buffer non-bufferable MMPDUsHelmut Schaa1-0/+5
2015-10-22Merge tag 'mac80211-next-for-davem-2015-10-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-25/+28
2015-10-21mac80211: move station statistics into sub-structsJohannes Berg1-22/+28
2015-10-21mac80211: remove sta->last_ack_signalJohannes Berg1-3/+0
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-09-24mac80211: fix handling of PS filtering with fast-xmitFelix Fietkau1-0/+1
2015-09-22mac80211: Split sending tx'ed frames to monitor interfaces into its own functionHelmut Schaa1-49/+59
2015-08-13mac80211: remove always true conditionDan Carpenter1-4/+1
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-7/+6
2015-06-02mac80211: stop using pointers as userspace cookiesJohannes Berg1-13/+14
2015-06-02mac80211: copy nl80211 mgmt TX SKB for statusJohannes Berg1-41/+68
2015-05-05mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERSJohannes Berg1-14/+14
2015-04-01mac80211: use rhashtable for station tableJohannes Berg1-2/+6
2015-02-28mac80211: remove TX latency measurement codeJohannes Berg1-74/+0