aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-06-30Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller18-150/+835
2018-06-29mac80211: use BIT_ULL for NL80211_STA_INFO_* attribute typesOmer Efrat2-45/+45
2018-06-29mac80211: remove unnecessary NULL checkJohannes Berg1-2/+1
2018-06-29mac80211: fix potential null pointer dereferenceGustavo A. R. Silva1-1/+3
2018-06-29mac80211: disable BHs/preemption in ieee80211_tx_control_port()Denis Kenzior1-0/+2
2018-06-18mac80211: add support for HELuca Coelho13-36/+661
2018-06-18ieee80211: bump IEEE80211_MAX_AMPDU_BUF to support HEJohannes Berg4-6/+6
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-6/+6
2018-06-15mac80211: support scan features for improved scan privacyJohannes Berg9-24/+71
2018-06-15mac80211: split ieee80211_send_probe_req()Johannes Berg4-35/+37
2018-06-15mac80211: add probe request building flagsJohannes Berg4-16/+26
2018-06-15mac80211: Move up init of TXQsToke Høiland-Jørgensen1-6/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook5-6/+7
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook3-3/+3
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2018-05-23mac80211: Support adding duration for prepare_tx() callbackIlan Peer3-12/+38
2018-05-23Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg3-9/+25
2018-05-18mac80211: allocate and fill tidstats only when neededJohannes Berg4-8/+10
2018-05-18mac80211: fix TX aggregation stop raceAlexander Wetzel1-23/+21
2018-05-18cfg80211/mac80211: revert to stack allocation for sinfoJohannes Berg1-19/+13
2018-05-18cfg80211: dynamically allocate per-tid stats for station infoArend van Spriel1-4/+5
2018-05-18mac80211: mesh: fix premature update of rc statsBob Copeland1-4/+4
2018-05-08mac80211: ethtool: avoid 32 bit multiplication overflowColin Ian King1-2/+2
2018-05-08mac80211: Support the new cfg80211 TXQ stats APIToke Høiland-Jørgensen5-0/+137
2018-05-08cfg80211: Expose TXQ stats and parameters to userspaceToke Høiland-Jørgensen1-13/+19
2018-05-07mac80211: average ack rssi support for data framesBalaji Pothunoori3-0/+14
2018-05-07mac80211: add api to set CSA counter in mac80211Gregory Greenman1-0/+25
2018-05-07mac80211: remove pointless flags=0 assignmentJohannes Berg1-1/+1
2018-05-07mac80211: ethtool: memset the whole sinfo struct to 0Johannes Berg1-2/+3
2018-05-07mac80211: clean up rate info bandwidth settingJohannes Berg1-4/+2
2018-05-07mac80211: rename rtap_vendor_space to rtap_spaceJohannes Berg1-21/+19
2018-05-07mac80211: use timeout from the AddBA response instead of the requestSara Sharon2-1/+6
2018-05-07mac80211: Adjust SAE authentication timeoutIlan Peer1-7/+18
2018-04-19mac80211: Fix condition validating WMM IEIlan Peer1-1/+1
2018-03-29Merge tag 'mac80211-next-for-davem-2018-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller14-96/+311
2018-03-29mac80211: don't WARN on bad WMM parameters from buggy APsEmmanuel Grumbach1-1/+2
2018-03-29mac80211: Send control port frames over nl80211Denis Kenzior7-5/+42
2018-03-29mac80211: Add support for tx_control_portDenis Kenzior3-0/+50
2018-03-29mac80211: remove shadowing duplicated variableJohannes Berg1-2/+0
2018-03-29mac80211: allow AP_VLAN operation on crypto controlled devicesManikanta Pubbisetty2-5/+11
2018-03-29mac80211: limit wmm params to comply with ETSI requirementsHaim Dreyfuss4-0/+52
2018-03-29mac80211: Use proper chan_width enum in sta opmode eventtamizhr@codeaurora.org3-2/+35
2018-03-29mac80211: Use proper smps_mode enum in sta opmode eventtamizhr@codeaurora.org3-1/+19
2018-03-26net: Use octal not symbolic permissionsJoe Perches3-9/+9
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+3
2018-03-23mac80211: notify driver for change in multicast ratesPradeep Kumar Chitrapu4-3/+7
2018-03-21mac80211: inform wireless layer when frame RSSI is invalidTosoni3-77/+93
2018-03-21mac80211: add ieee80211_hw flag for QoS NDP supportBen Caradoc-Davies2-1/+3
2018-03-15net: drivers/net: Remove unnecessary skb_copy_expand OOM messagesJoe Perches1-4/+1