Age | Commit message (Expand) | Author | Files | Lines |
2019-09-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -10/+8 |
2019-09-11 | mac80211: Do not send Layer 2 Update frame before authorization | Jouni Malinen | 2 | -10/+8 |
2019-09-11 | Merge tag 'mac80211-next-for-davem-2019-09-11' of git://git.kernel.org/pub/sc... | David S. Miller | 10 | -51/+51 |
2019-09-11 | mac80211: allow drivers to set max MTU | Wen Gong | 2 | -1/+2 |
2019-09-11 | mac80211: IBSS: send deauth when expiring inactive STAs | Johannes Berg | 4 | -8/+19 |
2019-09-11 | mac80211: don't check if key is NULL in ieee80211_key_link() | Luca Coelho | 1 | -1/+1 |
2019-09-11 | mac80211: clear crypto tx tailroom counter upon keys enable | Lior Cohen | 3 | -35/+15 |
2019-09-11 | mac80211: remove unnecessary key condition | Johannes Berg | 1 | -3/+3 |
2019-09-11 | mac80211: list features in WEP/TKIP disable in better order | Johannes Berg | 1 | -1/+1 |
2019-09-11 | mac80211: vht: add support VHT EXT NSS BW in parsing VHT | Mordechay Goodstein | 1 | -1/+9 |
2019-09-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -3/+3 |
2019-08-29 | mac80211: Correctly set noencrypt for PAE frames | Denis Kenzior | 1 | -1/+1 |
2019-08-29 | mac80211: Don't memset RXCB prior to PAE intercept | Denis Kenzior | 1 | -2/+2 |
2019-08-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -4/+5 |
2019-08-22 | mac80211: minstrel_ht: fix infinite loop because supported is not being shifted | Colin Ian King | 1 | -1/+1 |
2019-08-21 | mac80211: minstrel_ht: improve rate probing for devices with static fallback | Felix Fietkau | 3 | -28/+225 |
2019-08-21 | mac80211: minstrel_ht: fix default max throughput rate indexes | Felix Fietkau | 1 | -6/+14 |
2019-08-21 | mac80211: minstrel_ht: reduce unnecessary rate probing attempts | Felix Fietkau | 1 | -0/+15 |
2019-08-21 | mac80211: minstrel_ht: fix per-group max throughput rate initialization | Felix Fietkau | 1 | -1/+1 |
2019-08-21 | nl80211: Add support for EDMG channels | Alexei Avshalom Lazar | 2 | -3/+5 |
2019-08-21 | mac80211: fix possible NULL pointerderef in obss pd code | John Crispin | 1 | -1/+2 |
2019-08-21 | mac80211: add assoc-at support | Ben Greear | 2 | -0/+5 |
2019-08-21 | nl80211: add 6GHz band definition to enum nl80211_band | Arend van Spriel | 1 | -0/+1 |
2019-08-21 | mac80211: add missing length field increment when generating Radiotap header | John Crispin | 1 | -0/+1 |
2019-08-21 | mac80211: 80Mhz was not reported properly when using tx_status_ext | John Crispin | 1 | -1/+1 |
2019-08-21 | mac80211: fix bad guard when reporting legacy rates | John Crispin | 1 | -7/+7 |
2019-08-21 | mac80211: fix TX legacy rate reporting when tx_status_ext is used | John Crispin | 1 | -3/+9 |
2019-08-21 | mac80211: fix possible sta leak | Johannes Berg | 1 | -4/+5 |
2019-08-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 3 | -5/+13 |
2019-07-31 | mac80211: HE STA disassoc due to QOS NULL not sent | Shay Bar | 1 | -1/+4 |
2019-07-31 | mac80211: allow setting spatial reuse parameters from bss_conf | John Crispin | 4 | -1/+32 |
2019-07-31 | mac80211: reject zero MAC address in add station | Karthikeyan Periyasamy | 1 | -1/+1 |
2019-07-31 | mac80211: add missing null return check from call to ieee80211_get_sband | Colin Ian King | 1 | -0/+2 |
2019-07-30 | Revert "mac80211: set NETIF_F_LLTX when using intermediate tx queues" | Johannes Berg | 1 | -1/+0 |
2019-07-29 | mac80211: add support for the ADDBA extension element | John Crispin | 3 | -11/+64 |
2019-07-29 | mac80211: propagate HE operation info into bss_conf | John Crispin | 3 | -0/+20 |
2019-07-29 | mac80211: don't WARN on short WMM parameters from AP | Brian Norris | 1 | -0/+10 |
2019-07-26 | mac80211: implement HE support for mesh | Sven Eckelmann | 5 | -1/+128 |
2019-07-26 | mac80211: add IEEE80211_KEY_FLAG_GENERATE_MMIE to ieee80211_key_flags | Lorenzo Bianconi | 1 | -1/+5 |
2019-07-26 | mac80211: HE: add Spatial Reuse element parsing support | John Crispin | 2 | -0/+5 |
2019-07-26 | mac80211: add struct ieee80211_tx_status support to ieee80211_add_tx_radiotap... | John Crispin | 1 | -12/+162 |
2019-07-26 | {nl,mac}80211: fix interface combinations on crypto controlled devices | Manikanta Pubbisetty | 1 | -4/+3 |
2019-07-26 | mac80211: propagate struct ieee80211_tx_status into ieee80211_tx_monitor() | John Crispin | 3 | -4/+8 |
2019-07-26 | mac80211: add support for parsing ADDBA_EXT IEs | John Crispin | 2 | -0/+8 |
2019-07-26 | mac80211: AMPDU handling for rekeys with Extended Key ID | Alexander Wetzel | 2 | -6/+9 |
2019-07-26 | mac80211: Simplify Extended Key ID API | Alexander Wetzel | 3 | -24/+14 |
2019-07-26 | mac80211: add tx dequeue function for process context | Erik Stromdahl | 1 | -0/+2 |
2019-07-26 | mac80211: remove unused and unneeded remove_sta_debugfs callback | Greg Kroah-Hartman | 2 | -10/+0 |
2019-07-26 | mac80211: pass the vif to cancel_remain_on_channel | Emmanuel Grumbach | 3 | -8/+12 |
2019-07-20 | mac80211: don't warn about CW params when not using them | Brian Norris | 1 | -4/+9 |