Age | Commit message (Expand) | Author | Files | Lines |
2017-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 7 | -16/+36 |
2017-03-02 | sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h... | Ingo Molnar | 1 | -0/+2 |
2017-03-02 | average: change to declare precision, not factor | Johannes Berg | 2 | -2/+2 |
2017-03-02 | Merge tag 'mac80211-for-davem-2017-02-28' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 6 | -14/+34 |
2017-03-01 | Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 1 | -3/+1 |
2017-02-28 | mac80211: use driver-indicated transmitter STA only for data frames | Johannes Berg | 1 | -7/+9 |
2017-02-28 | scripts/spelling.txt: add "swith" pattern and fix typo instances | Masahiro Yamada | 1 | -1/+1 |
2017-02-27 | mac80211: fix typo in debug print | Sara Sharon | 1 | -1/+1 |
2017-02-27 | mac80211: shorten debug message | Sara Sharon | 1 | -1/+1 |
2017-02-27 | mac80211: fix power saving clients handling in iwlwifi | Emmanuel Grumbach | 1 | -1/+1 |
2017-02-27 | mac80211: don't handle filtered frames within a BA session | Felix Fietkau | 1 | -1/+2 |
2017-02-27 | mac80211: don't reorder frames with SN smaller than SSN | Sara Sharon | 3 | -3/+18 |
2017-02-27 | mac80211: flush delayed work when entering suspend | Matt Chen | 1 | -0/+1 |
2017-02-27 | mac80211: fix packet statistics for fast-RX | Johannes Berg | 1 | -0/+1 |
2017-02-14 | idr: Return the deleted entry from idr_remove | Matthew Wilcox | 1 | -3/+1 |
2017-02-10 | Merge tag 'mac80211-next-for-davem-2017-02-09' of git://git.kernel.org/pub/sc... | David S. Miller | 14 | -178/+105 |
2017-02-09 | mac80211: fix CSA in IBSS mode | Koen Vandeputte | 1 | -2/+2 |
2017-02-09 | cfg80211: fix NAN bands definition | Luca Coelho | 2 | -10/+10 |
2017-02-08 | cfg80211: Pass new RSSI level in CQM RSSI notification | Andrzej Zaborowski | 1 | -1/+1 |
2017-02-08 | mac80211: Pass new RSSI level in CQM RSSI notification | Andrzej Zaborowski | 2 | -7/+11 |
2017-02-08 | mac80211: check for allocation failure in debugfs code | Dan Carpenter | 1 | -2/+9 |
2017-02-08 | mac80211: aes-cmac: switch to shash CMAC driver | Ard Biesheuvel | 3 | -107/+32 |
2017-02-08 | mac80211: fils_aead: Use crypto api CMAC shash rather than bare cipher | Ard Biesheuvel | 3 | -45/+34 |
2017-02-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -4/+4 |
2017-02-07 | mac80211: add back lost debugfs files | Johannes Berg | 2 | -0/+2 |
2017-02-06 | mac80211: Fix adding of mesh vendor IEs | Thorsten Horstmann | 1 | -1/+1 |
2017-02-06 | mac80211: Allocate a sync skcipher explicitly for FILS AEAD | Jouni Malinen | 1 | -2/+2 |
2017-02-06 | mac80211: Fix FILS AEAD protection in Association Request frame | Jouni Malinen | 1 | -1/+1 |
2017-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+0 |
2017-01-26 | mac80211: use helper function to access ieee802_1d_to_ac[] | Amadeusz Sławiński | 3 | -4/+4 |
2017-01-24 | mac80211: don't try to sleep in rate_control_rate_init() | Johannes Berg | 1 | -2/+0 |
2017-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 8 | -37/+65 |
2017-01-14 | Merge tag 'mac80211-next-for-davem-2017-01-13' of git://git.kernel.org/pub/sc... | David S. Miller | 24 | -180/+290 |
2017-01-13 | mac80211: prevent skb/txq mismatch | Michal Kazior | 1 | -10/+7 |
2017-01-13 | mac80211: initialize SMPS field in HT capabilities | Felix Fietkau | 1 | -4/+9 |
2017-01-12 | mac80211: set wifi_acked[_valid] bits for transmitted SKBs | Johannes Berg | 1 | -0/+5 |
2017-01-12 | mac80211: Add RX flag to indicate ICV stripped | David Spinadel | 2 | -2/+4 |
2017-01-11 | mac80211: recalculate min channel width on VHT opmode changes | Johannes Berg | 3 | -9/+25 |
2017-01-11 | mac80211: calculate min channel width correctly | Johannes Berg | 2 | -3/+2 |
2017-01-11 | mac80211: fix the TID on NDPs sent as EOSP carrier | Emmanuel Grumbach | 1 | -2/+2 |
2017-01-11 | mac80211: Fix headroom allocation when forwarding mesh pkt | Cedric Izoard | 1 | -1/+2 |
2017-01-09 | mac80211: implement multicast forwarding on fast-RX path | Johannes Berg | 1 | -8/+18 |
2017-01-09 | net: make ndo_get_stats64 a void function | stephen hemminger | 1 | -3/+1 |
2017-01-02 | mac80211: Fix addition of mesh configuration element | Ilan peer | 1 | -2/+0 |
2017-01-02 | mac80211: initialize fast-xmit 'info' later | Johannes Berg | 1 | -1/+2 |
2016-12-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 3 | -8/+11 |
2016-12-16 | Makefile: drop -D__CHECK_ENDIAN__ from cflags | Michael S. Tsirkin | 1 | -1/+1 |
2016-12-16 | linux: drop __bitwise__ everywhere | Michael S. Tsirkin | 1 | -2/+2 |
2016-12-15 | mac80211: minstrel: avoid port control frames for sampling | Thomas Huehn | 1 | -0/+5 |
2016-12-15 | mac80211: minstrel_ht: remove obsolete #if for >= 3 streams | Felix Fietkau | 1 | -20/+0 |