aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-13mac80211: don't track HT capability changesJohannes Berg1-11/+3
2017-10-11mac80211: use crypto_aead_authsize()Johannes Berg1-2/+2
2017-10-11mac80211: only remove AP VLAN frames from TXQJohannes Berg3-22/+39
2017-10-11mac80211: aead api to reduce redundancyXiang Gao7-152/+111
2017-10-06net/mac80211/mesh_plink: Convert timers to use timer_setup()Kees Cook4-7/+10
2017-10-02mac80211: fix STA_SLOW_THRESHOLD htmldocs failureStanislaw Gruszka1-1/+1
2017-10-02mac80211: fix bandwidth computation for TDLS peersManikanta Pubbisetty1-0/+10
2017-09-21mac80211: recalculate some sta parameters after insertionGregory Greenman1-25/+32
2017-09-21mac80211: use offsetofend()Johannes Berg4-10/+8
2017-09-21mac80211: Simplify locking in ieee80211_sta_tear_down_BA_sessions()Ilan peer1-5/+7
2017-09-21mac80211: add documentation to ieee80211_rx_ba_offl()Luca Coelho1-2/+2
2017-09-21mac80211: oce: enable receiving of bcast probe respRoee Zamir1-9/+28
2017-09-21mac80211: simplify and clarify IE splittingJohannes Berg2-24/+16
2017-09-21mac80211: avoid allocating TXQs that won't be usedJohannes Berg1-1/+3
2017-09-06mac80211: fix deadlock in driver-managed RX BA session startJohannes Berg3-14/+28
2017-09-06mac80211: Complete ampdu work schedule during session tear downIlan peer1-0/+18
2017-09-05mac80211: flush hw_roc_start work before cancelling the ROCAvraham Stern1-0/+2
2017-09-05mac80211: agg-tx: call drv_wake_tx_queue in proper contextJohannes Berg1-0/+4
2017-09-05mac80211: Fix null pointer dereference with iTXQ supportChunho Lee1-1/+2
2017-09-05mac80211: add MESH IE in the correct orderLiad Kaufman1-1/+1
2017-09-05mac80211: shorten debug prints using ht_dbg() to avoid warningSharon Dvir1-2/+2
2017-09-05mac80211: fix VLAN handling with TXQsJohannes Berg2-9/+44
2017-09-05mac80211: fix incorrect assignment of reassoc valueSimon Dinkin1-1/+1
2017-08-09mac80211: add api to start ba session timer expired flowNaftali Goldstein1-1/+21
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu2-18/+13
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg3-4/+4
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg8-15/+15
2017-06-16networking: introduce and use skb_put_data()Johannes Berg8-53/+37
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg14-44/+23
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-40/+48
2017-06-13Merge tag 'mac80211-for-davem-2017-06-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller5-37/+44
2017-06-13mac80211: add the action to the drv_ampdu_action tracepointEmmanuel Grumbach1-4/+7
2017-06-13mac80211: don't send SMPS action frame in AP mode when not neededEmmanuel Grumbach1-0/+2
2017-06-13mac80211/wpa: use constant time memory comparison for MACsJason A. Donenfeld1-4/+5
2017-06-13mac80211: set bss_info data before configuring the channelJohannes Berg1-10/+28
2017-06-13mac80211: remove 5/10 MHz rate code from station MLMEJohannes Berg1-21/+3
2017-06-13mac80211: Fix incorrect condition when checking rx timestampAvraham Stern1-1/+1
2017-06-13mac80211: don't look at the PM bit of BAR framesEmmanuel Grumbach1-1/+5
2017-06-09mac80211: free netdev on dev_alloc_name() errorJohannes Berg1-0/+1
2017-06-08mac80211: manage RX BA session offload without SKB queueJohannes Berg6-73/+29
2017-06-08Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg7-102/+74
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-3/+3
2017-06-01mac80211: fix dropped counter in multiqueue RXJohannes Berg1-1/+1
2017-05-30mac80211: Invoke TX LED in more code pathsBjorn Andersson1-2/+2
2017-05-30skbuff/mac80211: introduce and use skb_put_zero()Johannes Berg2-8/+4
2017-05-30mac80211: fix TX aggregation start/stop callback raceJohannes Berg5-100/+71
2017-05-24mac80211: enable VHT for mesh channel processingSimon Wunderlich1-1/+3
2017-05-24mac80211: mesh: support sending wide bandwidth CSASimon Wunderlich3-2/+82
2017-05-19mac80211: mark as action frame when parsing IEs of CSA action framesSimon Wunderlich1-1/+1
2017-05-19mac80211: mesh: Allow following CSA to DFS channels if userspace handles itBenjamin Berg3-3/+15