summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_sock.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-8/+8
|\
| * net: change return values from -EACCES to -EPERMZhao Hongjiang2012-09-211-8/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-221-0/+2
|\|
| * Bluetooth: HCI - Fix info leak via getsockname()Mathias Krause2012-08-151-0/+1
| * Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)Mathias Krause2012-08-151-0/+1
* | Bluetooth: Added /proc/net/hci via bt_procfs_init()Masatake YAMATO2012-08-061-2/+11
|/
* Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-051-19/+1
* Bluetooth: Fix coding style in the subsystemGustavo Padovan2012-06-051-7/+14
* Bluetooth: Remove 'register' usage from the subsystemGustavo Padovan2012-06-051-1/+1
* Bluetooth: Remove most of the inline usageGustavo Padovan2012-06-051-2/+4
* Bluetooth: Fix coding style in hci_sock.cGustavo Padovan2012-06-051-4/+6
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-1/+2
|\
| * compat: Use COMPAT_USE_64BIT_TIME in the Bluetooth subsystemH. J. Lu2012-02-201-1/+2
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | Bluetooth: Remove HCI_PI_MGMT_INIT flag for socketsJohan Hedberg2012-03-031-1/+0
* | Bluetooth: Enable timestamps for control channelMarcel Holtmann2012-02-231-0/+1
* | Bluetooth: Always enable management interfaceMarcel Holtmann2012-02-201-6/+1
* | Bluetooth: Restrict access to management interfaceMarcel Holtmann2012-02-201-0/+5
* | Bluetooth: Add support for HCI monitor channelMarcel Holtmann2012-02-201-0/+207
* | Bluetooth: Remove HCI notifier handlingMarcel Holtmann2012-02-201-44/+61
* | Bluetooth: Fix issue with shared SKB between HCI raw socket and driverMarcel Holtmann2012-02-201-4/+14
* | Bluetooth: Simplify HCI socket bind handlingMarcel Holtmann2012-02-201-16/+31
* | Bluetooth: Add HCI CMSG details only to raw socketsMarcel Holtmann2012-02-201-1/+5
* | Bluetooth: Lock socket when reading HCI socket optionsMarcel Holtmann2012-02-201-6/+17
* | Bluetooth: Limit HCI raw socket options to actual raw socketsMarcel Holtmann2012-02-201-0/+6
* | Bluetooth: Split sending for HCI raw and control socketsMarcel Holtmann2012-02-201-12/+39
* | Bluetooth: Add address type to mgmt blacklist messagesJohan Hedberg2012-02-131-2/+2
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2012-01-101-2/+0
|\
| * Bluetooth: Remove local_bh_disable() from hci_sock.cGustavo F. Padovan2012-01-021-2/+0
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-031-9/+12
|\|
| * Bluetooth: Remove mgmt_set_service_cacheJohan Hedberg2011-12-181-2/+5
| * Bluetooth: convert tx_task to workqueueGustavo F. Padovan2011-12-181-2/+2
| * Bluetooth: Move command task to workqueueGustavo F. Padovan2011-12-181-1/+1
| * Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan2011-12-181-4/+4
* | module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-191-1/+1
|/
* Bluetooth: Add mgmt events for blacklistingAntti Julku2011-09-211-2/+16
* Bluetooth: Move blacklisting functions to hci_coreAntti Julku2011-06-161-64/+6
* Bluetooth: fix build break on hci_sock.cAnand Gadiyar2011-02-221-1/+1
* Bluetooth: Add support for set_powered management commandJohan Hedberg2011-02-081-1/+5
* Bluetooth: Improve handling of HCI control channel in bindGustavo F. Padovan2010-12-221-1/+4
* Bluetooth: Make hci_send_to_sock usable for management control socketsJohan Hedberg2010-12-071-1/+9
* Bluetooth: Add initial Bluetooth Management interface callbacksJohan Hedberg2010-12-071-6/+33
* Bluetooth: clean up hci codeAndrei Emeltchenko2010-12-011-6/+11
* Bluetooth: Use list_head for HCI blacklist headDavid Miller2010-07-311-5/+3
* Bluetooth: Add blacklist support for incoming connectionsJohan Hedberg2010-07-211-0/+90
* Bluetooth: Fix out of scope variable access in hci_sock_cmsg()Johann Felix Soden2010-02-281-1/+3
* Bluetooth: Unobfuscate tasklet_schedule usageMarcel Holtmann2009-12-031-3/+3
* Bluetooth: Return ENETDOWN when interface is downMarcel Holtmann2009-12-031-0/+5
* net: pass kern to net_proto_family create functionEric Paris2009-11-051-1/+2
* net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1