summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0411-0/+11
|\
| * Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-0211-0/+11
| |\
| | * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0211-0/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-302-8/+41
|\ \ \ | |/ /
| * | mac80211: don't compare TKIP TX MIC key in reinstall preventionJohannes Berg2017-10-251-2/+34
| * | mac80211: validate user rate mask before configuring driverJohannes Berg2017-10-181-6/+6
| * | mac80211: use constant time comparison with keysJason A. Donenfeld2017-10-181-1/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-4/+17
|\ \ | |/
| * mac80211: accept key reinstall without changing anythingJohannes Berg2017-10-161-4/+17
* | mac80211: don't track HT capability changesJohannes Berg2017-10-131-11/+3
* | mac80211: use crypto_aead_authsize()Johannes Berg2017-10-111-2/+2
* | mac80211: only remove AP VLAN frames from TXQJohannes Berg2017-10-113-22/+39
* | mac80211: aead api to reduce redundancyXiang Gao2017-10-117-152/+111
* | net/mac80211/mesh_plink: Convert timers to use timer_setup()Kees Cook2017-10-064-7/+10
* | mac80211: fix STA_SLOW_THRESHOLD htmldocs failureStanislaw Gruszka2017-10-021-1/+1
* | mac80211: fix bandwidth computation for TDLS peersManikanta Pubbisetty2017-10-021-0/+10
* | mac80211: recalculate some sta parameters after insertionGregory Greenman2017-09-211-25/+32
* | mac80211: use offsetofend()Johannes Berg2017-09-214-10/+8
* | mac80211: Simplify locking in ieee80211_sta_tear_down_BA_sessions()Ilan peer2017-09-211-5/+7
* | mac80211: add documentation to ieee80211_rx_ba_offl()Luca Coelho2017-09-211-2/+2
* | mac80211: oce: enable receiving of bcast probe respRoee Zamir2017-09-211-9/+28
* | mac80211: simplify and clarify IE splittingJohannes Berg2017-09-212-24/+16
* | mac80211: avoid allocating TXQs that won't be usedJohannes Berg2017-09-211-1/+3
|/
* mac80211: fix deadlock in driver-managed RX BA session startJohannes Berg2017-09-063-14/+28
* mac80211: Complete ampdu work schedule during session tear downIlan peer2017-09-061-0/+18
* mac80211: flush hw_roc_start work before cancelling the ROCAvraham Stern2017-09-051-0/+2
* mac80211: agg-tx: call drv_wake_tx_queue in proper contextJohannes Berg2017-09-051-0/+4
* mac80211: Fix null pointer dereference with iTXQ supportChunho Lee2017-09-051-1/+2
* mac80211: add MESH IE in the correct orderLiad Kaufman2017-09-051-1/+1
* mac80211: shorten debug prints using ht_dbg() to avoid warningSharon Dvir2017-09-051-2/+2
* mac80211: fix VLAN handling with TXQsJohannes Berg2017-09-052-9/+44
* mac80211: fix incorrect assignment of reassoc valueSimon Dinkin2017-09-051-1/+1
* mac80211: add api to start ba session timer expired flowNaftali Goldstein2017-08-091-1/+21
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-202-18/+13
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-163-4/+4
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-168-15/+15
* networking: introduce and use skb_put_data()Johannes Berg2017-06-168-53/+37
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-1614-44/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-156-40/+48
|\
| * Merge tag 'mac80211-for-davem-2017-06-13' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-06-135-37/+44
| |\
| | * mac80211: don't send SMPS action frame in AP mode when not neededEmmanuel Grumbach2017-06-131-0/+2
| | * mac80211/wpa: use constant time memory comparison for MACsJason A. Donenfeld2017-06-131-4/+5
| | * mac80211: set bss_info data before configuring the channelJohannes Berg2017-06-131-10/+28
| | * mac80211: remove 5/10 MHz rate code from station MLMEJohannes Berg2017-06-131-21/+3
| | * mac80211: Fix incorrect condition when checking rx timestampAvraham Stern2017-06-131-1/+1
| | * mac80211: don't look at the PM bit of BAR framesEmmanuel Grumbach2017-06-131-1/+5
| * | mac80211: free netdev on dev_alloc_name() errorJohannes Berg2017-06-091-0/+1
| |/
| * net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-3/+3
* | mac80211: add the action to the drv_ampdu_action tracepointEmmanuel Grumbach2017-06-131-4/+7
* | mac80211: manage RX BA session offload without SKB queueJohannes Berg2017-06-086-73/+29
OpenPOWER on IntegriCloud