aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 1-3/+1
2017-02-27scripts/spelling.txt: add "swith" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-02-13idr: Return the deleted entry from idr_removeGravatar Matthew Wilcox 1-3/+1
2017-02-10Merge tag 'mac80211-next-for-davem-2017-02-09' of git://git.kernel.org/pub/sc...Gravatar David S. Miller 14-178/+105
2017-02-09mac80211: fix CSA in IBSS modeGravatar Koen Vandeputte 1-2/+2
2017-02-09cfg80211: fix NAN bands definitionGravatar Luca Coelho 2-10/+10
2017-02-08cfg80211: Pass new RSSI level in CQM RSSI notificationGravatar Andrzej Zaborowski 1-1/+1
2017-02-08mac80211: Pass new RSSI level in CQM RSSI notificationGravatar Andrzej Zaborowski 2-7/+11
2017-02-08mac80211: check for allocation failure in debugfs codeGravatar Dan Carpenter 1-2/+9
2017-02-08mac80211: aes-cmac: switch to shash CMAC driverGravatar Ard Biesheuvel 3-107/+32
2017-02-08mac80211: fils_aead: Use crypto api CMAC shash rather than bare cipherGravatar Ard Biesheuvel 3-45/+34
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-4/+4
2017-02-07mac80211: add back lost debugfs filesGravatar Johannes Berg 2-0/+2
2017-02-06mac80211: Fix adding of mesh vendor IEsGravatar Thorsten Horstmann 1-1/+1
2017-02-06mac80211: Allocate a sync skcipher explicitly for FILS AEADGravatar Jouni Malinen 1-2/+2
2017-02-06mac80211: Fix FILS AEAD protection in Association Request frameGravatar Jouni Malinen 1-1/+1
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+0
2017-01-26mac80211: use helper function to access ieee802_1d_to_ac[]Gravatar Amadeusz Sławiński 3-4/+4
2017-01-24mac80211: don't try to sleep in rate_control_rate_init()Gravatar Johannes Berg 1-2/+0
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 8-37/+65
2017-01-14Merge tag 'mac80211-next-for-davem-2017-01-13' of git://git.kernel.org/pub/sc...Gravatar David S. Miller 24-180/+290
2017-01-13mac80211: prevent skb/txq mismatchGravatar Michal Kazior 1-10/+7
2017-01-13mac80211: initialize SMPS field in HT capabilitiesGravatar Felix Fietkau 1-4/+9
2017-01-12mac80211: set wifi_acked[_valid] bits for transmitted SKBsGravatar Johannes Berg 1-0/+5
2017-01-12mac80211: Add RX flag to indicate ICV strippedGravatar David Spinadel 2-2/+4
2017-01-11mac80211: recalculate min channel width on VHT opmode changesGravatar Johannes Berg 3-9/+25
2017-01-11mac80211: calculate min channel width correctlyGravatar Johannes Berg 2-3/+2
2017-01-11mac80211: fix the TID on NDPs sent as EOSP carrierGravatar Emmanuel Grumbach 1-2/+2
2017-01-11mac80211: Fix headroom allocation when forwarding mesh pktGravatar Cedric Izoard 1-1/+2
2017-01-09mac80211: implement multicast forwarding on fast-RX pathGravatar Johannes Berg 1-8/+18
2017-01-08net: make ndo_get_stats64 a void functionGravatar stephen hemminger 1-3/+1
2017-01-02mac80211: Fix addition of mesh configuration elementGravatar Ilan peer 1-2/+0
2017-01-02mac80211: initialize fast-xmit 'info' laterGravatar Johannes Berg 1-1/+2
2016-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-8/+11
2016-12-16Makefile: drop -D__CHECK_ENDIAN__ from cflagsGravatar Michael S. Tsirkin 1-1/+1
2016-12-16linux: drop __bitwise__ everywhereGravatar Michael S. Tsirkin 1-2/+2
2016-12-15mac80211: minstrel: avoid port control frames for samplingGravatar Thomas Huehn 1-0/+5
2016-12-15mac80211: minstrel_ht: remove obsolete #if for >= 3 streamsGravatar Felix Fietkau 1-20/+0
2016-12-15mac80211: minstrel: make prob_ewma u16 instead of u32Gravatar Felix Fietkau 1-1/+1
2016-12-15mac80211: minstrel: store probability variance instead of standard deviationGravatar Felix Fietkau 4-19/+30
2016-12-15mac80211: minstrel: reduce MINSTREL_SCALEGravatar Felix Fietkau 1-1/+1
2016-12-15mac80211: minstrel: remove cur_prob from debugfsGravatar Felix Fietkau 4-26/+18
2016-12-15mac80211: check for MCS in ieee80211_duration before fetching chanctxGravatar Felix Fietkau 1-4/+4
2016-12-15mac80211: minstrel_ht: make att_hist and succ_hist u32 instead of u64Gravatar Felix Fietkau 1-1/+1
2016-12-15mac80211: minstrel_ht: move short preamble check out of get_rateGravatar Felix Fietkau 1-17/+5
2016-12-15mac80211: minstrel_ht: move supported bitrate mask out of group dataGravatar Felix Fietkau 3-22/+22
2016-12-15mac80211: only alloc mem if a station doesn't exist yetGravatar Koen Vandeputte 1-7/+7
2016-12-15mac80211: fix legacy and invalid rx-rate reportGravatar Ben Greear 1-6/+8
2016-12-13mac80211: Use appropriate name for functions and messagesGravatar Masashi Honma 5-13/+13
2016-12-13mac80211: Remove invalid flag operations in mesh TSF synchronizationGravatar Masashi Honma 3-15/+0