aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/status.c
AgeCommit message (Expand)Author
2017-04-28mac80211: add ieee80211_tx_status_extFelix Fietkau
2017-04-28mac80211: move ieee80211_tx_status_noskb below ieee80211_tx_statusFelix Fietkau
2017-04-28mac80211: make rate control tx status API more extensibleFelix Fietkau
2017-04-26mac80211: don't parse encrypted management frames in ieee80211_frame_ackedEmmanuel Grumbach
2017-03-01Merge tag 'mac80211-for-davem-2017-02-28' of git://git.kernel.org/pub/scm/lin...David S. Miller
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2017-02-27mac80211: don't handle filtered frames within a BA sessionFelix Fietkau
2017-02-13idr: Return the deleted entry from idr_removeMatthew Wilcox
2017-01-26mac80211: use helper function to access ieee802_1d_to_ac[]Amadeusz Sławiński
2017-01-12mac80211: set wifi_acked[_valid] bits for transmitted SKBsJohannes Berg
2016-12-13mac80211: Remove unused 'rates_idx' variableKirtika Ruchandani
2016-09-20mac80211: Use rhltable instead of rhashtableHerbert Xu
2016-09-15mac80211: allow driver to handle packet-loss mechanismRajkumar Manoharan
2016-09-12mac80211: refactor monitor representation in sdataAviya Erenfeld
2016-08-05mac80211: End the MPSP even if EOSP frame was not ackedMasashi Honma
2016-04-06mac80211: add separate last_ack variableJohannes Berg
2016-03-04mac80211: use reset to set header pointerZhang Shengju
2016-01-14mac80211: Don't buffer non-bufferable MMPDUsHelmut Schaa
2015-10-22Merge tag 'mac80211-next-for-davem-2015-10-21' of git://git.kernel.org/pub/sc...David S. Miller
2015-10-21mac80211: move station statistics into sub-structsJohannes Berg
2015-10-21mac80211: remove sta->last_ack_signalJohannes Berg
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-24mac80211: fix handling of PS filtering with fast-xmitFelix Fietkau
2015-09-22mac80211: Split sending tx'ed frames to monitor interfaces into its own functionHelmut Schaa
2015-08-13mac80211: remove always true conditionDan Carpenter
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg
2015-06-02mac80211: stop using pointers as userspace cookiesJohannes Berg
2015-06-02mac80211: copy nl80211 mgmt TX SKB for statusJohannes Berg
2015-05-05mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERSJohannes Berg
2015-04-01mac80211: use rhashtable for station tableJohannes Berg
2015-02-28mac80211: remove TX latency measurement codeJohannes Berg
2015-01-16mac80211: remove doubled semicolonJohannes Berg
2015-01-08mac80211: provide per-TID RX/TX MSDU countersJohannes Berg
2014-12-23mac80211: fix dot11MulticastTransmittedFrameCount tested addressEliad Peller
2014-12-12mac80211: Fix accounting of multicast framesSujith Manoharan
2014-11-28mac80211: add ieee80211_tx_status_noskbFelix Fietkau
2014-11-28mac0211: add a helper function for fixing up tx status ratesFelix Fietkau
2014-11-28mac80211: pass tx info to ieee80211_lost_packet instead of an skbFelix Fietkau
2014-11-19mac80211: retransmit TDLS teardown packet through AP if not ACKedLiad Kaufman
2014-10-22mac80211: add WMM admission control supportJohannes Berg
2014-09-11mac80211: add TDLS connection timeoutLiad Kaufman
2014-09-05mac80211: add Intel Mobile Communications copyrightJohannes Berg
2014-06-23net: Mac80211: Remove silly timespec danceThomas Gleixner
2014-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville
2014-05-28mac80211: reduce packet loss notifications under loadFelix Fietkau
2014-04-22mac80211: fixup radiotap tx flags for RTS/CTSBob Copeland
2014-04-09mac80211: update last_tx_rate only for data frameChun-Yeow Yeoh
2014-02-04mac80211: remove set but unused variablesJohannes Berg
2013-12-02mac80211: Tx frame latency statisticsMatti Gottlieb
2013-11-05Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville