summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2011-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville20-201/+584
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+6
2011-11-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-6/+6
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville17-0/+18
2011-11-22mac80211: fix RCU warnings in meshJohannes Berg1-22/+5
2011-11-22mac80211: Support ht-cap over-rides.Ben Greear9-18/+140
2011-11-22cfg80211/mac80211: Revert "move information element parsing logic to cfg80211"Johannes Berg2-0/+230
2011-11-22cfg80211: add flags for off-channel capabilitiesJohannes Berg1-1/+3
2011-11-22mac80211: minor cleanup to mesh state lockingJohannes Berg1-3/+3
2011-11-22mac80211: remove unused ASSOC_AP flagJohannes Berg3-5/+2
2011-11-22mac80211: transmit fragment list to driversJohannes Berg3-35/+69
2011-11-22mac80211: make TX LED handling independent of fragmentationJohannes Berg1-12/+16
2011-11-22mac80211: move fragment flag adjustmentJohannes Berg1-9/+9
2011-11-22mac80211: use skb list for fragmentsJohannes Berg5-71/+82
2011-11-21mac80211: Fix endian bug in radiotap header generationHelmut Schaa1-4/+4
2011-11-21mac80211: Fix AMSDU rate printout in debugfs.Ben Greear1-2/+2
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+11
2011-11-18mac80211: call ieee80211_recalc_idle() after sending packetsFelix Fietkau2-8/+11
2011-11-18minstrel_ht: Remove unused function parametersPatrick Kelle1-14/+12
2011-11-18mac80211: memory leak in mesh_queue_preq()Dan Carpenter1-0/+1
2011-11-18mac80211: use kfree_skb() instead of kfree()Dan Carpenter1-1/+1
2011-11-18mac80211: Get rid of search loop for rate group indexHelmut Schaa1-16/+16
2011-11-18mac80211: Check rate->idx before rate->countHelmut Schaa1-2/+2
2011-11-18mac80211: remove crypto special case for auth framesJohannes Berg1-2/+0
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville29-376/+955
2011-11-11mac80211: fix warning in ieee80211_probe_clientJohannes Berg1-4/+5
2011-11-11minstrel: Remove unused function parameter in calc_rate_durations()Patrick Kelle1-4/+3
2011-11-11mac80211: Save probe response data for bssArik Nemtsov5-5/+74
2011-11-11mac80211: make sure hw_key exists before checking its flagsArik Nemtsov1-1/+2
2011-11-11mac80211: add recalc PS in ieee80211_reconfig()Eyal Shapira1-0/+2
2011-11-11mac80211/cfg80211: report monitor channel in wireless extensionsJohannes Berg1-0/+9
2011-11-11mac80211: simplify scan state machineJohannes Berg2-128/+82
2011-11-11mac80211: set carrier_on for ibss vifs only while joinedEliad Peller2-1/+5
2011-11-11mac80211: init rate-control for TDLS sta when supp-rates are knownArik Nemtsov1-1/+9
2011-11-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-4/+11
2011-11-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2-4/+23
2011-11-10net/mac80211/debugfs.c: use kstrtoul, etcJulia Lawall1-1/+1
2011-11-10mac80211: implement wifi TX statusJohannes Berg4-3/+113
2011-11-10mac80211: Also report the STA's TDLS flag via nl80211Helmut Schaa1-1/+4
2011-11-10cfg80211/mac80211: allow management TX to not wait for ACKJohannes Berg1-3/+8
2011-11-10mac80211: send unexpected 4addr eventJohannes Berg2-7/+25
2011-11-10mac80211: report OBSS beaconsJohannes Berg3-1/+17
2011-11-10mac80211: support client probeJohannes Berg2-18/+95
2011-11-10mac80211: support spurious class3 eventJohannes Berg1-0/+7
2011-11-10mac80211: add support for control port protocol in AP modeJohannes Berg2-2/+32
2011-11-10mac80211: add helper to free TX skbJohannes Berg1-0/+6
2011-11-10mac80211: simplify mesh frame queue mapping and QoSJavier Cardona4-7/+4
2011-11-10mac80211: check if frame is really part of this BAThomas Pedersen1-0/+5
2011-11-10mac80211: QoS multicast frames have No Ack policyThomas Pedersen2-2/+10
2011-11-10mac80211: Avoid filling up mesh preq queue with redundant requestsJavier Cardona2-2/+16