| Commit message (Expand) | Author | Age | Files | Lines |
* | Bluetooth: Move struct hci_pinfo into net/bluetooth/hci_sock.c | Marcel Holtmann | 2014-07-11 | 1 | -0/+11 |
* | Bluetooth: Delcare the hci_sec_filter as const | Marcel Holtmann | 2014-07-11 | 1 | -1/+1 |
* | Bluetooth: Move struct hci_sec_filter next to its user | Marcel Holtmann | 2014-07-11 | 1 | -0/+8 |
* | Bluetooth: Unify helpers for bdaddr_list manipulations | Johan Hedberg | 2014-07-09 | 1 | -2/+2 |
* | Bluetooth: Run controller setup after external configuration | Marcel Holtmann | 2014-07-06 | 1 | -1/+2 |
* | Bluetooth: Add support for Unconfigured Index Added events | Marcel Holtmann | 2014-07-03 | 1 | -6/+3 |
* | Bluetooth: Introduce unconfigured controller state | Marcel Holtmann | 2014-07-03 | 1 | -4/+4 |
* | Bluetooth: Restrict access for raw-only controllers | Marcel Holtmann | 2014-07-03 | 1 | -4/+10 |
* | net: add __pskb_copy_fclone and pskb_copy_for_clone | Octavian Purdila | 2014-06-11 | 1 | -3/+3 |
* | Bluetooth: Return EOPNOTSUPP for HCISETRAW ioctl command | Marcel Holtmann | 2014-04-24 | 1 | -10/+1 |
* | Bluetooth: Convert uses of __constant_<foo> to <foo> | Joe Perches | 2014-03-12 | 1 | -8/+8 |
* | Bluetooth: Add missing index added event on user channel failure | Marcel Holtmann | 2014-02-17 | 1 | -0/+1 |
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 2013-12-18 | 1 | -10/+16 |
|\ |
|
| * | Bluetooth: Fix HCI User Channel permission check in hci_sock_sendmsg | Marcel Holtmann | 2013-12-17 | 1 | -10/+16 |
* | | net: rework recvmsg handler msg_name and msg_namelen logic | Hannes Frederic Sowa | 2013-11-20 | 1 | -2/+0 |
|/ |
|
* | Bluetooth: Use BDADDR_BREDR type for old blacklist ioctl interface | Marcel Holtmann | 2013-10-18 | 1 | -2/+2 |
* | Bluetooth: Move skb->dev assignment for hdev->send into central place | Marcel Holtmann | 2013-10-11 | 1 | -2/+0 |
* | Bluetooth: Remove hdev->ioctl driver callback | Marcel Holtmann | 2013-10-10 | 1 | -4/+1 |
* | Bluetooth: AMP contollers do not support the legacy ioctls | Marcel Holtmann | 2013-10-10 | 1 | -0/+3 |
* | Bluetooth: Require CAP_NET_ADMIN for HCI User Channel operation | Marcel Holtmann | 2013-10-02 | 1 | -1/+1 |
* | Bluetooth: Introduce new HCI socket channel for user operation | Marcel Holtmann | 2013-09-16 | 1 | -5/+81 |
* | Bluetooth: Introduce user channel flag for HCI devices | Marcel Holtmann | 2013-09-16 | 1 | -6/+9 |
* | Bluetooth: Restrict ioctls to HCI raw channel sockets | Marcel Holtmann | 2013-09-16 | 1 | -6/+17 |
* | Bluetooth: Fix error handling for HCI socket options | Marcel Holtmann | 2013-09-16 | 1 | -2/+2 |
* | Bluetooth: Fix handling of getsockname() for HCI sockets | Marcel Holtmann | 2013-09-16 | 1 | -6/+11 |
* | Bluetooth: Fix handling of getpeername() for HCI sockets | Marcel Holtmann | 2013-09-16 | 1 | -0/+3 |
* | Bluetooth: Refactor raw socket filter into more readable code | Marcel Holtmann | 2013-09-16 | 1 | -23/+41 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-01 | 1 | -1/+1 |
|\ |
|
| * | bluetooth: kill unused 'module' argument of bt_procfs_init() | Al Viro | 2013-04-09 | 1 | -1/+1 |
* | | Bluetooth: Fix stand-alone HCI command handling | Johan Hedberg | 2013-03-08 | 1 | -0/+5 |
* | | Bluetooth: discard bt_sock_unregister() errors | David Herrmann | 2013-03-08 | 1 | -3/+1 |
|/ |
|
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 | 1 | -10/+5 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-09-28 | 1 | -8/+8 |
|\ |
|
| * | net: change return values from -EACCES to -EPERM | Zhao Hongjiang | 2012-09-21 | 1 | -8/+8 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-08-22 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Bluetooth: HCI - Fix info leak via getsockname() | Mathias Krause | 2012-08-15 | 1 | -0/+1 |
| * | Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER) | Mathias Krause | 2012-08-15 | 1 | -0/+1 |
* | | Bluetooth: Added /proc/net/hci via bt_procfs_init() | Masatake YAMATO | 2012-08-06 | 1 | -2/+11 |
|/ |
|
* | Bluetooth: Remove unnecessary headers include | Gustavo Padovan | 2012-06-05 | 1 | -19/+1 |
* | Bluetooth: Fix coding style in the subsystem | Gustavo Padovan | 2012-06-05 | 1 | -7/+14 |
* | Bluetooth: Remove 'register' usage from the subsystem | Gustavo Padovan | 2012-06-05 | 1 | -1/+1 |
* | Bluetooth: Remove most of the inline usage | Gustavo Padovan | 2012-06-05 | 1 | -2/+4 |
* | Bluetooth: Fix coding style in hci_sock.c | Gustavo Padovan | 2012-06-05 | 1 | -4/+6 |
* | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-03-29 | 1 | -1/+2 |
|\ |
|
| * | compat: Use COMPAT_USE_64BIT_TIME in the Bluetooth subsystem | H. J. Lu | 2012-02-20 | 1 | -1/+2 |
* | | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | | Bluetooth: Remove HCI_PI_MGMT_INIT flag for sockets | Johan Hedberg | 2012-03-03 | 1 | -1/+0 |
* | | Bluetooth: Enable timestamps for control channel | Marcel Holtmann | 2012-02-23 | 1 | -0/+1 |
* | | Bluetooth: Always enable management interface | Marcel Holtmann | 2012-02-20 | 1 | -6/+1 |
* | | Bluetooth: Restrict access to management interface | Marcel Holtmann | 2012-02-20 | 1 | -0/+5 |