Age | Commit message (Expand) | Author |
2021-06-23 | mac80211: don't open-code LED manipulations | Johannes Berg |
2021-06-23 | mac80211: consider per-CPU statistics if present | Johannes Berg |
2021-06-23 | mac80211: remove the repeated declaration | Shaokun Zhang |
2021-06-23 | mac80211: refactor rc_no_data_or_no_ack_use_min function | Philipp Borgers |
2021-06-23 | mac80211: do not use low data rates for data frames with no ack flag | Philipp Borgers |
2021-06-23 | mac80211: simplify ieee80211_add_station() | Johannes Berg |
2021-06-23 | mac80211: use sdata->skb_queue for TDLS | Johannes Berg |
2021-06-23 | mac80211: refactor SKB queue processing a bit | Johannes Berg |
2021-06-23 | mac80211: unify queueing SKB to iface | Johannes Berg |
2021-06-23 | mac80211: minstrel_ht: ignore frame that was sent with noAck flag | Philipp Borgers |
2021-06-23 | mac80211: Remove redundant assignment to ret | Yang Li |
2021-06-18 | mac80211: handle various extensible elements correctly | Johannes Berg |
2021-06-18 | mac80211: reset profile_periodicity/ema_ap | Johannes Berg |
2021-06-18 | mac80211: minstrel_ht: fix sample time check | Felix Fietkau |
2021-06-09 | mac80211: drop multicast fragments | Johannes Berg |
2021-06-09 | mac80211: move interface shutdown out of wiphy lock | Johannes Berg |
2021-06-09 | mac80211: fix 'reset' debugfs locking | Johannes Berg |
2021-06-08 | mac80211: fix deadlock in AP/VLAN handling | Johannes Berg |
2021-05-31 | mac80211: Fix NULL ptr deref for injected rate info | Mathy Vanhoef |
2021-05-31 | mac80211: fix skb length check in ieee80211_scan_rx() | Du Cheng |
2021-05-31 | mac80211: remove warning in ieee80211_get_sband() | Johannes Berg |
2021-05-11 | mac80211: extend protection against mixed key and fragment cache attacks | Wen Gong |
2021-05-11 | mac80211: do not accept/forward invalid EAPOL frames | Johannes Berg |
2021-05-11 | mac80211: prevent attacks on TKIP/WEP as well | Johannes Berg |
2021-05-11 | mac80211: check defrag PN against current frame | Johannes Berg |
2021-05-11 | mac80211: add fragment cache to sta_info | Johannes Berg |
2021-05-11 | mac80211: drop A-MSDUs on old ciphers | Johannes Berg |
2021-05-11 | mac80211: properly handle A-MSDUs that start with an RFC 1042 header | Mathy Vanhoef |
2021-05-11 | mac80211: prevent mixed key and fragment cache attacks | Mathy Vanhoef |
2021-05-11 | mac80211: assure all fragments are encrypted | Mathy Vanhoef |
2021-04-29 | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2021-04-20 | Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub... | David S. Miller |
2021-04-20 | Merge tag 'v5.12-rc8' into sched/core, to pick up fixes | Ingo Molnar |
2021-04-19 | wireless: fix spelling of A-MSDU in HE capabilities | Johannes Berg |
2021-04-19 | wireless: align HE capabilities A-MPDU Length Exponent Extension | Johannes Berg |
2021-04-19 | wireless: align some HE capabilities with the spec | Johannes Berg |
2021-04-19 | mac80211: drop the connection if firmware crashed while in CSA | Naftali Goldstein |
2021-04-19 | mac80211: properly drop the connection in case of invalid CSA IE | Emmanuel Grumbach |
2021-04-19 | mac80211: make ieee80211_vif_to_wdev work when the vif isn't in the driver | Emmanuel Grumbach |
2021-04-19 | mac80211: aes_cmac: check crypto_shash_setkey() return value | Johannes Berg |
2021-04-19 | mac80211: minstrel_ht: remove extraneous indentation on if statement | Colin Ian King |
2021-04-19 | mac80211: properly process TXQ management frames | Johannes Berg |
2021-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-04-08 | mac80211: bail out if cipher schemes are invalid | Johannes Berg |
2021-04-08 | mac80211: clear the beacon's CRC after channel switch | Emmanuel Grumbach |
2021-04-08 | mac80211: Set priority and queue mapping for injected frames | Johan Almbladh |
2021-04-08 | mac80211: Allow concurrent monitor iface and ethernet rx decap | Sriram R |
2021-04-08 | mac80211: set sk_pacing_shift for 802.3 txpath | Lorenzo Bianconi |
2021-04-08 | mac80211: don't apply flow control on management frames | Johannes Berg |
2021-04-08 | mac80211: remove redundant assignment of variable result | Colin Ian King |