aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-17/+17
2015-06-09mac80211: handle aggregation session timeout on fast-xmit pathJohannes Berg1-3/+6
2015-06-02mac80211: move TX PN to public part of key structJohannes Berg1-9/+1
2015-05-05mac80211: remove useless skb->encapsulation checkJohannes Berg1-6/+2
2015-05-05mac80211: remove sta->tx_fragments counterJohannes Berg1-2/+0
2015-04-24mac80211: use per-CPU TX/RX statisticsJohannes Berg1-4/+12
2015-04-24mac80211: don't update dev->trans_startJohannes Berg1-2/+0
2015-04-22mac80211: allow segmentation offloadsJohannes Berg1-24/+46
2015-04-22mac80211: allow drivers to support S/GJohannes Berg1-0/+6
2015-04-22mac80211: allow checksum offload only in fast-xmitJohannes Berg1-4/+20
2015-04-22mac80211: extend fast-xmit to cover IBSSJohannes Berg1-0/+7
2015-04-22mac80211: extend fast-xmit for more ciphersJohannes Berg1-3/+37
2015-04-22mac80211: extend fast-xmit to driver fragmentationJohannes Berg1-1/+2
2015-04-22mac80211: add TX fastpathJohannes Berg1-1/+419
2015-04-01mac80211: add an intermediate software queue implementationFelix Fietkau1-10/+105
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-110/+156
2015-03-30mac80211: factor out station lookup from ieee80211_build_hdr()Johannes Berg1-70/+118
2015-03-30mac80211: make sta.wme indicate whether QoS is usedJohannes Berg1-2/+2
2015-03-20mac80211: avoid duplicate TX path station lookupJohannes Berg1-27/+46
2015-03-20mac80211: mesh: avoid pointless station lookupJohannes Berg1-4/+6
2015-03-20mac80211: drop 4-addr VLAN frames earlier if not connectedJohannes Berg1-0/+3
2015-03-20mac80211: don't look up destination station twiceJohannes Berg1-4/+6
2015-03-20mac80211: remove drop_unencrypted codeJohannes Berg1-16/+1
2015-03-04mac80211: check and dequeue skb in ieee80211_tx_prepare_skb()Johannes Berg1-0/+9
2015-02-28mac80211: remove TX latency measurement codeJohannes Berg1-22/+0
2015-02-28mac80211: don't look up stations for multicast addressesJohannes Berg1-1/+1
2015-02-26mac80211: Send EAPOL frames at lowest rateJouni Malinen1-0/+1
2015-01-27mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphersJouni Malinen1-0/+5
2015-01-27mac80111: Add BIP-CMAC-256 cipherJouni Malinen1-0/+3
2015-01-27mac80111: Add CCMP-256 cipherJouni Malinen1-1/+6
2015-01-27mac80111: Add GCMP and GCMP-256 ciphersJouni Malinen1-0/+5
2015-01-14mac80211: let flush() drop packets when possibleEmmanuel Grumbach1-1/+1
2015-01-08mac80211: provide per-TID RX/TX MSDU countersJohannes Berg1-0/+3
2014-11-28mac80211: add more missing checks for VHT tx ratesFelix Fietkau1-1/+1
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg1-6/+3
2014-11-19mac80211: synchronously reserve TID per stationLiad Kaufman1-0/+91