summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-021-3/+39
|\
| * 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-2820-201/+584
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-2217-0/+18
| |\ \ \
| * | | | mac80211: fix RCU warnings in meshJohannes Berg2011-11-211-22/+5
| * | | | mac80211: Support ht-cap over-rides.Ben Greear2011-11-219-18/+140
| * | | | cfg80211/mac80211: Revert "move information element parsing logic to cfg80211"Johannes Berg2011-11-212-0/+230
| * | | | cfg80211: add flags for off-channel capabilitiesJohannes Berg2011-11-211-1/+3
| * | | | mac80211: minor cleanup to mesh state lockingJohannes Berg2011-11-211-3/+3
| * | | | mac80211: remove unused ASSOC_AP flagJohannes Berg2011-11-213-5/+2
| * | | | mac80211: transmit fragment list to driversJohannes Berg2011-11-213-35/+69
| * | | | mac80211: make TX LED handling independent of fragmentationJohannes Berg2011-11-211-12/+16
| * | | | mac80211: move fragment flag adjustmentJohannes Berg2011-11-211-9/+9
| * | | | mac80211: use skb list for fragmentsJohannes Berg2011-11-215-71/+82
| * | | | mac80211: call ieee80211_recalc_idle() after sending packetsFelix Fietkau2011-11-172-8/+11
| * | | | minstrel_ht: Remove unused function parametersPatrick Kelle2011-11-171-14/+12
| * | | | mac80211: memory leak in mesh_queue_preq()Dan Carpenter2011-11-171-0/+1
| * | | | mac80211: use kfree_skb() instead of kfree()Dan Carpenter2011-11-171-1/+1
| * | | | mac80211: Get rid of search loop for rate group indexHelmut Schaa2011-11-171-16/+16
| * | | | mac80211: Check rate->idx before rate->countHelmut Schaa2011-11-171-2/+2
| * | | | mac80211: remove crypto special case for auth framesJohannes Berg2011-11-171-2/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-262-6/+6
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | 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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-213-4/+11
|\ \ \ \ \ | |/ / / /
| * | | | 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
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-1729-376/+955
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | mac80211: fix warning in ieee80211_probe_clientJohannes Berg2011-11-111-4/+5
| * | minstrel: Remove unused function parameter in calc_rate_durations()Patrick Kelle2011-11-111-4/+3
| * | mac80211: Save probe response data for bssArik Nemtsov2011-11-115-5/+74
| * | mac80211: make sure hw_key exists before checking its flagsArik Nemtsov2011-11-111-1/+2
| * | mac80211: add recalc PS in ieee80211_reconfig()Eyal Shapira2011-11-111-0/+2
| * | mac80211/cfg80211: report monitor channel in wireless extensionsJohannes Berg2011-11-111-0/+9
| * | mac80211: simplify scan state machineJohannes Berg2011-11-112-128/+82
| * | mac80211: set carrier_on for ibss vifs only while joinedEliad Peller2011-11-112-1/+5
| * | mac80211: init rate-control for TDLS sta when supp-rates are knownArik Nemtsov2011-11-111-1/+9
| * | net/mac80211/debugfs.c: use kstrtoul, etcJulia Lawall2011-11-091-1/+1
| * | mac80211: implement wifi TX statusJohannes Berg2011-11-094-3/+113
| * | mac80211: Also report the STA's TDLS flag via nl80211Helmut Schaa2011-11-091-1/+4
| * | cfg80211/mac80211: allow management TX to not wait for ACKJohannes Berg2011-11-091-3/+8
| * | mac80211: send unexpected 4addr eventJohannes Berg2011-11-092-7/+25
| * | mac80211: report OBSS beaconsJohannes Berg2011-11-093-1/+17
OpenPOWER on IntegriCloud