summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-252-5/+3Star
|\
| * nl80211/mac80211: allow non-linear skb in rx_control_portDenis Kenzior2018-07-061-4/+1Star
| * mac80211: add stations tied to AP_VLANs during hw reconfigmpubbise@codeaurora.org2018-07-031-1/+2
* | net: remove blank lines at end of fileStephen Hemminger2018-07-241-1/+0Star
* | Merge tag 'mac80211-next-for-davem-2018-07-24' of git://git.kernel.org/pub/sc...David S. Miller2018-07-243-11/+17
|\ \
| * | mac80211: restrict delayed tailroom needed decrementManikanta Pubbisetty2018-07-242-10/+16
| * | mac80211: don't put null-data frames on the normal TXQJohannes Berg2018-07-091-1/+1
* | | net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-2/+2
|/ /
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-0/+2
|\|
| * mac80211: disable BHs/preemption in ieee80211_tx_control_port()Denis Kenzior2018-06-291-0/+2
* | Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/sc...David S. Miller2018-06-3018-150/+835
|\ \ | |/ |/|
| * mac80211: use BIT_ULL for NL80211_STA_INFO_* attribute typesOmer Efrat2018-06-292-45/+45
| * mac80211: remove unnecessary NULL checkJohannes Berg2018-06-291-2/+1Star
| * mac80211: fix potential null pointer dereferenceGustavo A. R. Silva2018-06-291-1/+3
| * mac80211: add support for HELuca Coelho2018-06-1813-36/+661
| * ieee80211: bump IEEE80211_MAX_AMPDU_BUF to support HEJohannes Berg2018-06-184-6/+6
| * mac80211: support scan features for improved scan privacyJohannes Berg2018-06-159-24/+71
| * mac80211: split ieee80211_send_probe_req()Johannes Berg2018-06-154-35/+37
| * mac80211: add probe request building flagsJohannes Berg2018-06-154-16/+26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-161-6/+6
|\ \
| * | mac80211: Move up init of TXQsToke Høiland-Jørgensen2018-06-151-6/+6
| |/
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-135-6/+7
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-133-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-271-4/+4
|\
| * mac80211: mesh: fix premature update of rc statsBob Copeland2018-05-181-4/+4
* | mac80211: Support adding duration for prepare_tx() callbackIlan Peer2018-05-233-12/+38
* | Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2018-05-233-9/+25
|\|
| * mac80211: use timeout from the AddBA response instead of the requestSara Sharon2018-05-072-1/+6
| * mac80211: Adjust SAE authentication timeoutIlan Peer2018-05-071-7/+18
| * mac80211: Fix condition validating WMM IEIlan Peer2018-04-191-1/+1
* | mac80211: allocate and fill tidstats only when neededJohannes Berg2018-05-184-8/+10
* | mac80211: fix TX aggregation stop raceAlexander Wetzel2018-05-181-23/+21Star
* | cfg80211/mac80211: revert to stack allocation for sinfoJohannes Berg2018-05-181-19/+13Star
* | cfg80211: dynamically allocate per-tid stats for station infoArend van Spriel2018-05-181-4/+5
* | mac80211: ethtool: avoid 32 bit multiplication overflowColin Ian King2018-05-081-2/+2
* | mac80211: Support the new cfg80211 TXQ stats APIToke Høiland-Jørgensen2018-05-085-0/+137
* | cfg80211: Expose TXQ stats and parameters to userspaceToke Høiland-Jørgensen2018-05-081-13/+19
* | mac80211: average ack rssi support for data framesBalaji Pothunoori2018-05-073-0/+14
* | mac80211: add api to set CSA counter in mac80211Gregory Greenman2018-05-071-0/+25
* | mac80211: remove pointless flags=0 assignmentJohannes Berg2018-05-071-1/+1
* | mac80211: ethtool: memset the whole sinfo struct to 0Johannes Berg2018-05-071-2/+3
* | mac80211: clean up rate info bandwidth settingJohannes Berg2018-05-071-4/+2Star
* | mac80211: rename rtap_vendor_space to rtap_spaceJohannes Berg2018-05-071-21/+19Star
|/
* Merge tag 'mac80211-next-for-davem-2018-03-29' of git://git.kernel.org/pub/sc...David S. Miller2018-03-2914-96/+311
|\
| * mac80211: don't WARN on bad WMM parameters from buggy APsEmmanuel Grumbach2018-03-291-1/+2
| * mac80211: Send control port frames over nl80211Denis Kenzior2018-03-297-5/+42
| * mac80211: Add support for tx_control_portDenis Kenzior2018-03-293-0/+50
| * mac80211: remove shadowing duplicated variableJohannes Berg2018-03-291-2/+0Star
| * mac80211: allow AP_VLAN operation on crypto controlled devicesManikanta Pubbisetty2018-03-292-5/+11
| * mac80211: limit wmm params to comply with ETSI requirementsHaim Dreyfuss2018-03-294-0/+52