aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-19mac80211: add a HW flag for supporting HW TX fragmentationSara Sharon1-2/+2
2016-10-17mac80211: fix A-MSDU outer SA/DAMichael Braun1-0/+23
2016-10-17mac80211: avoid extra memcpy in A-MSDU head creationMichael Braun1-10/+13
2016-10-12mac80211: filter multicast data packets on AP / AP_VLANMichael Braun1-3/+2
2016-10-04Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg1-4/+8
2016-09-30mac80211: Move reorder-sensitive TX handlers to after TXQ dequeueToke Høiland-Jørgensen1-78/+206
2016-09-30mac80211: Set lower memory limit for non-VHT devicesToke Høiland-Jørgensen1-0/+19
2016-09-30mac80211: Move ieee802111_tx_dequeue() to later in tx.cToke Høiland-Jørgensen1-45/+45
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-34/+39
2016-09-14mac80211: check skb_linearize() return valueJohannes Berg1-2/+6
2016-09-13mac80211: simplify TDLS RA lookupJohannes Berg1-11/+4
2016-09-13mac80211: Re-structure aqm debugfs output and keep CoDel stats per txqToke Høiland-Jørgensen1-2/+2
2016-09-12mac80211: fix sequence number assignment for PS response framesFelix Fietkau1-32/+33
2016-09-12mac80211: refactor monitor representation in sdataAviya Erenfeld1-1/+1
2016-08-11mac80211: remove skb header offset mangling in ieee80211_build_hdrFelix Fietkau1-26/+2
2016-08-05mac80211: fix purging multicast PS buffer queueFelix Fietkau1-3/+3
2016-06-30mac80211: fix fq lockdep warningsMichal Kazior1-0/+4
2016-06-30mac80211: Encrypt "Group addressed privacy" action framesMasashi Honma1-1/+5
2016-06-09mac80211: implement codel on fair queuing flowsMichal Kazior1-1/+108
2016-06-09mac80211: implement fair queueing per txqMichal Kazior1-21/+115
2016-06-09mac80211: skip netdev queue control with software queuingMichal Kazior1-32/+43
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-7/+7
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+9
2016-04-06mac80211: add A-MSDU tx supportFelix Fietkau1-0/+156
2016-04-05mac80211: close the SP when we enqueue frames during the SPEmmanuel Grumbach1-0/+6
2016-04-05mac80211: don't send deferred frames outside the SPEmmanuel Grumbach1-3/+1
2016-04-05mac80211: do not pass injected frames without a valid rate to the driverFelix Fietkau1-0/+3
2016-04-05mac80211: fix parsing of 40Mhz in injected radiotap headerSven Eckelmann1-2/+3
2016-04-05mac80211: mesh: move path tables into if_meshBob Copeland1-1/+1
2016-04-05mac80211: fix AP buffered multicast frames with queue control and txqFelix Fietkau1-1/+2
2016-04-05mac80211: parse VHT info in injected framesLorenzo Bianconi1-0/+31
2016-03-04mac80211: use reset to set header pointerZhang Shengju1-4/+4
2016-02-24mac80211: fix wiphy supported_band accessLorenzo Bianconi1-4/+5
2016-02-24mac80211: let unused MPP table entries timeoutHenning Rogge1-1/+4
2016-02-24mac80211: expose txq queue depth and size to driversMichal Kazior1-1/+7
2016-02-24mac80211: Parse legacy and HT rate in injected framesSven Eckelmann1-2/+70
2015-12-04mac80211: properly free TX skbs when monitor TX failsJohannes Berg1-1/+1
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-10/+10
2015-10-21mac80211: move station statistics into sub-structsJohannes Berg1-10/+10
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2015-09-29mac80211: fix tx sequence number assignment with software queue + fast-xmitFelix Fietkau1-1/+2
2015-09-29mac80211: Copy tx'ed beacons to monitor modeHelmut Schaa1-0/+19
2015-09-24mac80211: fix handling of PS filtering with fast-xmitFelix Fietkau1-2/+5
2015-08-14mac80211: Set txrc.bss to true for OCB interfacesBertold Van den Bergh1-1/+2
2015-07-17Merge branch 'mac80211' into mac80211-nextJohannes Berg1-1/+3
2015-07-17mac80211: account TX MSDUs properly with segmentation offloadJohannes Berg1-1/+5
2015-07-17mac80211: enable assoc check for mesh interfacesBob Copeland1-3/+0
2015-07-17mac80211: avoid unnecessary beacon deref on CSA counter updateWojciech Dubowik1-8/+14
2015-07-17mac80211: remove key TX/RX counterJohannes Berg1-1/+0
2015-07-17mac80211: don't clear all tx flags when requeingMichal Kazior1-1/+3