summaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: don't calculate duration for S1GThomas Pedersen2020-09-281-0/+4
* mac80211: fix some missing kernel-docJohannes Berg2020-09-281-0/+2
* mac80211: Unsolicited broadcast probe response supportAloka Dixit2020-09-181-0/+29
* mac80211: Add FILS discovery supportAloka Dixit2020-09-181-0/+28
* mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flagsFelix Fietkau2020-09-181-8/+8
* mac80211: rework tx encapsulation offload APIFelix Fietkau2020-09-181-14/+20
* mac80211: set info->control.hw_key for encap offload packetsFelix Fietkau2020-09-181-0/+5
* mac80211: skip encap offload for tx multicast/control packetsFelix Fietkau2020-09-181-55/+19
* mac80211: check and refresh aggregation session in encap offload txFelix Fietkau2020-09-181-0/+18
* mac80211: add missing queue/hash initialization to 802.3 xmitFelix Fietkau2020-09-181-0/+6
* mac80211: rename csa counters to countdown countersJohn Crispin2020-08-271-36/+37
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-3/+4
|\
| * mac80211: Fix bug in Tx ack status reporting in 802.3 xmit pathVasanthakumar Thiagarajan2020-07-301-3/+4
* | mac80211: parse radiotap header when selecting Tx queueMathy Vanhoef2020-07-311-30/+24
* | mac80211: remove unused flags argument in transmit functionsMathy Vanhoef2020-07-311-11/+8
* | mac80211: use same flag everywhere to avoid sequence number overwriteMathy Vanhoef2020-07-311-2/+0
* | mac80211: do not overwrite the sequence number if requestedMathy Vanhoef2020-07-311-0/+3
* | mac80211: add radiotap flag to prevent sequence number overwriteMathy Vanhoef2020-07-311-0/+2
* | mac80211: never drop injected frames even if normally not allowedMathy Vanhoef2020-07-311-1/+1
* | mac80211: calculate skb hash early when using itxqFelix Fietkau2020-07-311-0/+1
* | mac80211: improve AQL tx airtime estimationFelix Fietkau2020-07-311-1/+2
* | mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-311-6/+6
* | nl80211: S1G band and channel definitionsThomas Pedersen2020-07-311-0/+1
|/
* mac80211: skip mpath lookup also for control port txMarkus Theil2020-06-251-1/+5
* mac80211: Fix dropping broadcast packets in 802.11 encapSeevalamuthu Mariappan2020-06-251-1/+1
* mac80211: support control port TX status reportingMarkus Theil2020-05-281-19/+43
* nl80211: add ability to report TX status for control port TXMarkus Theil2020-05-271-1/+2
* Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller2020-05-261-2/+5
|\
| * mac80211: TX legacy rate control for Beacon framesJouni Malinen2020-04-291-1/+4
| * mac80211: mlme: remove duplicate AID bookkeepingJohannes Berg2020-04-241-1/+1
* | docs: networking: convert mac80211-injection.txt to ReSTMauro Carvalho Chehab2020-04-301-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-301-1/+2
|\
| * mac80211: fix authentication with iwlwifi/mvmJohannes Berg2020-03-291-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2020-03-291-5/+32
|\|
| * mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TXJohannes Berg2020-03-261-2/+6
| * mac80211: Check port authorization in the ieee80211_tx_dequeue() caseJouni Malinen2020-03-261-1/+18
| * mac80211: drop data frames without key on encrypted linksJohannes Berg2020-03-261-3/+9
* | mac80211: don't leave skb->next/prev pointing to stackJohannes Berg2020-03-201-1/+5
* | mac80211: Beacon protection using the new BIGTK (AP)Jouni Malinen2020-02-241-0/+25
* | Revert "nl80211: add src and dst addr attributes for control port tx/rx"Johannes Berg2020-02-241-2/+1
* | Revert "mac80211: support NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_MAC_A...Johannes Berg2020-02-241-1/+1
* | mac80211: check vif pointer before airtime calculationJohannes Berg2020-02-211-2/+3
* | Merge tag 'mac80211-next-for-net-next-2020-02-14' of git://git.kernel.org/pub...David S. Miller2020-02-161-7/+170
|\ \ | |/ |/|
| * mac80211: support NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_MAC_ADDRSMarkus Theil2020-02-071-1/+1
| * nl80211: add src and dst addr attributes for control port tx/rxMarkus Theil2020-02-071-1/+2
| * mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen2020-01-151-1/+1
| * Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2020-01-021-2/+11
| |\
| * | mac80211: add 802.11 encapsulation offloading supportJohn Crispin2019-12-131-4/+166
* | | mac80211: use more bits for ack_frame_idJohannes Berg2020-02-071-1/+1
* | | net: mac80211: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-141-8/+5
| |/ |/|