summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-161-45/+41
|\
| * 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
| |\|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-301-3/+39
| |\ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-222-6/+6
| |\ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-113-4/+11
| |\ \ \ \
| * \ \ \ \ Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-11-092-4/+23
| |\ \ \ \ \
* | | | | | | mac80211: Remove WARN_ON in apply-ht-override logic.Ben Greear2011-12-061-1/+3
* | | | | | | mac80211: accept public action frames with mismatched BSSIDJohannes Berg2011-12-061-3/+10
* | | | | | | mac80211: fix retransmitJohannes Berg2011-12-061-1/+4
* | | | | | | mac80211: Add HT operation modes for IBSSAlexander Simon2011-12-067-12/+87
* | | | | | | mac80211: handle protection mode, RIFS and ADDBA for HT IBSSSimon Wunderlich2011-12-063-0/+44
* | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-027-14/+62
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | 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
| | |_|_|_|/ | |/| | | |
| * | | | | 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
| | |_|_|/ | |/| | |
| * | | | 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
| | |_|/ | |/| |
| * | | 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
| | |/ | |/|
* | | mac80211: remove unused function declarationMohammed Shafi Shajakhan2011-11-301-1/+0
* | | mac80211: revert on-channel work optimisationsJohannes Berg2011-11-305-142/+13
* | | mac80211: remove tracing config symbolJohannes Berg2011-11-283-25/+2
* | | mac80211: clean up rx_h_mesh_fwdingThomas Pedersen2011-11-281-49/+39
* | | mac80211: don't initiate path discovery when forwarding frame with unknown DAThomas Pedersen2011-11-285-77/+79
* | | {nl,cfg,mac}80211: implement dot11MeshHWMPperrMinIntervalThomas Pedersen2011-11-285-1/+16
* | | mac80211: fix forwarded mesh frame queue mappingThomas Pedersen2011-11-284-21/+36
* | | mac80211: fix switched HWMP frame addressesThomas Pedersen2011-11-281-19/+11
* | | mac80211: failed forwarded mesh frame addressingThomas Pedersen2011-11-283-11/+8
* | | {nl,cfg,mac}80211: Allow Setting Multicast Rate in MeshChun-Yeow Yeoh2011-11-282-0/+7
* | | mac80211: Make __check_htcap_disable static.Ben Greear2011-11-281-3/+3
* | | mac80211: call skb_put() before copying the data (trivial)Eliad Peller2011-11-281-1/+1
* | | mac80211: fix TX warningJohannes Berg2011-11-281-3/+4
* | | mac80211: do not pass AP VLAN vif pointers to driversFelix Fietkau2011-11-284-7/+17
* | | mac80211: log reason and initiator when rx agg is stoppedNikolay Martynov2011-11-281-2/+5
* | | mac80211: trivial: use WLAN_BACK_RECIPIENT instead of hardcoded 0Nikolay Martynov2011-11-281-1/+1
* | | mac80211: timeout tx agg sessions in way similar to rx agg sessionsNikolay Martynov2011-11-283-1/+44
* | | mac80211: don't indicate probe resp change in IBSS modeArik Nemtsov2011-11-281-2/+5
* | | mac80211: dereference RCU protected probe_resp pointer correctlyArik Nemtsov2011-11-281-1/+1
* | | mac80211: fix duration calculation for QoS NOACK framesSimon Wunderlich2011-11-281-5/+9
* | | mac80211: Add NoAck per tid supportSimon Wunderlich2011-11-284-1/+22
* | | mac80211: remove debugfs noack testSimon Wunderlich2011-11-284-47/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-2217-0/+18
|\ \ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-074-12/+26
| |\ \
| * | | 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