| Commit message (Expand) | Author | Age | Files | Lines |
* | mac80211: initialize fast-xmit 'info' later | Johannes Berg | 2017-01-02 | 1 | -1/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-11-22 | 1 | -4/+10 |
|\ |
|
| * | mac80211: fix A-MSDU aggregation with fast-xmit + txq | Felix Fietkau | 2016-11-15 | 1 | -1/+5 |
| * | mac80211: remove bogus skb vif assignment | Felix Fietkau | 2016-11-15 | 1 | -3/+0 |
| * | mac80211: update A-MPDU flag on tx dequeue | Felix Fietkau | 2016-11-15 | 1 | -0/+5 |
* | | mac80211: add a HW flag for supporting HW TX fragmentation | Sara Sharon | 2016-10-19 | 1 | -2/+2 |
* | | mac80211: fix A-MSDU outer SA/DA | Michael Braun | 2016-10-17 | 1 | -0/+23 |
* | | mac80211: avoid extra memcpy in A-MSDU head creation | Michael Braun | 2016-10-17 | 1 | -10/+13 |
* | | mac80211: filter multicast data packets on AP / AP_VLAN | Michael Braun | 2016-10-12 | 1 | -3/+2 |
|/ |
|
* | Merge remote-tracking branch 'net-next/master' into mac80211-next | Johannes Berg | 2016-10-04 | 1 | -4/+8 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-09-23 | 1 | -34/+39 |
| |\ |
|
| | * | mac80211: check skb_linearize() return value | Johannes Berg | 2016-09-14 | 1 | -2/+6 |
| | * | mac80211: fix sequence number assignment for PS response frames | Felix Fietkau | 2016-09-12 | 1 | -32/+33 |
* | | | mac80211: Move reorder-sensitive TX handlers to after TXQ dequeue | Toke Høiland-Jørgensen | 2016-09-30 | 1 | -78/+206 |
* | | | mac80211: Set lower memory limit for non-VHT devices | Toke Høiland-Jørgensen | 2016-09-30 | 1 | -0/+19 |
* | | | mac80211: Move ieee802111_tx_dequeue() to later in tx.c | Toke Høiland-Jørgensen | 2016-09-30 | 1 | -45/+45 |
|/ / |
|
* | | mac80211: simplify TDLS RA lookup | Johannes Berg | 2016-09-13 | 1 | -11/+4 |
* | | mac80211: Re-structure aqm debugfs output and keep CoDel stats per txq | Toke Høiland-Jørgensen | 2016-09-13 | 1 | -2/+2 |
* | | mac80211: refactor monitor representation in sdata | Aviya Erenfeld | 2016-09-12 | 1 | -1/+1 |
* | | mac80211: remove skb header offset mangling in ieee80211_build_hdr | Felix Fietkau | 2016-08-11 | 1 | -26/+2 |
|/ |
|
* | mac80211: fix purging multicast PS buffer queue | Felix Fietkau | 2016-08-05 | 1 | -3/+3 |
* | mac80211: fix fq lockdep warnings | Michal Kazior | 2016-06-30 | 1 | -0/+4 |
* | mac80211: Encrypt "Group addressed privacy" action frames | Masashi Honma | 2016-06-30 | 1 | -1/+5 |
* | mac80211: implement codel on fair queuing flows | Michal Kazior | 2016-06-09 | 1 | -1/+108 |
* | mac80211: implement fair queueing per txq | Michal Kazior | 2016-06-09 | 1 | -21/+115 |
* | mac80211: skip netdev queue control with software queuing | Michal Kazior | 2016-06-09 | 1 | -32/+43 |
* | cfg80211: remove enum ieee80211_band | Johannes Berg | 2016-04-12 | 1 | -7/+7 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-04-09 | 1 | -4/+9 |
|\ |
|
| * | mac80211: close the SP when we enqueue frames during the SP | Emmanuel Grumbach | 2016-04-05 | 1 | -0/+6 |
| * | mac80211: don't send deferred frames outside the SP | Emmanuel Grumbach | 2016-04-05 | 1 | -3/+1 |
| * | mac80211: fix AP buffered multicast frames with queue control and txq | Felix Fietkau | 2016-04-05 | 1 | -1/+2 |
* | | mac80211: add A-MSDU tx support | Felix Fietkau | 2016-04-06 | 1 | -0/+156 |
* | | mac80211: do not pass injected frames without a valid rate to the driver | Felix Fietkau | 2016-04-05 | 1 | -0/+3 |
* | | mac80211: fix parsing of 40Mhz in injected radiotap header | Sven Eckelmann | 2016-04-05 | 1 | -2/+3 |
* | | mac80211: mesh: move path tables into if_mesh | Bob Copeland | 2016-04-05 | 1 | -1/+1 |
* | | mac80211: parse VHT info in injected frames | Lorenzo Bianconi | 2016-04-05 | 1 | -0/+31 |
|/ |
|
* | mac80211: use reset to set header pointer | Zhang Shengju | 2016-03-04 | 1 | -4/+4 |
* | mac80211: fix wiphy supported_band access | Lorenzo Bianconi | 2016-02-24 | 1 | -4/+5 |
* | mac80211: let unused MPP table entries timeout | Henning Rogge | 2016-02-24 | 1 | -1/+4 |
* | mac80211: expose txq queue depth and size to drivers | Michal Kazior | 2016-02-24 | 1 | -1/+7 |
* | mac80211: Parse legacy and HT rate in injected frames | Sven Eckelmann | 2016-02-24 | 1 | -2/+70 |
* | mac80211: properly free TX skbs when monitor TX fails | Johannes Berg | 2015-12-04 | 1 | -1/+1 |
* | Merge tag 'mac80211-next-for-davem-2015-10-21' of git://git.kernel.org/pub/sc... | David S. Miller | 2015-10-22 | 1 | -10/+10 |
|\ |
|
| * | mac80211: move station statistics into sub-structs | Johannes Berg | 2015-10-21 | 1 | -10/+10 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-10-20 | 1 | -2/+5 |
|\ \
| |/
|/| |
|
| * | mac80211: fix handling of PS filtering with fast-xmit | Felix Fietkau | 2015-09-24 | 1 | -2/+5 |
* | | mac80211: fix tx sequence number assignment with software queue + fast-xmit | Felix Fietkau | 2015-09-29 | 1 | -1/+2 |
* | | mac80211: Copy tx'ed beacons to monitor mode | Helmut Schaa | 2015-09-29 | 1 | -0/+19 |
|/ |
|
* | mac80211: Set txrc.bss to true for OCB interfaces | Bertold Van den Bergh | 2015-08-14 | 1 | -1/+2 |
* | Merge branch 'mac80211' into mac80211-next | Johannes Berg | 2015-07-17 | 1 | -1/+3 |
|\ |
|