| Commit message (Expand) | Author | Age | Files | Lines |
* | mac80211: fix use of skb payload instead of header | Johannes Berg | 2020-10-30 | 1 | -13/+24 |
* | mac80211: fix regression where EAPOL frames were sent in plaintext | Mathy Vanhoef | 2020-10-30 | 1 | -3/+4 |
* | mac80211: don't calculate duration for S1G | Thomas Pedersen | 2020-09-28 | 1 | -0/+4 |
* | mac80211: fix some missing kernel-doc | Johannes Berg | 2020-09-28 | 1 | -0/+2 |
* | mac80211: Unsolicited broadcast probe response support | Aloka Dixit | 2020-09-18 | 1 | -0/+29 |
* | mac80211: Add FILS discovery support | Aloka Dixit | 2020-09-18 | 1 | -0/+28 |
* | mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flags | Felix Fietkau | 2020-09-18 | 1 | -8/+8 |
* | mac80211: rework tx encapsulation offload API | Felix Fietkau | 2020-09-18 | 1 | -14/+20 |
* | mac80211: set info->control.hw_key for encap offload packets | Felix Fietkau | 2020-09-18 | 1 | -0/+5 |
* | mac80211: skip encap offload for tx multicast/control packets | Felix Fietkau | 2020-09-18 | 1 | -55/+19 |
* | mac80211: check and refresh aggregation session in encap offload tx | Felix Fietkau | 2020-09-18 | 1 | -0/+18 |
* | mac80211: add missing queue/hash initialization to 802.3 xmit | Felix Fietkau | 2020-09-18 | 1 | -0/+6 |
* | mac80211: rename csa counters to countdown counters | John Crispin | 2020-08-27 | 1 | -36/+37 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-08-02 | 1 | -3/+4 |
|\ |
|
| * | mac80211: Fix bug in Tx ack status reporting in 802.3 xmit path | Vasanthakumar Thiagarajan | 2020-07-30 | 1 | -3/+4 |
* | | mac80211: parse radiotap header when selecting Tx queue | Mathy Vanhoef | 2020-07-31 | 1 | -30/+24 |
* | | mac80211: remove unused flags argument in transmit functions | Mathy Vanhoef | 2020-07-31 | 1 | -11/+8 |
* | | mac80211: use same flag everywhere to avoid sequence number overwrite | Mathy Vanhoef | 2020-07-31 | 1 | -2/+0 |
* | | mac80211: do not overwrite the sequence number if requested | Mathy Vanhoef | 2020-07-31 | 1 | -0/+3 |
* | | mac80211: add radiotap flag to prevent sequence number overwrite | Mathy Vanhoef | 2020-07-31 | 1 | -0/+2 |
* | | mac80211: never drop injected frames even if normally not allowed | Mathy Vanhoef | 2020-07-31 | 1 | -1/+1 |
* | | mac80211: calculate skb hash early when using itxq | Felix Fietkau | 2020-07-31 | 1 | -0/+1 |
* | | mac80211: improve AQL tx airtime estimation | Felix Fietkau | 2020-07-31 | 1 | -1/+2 |
* | | mac80211: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-07-31 | 1 | -6/+6 |
* | | nl80211: S1G band and channel definitions | Thomas Pedersen | 2020-07-31 | 1 | -0/+1 |
|/ |
|
* | mac80211: skip mpath lookup also for control port tx | Markus Theil | 2020-06-25 | 1 | -1/+5 |
* | mac80211: Fix dropping broadcast packets in 802.11 encap | Seevalamuthu Mariappan | 2020-06-25 | 1 | -1/+1 |
* | mac80211: support control port TX status reporting | Markus Theil | 2020-05-28 | 1 | -19/+43 |
* | nl80211: add ability to report TX status for control port TX | Markus Theil | 2020-05-27 | 1 | -1/+2 |
* | Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub... | David S. Miller | 2020-05-27 | 1 | -2/+5 |
|\ |
|
| * | mac80211: TX legacy rate control for Beacon frames | Jouni Malinen | 2020-04-29 | 1 | -1/+4 |
| * | mac80211: mlme: remove duplicate AID bookkeeping | Johannes Berg | 2020-04-24 | 1 | -1/+1 |
* | | docs: networking: convert mac80211-injection.txt to ReST | Mauro Carvalho Chehab | 2020-04-30 | 1 | -1/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-03-31 | 1 | -1/+2 |
|\ |
|
| * | mac80211: fix authentication with iwlwifi/mvm | Johannes Berg | 2020-03-30 | 1 | -1/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2020-03-30 | 1 | -5/+32 |
|\| |
|
| * | mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TX | Johannes Berg | 2020-03-26 | 1 | -2/+6 |
| * | mac80211: Check port authorization in the ieee80211_tx_dequeue() case | Jouni Malinen | 2020-03-26 | 1 | -1/+18 |
| * | mac80211: drop data frames without key on encrypted links | Johannes Berg | 2020-03-26 | 1 | -3/+9 |
* | | mac80211: don't leave skb->next/prev pointing to stack | Johannes Berg | 2020-03-20 | 1 | -1/+5 |
* | | mac80211: Beacon protection using the new BIGTK (AP) | Jouni Malinen | 2020-02-24 | 1 | -0/+25 |
* | | Revert "nl80211: add src and dst addr attributes for control port tx/rx" | Johannes Berg | 2020-02-24 | 1 | -2/+1 |
* | | Revert "mac80211: support NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_MAC_A... | Johannes Berg | 2020-02-24 | 1 | -1/+1 |
* | | mac80211: check vif pointer before airtime calculation | Johannes Berg | 2020-02-21 | 1 | -2/+3 |
* | | Merge tag 'mac80211-next-for-net-next-2020-02-14' of git://git.kernel.org/pub... | David S. Miller | 2020-02-17 | 1 | -7/+170 |
|\ \
| |/
|/| |
|
| * | mac80211: support NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_MAC_ADDRS | Markus Theil | 2020-02-07 | 1 | -1/+1 |
| * | nl80211: add src and dst addr attributes for control port tx/rx | Markus Theil | 2020-02-07 | 1 | -1/+2 |
| * | mac80211: add ieee80211_is_any_nullfunc() | Thomas Pedersen | 2020-01-15 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'net-next/master' into mac80211-next | Johannes Berg | 2020-01-02 | 1 | -2/+11 |
| |\ |
|
| * | | mac80211: add 802.11 encapsulation offloading support | John Crispin | 2019-12-13 | 1 | -4/+166 |