summaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
AgeCommit message (Expand)Author
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
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...David S. Miller
2015-03-30mac80211: factor out station lookup from ieee80211_build_hdr()Johannes Berg
2015-03-30mac80211: make sta.wme indicate whether QoS is usedJohannes Berg
2015-03-20mac80211: avoid duplicate TX path station lookupJohannes Berg
2015-03-20mac80211: mesh: avoid pointless station lookupJohannes Berg
2015-03-20mac80211: drop 4-addr VLAN frames earlier if not connectedJohannes Berg
2015-03-20mac80211: don't look up destination station twiceJohannes Berg
2015-03-20mac80211: remove drop_unencrypted codeJohannes Berg
2015-03-04mac80211: check and dequeue skb in ieee80211_tx_prepare_skb()Johannes Berg
2015-02-28mac80211: remove TX latency measurement codeJohannes Berg
2015-02-28mac80211: don't look up stations for multicast addressesJohannes Berg
2015-02-26mac80211: Send EAPOL frames at lowest rateJouni Malinen
2015-01-27mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphersJouni Malinen
2015-01-27mac80111: Add BIP-CMAC-256 cipherJouni Malinen
2015-01-27mac80111: Add CCMP-256 cipherJouni Malinen
2015-01-27mac80111: Add GCMP and GCMP-256 ciphersJouni Malinen
2015-01-14mac80211: let flush() drop packets when possibleEmmanuel Grumbach
2015-01-08mac80211: provide per-TID RX/TX MSDU countersJohannes Berg
2014-11-28mac80211: add more missing checks for VHT tx ratesFelix Fietkau
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg
2014-11-19mac80211: synchronously reserve TID per stationLiad Kaufman
2014-11-19mac80211: add function to create data frame template including keyJohannes Berg
2014-11-19mac80211: factor out 802.11 header building codeJohannes Berg
2014-11-19mac80211: move skb info band assignment outJohannes Berg
2014-11-19mac80211: add option for setting skb flags before xmitLiad Kaufman
2014-11-04mac80211: 802.11p OCB mode supportRostislav Lisovy
2014-09-26Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-09-12mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack pathAlexander Duyck
2014-09-05mac80211: fix description comment of ieee80211_subif_start_xmitLiad Kaufman
2014-09-05mac80211: add Intel Mobile Communications copyrightJohannes Berg
2014-08-26mac80211: don't resize skbs needlesslyIdo Yariv
2014-08-15mac80211: don't duplicate station QoS capability dataJohannes Berg
2014-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-07-07Revert "mac80211: move "bufferable MMPDU" check to fix AP mode scan"Johannes Berg