| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-23 | Bluetooth: hci_sock: Reset cookie to zero in hci_sock_free_cookie() | Zijun Hu | 1 | -1/+1 |
| 2025-05-21 | Bluetooth: Introduce HCI Driver protocol | Hsin-chen Chuang | 1 | -2/+10 |
| 2024-12-11 | Bluetooth: Improve setsockopt() handling of malformed user input | Michal Luczaj | 1 | -7/+7 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-05-14 | Bluetooth: HCI: Remove HCI_AMP support | Luiz Augusto von Dentz | 1 | -4/+1 |
| 2024-04-10 | Bluetooth: hci_sock: Fix not validating setsockopt user input | Luiz Augusto von Dentz | 1 | -13/+8 |
| 2024-03-06 | Bluetooth: Remove usage of the deprecated ida_simple_xx() API | Christophe JAILLET | 1 | -2/+2 |
| 2023-10-13 | Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name | Kees Cook | 1 | -1/+2 |
| 2023-10-13 | Bluetooth: hci_sock: fix slab oob read in create_monitor_event | Edward AD | 1 | -1/+1 |
| 2023-08-11 | Bluetooth: hci_sock: Forward credentials to monitor | Luiz Augusto von Dentz | 1 | -2/+65 |
| 2023-08-11 | Bluetooth: Consolidate code around sk_alloc into a helper function | Luiz Augusto von Dentz | 1 | -8/+2 |
| 2023-04-23 | bluetooth: Perform careful capability checks in hci_sock_ioctl() | Ruihan Li | 1 | -1/+8 |
| 2023-04-23 | bluetooth: Add cmd validity checks at the start of hci_sock_ioctl() | Ruihan Li | 1 | -0/+28 |
| 2022-09-28 | Bluetooth: Prevent double register of suspend | Abhishek Pandit-Subedi | 1 | -3/+0 |
| 2022-09-06 | Bluetooth: Implement support for Mesh | Brian Gix | 1 | -0/+1 |
| 2022-07-21 | Bluetooth: Unregister suspend with userchannel | Abhishek Pandit-Subedi | 1 | -0/+3 |
| 2022-07-21 | Bluetooth: Fix index added after unregister | Abhishek Pandit-Subedi | 1 | -1/+7 |
| 2022-04-06 | net: remove noblock parameter from skb_recv_datagram() | Oliver Hartkopp | 1 | -2/+1 |
| 2022-01-07 | Bluetooth: hci_sock: fix endian bug in hci_sock_setsockopt() | Dan Carpenter | 1 | -2/+3 |
| 2021-10-12 | Bluetooth: hci_sock: purge socket queues in the destruct() callback | Nguyen Dinh Phi | 1 | -4/+7 |
| 2021-10-01 | Bluetooth: hci_sock: Replace use of memcpy_from_msg with bt_skb_sendmsg | Luiz Augusto von Dentz | 1 | -63/+37 |
| 2021-09-21 | Bluetooth: hci_sock: Add support for BT_{SND,RCV}BUF | Luiz Augusto von Dentz | 1 | -11/+91 |
| 2021-08-30 | Bluetooth: reorganize functions from hci_sock_sendmsg() | Tetsuo Handa | 1 | -29/+21 |
| 2021-08-05 | Bluetooth: defer cleanup of resources in hci_unregister_dev() | Tetsuo Handa | 1 | -16/+33 |
| 2021-06-26 | Bluetooth: use inclusive language when filtering devices | Archie Pusaka | 1 | -6/+6 |
| 2021-06-07 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+2 |
| 2021-06-02 | Bluetooth: Fix spelling mistakes | Zheng Yongjun | 1 | -3/+3 |
| 2021-05-31 | Bluetooth: use correct lock to prevent UAF of hdev object | Lin Ma | 1 | -2/+2 |
| 2020-07-31 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 1 | -4/+3 |
| 2020-07-24 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig | 1 | -4/+4 |
| 2020-07-10 | Bluetooth: core: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -2/+1 |
| 2020-06-12 | Bluetooth: Use only 8 bits for the HCI CMSG state flags | Alain Michaud | 1 | -2/+2 |
| 2020-05-11 | Bluetooth: Introduce HCI_MGMT_HDEV_OPTIONAL option | Marcel Holtmann | 1 | -5/+7 |
| 2020-01-26 | Bluetooth: Fix race condition in hci_release_sock() | Dan Carpenter | 1 | -0/+3 |
| 2020-01-25 | Bluetooth: Add missing checks for HCI_ISODATA_PKT packet type | Marcel Holtmann | 1 | -4/+8 |
| 2020-01-15 | Bluetooth: monitor: Add support for ISO packets | Luiz Augusto von Dentz | 1 | -0/+6 |
| 2019-10-23 | compat_ioctl: move hci_sock handlers into driver | Arnd Bergmann | 1 | -1/+20 |
| 2019-02-24 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 1 | -2/+1 |
| 2019-02-04 | Bluetooth: Fix decrementing reference count twice in releasing socket | Myungho Jung | 1 | -2/+1 |
| 2019-02-03 | socket: Use old_timeval types for socket timestamps | Deepa Dinamani | 1 | -2/+2 |
| 2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 1 | -1/+1 |
| 2018-05-26 | net: convert datagram_poll users tp ->poll_mask | Christoph Hellwig | 1 | -1/+1 |
| 2018-02-12 | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko | 1 | -2/+2 |
| 2017-10-30 | Bluetooth: avoid recursive locking in hci_send_to_channel() | Sebastian Andrzej Siewior | 1 | -6/+11 |
| 2017-09-28 | Revert "Bluetooth: Add option for disabling legacy ioctl interfaces" | Linus Torvalds | 1 | -6/+0 |
| 2017-08-30 | Bluetooth: Add option for disabling legacy ioctl interfaces | Marcel Holtmann | 1 | -0/+6 |
| 2017-06-16 | networking: add and use skb_put_u8() | Johannes Berg | 1 | -1/+1 |
| 2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 1 | -6/+6 |
| 2017-06-16 | networking: make skb_put & friends return void pointers | Johannes Berg | 1 | -6/+6 |
| 2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg | 1 | -4/+4 |
| 2017-04-30 | Bluetooth: Fix user channel for 32bit userspace on 64bit kernel | Szymon Janc | 1 | -1/+2 |
| 2017-02-27 | scripts/spelling.txt: add "an user" pattern and fix typo instances | Masahiro Yamada | 1 | -3/+3 |
| 2016-09-19 | Bluetooth: Send control open and close messages for HCI user channels | Marcel Holtmann | 1 | -0/+35 |
| 2016-09-19 | Bluetooth: Handle HCI raw socket transition from unbound to bound | Marcel Holtmann | 1 | -17/+36 |
| 2016-09-19 | Bluetooth: Send control open and close messages for HCI raw sockets | Marcel Holtmann | 1 | -0/+48 |
| 2016-09-19 | Bluetooth: Add extra channel checks for control open/close messages | Marcel Holtmann | 1 | -5/+19 |
| 2016-09-19 | Bluetooth: Assign the channel early when binding HCI sockets | Marcel Holtmann | 1 | -5/+11 |
| 2016-09-19 | Bluetooth: Send control open and close only when cookie is present | Marcel Holtmann | 1 | -2/+16 |
| 2016-09-19 | Bluetooth: Use numbers for subsystem version string | Marcel Holtmann | 1 | -2/+2 |
| 2016-09-19 | Bluetooth: Introduce helper functions for socket cookie handling | Marcel Holtmann | 1 | -12/+29 |
| 2016-09-19 | Bluetooth: Use individual flags for certain management events | Marcel Holtmann | 1 | -1/+4 |
| 2016-09-19 | Bluetooth: Add support for sending MGMT commands and events to monitor | Marcel Holtmann | 1 | -0/+94 |
| 2016-09-19 | Bluetooth: Add support for sending MGMT open and close to monitor | Marcel Holtmann | 1 | -0/+95 |
| 2016-09-19 | Bluetooth: Store control socket cookie and comm information | Marcel Holtmann | 1 | -1/+30 |
| 2016-09-19 | Bluetooth: Check SOL_HCI for raw socket options | Marcel Holtmann | 1 | -0/+6 |
| 2016-08-25 | Bluetooth: Fix hci_sock_recvmsg when MSG_TRUNC is not set | Luiz Augusto von Dentz | 1 | -1/+1 |
| 2016-07-09 | Bluetooth: Rename HCI_BREDR into HCI_PRIMARY | Marcel Holtmann | 1 | -1/+1 |
| 2016-07-08 | Bluetooth: Fix hci_sock_recvmsg return value | Denis Kenzior | 1 | -0/+5 |
| 2016-01-06 | Bluetooth: avoid rebuilding hci_sock all the time | Johannes Berg | 1 | -9/+18 |
| 2015-11-19 | Bluetooth: Add support for controller specific logging | Marcel Holtmann | 1 | -0/+102 |
| 2015-11-19 | Bluetooth: Add support for sending system notes to monitor channel | Marcel Holtmann | 1 | -0/+29 |
| 2015-11-19 | Bluetooth: Fix casting coding style within HCI sockets | Marcel Holtmann | 1 | -13/+13 |
| 2015-11-19 | Bluetooth: Add missing hci_skb_opcode for raw socket commands | Marcel Holtmann | 1 | -0/+5 |
| 2015-11-19 | Bluetooth: Compress the size of struct hci_ctrl | Johan Hedberg | 1 | -1/+1 |
| 2015-11-19 | Bluetooth: Use new hci_skb_pkt_* wrappers for core packet handling | Marcel Holtmann | 1 | -19/+19 |
| 2015-10-26 | Bluetooth: Rename bt_cb()->req into bt_cb()->hci | Marcel Holtmann | 1 | -1/+1 |
| 2015-10-26 | Bluetooth: Remove unneeded parenthesis around MSG_OOB | Marcel Holtmann | 1 | -1/+1 |
| 2015-10-21 | Bluetooth: Add support setup stage internal notification event | Marcel Holtmann | 1 | -8/+16 |
| 2015-10-21 | Bluetooth: Restrict valid packet types via HCI_CHANNEL_RAW | Marcel Holtmann | 1 | -0/+11 |
| 2015-10-21 | Bluetooth: Remove quirk for HCI_VENDOR_PKT filter handling | Marcel Holtmann | 1 | -4/+1 |
| 2015-10-08 | Bluetooth: Add support for vendor specific diagnostic channel | Marcel Holtmann | 1 | -0/+3 |
| 2015-10-08 | Bluetooth: Send index information updates to monitor channel | Marcel Holtmann | 1 | -1/+24 |
| 2015-10-05 | Bluetooth: Send transport open and close monitor events | Marcel Holtmann | 1 | -0/+26 |
| 2015-10-05 | Bluetooth: Limit userspace exposure of stack internal events | Marcel Holtmann | 1 | -7/+9 |
| 2015-09-17 | Bluetooth: close HCI device when user channel socket gets closed | Simon Fels | 1 | -1/+10 |
| 2015-06-08 | Bluetooth: Fix race condition with user channel and setup stage | Marcel Holtmann | 1 | -7/+19 |
| 2015-06-06 | Bluetooth: Reorder HCI user channel socket release | Loic Poulain | 1 | -2/+2 |
| 2015-05-11 | net: Pass kern from net_proto_family.create to sk_alloc | Eric W. Biederman | 1 | -1/+1 |
| 2015-03-30 | Bluetooth: Refactor HCI request variables into own struct | Johan Hedberg | 1 | -1/+1 |
| 2015-03-17 | Bluetooth: Move generic mgmt command dispatcher to hci_sock.c | Johan Hedberg | 1 | -1/+115 |
| 2015-03-17 | Bluetooth: Add helper to get HCI channel of a socket | Johan Hedberg | 1 | -0/+5 |
| 2015-03-15 | Bluetooth: Send global configuration updates to all management users | Marcel Holtmann | 1 | -0/+5 |
| 2015-03-15 | Bluetooth: Open management interface for untrusted users | Marcel Holtmann | 1 | -9/+6 |
| 2015-03-15 | Bluetooth: Add hci_sock_test_flag helper function | Marcel Holtmann | 1 | -1/+6 |
| 2015-03-15 | Bluetooth: Consolidate socket channel sending function back into one | Marcel Holtmann | 1 | -36/+9 |
| 2015-03-15 | Bluetooth: Introduce trusted flag for management control sockets | Marcel Holtmann | 1 | -0/+11 |
| 2015-03-15 | Bluetooth: Use special function to send filter management index events | Marcel Holtmann | 1 | -0/+10 |
| 2015-03-15 | Bluetooth: Provide hci_send_to_flagged_channel helper function | Marcel Holtmann | 1 | -0/+33 |
| 2015-03-15 | Bluetooth: Add flags field and setting function for HCI sockets | Marcel Holtmann | 1 | -0/+11 |
| 2015-03-13 | Bluetooth: Introduce hci_dev_test_and_set_flag helper macro | Marcel Holtmann | 1 | -1/+1 |
| 2015-03-13 | Bluetooth: Introduce hci_dev_clear_flag helper macro | Marcel Holtmann | 1 | -2/+2 |
| 2015-03-13 | Bluetooth: Introduce hci_dev_test_flag helper macro | Marcel Holtmann | 1 | -4/+4 |
| 2015-03-06 | Bluetooth: Convert mgmt to use HCI chan registration API | Johan Hedberg | 1 | -18/+1 |
| 2015-03-06 | Bluetooth: Add mgmt HCI channel registration API | Johan Hedberg | 1 | -3/+82 |
| 2015-03-02 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 1 | -36/+9 |
| 2015-03-02 | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue | 1 | -4/+4 |
| 2015-03-02 | net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit ... | Eyal Birger | 1 | -1/+1 |
| 2015-03-02 | net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrl | Eyal Birger | 1 | -1/+1 |
| 2015-02-27 | Bluetooth: make hci_test_bit's addr const | Jiri Slaby | 1 | -2/+2 |
| 2015-02-20 | Bluetooth: Remove unnecessary queue_monitor_skb() function | Johan Hedberg | 1 | -30/+2 |
| 2015-02-20 | Bluetooth: Rename hci_send_to_control to hci_send_to_channel | Johan Hedberg | 1 | -4/+5 |
| 2015-01-12 | Bluetooth: Replace send_monitor_event with queue_monitor_skb | Marcel Holtmann | 1 | -29/+1 |
| 2015-01-12 | Bluetooth: Create generic queue_monitor_skb helper function | Marcel Holtmann | 1 | -22/+29 |
| 2015-01-12 | Bluetooth: Simplify packet copy in hci_send_to_monitor function | Marcel Holtmann | 1 | -16/+12 |
| 2015-01-12 | Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_hci | Marcel Holtmann | 1 | -0/+2 |
| 2014-11-24 | new helper: memcpy_from_msg() | Al Viro | 1 | -1/+1 |
| 2014-11-10 | Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 1 | -1/+1 |
| 2014-11-05 | net: Add and use skb_copy_datagram_msg() helper. | David S. Miller | 1 | -1/+1 |
| 2014-10-28 | Bluetooth: spelling fixes | Stephen Hemminger | 1 | -1/+1 |
| 2014-07-11 | Bluetooth: Move struct hci_pinfo into net/bluetooth/hci_sock.c | Marcel Holtmann | 1 | -0/+11 |
| 2014-07-11 | Bluetooth: Delcare the hci_sec_filter as const | Marcel Holtmann | 1 | -1/+1 |
| 2014-07-11 | Bluetooth: Move struct hci_sec_filter next to its user | Marcel Holtmann | 1 | -0/+8 |
| 2014-07-09 | Bluetooth: Unify helpers for bdaddr_list manipulations | Johan Hedberg | 1 | -2/+2 |
| 2014-07-06 | Bluetooth: Run controller setup after external configuration | Marcel Holtmann | 1 | -1/+2 |
| 2014-07-03 | Bluetooth: Add support for Unconfigured Index Added events | Marcel Holtmann | 1 | -6/+3 |
| 2014-07-03 | Bluetooth: Introduce unconfigured controller state | Marcel Holtmann | 1 | -4/+4 |
| 2014-07-03 | Bluetooth: Restrict access for raw-only controllers | Marcel Holtmann | 1 | -4/+10 |
| 2014-06-11 | net: add __pskb_copy_fclone and pskb_copy_for_clone | Octavian Purdila | 1 | -3/+3 |
| 2014-04-24 | Bluetooth: Return EOPNOTSUPP for HCISETRAW ioctl command | Marcel Holtmann | 1 | -10/+1 |
| 2014-03-12 | Bluetooth: Convert uses of __constant_<foo> to <foo> | Joe Perches | 1 | -8/+8 |
| 2014-02-17 | Bluetooth: Add missing index added event on user channel failure | Marcel Holtmann | 1 | -0/+1 |
| 2013-12-18 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 1 | -10/+16 |
| 2013-12-17 | Bluetooth: Fix HCI User Channel permission check in hci_sock_sendmsg | Marcel Holtmann | 1 | -10/+16 |
| 2013-11-20 | net: rework recvmsg handler msg_name and msg_namelen logic | Hannes Frederic Sowa | 1 | -2/+0 |
| 2013-10-18 | Bluetooth: Use BDADDR_BREDR type for old blacklist ioctl interface | Marcel Holtmann | 1 | -2/+2 |
| 2013-10-11 | Bluetooth: Move skb->dev assignment for hdev->send into central place | Marcel Holtmann | 1 | -2/+0 |
| 2013-10-10 | Bluetooth: Remove hdev->ioctl driver callback | Marcel Holtmann | 1 | -4/+1 |
| 2013-10-10 | Bluetooth: AMP contollers do not support the legacy ioctls | Marcel Holtmann | 1 | -0/+3 |
| 2013-10-02 | Bluetooth: Require CAP_NET_ADMIN for HCI User Channel operation | Marcel Holtmann | 1 | -1/+1 |
| 2013-09-16 | Bluetooth: Introduce new HCI socket channel for user operation | Marcel Holtmann | 1 | -5/+81 |
| 2013-09-16 | Bluetooth: Introduce user channel flag for HCI devices | Marcel Holtmann | 1 | -6/+9 |
| 2013-09-16 | Bluetooth: Restrict ioctls to HCI raw channel sockets | Marcel Holtmann | 1 | -6/+17 |
| 2013-09-16 | Bluetooth: Fix error handling for HCI socket options | Marcel Holtmann | 1 | -2/+2 |
| 2013-09-16 | Bluetooth: Fix handling of getsockname() for HCI sockets | Marcel Holtmann | 1 | -6/+11 |
| 2013-09-16 | Bluetooth: Fix handling of getpeername() for HCI sockets | Marcel Holtmann | 1 | -0/+3 |
| 2013-09-16 | Bluetooth: Refactor raw socket filter into more readable code | Marcel Holtmann | 1 | -23/+41 |
| 2013-05-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2013-04-09 | bluetooth: kill unused 'module' argument of bt_procfs_init() | Al Viro | 1 | -1/+1 |
| 2013-03-08 | Bluetooth: Fix stand-alone HCI command handling | Johan Hedberg | 1 | -0/+5 |
| 2013-03-08 | Bluetooth: discard bt_sock_unregister() errors | David Herrmann | 1 | -3/+1 |
| 2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin | 1 | -10/+5 |
| 2012-09-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -8/+8 |
| 2012-09-21 | net: change return values from -EACCES to -EPERM | Zhao Hongjiang | 1 | -8/+8 |
| 2012-08-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
| 2012-08-15 | Bluetooth: HCI - Fix info leak via getsockname() | Mathias Krause | 1 | -0/+1 |
| 2012-08-15 | Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER) | Mathias Krause | 1 | -0/+1 |
| 2012-08-06 | Bluetooth: Added /proc/net/hci via bt_procfs_init() | Masatake YAMATO | 1 | -2/+11 |
| 2012-06-05 | Bluetooth: Remove unnecessary headers include | Gustavo Padovan | 1 | -19/+1 |
| 2012-06-05 | Bluetooth: Fix coding style in the subsystem | Gustavo Padovan | 1 | -7/+14 |
| 2012-06-05 | Bluetooth: Remove 'register' usage from the subsystem | Gustavo Padovan | 1 | -1/+1 |
| 2012-06-05 | Bluetooth: Remove most of the inline usage | Gustavo Padovan | 1 | -2/+4 |
| 2012-06-05 | Bluetooth: Fix coding style in hci_sock.c | Gustavo Padovan | 1 | -4/+6 |
| 2012-03-29 | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+2 |
| 2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
| 2012-03-03 | Bluetooth: Remove HCI_PI_MGMT_INIT flag for sockets | Johan Hedberg | 1 | -1/+0 |
| 2012-02-23 | Bluetooth: Enable timestamps for control channel | Marcel Holtmann | 1 | -0/+1 |
| 2012-02-20 | Bluetooth: Always enable management interface | Marcel Holtmann | 1 | -6/+1 |
| 2012-02-20 | Bluetooth: Restrict access to management interface | Marcel Holtmann | 1 | -0/+5 |
| 2012-02-20 | Bluetooth: Add support for HCI monitor channel | Marcel Holtmann | 1 | -0/+207 |
| 2012-02-20 | compat: Use COMPAT_USE_64BIT_TIME in the Bluetooth subsystem | H. J. Lu | 1 | -1/+2 |
| 2012-02-20 | Bluetooth: Remove HCI notifier handling | Marcel Holtmann | 1 | -44/+61 |
| 2012-02-20 | Bluetooth: Fix issue with shared SKB between HCI raw socket and driver | Marcel Holtmann | 1 | -4/+14 |
| 2012-02-20 | Bluetooth: Simplify HCI socket bind handling | Marcel Holtmann | 1 | -16/+31 |
| 2012-02-20 | Bluetooth: Add HCI CMSG details only to raw sockets | Marcel Holtmann | 1 | -1/+5 |
| 2012-02-20 | Bluetooth: Lock socket when reading HCI socket options | Marcel Holtmann | 1 | -6/+17 |
| 2012-02-20 | Bluetooth: Limit HCI raw socket options to actual raw sockets | Marcel Holtmann | 1 | -0/+6 |
| 2012-02-20 | Bluetooth: Split sending for HCI raw and control sockets | Marcel Holtmann | 1 | -12/+39 |
| 2012-02-13 | Bluetooth: Add address type to mgmt blacklist messages | Johan Hedberg | 1 | -2/+2 |
| 2012-01-10 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova... | John W. Linville | 1 | -2/+0 |
| 2012-01-03 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -9/+12 |
| 2012-01-02 | Bluetooth: Remove local_bh_disable() from hci_sock.c | Gustavo F. Padovan | 1 | -2/+0 |
| 2011-12-19 | module_param: make bool parameters really bool (net & drivers/net) | Rusty Russell | 1 | -1/+1 |
| 2011-12-18 | Bluetooth: Remove mgmt_set_service_cache | Johan Hedberg | 1 | -2/+5 |
| 2011-12-18 | Bluetooth: convert tx_task to workqueue | Gustavo F. Padovan | 1 | -2/+2 |
| 2011-12-18 | Bluetooth: Move command task to workqueue | Gustavo F. Padovan | 1 | -1/+1 |
| 2011-12-18 | Bluetooth: Replace spin_lock by mutex in hci_dev | Gustavo F. Padovan | 1 | -4/+4 |
| 2011-09-21 | Bluetooth: Add mgmt events for blacklisting | Antti Julku | 1 | -2/+16 |
| 2011-06-16 | Bluetooth: Move blacklisting functions to hci_core | Antti Julku | 1 | -64/+6 |
| 2011-02-22 | Bluetooth: fix build break on hci_sock.c | Anand Gadiyar | 1 | -1/+1 |
| 2011-02-08 | Bluetooth: Add support for set_powered management command | Johan Hedberg | 1 | -1/+5 |
| 2010-12-22 | Bluetooth: Improve handling of HCI control channel in bind | Gustavo F. Padovan | 1 | -1/+4 |
| 2010-12-07 | Bluetooth: Make hci_send_to_sock usable for management control sockets | Johan Hedberg | 1 | -1/+9 |
| 2010-12-07 | Bluetooth: Add initial Bluetooth Management interface callbacks | Johan Hedberg | 1 | -6/+33 |
| 2010-12-01 | Bluetooth: clean up hci code | Andrei Emeltchenko | 1 | -6/+11 |
| 2010-07-31 | Bluetooth: Use list_head for HCI blacklist head | David Miller | 1 | -5/+3 |
| 2010-07-21 | Bluetooth: Add blacklist support for incoming connections | Johan Hedberg | 1 | -0/+90 |
| 2010-02-28 | Bluetooth: Fix out of scope variable access in hci_sock_cmsg() | Johann Felix Soden | 1 | -1/+3 |
| 2009-12-03 | Bluetooth: Unobfuscate tasklet_schedule usage | Marcel Holtmann | 1 | -3/+3 |
| 2009-12-03 | Bluetooth: Return ENETDOWN when interface is down | Marcel Holtmann | 1 | -0/+5 |
| 2009-11-05 | net: pass kern to net_proto_family create function | Eric Paris | 1 | -1/+2 |