Age | Commit message (Expand) | Author | Files | Lines |
2018-05-07 | mac80211: average ack rssi support for data frames | Balaji Pothunoori | 1 | -0/+2 |
2018-02-19 | mac80211: Add tx ack signal support in sta info | Venkateswara Naralasetty | 1 | -2/+11 |
2018-02-19 | cfg80211: send ack_signal to user in probe client response | Venkateswara Naralasetty | 1 | -1/+1 |
2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 1 | -1/+1 |
2017-05-30 | mac80211: Invoke TX LED in more code paths | Bjorn Andersson | 1 | -2/+2 |
2017-04-28 | mac80211: add ieee80211_tx_status_ext | Felix Fietkau | 1 | -28/+46 |
2017-04-28 | mac80211: move ieee80211_tx_status_noskb below ieee80211_tx_status | Felix Fietkau | 1 | -58/+58 |
2017-04-28 | mac80211: make rate control tx status API more extensible | Felix Fietkau | 1 | -2/+9 |
2017-04-27 | mac80211: don't parse encrypted management frames in ieee80211_frame_acked | Emmanuel Grumbach | 1 | -0/+1 |
2017-03-02 | Merge tag 'mac80211-for-davem-2017-02-28' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 1 | -1/+2 |
2017-03-01 | Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 1 | -3/+1 |
2017-02-27 | mac80211: don't handle filtered frames within a BA session | Felix Fietkau | 1 | -1/+2 |
2017-02-14 | idr: Return the deleted entry from idr_remove | Matthew Wilcox | 1 | -3/+1 |
2017-01-26 | mac80211: use helper function to access ieee802_1d_to_ac[] | Amadeusz Sławiński | 1 | -1/+1 |
2017-01-12 | mac80211: set wifi_acked[_valid] bits for transmitted SKBs | Johannes Berg | 1 | -0/+5 |
2016-12-13 | mac80211: Remove unused 'rates_idx' variable | Kirtika Ruchandani | 1 | -2/+1 |
2016-09-20 | mac80211: Use rhltable instead of rhashtable | Herbert Xu | 1 | -5/+2 |
2016-09-15 | mac80211: allow driver to handle packet-loss mechanism | Rajkumar Manoharan | 1 | -0/+6 |
2016-09-12 | mac80211: refactor monitor representation in sdata | Aviya Erenfeld | 1 | -1/+1 |
2016-08-05 | mac80211: End the MPSP even if EOSP frame was not acked | Masashi Honma | 1 | -7/+7 |
2016-04-06 | mac80211: add separate last_ack variable | Johannes Berg | 1 | -2/+2 |
2016-03-05 | mac80211: use reset to set header pointer | Zhang Shengju | 1 | -1/+1 |
2016-01-14 | mac80211: Don't buffer non-bufferable MMPDUs | Helmut Schaa | 1 | -0/+5 |
2015-10-22 | Merge tag 'mac80211-next-for-davem-2015-10-21' of git://git.kernel.org/pub/sc... | David S. Miller | 1 | -25/+28 |
2015-10-21 | mac80211: move station statistics into sub-structs | Johannes Berg | 1 | -22/+28 |
2015-10-21 | mac80211: remove sta->last_ack_signal | Johannes Berg | 1 | -3/+0 |
2015-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2015-09-24 | mac80211: fix handling of PS filtering with fast-xmit | Felix Fietkau | 1 | -0/+1 |
2015-09-22 | mac80211: Split sending tx'ed frames to monitor interfaces into its own function | Helmut Schaa | 1 | -49/+59 |
2015-08-13 | mac80211: remove always true condition | Dan Carpenter | 1 | -4/+1 |
2015-06-10 | mac80211: convert HW flags to unsigned long bitmap | Johannes Berg | 1 | -7/+6 |
2015-06-02 | mac80211: stop using pointers as userspace cookies | Johannes Berg | 1 | -13/+14 |
2015-06-02 | mac80211: copy nl80211 mgmt TX SKB for status | Johannes Berg | 1 | -41/+68 |
2015-05-05 | mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERS | Johannes Berg | 1 | -14/+14 |
2015-04-01 | mac80211: use rhashtable for station table | Johannes Berg | 1 | -2/+6 |
2015-02-28 | mac80211: remove TX latency measurement code | Johannes Berg | 1 | -74/+0 |
2015-01-16 | mac80211: remove doubled semicolon | Johannes Berg | 1 | -1/+1 |
2015-01-08 | mac80211: provide per-TID RX/TX MSDU counters | Johannes Berg | 1 | -2/+13 |
2014-12-23 | mac80211: fix dot11MulticastTransmittedFrameCount tested address | Eliad Peller | 1 | -1/+1 |
2014-12-12 | mac80211: Fix accounting of multicast frames | Sujith Manoharan | 1 | -3/+6 |
2014-11-28 | mac80211: add ieee80211_tx_status_noskb | Felix Fietkau | 1 | -0/+54 |
2014-11-28 | mac0211: add a helper function for fixing up tx status rates | Felix Fietkau | 1 | -19/+33 |
2014-11-28 | mac80211: pass tx info to ieee80211_lost_packet instead of an skb | Felix Fietkau | 1 | -4/+3 |
2014-11-19 | mac80211: retransmit TDLS teardown packet through AP if not ACKed | Liad Kaufman | 1 | -2/+53 |
2014-10-22 | mac80211: add WMM admission control support | Johannes Berg | 1 | -1/+2 |
2014-09-11 | mac80211: add TDLS connection timeout | Liad Kaufman | 1 | -1/+20 |
2014-09-05 | mac80211: add Intel Mobile Communications copyright | Johannes Berg | 1 | -0/+1 |
2014-06-23 | net: Mac80211: Remove silly timespec dance | Thomas Gleixner | 1 | -5/+2 |
2014-05-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next | John W. Linville | 1 | -6/+19 |
2014-05-28 | mac80211: reduce packet loss notifications under load | Felix Fietkau | 1 | -6/+19 |