aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 21-164/+854
2018-08-14Merge tag 'leds-for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+15
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-5/+3
2018-07-24net: remove blank lines at end of fileGravatar Stephen Hemminger 1-1/+0
2018-07-24Merge tag 'mac80211-next-for-davem-2018-07-24' of git://git.kernel.org/pub/sc...Gravatar David S. Miller 3-11/+17
2018-07-24mac80211: restrict delayed tailroom needed decrementGravatar Manikanta Pubbisetty 2-10/+16
2018-07-09net: allow ndo_select_queue to pass netdevGravatar Alexander Duyck 1-2/+2
2018-07-09mac80211: don't put null-data frames on the normal TXQGravatar Johannes Berg 1-1/+1
2018-07-06nl80211/mac80211: allow non-linear skb in rx_control_portGravatar Denis Kenzior 1-4/+1
2018-07-05leds: triggers: let struct led_trigger::activate() return an error codeGravatar Uwe Kleine-König 1-5/+15
2018-07-03mac80211: add stations tied to AP_VLANs during hw reconfigGravatar mpubbise@codeaurora.org 1-1/+2
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+2
2018-06-30Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/sc...Gravatar David S. Miller 18-150/+835
2018-06-29mac80211: use BIT_ULL for NL80211_STA_INFO_* attribute typesGravatar Omer Efrat 2-45/+45
2018-06-29mac80211: remove unnecessary NULL checkGravatar Johannes Berg 1-2/+1
2018-06-29mac80211: fix potential null pointer dereferenceGravatar Gustavo A. R. Silva 1-1/+3
2018-06-29mac80211: disable BHs/preemption in ieee80211_tx_control_port()Gravatar Denis Kenzior 1-0/+2
2018-06-18mac80211: add support for HEGravatar Luca Coelho 13-36/+661
2018-06-18ieee80211: bump IEEE80211_MAX_AMPDU_BUF to support HEGravatar Johannes Berg 4-6/+6
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-6/+6
2018-06-15mac80211: support scan features for improved scan privacyGravatar Johannes Berg 9-24/+71
2018-06-15mac80211: split ieee80211_send_probe_req()Gravatar Johannes Berg 4-35/+37
2018-06-15mac80211: add probe request building flagsGravatar Johannes Berg 4-16/+26
2018-06-15mac80211: Move up init of TXQsGravatar Toke Høiland-Jørgensen 1-6/+6
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 5-6/+7
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 3-3/+3
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+4
2018-05-23mac80211: Support adding duration for prepare_tx() callbackGravatar Ilan Peer 3-12/+38
2018-05-23Merge remote-tracking branch 'net-next/master' into mac80211-nextGravatar Johannes Berg 3-9/+25
2018-05-18mac80211: allocate and fill tidstats only when neededGravatar Johannes Berg 4-8/+10
2018-05-18mac80211: fix TX aggregation stop raceGravatar Alexander Wetzel 1-23/+21
2018-05-18cfg80211/mac80211: revert to stack allocation for sinfoGravatar Johannes Berg 1-19/+13
2018-05-18cfg80211: dynamically allocate per-tid stats for station infoGravatar Arend van Spriel 1-4/+5
2018-05-18mac80211: mesh: fix premature update of rc statsGravatar Bob Copeland 1-4/+4
2018-05-08mac80211: ethtool: avoid 32 bit multiplication overflowGravatar Colin Ian King 1-2/+2
2018-05-08mac80211: Support the new cfg80211 TXQ stats APIGravatar Toke Høiland-Jørgensen 5-0/+137
2018-05-08cfg80211: Expose TXQ stats and parameters to userspaceGravatar Toke Høiland-Jørgensen 1-13/+19
2018-05-07mac80211: average ack rssi support for data framesGravatar Balaji Pothunoori 3-0/+14
2018-05-07mac80211: add api to set CSA counter in mac80211Gravatar Gregory Greenman 1-0/+25
2018-05-07mac80211: remove pointless flags=0 assignmentGravatar Johannes Berg 1-1/+1
2018-05-07mac80211: ethtool: memset the whole sinfo struct to 0Gravatar Johannes Berg 1-2/+3
2018-05-07mac80211: clean up rate info bandwidth settingGravatar Johannes Berg 1-4/+2
2018-05-07mac80211: rename rtap_vendor_space to rtap_spaceGravatar Johannes Berg 1-21/+19
2018-05-07mac80211: use timeout from the AddBA response instead of the requestGravatar Sara Sharon 2-1/+6
2018-05-07mac80211: Adjust SAE authentication timeoutGravatar Ilan Peer 1-7/+18
2018-04-19mac80211: Fix condition validating WMM IEGravatar Ilan Peer 1-1/+1
2018-03-29Merge tag 'mac80211-next-for-davem-2018-03-29' of git://git.kernel.org/pub/sc...Gravatar David S. Miller 14-96/+311
2018-03-29mac80211: don't WARN on bad WMM parameters from buggy APsGravatar Emmanuel Grumbach 1-1/+2
2018-03-29mac80211: Send control port frames over nl80211Gravatar Denis Kenzior 7-5/+42
2018-03-29mac80211: Add support for tx_control_portGravatar Denis Kenzior 3-0/+50