aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2018-07-06nl80211/mac80211: allow non-linear skb in rx_control_portGravatar Denis Kenzior 1-4/+1
2018-07-03mac80211: add stations tied to AP_VLANs during hw reconfigGravatar mpubbise@codeaurora.org 1-1/+2
2018-06-29mac80211: disable BHs/preemption in ieee80211_tx_control_port()Gravatar Denis Kenzior 1-0/+2
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-6/+6
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
2018-03-29mac80211: remove shadowing duplicated variableGravatar Johannes Berg 1-2/+0
2018-03-29mac80211: allow AP_VLAN operation on crypto controlled devicesGravatar Manikanta Pubbisetty 2-5/+11
2018-03-29mac80211: limit wmm params to comply with ETSI requirementsGravatar Haim Dreyfuss 4-0/+52
2018-03-29mac80211: Use proper chan_width enum in sta opmode eventGravatar tamizhr@codeaurora.org 3-2/+35
2018-03-29mac80211: Use proper smps_mode enum in sta opmode eventGravatar tamizhr@codeaurora.org 3-1/+19
2018-03-26net: Use octal not symbolic permissionsGravatar Joe Perches 3-9/+9
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-1/+3
2018-03-23mac80211: notify driver for change in multicast ratesGravatar Pradeep Kumar Chitrapu 4-3/+7
2018-03-21mac80211: inform wireless layer when frame RSSI is invalidGravatar Tosoni 3-77/+93
2018-03-21mac80211: add ieee80211_hw flag for QoS NDP supportGravatar Ben Caradoc-Davies 2-1/+3
2018-03-15net: drivers/net: Remove unnecessary skb_copy_expand OOM messagesGravatar Joe Perches 1-4/+1
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-1/+9
2018-02-27mac80211: support A-MSDU in fast-rxGravatar Felix Fietkau 1-51/+73
2018-02-27mac80211: agg-rx: Accept ADDBA request update if timeout did not changeGravatar Ilan Peer 1-2/+12
2018-02-27mac80211: support station 4-addr mode fast-rxGravatar Felix Fietkau 1-4/+7
2018-02-27mac80211: support fast-rx with incompatible PS capabilities when PS is disabledGravatar Felix Fietkau 2-6/+12
2018-02-27mac80211: support AP 4-addr mode fast-rxGravatar Felix Fietkau 1-0/+9
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 6-21/+14
2018-02-23mac80211: drop frames with unexpected DS bits from fast-rx to slow pathGravatar Felix Fietkau 1-1/+1