summaryrefslogtreecommitdiff
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mac80211: use del_timer_sync for final sta cleanup timer deletionJohannes Berg2013-02-061-1/+1
* mac80211: introduce IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAILStanislaw Gruszka2013-01-161-1/+5
* mac80211: deinitialize ibss-internals after emptiness checkSimon Wunderlich2012-12-061-4/+4
* mac80211: sync acccess to tx_filtered/ps_tx_buf queuesArik Nemtsov2012-12-061-0/+5
* mac80211: make sure data is accessible in EAPOL checkJohannes Berg2012-11-161-8/+10
* mac80211: verify that skb data is presentJohannes Berg2012-11-161-1/+31
* mac80211: check management frame header lengthJohannes Berg2012-11-161-4/+8
* mac80211: fix SSID copy on IBSS JOINAntonio Quartulli2012-11-161-1/+1
* mac80211: don't inspect Sequence Control field on control framesJavier Cardona2012-11-161-0/+4
* mac80211: Only process mesh config header on frames that RA_MATCHJavier Cardona2012-11-161-2/+3
* mac80211: check if key has TKIP type before updating IVStanislaw Gruszka2012-10-301-1/+2
* mac80211: cancel mesh path timerJohannes Berg2012-08-191-0/+1
* mac80211: correct behaviour on unrecognised action framesJohannes Berg2012-07-121-1/+4
* mac80211: clean up remain-on-channel on interface stopJohannes Berg2012-06-192-0/+28
* mac80211: fix ADDBA declined after suspend with wowlanEyal Shapira2012-06-101-6/+6
* mac80211: fix AP mode EAP tx for VLAN stationsFelix Fietkau2012-05-111-1/+2
* mac80211: fix possible tid_rx->reorder_timer use after freeStanislaw Gruszka2012-04-131-1/+2
* mac80211: zero initialize count field in ieee80211_tx_rateMohammed Shafi Shajakhan2012-03-121-1/+1
* mac80211: Fix a rwlock bad magic bugMohammed Shafi Shajakhan2012-02-291-2/+2
* mac80211: timeout a single frame in the rx reorder bufferEliad Peller2012-02-201-1/+1
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-02-034-7/+7
* mac80211: fix work removal on deauth requestJohannes Berg2012-02-031-11/+27
* mac80211: revert on-channel work optimisationsJohannes Berg2012-01-257-221/+85
* mac80211: fix rx->key NULL pointer dereference in promiscuous modeStanislaw Gruszka2012-01-251-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-091-45/+41
|\
| * mac80211: fix another race in aggregation startJohannes Berg2011-12-071-45/+41
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-052-1/+6
|\ \ | |/
| * Revert "mac80211: clear sta.drv_priv on reconfiguration"John W. Linville2011-12-011-1/+0
| * mac80211: fill rate filter for internal scan requestsSimon Wunderlich2011-11-301-0/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-301-3/+39
|\ \ | |/
| * mac80211: fix race between the AGG SM and the Tx data pathEmmanuel Grumbach2011-11-281-0/+14
| * mac80211: fix race condition caused by late addBA responseNikolay Martynov2011-11-281-1/+17
| * mac80211: don't stop a single aggregation session twiceJohannes Berg2011-11-281-2/+8
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-222-6/+6
|\ \ | |/
| * mac80211: Fix endian bug in radiotap header generationHelmut Schaa2011-11-211-4/+4
| * mac80211: Fix AMSDU rate printout in debugfs.Ben Greear2011-11-211-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-113-4/+11
|\ \ | |/
| * mac80211: fix race between connection monitor & suspendJohannes Berg2011-11-091-1/+1
| * mac80211: fix bug in ieee80211_build_probe_reqJohannes Berg2011-11-091-0/+4
| * mac80211: fix NULL dereference in radiotap codeJohannes Berg2011-11-091-3/+6
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-11-092-4/+23
|\ \ | |/
| * mac80211: uAPSD - fix IEEE80211_FCTL_MOREDATA bit settingJanusz.Dziedzic@tieto.com2011-11-071-4/+4
| * mac80211: use min rate as basic rate for buggy APsEliad Peller2011-11-071-0/+19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-074-12/+26
|\ \ | |/
| * mac80211: disable powersave for broken APsJohannes Berg2011-11-022-2/+17
| * mac80211: Fix TDLS support validation in add_station handlerJouni Malinen2011-11-021-6/+6
| * mac80211: config hw when going back on-channelEliad Peller2011-11-021-2/+1
| * mac80211: fix remain_off_channel regressionEliad Peller2011-11-021-2/+2
* | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-3116-0/+16
* | net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker2011-10-311-0/+1