summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2017-06-087-102/+74
|\ \ | |/
| * mac80211: fix dropped counter in multiqueue RXJohannes Berg2017-06-011-1/+1
| * mac80211: fix TX aggregation start/stop callback raceJohannes Berg2017-05-305-100/+71
| * mac80211: strictly check mesh address extension modeRajkumar Manoharan2017-05-171-1/+2
* | mac80211: Invoke TX LED in more code pathsBjorn Andersson2017-05-301-2/+2
* | skbuff/mac80211: introduce and use skb_put_zero()Johannes Berg2017-05-302-8/+4
* | mac80211: enable VHT for mesh channel processingSimon Wunderlich2017-05-241-1/+3
* | mac80211: mesh: support sending wide bandwidth CSASimon Wunderlich2017-05-243-2/+82
* | mac80211: mark as action frame when parsing IEs of CSA action framesSimon Wunderlich2017-05-191-1/+1
* | mac80211: mesh: Allow following CSA to DFS channels if userspace handles itBenjamin Berg2017-05-193-3/+15
* | mac80211: move clearing result into ieee80211_parse_ch_switch_ie()Johannes Berg2017-05-194-3/+2
* | mac80211: mesh: mark channel as unusable if a regulatory MESH CSA is receivedBenjamin Berg2017-05-193-0/+27
* | mac80211: Dynamically set CoDel parameters per stationToke Høiland-Jørgensen2017-05-175-2/+57
|/
* mac80211: fix IBSS presp allocation sizeJohannes Berg2017-05-081-0/+2
* mac80211: bail out from prep_connection() if a reconfig is ongoingLuca Coelho2017-05-081-0/+4
* cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel2017-04-283-4/+4
* mac80211: Add support for BSS max idle period elementAvraham Stern2017-04-283-1/+23
* mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan2017-04-2811-70/+139
* mac80211: add ieee80211_tx_status_extFelix Fietkau2017-04-281-28/+46
* mac80211: move ieee80211_tx_status_noskb below ieee80211_tx_statusFelix Fietkau2017-04-281-58/+58
* mac80211: make rate control tx status API more extensibleFelix Fietkau2017-04-285-51/+42
* mac80211: use bitfield macros for encoded rateJohannes Berg2017-04-282-30/+50
* mac80211: rename ieee80211_rx_status::vht_nss to just nssJohannes Berg2017-04-283-7/+7
OpenPOWER on IntegriCloud