aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
AgeCommit message (Expand)Author
2016-08-05mac80211: fix purging multicast PS buffer queueFelix Fietkau
2016-06-30mac80211: fix fq lockdep warningsMichal Kazior
2016-06-30mac80211: Encrypt "Group addressed privacy" action framesMasashi Honma
2016-06-09mac80211: implement codel on fair queuing flowsMichal Kazior
2016-06-09mac80211: implement fair queueing per txqMichal Kazior
2016-06-09mac80211: skip netdev queue control with software queuingMichal Kazior
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-06mac80211: add A-MSDU tx supportFelix Fietkau
2016-04-05mac80211: close the SP when we enqueue frames during the SPEmmanuel Grumbach
2016-04-05mac80211: don't send deferred frames outside the SPEmmanuel Grumbach
2016-04-05mac80211: do not pass injected frames without a valid rate to the driverFelix Fietkau
2016-04-05mac80211: fix parsing of 40Mhz in injected radiotap headerSven Eckelmann
2016-04-05mac80211: mesh: move path tables into if_meshBob Copeland
2016-04-05mac80211: fix AP buffered multicast frames with queue control and txqFelix Fietkau
2016-04-05mac80211: parse VHT info in injected framesLorenzo Bianconi
2016-03-04mac80211: use reset to set header pointerZhang Shengju
2016-02-24mac80211: fix wiphy supported_band accessLorenzo Bianconi
2016-02-24mac80211: let unused MPP table entries timeoutHenning Rogge
2016-02-24mac80211: expose txq queue depth and size to driversMichal Kazior
2016-02-24mac80211: Parse legacy and HT rate in injected framesSven Eckelmann
2015-12-04mac80211: properly free TX skbs when monitor TX failsJohannes Berg
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-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-29mac80211: fix tx sequence number assignment with software queue + fast-xmitFelix Fietkau
2015-09-29mac80211: Copy tx'ed beacons to monitor modeHelmut Schaa
2015-09-24mac80211: fix handling of PS filtering with fast-xmitFelix Fietkau
2015-08-14mac80211: Set txrc.bss to true for OCB interfacesBertold Van den Bergh
2015-07-17Merge branch 'mac80211' into mac80211-nextJohannes Berg
2015-07-17mac80211: account TX MSDUs properly with segmentation offloadJohannes Berg
2015-07-17mac80211: enable assoc check for mesh interfacesBob Copeland
2015-07-17mac80211: avoid unnecessary beacon deref on CSA counter updateWojciech Dubowik
2015-07-17mac80211: remove key TX/RX counterJohannes Berg
2015-07-17mac80211: don't clear all tx flags when requeingMichal Kazior
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg
2015-06-09mac80211: handle aggregation session timeout on fast-xmit pathJohannes Berg
2015-06-02mac80211: move TX PN to public part of key structJohannes Berg
2015-05-05mac80211: remove useless skb->encapsulation checkJohannes Berg
2015-05-05mac80211: remove sta->tx_fragments counterJohannes Berg
2015-04-24mac80211: use per-CPU TX/RX statisticsJohannes Berg
2015-04-24mac80211: don't update dev->trans_startJohannes Berg
2015-04-22mac80211: allow segmentation offloadsJohannes Berg
2015-04-22mac80211: allow drivers to support S/GJohannes Berg
2015-04-22mac80211: allow checksum offload only in fast-xmitJohannes Berg
2015-04-22mac80211: extend fast-xmit to cover IBSSJohannes Berg
2015-04-22mac80211: extend fast-xmit for more ciphersJohannes Berg
2015-04-22mac80211: extend fast-xmit to driver fragmentationJohannes Berg
2015-04-22mac80211: add TX fastpathJohannes Berg
2015-04-01mac80211: add an intermediate software queue implementationFelix Fietkau