aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-11net: mac80211: use core API for updating TX/RX statsLev Stipakov1-13/+3
2020-11-13Merge tag 'mac80211-next-for-net-next-2020-11-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJakub Kicinski1-28/+11
2020-11-11mac80211: remove WDS-related codeJohannes Berg1-24/+2
2020-11-07net: mac80211: convert tasklets to use new tasklet_setup() APIAllen Pais1-2/+3
2020-11-06mac80211: assure that certain drivers adhere to DONT_REORDER flagMathy Vanhoef1-2/+7
2020-11-06mac80211: don't overwrite QoS TID of injected framesMathy Vanhoef1-4/+1
2020-11-06mac80211: add radiotap flag to assure frames are not reorderedMathy Vanhoef1-0/+3
2020-10-30mac80211: fix use of skb payload instead of headerJohannes Berg1-13/+24
2020-10-30mac80211: fix regression where EAPOL frames were sent in plaintextMathy Vanhoef1-3/+4
2020-09-28mac80211: don't calculate duration for S1GThomas Pedersen1-0/+4
2020-09-28mac80211: fix some missing kernel-docJohannes Berg1-0/+2
2020-09-18mac80211: Unsolicited broadcast probe response supportAloka Dixit1-0/+29
2020-09-18mac80211: Add FILS discovery supportAloka Dixit1-0/+28
2020-09-18mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flagsFelix Fietkau1-8/+8
2020-09-18mac80211: rework tx encapsulation offload APIFelix Fietkau1-14/+20
2020-09-18mac80211: set info->control.hw_key for encap offload packetsFelix Fietkau1-0/+5
2020-09-18mac80211: skip encap offload for tx multicast/control packetsFelix Fietkau1-55/+19
2020-09-18mac80211: check and refresh aggregation session in encap offload txFelix Fietkau1-0/+18
2020-09-18mac80211: add missing queue/hash initialization to 802.3 xmitFelix Fietkau1-0/+6
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin1-36/+37
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+4
2020-07-31mac80211: parse radiotap header when selecting Tx queueMathy Vanhoef1-30/+24
2020-07-31mac80211: remove unused flags argument in transmit functionsMathy Vanhoef1-11/+8
2020-07-31mac80211: use same flag everywhere to avoid sequence number overwriteMathy Vanhoef1-2/+0
2020-07-31mac80211: do not overwrite the sequence number if requestedMathy Vanhoef1-0/+3
2020-07-31mac80211: add radiotap flag to prevent sequence number overwriteMathy Vanhoef1-0/+2
2020-07-31mac80211: never drop injected frames even if normally not allowedMathy Vanhoef1-1/+1
2020-07-31mac80211: calculate skb hash early when using itxqFelix Fietkau1-0/+1
2020-07-31mac80211: improve AQL tx airtime estimationFelix Fietkau1-1/+2
2020-07-31mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva1-6/+6
2020-07-31nl80211: S1G band and channel definitionsThomas Pedersen1-0/+1
2020-07-30mac80211: Fix bug in Tx ack status reporting in 802.3 xmit pathVasanthakumar Thiagarajan1-3/+4
2020-06-25mac80211: skip mpath lookup also for control port txMarkus Theil1-1/+5
2020-06-25mac80211: Fix dropping broadcast packets in 802.11 encapSeevalamuthu Mariappan1-1/+1
2020-05-28mac80211: support control port TX status reportingMarkus Theil1-19/+43
2020-05-27nl80211: add ability to report TX status for control port TXMarkus Theil1-1/+2
2020-05-26Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-2/+5
2020-04-30docs: networking: convert mac80211-injection.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-04-29mac80211: TX legacy rate control for Beacon framesJouni Malinen1-1/+4
2020-04-24mac80211: mlme: remove duplicate AID bookkeepingJohannes Berg1-1/+1
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-03-29mac80211: fix authentication with iwlwifi/mvmJohannes Berg1-1/+2
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+32
2020-03-26mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TXJohannes Berg1-2/+6
2020-03-26mac80211: Check port authorization in the ieee80211_tx_dequeue() caseJouni Malinen1-1/+18
2020-03-26mac80211: drop data frames without key on encrypted linksJohannes Berg1-3/+9
2020-03-20mac80211: don't leave skb->next/prev pointing to stackJohannes Berg1-1/+5
2020-02-24mac80211: Beacon protection using the new BIGTK (AP)Jouni Malinen1-0/+25
2020-02-24Revert "nl80211: add src and dst addr attributes for control port tx/rx"Johannes Berg1-2/+1
2020-02-24Revert "mac80211: support NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_MAC_ADDRS"Johannes Berg1-1/+1