summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-09-2418-103/+255
|\
| * Bluetooth: Add support for BCM20702A0 [04ca, 2003]Jaroslav Resler2012-09-191-0/+1
| * Bluetooth: Add USB_VENDOR_AND_INTERFACE_INFO() for Broadcom/FoxconnGustavo Padovan2012-09-191-1/+1
| * Bluetooth: Update management interface revisionJohan Hedberg2012-09-191-1/+1
| * Bluetooth: mgmt: Implement support for passkey notificationJohan Hedberg2012-09-195-0/+114
| * Bluetooth: btuart_cs.c: removes unnecessary semicolonPeter Senna Tschudin2012-09-191-1/+1
| * Bluetooth: hci_vhci.c: removes unnecessary semicolonPeter Senna Tschudin2012-09-191-1/+1
| * Bluetooth: hci_ll.c: removes unnecessary semicolonPeter Senna Tschudin2012-09-191-1/+1
| * Bluetooth: hci_ldisc.c: removes unnecessary semicolonPeter Senna Tschudin2012-09-191-1/+1
| * Bluetooth: bluecard_cs.c: removes unnecessary semicolonPeter Senna Tschudin2012-09-191-1/+1
| * Bluetooth: AMP: Add Read Data Block Size to amp_initAndrei Emeltchenko2012-09-081-0/+3
| * Bluetooth: debug: Print refcnt for hci_devAndrei Emeltchenko2012-09-081-0/+6
| * Bluetooth: trivial: Remove empty lineAndrei Emeltchenko2012-09-081-1/+0
| * Bluetooth: trivial: Make hci_chan_del return voidAndrei Emeltchenko2012-09-082-4/+2
| * Bluetooth: Remove unneeded zero initAndrei Emeltchenko2012-09-082-10/+1
| * Bluetooth: btmrvl: remove pointless conditional before kfree_skb()Wei Yongjun2012-09-081-2/+1
| * Bluetooth: Use module_platform_driver() in btwilink.c fileSachin Kamat2012-09-081-15/+1
| * Bluetooth: Fix establishing ESCO linksVinicius Costa Gomes2012-08-211-5/+6
| * Bluetooth: Use kref for l2cap channel reference countingSyam Sidhardhan2012-08-212-9/+9
| * Bluetooth: debug: Correct the PSM printingSyam Sidhardhan2012-08-211-1/+1
| * Bluetooth: mgmt: Add device disconnect reasonMikel Astiz2012-08-214-8/+38
| * Bluetooth: Fix minor coding style in hci_event.cMikel Astiz2012-08-211-4/+4
| * Bluetooth: Add more HCI error codesMikel Astiz2012-08-211-0/+3
| * Bluetooth: trivial: Use preferred method for NULL checkAndrei Emeltchenko2012-08-211-2/+2
| * Bluetooth: trivial: Shorten variable scopeAndrei Emeltchenko2012-08-151-4/+2
| * Bluetooth: Add type information to the hci_connect() debug statementVinicius Costa Gomes2012-08-151-1/+1
| * Bluetooth: Simplify a the connection type handlingVinicius Costa Gomes2012-08-151-4/+7
| * Bluetooth: Refactor SCO connection into its own functionVinicius Costa Gomes2012-08-151-14/+19
| * Bluetooth: Refactor ACL connection into its own functionVinicius Costa Gomes2012-08-151-10/+22
| * Bluetooth: Refactor LE connection into its own functionVinicius Costa Gomes2012-08-151-24/+29
| * Bluetooth: Rename LE and ACL connection functionsVinicius Costa Gomes2012-08-151-9/+9
| * Bluetooth: Remove some functions from being exportedVinicius Costa Gomes2012-08-152-4/+2
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2012-09-247-90/+117
|\ \
| * | iwlwifi: load firmware in chunksJohannes Berg2012-09-104-28/+58
| * | iwlwifi: don't access the HW when it is not availableEmmanuel Grumbach2012-09-101-0/+11
| * | iwlwifi: some clean up in transport layerEmmanuel Grumbach2012-09-103-25/+33
| * | iwlwifi: fix indentation in iwl_load_given_ucodeJohannes Berg2012-09-101-9/+8
| * | iwlwifi: stop interrupts before stopping deviceDavid Spinadel2012-09-101-0/+4
| * | iwlwifi: don't reset interupts after disablingDavid Spinadel2012-09-101-2/+0
| * | iwlwifi: remove unused IDI code stubsJohannes Berg2012-09-063-27/+4
* | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-09-2422-334/+429
|\ \ \
| * | | mac80211: allow re-open the blocked peer link in meshChun-Yeow Yeoh2012-09-141-1/+2
| * | | mac80211: change locking around ieee80211_recalc_smpsJohannes Berg2012-09-144-8/+5
| * | | mac80211: handle power constraint/country IE betterJohannes Berg2012-09-143-22/+72
| * | | mac80211: remove unneeded CONFIG_PM ifdefJohannes Berg2012-09-111-13/+0
| * | | mac80211: validate skb->dev in the tx status pathFelix Fietkau2012-09-101-18/+30
| * | | mac80211: use call_rcu() on sta deletionEliad Peller2012-09-103-57/+81
| * | | mac80211: add key flag for management keysJohannes Berg2012-09-106-6/+46
| * | | mac80211: reply to AUTH with DEAUTH if sta allocation fails in IBSSAntonio Quartulli2012-09-071-1/+32
| * | | mac80211: move ieee80211_send_deauth_disassoc outside mlme codeAntonio Quartulli2012-09-073-50/+54