Age | Commit message (Expand) | Author | Files | Lines |
2021-09-27 | mac80211: check return value of rhashtable_init | MichelleJin | 1 | -1/+4 |
2021-09-27 | mac80211: fix use-after-free in CCMP/GCMP RX | Johannes Berg | 1 | -0/+6 |
2021-09-23 | mac80211: mesh: fix potentially unaligned access | Johannes Berg | 1 | -1/+2 |
2021-09-23 | mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotap | Lorenzo Bianconi | 1 | -0/+4 |
2021-09-23 | mac80211: Drop frames from invalid MAC address in ad-hoc mode | YueHaibing | 1 | -1/+2 |
2021-09-23 | mac80211: Fix ieee80211_amsdu_aggregate frag_tail bug | Chih-Kang Chang | 1 | -0/+8 |
2021-09-23 | Revert "mac80211: do not use low data rates for data frames with no ack flag" | Felix Fietkau | 1 | -4/+0 |
2021-08-26 | mac80211: parse transmit power envelope element | Wen Gong | 2 | -0/+15 |
2021-08-24 | mac80211: introduce individual TWT support in AP mode | Lorenzo Bianconi | 7 | -2/+418 |
2021-08-20 | Merge tag 'mac80211-next-for-net-next-2021-08-20' of git://git.kernel.org/pub... | Jakub Kicinski | 9 | -58/+298 |
2021-08-17 | mac80211: fix locking in ieee80211_restart_work() | Johannes Berg | 1 | -0/+2 |
2021-08-17 | mac80211: Fix insufficient headroom issue for AMSDU | Chih-Kang Chang | 1 | -1/+3 |
2021-08-17 | mac80211: add support for BSS color change | John Crispin | 4 | -22/+254 |
2021-08-13 | mac80211: Use flex-array for radiotap header bitmap | Kees Cook | 1 | -1/+6 |
2021-08-13 | mac80211: radiotap: Use BIT() instead of shifts | Kees Cook | 2 | -19/+19 |
2021-08-13 | mac80211: Remove unnecessary variable and label | dingsenjie | 1 | -11/+4 |
2021-08-13 | mac80211: include <linux/rbtree.h> | Johannes Berg | 1 | -0/+1 |
2021-08-13 | mac80211: Fix monitor MTU limit so that A-MSDUs get through | Johan Almbladh | 1 | -2/+9 |
2021-08-13 | mac80211: remove unnecessary NULL check in ieee80211_register_hw() | Dan Carpenter | 1 | -1/+1 |
2021-08-13 | mac80211: Reject zero MAC address in sta_info_insert_check() | YueHaibing | 1 | -1/+1 |
2021-07-23 | mac80211: fix enabling 4-address mode on a sta vif after assoc | Felix Fietkau | 3 | -2/+23 |
2021-07-23 | mac80211: fix starting aggregation sessions on mesh interfaces | Felix Fietkau | 1 | -25/+32 |
2021-07-23 | mac80211: Do not strip skb headroom on monitor frames | Johan Almbladh | 1 | -1/+2 |
2021-06-23 | mac80211: Switch to a virtual time-based airtime scheduler | Toke Høiland-Jørgensen | 12 | -176/+650 |
2021-06-23 | Revert "mac80211: HE STA disassoc due to QOS NULL not sent" | Ping-Ke Shih | 1 | -4/+1 |
2021-06-23 | mac80211: remove iwlwifi specific workaround NDPs of null_response | Ping-Ke Shih | 1 | -5/+0 |
2021-06-23 | mac80211: fix NULL ptr dereference during mesh peer connection for non HE dev... | Abinaya Kalaiselvan | 1 | -1/+3 |
2021-06-23 | mac80211: Enable power save after receiving NULL packet ACK | Bassem Dawood | 1 | -4/+3 |
2021-06-23 | mac80211: add HE 6 GHz capability only if supported | Johannes Berg | 1 | -4/+7 |
2021-06-23 | mac80211: notify driver on mgd TX completion | Johannes Berg | 3 | -27/+103 |
2021-06-23 | mac80211: always include HE 6GHz capability in probe request | Johannes Berg | 1 | -1/+11 |
2021-06-23 | mac80211: add vendor-specific capabilities to assoc request | Johannes Berg | 1 | -2/+10 |
2021-06-23 | mac80211: conditionally advertise HE in probe requests | Johannes Berg | 1 | -1/+3 |
2021-06-23 | mac80211: fix some spelling mistakes | Zheng Yongjun | 6 | -6/+6 |
2021-06-23 | mac80211: remove use of ieee80211_get_he_sta_cap() | Johannes Berg | 4 | -13/+29 |
2021-06-23 | mac80211: improve AP disconnect message | Johannes Berg | 1 | -2/+2 |
2021-06-23 | mac80211: rearrange struct txq_info for fewer holes | Johannes Berg | 1 | -3/+6 |
2021-06-23 | mac80211: Properly WARN on HW scan before restart | Ilan Peer | 1 | -4/+3 |
2021-06-23 | mac80211: add to bss_conf if broadcast TWT is supported | Shaul Triebitz | 1 | -0/+18 |
2021-06-23 | mac80211: handle rate control (RC) racing with chanctx definition | Mordechay Goodstein | 2 | -126/+71 |
2021-06-23 | mac80211: free skb in WEP error case | Johannes Berg | 1 | -1/+4 |
2021-06-23 | mac80211: move SMPS mode setting after ieee80211_prep_connection | Shaul Triebitz | 1 | -9/+9 |
2021-06-23 | mac80211: allow SMPS requests only in client mode | Johannes Berg | 1 | -10/+8 |
2021-06-23 | mac80211: remove iwlwifi specific workaround that broke sta NDP tx | Felix Fietkau | 1 | -9/+0 |
2021-06-23 | mac80211: check per vif offload_flags in Tx path | Ryder Lee | 1 | -0/+3 |
2021-06-23 | mac80211: add rate control support for encap offload | Ryder Lee | 2 | -6/+15 |
2021-06-23 | mac80211: call ieee80211_tx_h_rate_ctrl() when dequeue | Ryder Lee | 1 | -23/+29 |
2021-06-23 | mac80211: move A-MPDU session check from minstrel_ht to mac80211 | Felix Fietkau | 2 | -27/+28 |
2021-06-23 | mac80211: don't open-code LED manipulations | Johannes Berg | 1 | -10/+2 |
2021-06-23 | mac80211: consider per-CPU statistics if present | Johannes Berg | 1 | -8/+3 |