summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Introduce a new HCI_BREDR_ENABLED flagJohan Hedberg2013-10-024-13/+36
* Bluetooth: btmrvl: add calibration data download supportAmitkumar Karwar2013-10-024-1/+134
* Bluetooth: btmrvl: add setup handlerAmitkumar Karwar2013-10-022-8/+16
* Bluetooth: btmrvl: get rid of struct btmrvl_cmdAmitkumar Karwar2013-10-022-12/+6Star
* Bluetooth: btmrvl: add btmrvl_send_sync_cmd() functionAmitkumar Karwar2013-10-021-88/+41Star
* Bluetooth: Fix workqueue synchronization in hci_dev_openJohan Hedberg2013-10-021-0/+10
* Bluetooth: Refactor hci_dev_open to a separate hci_dev_do_open functionJohan Hedberg2013-10-021-10/+20
* Bluetooth: Enable -D__CHECK_ENDIAN__ for sparse by defaultMarcel Holtmann2013-10-022-0/+4
* Bluetooth: Require CAP_NET_ADMIN for HCI User Channel operationMarcel Holtmann2013-10-021-1/+1
* Bluetooth: Send new settings event when changing high speed optionMarcel Holtmann2013-10-021-3/+16
* Bluetooth: Provide high speed configuration optionMarcel Holtmann2013-10-025-41/+22Star
* Bluetooth: Replace BDADDR_LOCAL with BDADDR_NONEMarcel Holtmann2013-10-021-2/+2
* Bluetooth: Use only 2 bits for controller type informationMarcel Holtmann2013-10-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan2013-09-275575-175804/+380595
|\
| * Bluetooth: btusb: Add support for Belkin F8065bfKen O'Brien2013-09-231-0/+3
| * Bluetooth: don't release the port in rfcomm_dev_state_change()Gianluca Anzolin2013-09-201-33/+2Star
| * Bluetooth: Fix rfkill functionality during the HCI setup stageJohan Hedberg2013-09-181-3/+12
| * Bluetooth: Introduce a new HCI_RFKILLED flagJohan Hedberg2013-09-182-5/+11
| * Bluetooth: Fix ACL alive for long in case of non pariable devicesSyam Sidhardhan2013-09-161-0/+7
| * Bluetooth: Add support for BCM20702A0 [0b05, 17cb]Raphael Kubo da Costa2013-09-161-0/+1
| * Bluetooth: Fix encryption key size for peripheral roleAndre Guedes2013-09-161-0/+2
| * Bluetooth: Fix security level for peripheral roleAndre Guedes2013-09-161-1/+3
| * Bluetooth: Add a new PID/VID 0cf3/e005 for AR3012.Peng Chen2013-09-162-0/+3
| * rt2800: change initialization sequence to fix system freezeStanislaw Gruszka2013-09-091-5/+6
| * bcma: fix error code handling on 64 Bit systemsHauke Mehrtens2013-09-091-5/+7
| * rtl8187: fix use after free on failure path in rtl8187_init_urbs()Alexey Khoroshilov2013-09-091-5/+10
| * brcmfmac: fix bus interface selection in KconfigArend van Spriel2013-09-091-2/+2
| * cw1200: Prevent a lock-related hang in the cw1200_spi driverSolomon Peachy2013-09-091-0/+9
| * cw1200: Don't perform SPI transfers in interrupt contextSolomon Peachy2013-09-094-4/+33
| * lockref: add ability to mark lockrefs "dead"Linus Torvalds2013-09-082-0/+41
| * lockref: fix docbook argument namesLinus Torvalds2013-09-081-4/+4
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-079-258/+323
| |\
| | * constify dcache.c inlined helpers where possibleAl Viro2013-09-051-6/+6
| | * fuse: drop dentry on failed revalidateAnand Avati2013-09-051-0/+2
| | * fuse: clean up return in fuse_dentry_revalidate()Miklos Szeredi2013-09-051-8/+18
| | * fuse: use d_materialise_unique()Miklos Szeredi2013-09-051-43/+26Star
| | * sysfs: use check_submounts_and_drop()Miklos Szeredi2013-09-051-12/+8Star
| | * nfs: use check_submounts_and_drop()Miklos Szeredi2013-09-051-5/+4Star
| | * gfs2: use check_submounts_and_drop()Miklos Szeredi2013-09-051-6/+3Star
| | * afs: use check_submounts_and_drop()Miklos Szeredi2013-09-051-7/+3Star
| | * vfs: check unlinked ancestors before mountMiklos Szeredi2013-09-053-6/+39
| | * vfs: check submounts and drop atomicallyMiklos Szeredi2013-09-052-0/+66
| | * vfs: add d_walk()Miklos Szeredi2013-09-051-161/+148Star
| | * vfs: restructure d_genocide()Miklos Szeredi2013-09-051-8/+4Star
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-09-0727-104/+177
| |\ \
| | * | userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman2013-08-3112-34/+21Star
| | * | capabilities: allow nice if we are privilegedSerge Hallyn2013-08-311-4/+4
| | * | pidns: Don't have unshare(CLONE_NEWPID) imply CLONE_THREADEric W. Biederman2013-08-311-5/+0Star
| | * | userns: Allow PR_CAPBSET_DROP in a user namespace.Eric W. Biederman2013-08-311-1/+1
| | * | namespaces: Simplify copy_namespaces so it is clear what is going on.Eric W. Biederman2013-08-311-24/+11Star