aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-11-28wireless: Add NoAck per tid supportSimon Wunderlich1-0/+28
2011-11-28mac80211: remove debugfs noack testSimon Wunderlich4-47/+2
2011-11-28mac80211: fix race between the AGG SM and the Tx data pathEmmanuel Grumbach1-0/+14
2011-11-28mac80211: fix race condition caused by late addBA responseNikolay Martynov1-1/+17
2011-11-28mac80211: don't stop a single aggregation session twiceJohannes Berg1-2/+8
2011-11-28nl80211: fix MAC address validationEliad Peller1-2/+2
2011-11-23Bluetooth: Add user readable debug for state changesGustavo F. Padovan1-0/+29
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville209-345/+682
2011-11-21mac80211: fix RCU warnings in meshJohannes Berg1-22/+5
2011-11-21cfg80211: work around a sparse issueJohannes Berg1-11/+11
2011-11-21mac80211: Support ht-cap over-rides.Ben Greear9-18/+140
2011-11-21wireless: Support ht-capabilities over-rides.Ben Greear4-7/+91
2011-11-21cfg80211/mac80211: Revert "move information element parsing logic to cfg80211"Johannes Berg3-168/+230
2011-11-21nl80211: make get_vlan logic more commonJohannes Berg1-23/+31
2011-11-21cfg80211: add flags for off-channel capabilitiesJohannes Berg2-6/+14
2011-11-21mac80211: minor cleanup to mesh state lockingJohannes Berg1-3/+3
2011-11-21nl80211: add testmode to the list of supported commandsKalle Valo1-0/+4
2011-11-21mac80211: remove unused ASSOC_AP flagJohannes Berg3-5/+2
2011-11-21mac80211: transmit fragment list to driversJohannes Berg3-35/+69
2011-11-21mac80211: make TX LED handling independent of fragmentationJohannes Berg1-12/+16
2011-11-21mac80211: move fragment flag adjustmentJohannes Berg1-9/+9
2011-11-21mac80211: use skb list for fragmentsJohannes Berg5-71/+82
2011-11-21cfg80211: pass DFS region to drivers through reg_notifier()Luis R. Rodriguez1-0/+2
2011-11-21cfg80211: process regulatory DFS region for countriesLuis R. Rodriguez3-0/+53
2011-11-21cfg80211: fix regulatory NULL dereferenceJohannes Berg1-0/+4
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-21Bluetooth: Use queue in the device listAndrei Emeltchenko1-1/+1
2011-11-21Bluetooth: Differentiate LE User Pairing ResponsesBrian Gix1-0/+24
2011-11-21Bluetooth: User Pairing Response restructuringBrian Gix1-29/+47
2011-11-21Bluetooth: making enable_hs independent from L2CAPAndrei Emeltchenko2-4/+5
2011-11-21Bluetooth: bnep: Fix module referenceDavid Herrmann1-5/+3
2011-11-21Bluetooth: cmtp: Fix module referenceDavid Herrmann1-2/+3
2011-11-17mac80211: call ieee80211_recalc_idle() after sending packetsFelix Fietkau2-8/+11
2011-11-17minstrel_ht: Remove unused function parametersPatrick Kelle1-14/+12
2011-11-17mac80211: memory leak in mesh_queue_preq()Dan Carpenter1-0/+1
2011-11-17mac80211: use kfree_skb() instead of kfree()Dan Carpenter1-1/+1
2011-11-17mac80211: Get rid of search loop for rate group indexHelmut Schaa1-16/+16
2011-11-17mac80211: Check rate->idx before rate->countHelmut Schaa1-2/+2
2011-11-17mac80211: remove crypto special case for auth framesJohannes Berg1-2/+0
2011-11-16Bluetooth: Fix some checkpatch.pl errors and warningsSzymon Janc2-7/+4
2011-11-16Bluetooth: Simplify __l2cap_global_chan_by_addrSzymon Janc1-5/+2
2011-11-16Bluetooth: Refactor loop in l2cap_retransmit_one_frameSzymon Janc1-5/+3
2011-11-16Bluetooth: Simplify l2cap_add_to_srej_queueSzymon Janc1-8/+5
2011-11-16Bluetooth: Fix possible NULL pointer derefence in l2cap codeSzymon Janc1-3/+17
2011-11-16Bluetooth: Do not set HCI_RAW when HS enabledAndrei Emeltchenko1-2/+3
2011-11-16Bluetooth: Pass all message parameters to mgmt_start_discoveryJohan Hedberg1-2/+8
2011-11-16Bluetooth: Add missing cmd_complete for mgmt_load_link_keysJohan Hedberg1-0/+2
2011-11-16Bluetooth: Create a unique mgmt error code hierarchyJohan Hedberg1-91/+224
2011-11-16Bluetooth: Return success instead of EALREADY for mgmt commandsJohan Hedberg1-12/+14