summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: cmtp: Fix deadlock in session deletionPeter Hurley2011-08-123-3/+6
* Bluetooth: bnep: Fix deadlock in session deletionPeter Hurley2011-08-122-4/+6
* Bluetooth: Don't use cmd_timer to timeout HCI reset commandSzymon Janc2011-08-121-2/+4
* Bluetooth: Fixed wrong L2CAP Sock timer valueChen Ganir2011-08-121-1/+1
* Bluetooth: l2cap: Fix lost wakeup waiting for ERTM acksPeter Hurley2011-08-121-3/+3
* Bluetooth: cmtp: Fix lost wakeup of session threadPeter Hurley2011-08-121-2/+4
* Bluetooth: bnep: Fix lost wakeup of session threadPeter Hurley2011-08-121-2/+4
* Bluetooth: sco: Fix lost wakeups waiting to accept socketPeter Hurley2011-08-121-14/+14
* Bluetooth: l2cap: Fix lost wakeups waiting to accept socketPeter Hurley2011-08-121-14/+14
* Bluetooth: Fix lost wakeups waiting for sock state changePeter Hurley2011-08-121-3/+3
* Bluetooth: rfcomm: Fix lost wakeups waiting to accept socketPeter Hurley2011-08-121-14/+14
* Bluetooth: rfcomm: Remove unnecessary krfcommd eventPeter Hurley2011-08-121-10/+7
* Bluetooth: Add Toshiba laptops AR30XX device IDRicardo Mendoza2011-08-122-0/+2
* Bluetooth: btusb: be quiet on device disconnectPaul Bolle2011-08-121-3/+9
* Bluetooth: unlock if allocation fails in hci_blacklist_add()Dan Carpenter2011-08-121-1/+1
* rt2x00: fix crash in rt2800usb_get_txwiStanislaw Gruszka2011-08-111-4/+3
* rt2x00: fix order of entry flags modificationStanislaw Gruszka2011-08-111-10/+7
* rt2x00: fix crash in rt2800usb_write_tx_descStanislaw Gruszka2011-08-111-1/+12
* drivers/net/wireless/wl1251: add missing kfreeJulia Lawall2011-08-102-6/+2
* ath5k: fix error handling in ath5k_beacon_sendBob Copeland2011-08-091-9/+14
* rt2x00: Add rt2870 device id for Dvico usb keyAnthony Bourguignon2011-08-091-0/+2
* ath9k: fix a misprint which leads to incorrect calibrationAlex Hacker2011-08-091-1/+1
* rt2x00: Add new rt73 buffalo USB idIvo van Doorn2011-08-091-0/+1
* rtlwifi: rtl892cu: New USB IDsLarry Finger2011-08-091-3/+8
* ath9k_hw: update PMU to improve ripple issue for AR9485Rajkumar Manoharan2011-08-091-1/+1
* ath9k_hw: Fix incorrect Tx control power in AR9003 templateRajkumar Manoharan2011-08-091-3/+3
* b43: read correct register on bcma bus.Hauke Mehrtens2011-08-091-3/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next in...John W. Linville2011-08-0317-41/+85
|\
| * iwlagn: 5000 do not support idle modeWey-Yi Guy2011-08-023-1/+5
| * rt2x00: fix usage of NULL queueStanislaw Gruszka2011-08-021-2/+3
| * rt2x00: Fix compilation without CONFIG_RT2X00_LIB_CRYPTOHelmut Schaa2011-08-021-1/+2
| * iwlagn: sysfs couldn't find the priv pointerEmmanuel Grumbach2011-08-021-9/+9
| * rt2x00: rt2800: fix zeroing skb structureStanislaw Gruszka2011-08-011-2/+1
| * rtlwifi: Fix kernel oops on ARM SOCLarry Finger2011-08-011-9/+11
| * ath9k: skip ->config_pci_powersave() if PCIe port has ASPM disabledStanislaw Gruszka2011-08-015-13/+40
| * cfg80211: off by one in nl80211_trigger_scan()Dan Carpenter2011-08-011-1/+1
| * iwlegacy: set tx power after rxon_assocStanislaw Gruszka2011-08-012-3/+11
| * ath9k: initialize tx chainmask before testing channel tx power valuesFelix Fietkau2011-08-011-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-07-2836-245/+358
|\ \
| * | tg3: Remove 5719 jumbo frames and TSO blocksMatt Carlson2011-07-281-3/+3
| * | tg3: Break larger frags into 4k chunks for 5719Matt Carlson2011-07-282-6/+47
| * | tg3: Add tx BD budgeting codeMatt Carlson2011-07-281-20/+29
| * | tg3: Consolidate code that calls tg3_tx_set_bd()Matt Carlson2011-07-281-37/+42
| * | tg3: Add partial fragment unmapping codeMatt Carlson2011-07-282-0/+27
| * | tg3: Generalize tg3_skb_error_unmap()Matt Carlson2011-07-281-32/+16
| * | tg3: Remove short DMA check for 1st fragmentMatt Carlson2011-07-281-3/+0
| * | tg3: Simplify tx bd assignmentsMatt Carlson2011-07-281-39/+37
| * | tg3: Reintroduce tg3_tx_ring_infoMatt Carlson2011-07-282-7/+12
| * | ASIX: Use only 11 bits of header for data sizeMarek Vasut2011-07-281-2/+2
| * | ASIX: Simplify condition in rx_fixup()Marek Vasut2011-07-281-3/+2