aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-19mac80211: move clearing result into ieee80211_parse_ch_switch_ie()Johannes Berg4-3/+2
2017-05-19mac80211: mesh: mark channel as unusable if a regulatory MESH CSA is receivedBenjamin Berg3-0/+27
2017-05-17mac80211: Dynamically set CoDel parameters per stationToke Høiland-Jørgensen5-2/+57
2017-05-17mac80211: strictly check mesh address extension modeRajkumar Manoharan1-1/+2
2017-05-08mac80211: fix IBSS presp allocation sizeJohannes Berg1-0/+2
2017-05-08mac80211: bail out from prep_connection() if a reconfig is ongoingLuca Coelho1-0/+4
2017-04-28cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel3-4/+4
2017-04-28mac80211: Add support for BSS max idle period elementAvraham Stern3-1/+23
2017-04-28mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan11-70/+139
2017-04-28mac80211: add ieee80211_tx_status_extFelix Fietkau1-28/+46
2017-04-28mac80211: move ieee80211_tx_status_noskb below ieee80211_tx_statusFelix Fietkau1-58/+58
2017-04-28mac80211: make rate control tx status API more extensibleFelix Fietkau5-51/+42
2017-04-28mac80211: use bitfield macros for encoded rateJohannes Berg2-30/+50
2017-04-28mac80211: rename ieee80211_rx_status::vht_nss to just nssJohannes Berg3-7/+7
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg6-68/+75
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg6-55/+55
2017-04-26mac80211: make multicast variable a bool in ieee80211_accept_frame()Luca Coelho1-1/+1
2017-04-26mac80211: disentangle iflist_mtx and chanctx_mtxJohannes Berg3-8/+9
2017-04-26mac80211: don't parse encrypted management frames in ieee80211_frame_ackedEmmanuel Grumbach1-0/+1
2017-04-26cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel1-1/+2
2017-04-25mac80211: rewrite monitor mode delivery logicJohannes Berg1-59/+92
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-18/+68
2017-04-20mac80211: reject ToDS broadcast data framesJohannes Berg1-0/+21
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller19-162/+333