summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | mwifiex: use GFP_ATOMIC under spin lockDan Carpenter2012-08-101-1/+1
| * | | | mwifiex: notify cfg80211 about MIC failuresAmitkumar Karwar2012-08-101-0/+6
| * | | | mwifiex: fix 'smatch' warning in preparing key_material cmdBing Zhao2012-08-101-1/+1
| * | | | ssb: check for flash presentenceRafał Miłecki2012-08-102-8/+24
| * | | | b43legacy: fix logic in GPIO initRafał Miłecki2012-08-101-1/+1
| * | | | b43: N-PHY: fix 0x2057 radio calib copy/paste mistakeRafał Miłecki2012-08-101-0/+1
| * | | | bcma: add (mostly) NAND definesRafał Miłecki2012-08-102-0/+87
| * | | | mwifiex: fix powerpc64-linux- compilation warningsBing Zhao2012-08-102-9/+9
| * | | | iwlegacy: clean up suspend/resumeJohannes Berg2012-08-102-14/+3
| * | | | mwifiex: fix code mis-alignment after the if statementFengguang Wu2012-08-101-2/+2
| * | | | ath5k: Put power_level where it belongs and rename itNick Kossifidis2012-08-104-8/+17
| * | | | ath5k: Preserve tx power level requested from above on phy_initNick Kossifidis2012-08-101-2/+2
| * | | | ath5k: Fix range scaling when setting rate power tableNick Kossifidis2012-08-101-3/+7
| * | | | ath5k: Use correct value for min_pwr and cur_pwrNick Kossifidis2012-08-101-5/+14
| * | | | bcma: make some functions staticHauke Mehrtens2012-08-103-8/+9
| * | | | p54: parse output power tableChristian Lamparter2012-08-102-24/+92
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-08-1029-197/+415
| |\ \ \ \
| | * | | | Bluetooth: Refactor in hci_le_conn_complete_evtAndre Guedes2012-08-061-13/+9
| | * | | | Bluetooth: Lookup hci_conn in hci_le_conn_complete_evtAndre Guedes2012-08-061-2/+2
| | * | | | Bluetooth: Find hci_conn by BT_CONNECT stateAndre Guedes2012-08-061-8/+3
| | * | | | Bluetooth: Refactor hci_cs_le_create_connAndre Guedes2012-08-061-14/+16
| | * | | | Bluetooth: Remove unneeded codeAndre Guedes2012-08-061-10/+0
| | * | | | Bluetooth: Fix hci_le_conn_complete_evtAndre Guedes2012-08-062-0/+7
| | * | | | Bluetooth: Trivial refactoringAndre Guedes2012-08-061-2/+1
| | * | | | Bluetooth: Use devm_kzalloc in dtl1_cs.c fileSachin Kamat2012-08-061-2/+1
| | * | | | Bluetooth: Use devm_kzalloc in btwilink.c fileSachin Kamat2012-08-061-6/+2
| | * | | | Bluetooth: Use devm_kzalloc in btusb.c fileSachin Kamat2012-08-061-10/+3
| | * | | | Bluetooth: Use devm_kzalloc in btuart_cs.c fileSachin Kamat2012-08-061-4/+1
| | * | | | Bluetooth: Use devm_kzalloc in btsdio.c fileSachin Kamat2012-08-061-6/+2
| | * | | | Bluetooth: Use devm_kzalloc in btmrvl_sdio.c fileSachin Kamat2012-08-061-11/+4
| | * | | | Bluetooth: Use devm_kzalloc in bt3c_cs.c fileSachin Kamat2012-08-061-4/+1
| | * | | | Bluetooth: Use devm_kzalloc in bpa10x.c fileSachin Kamat2012-08-061-6/+2
| | * | | | Bluetooth: Use devm_kzalloc in bluecard_cs.c fileSachin Kamat2012-08-061-4/+1
| | * | | | Bluetooth: Use devm_kzalloc in bfusb.c fileSachin Kamat2012-08-061-8/+4
| | * | | | Bluetooth: Use devm_kzalloc in bcm203x.c file.Sachin Kamat2012-08-061-7/+1
| | * | | | Bluetooth: Added /proc/net/sco via bt_procfs_init()Masatake YAMATO2012-08-061-0/+9
| | * | | | Bluetooth: Added /proc/net/rfcomm via bt_procfs_init()Masatake YAMATO2012-08-061-2/+12
| | * | | | Bluetooth: Added /proc/net/l2cap via bt_procfs_init()Masatake YAMATO2012-08-061-2/+18
| | * | | | Bluetooth: Added /proc/net/hidp via bt_procfs_init()Masatake YAMATO2012-08-061-1/+21
| | * | | | Bluetooth: Added /proc/net/hci via bt_procfs_init()Masatake YAMATO2012-08-061-2/+11
| | * | | | Bluetooth: Added /proc/net/cmtp via bt_procfs_init()Masatake YAMATO2012-08-061-2/+21
| | * | | | Bluetooth: Added /proc/net/bnep via bt_procfs_init()Masatake YAMATO2012-08-061-2/+20
| | * | | | Bluetooth: /proc/net/ entries for bluetooth protocolsMasatake YAMATO2012-08-062-0/+151
| | * | | | Bluetooth: Free the l2cap channel list only when refcount is zeroJaganath Kanakkassery2012-08-064-6/+7
| | * | | | Bluetooth: Move l2cap_chan_hold/put to l2cap_core.cJaganath Kanakkassery2012-08-062-14/+17
| | * | | | Bluetooth: Remove locking in hci_user_passkey_request_evtAndre Guedes2012-08-061-4/+0
| | * | | | Bluetooth: Make connect / disconnect cfm functions return voidAndrei Emeltchenko2012-08-063-13/+8
| | * | | | Bluetooth: Use lmp_no_flush_capable where applicableAndre Guedes2012-08-061-1/+1
| | * | | | Bluetooth: Use lmp_sniffsubr_capable where applicableAndre Guedes2012-08-061-1/+1
| | * | | | Bluetooth: Use lmp_sniff_capable where applicableAndre Guedes2012-08-061-1/+1
OpenPOWER on IntegriCloud