| Age | Commit message (Expand) | Author | Files | Lines |
| 7 days | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -9/+26 |
| 2025-11-20 | Bluetooth: hci_core: lookup hci_conn on RX path on protocol side | Pauli Virtanen | 1 | -9/+26 |
| 2025-11-04 | net: Convert proto_ops connect() callbacks to use sockaddr_unsized | Kees Cook | 1 | -1/+1 |
| 2025-11-04 | net: Convert proto_ops bind() callbacks to use sockaddr_unsized | Kees Cook | 1 | -1/+1 |
| 2025-09-27 | Bluetooth: SCO: Fix UAF on sco_conn_free | Luiz Augusto von Dentz | 1 | -0/+7 |
| 2025-06-23 | net: make sk->sk_sndtimeo lockless | Eric Dumazet | 1 | -2/+2 |
| 2025-03-25 | Bluetooth: SCO: add TX timestamping | Pauli Virtanen | 1 | -2/+17 |
| 2025-03-07 | Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context" | Luiz Augusto von Dentz | 1 | -6/+6 |
| 2025-03-07 | Bluetooth: SCO: fix sco_conn refcounting on sco_conn_ready | Pauli Virtanen | 1 | -1/+12 |
| 2024-12-12 | Bluetooth: SCO: Add support for 16 bits transparent voice setting | Frédéric Danis | 1 | -14/+15 |
| 2024-12-12 | Bluetooth: hci_core: Fix sleeping function called from invalid context | Luiz Augusto von Dentz | 1 | -6/+6 |
| 2024-12-11 | Bluetooth: Improve setsockopt() handling of malformed user input | Michal Luczaj | 1 | -5/+6 |
| 2024-11-26 | Bluetooth: SCO: remove the redundant sco_conn_put | Edward Adam Davis | 1 | -1/+1 |
| 2024-11-14 | Bluetooth: SCO: Use kref to track lifetime of sco_conn | Luiz Augusto von Dentz | 1 | -28/+71 |
| 2024-10-23 | Bluetooth: SCO: Fix UAF on sco_sock_timeout | Luiz Augusto von Dentz | 1 | -6/+12 |
| 2024-05-18 | Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -2/+2 |
| 2024-05-14 | Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init() | Sungwoo Kim | 1 | -3/+3 |
| 2024-05-13 | net: change proto and proto_ops accept type | Jens Axboe | 1 | -2/+2 |
| 2024-05-03 | Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout | Duoming Zhou | 1 | -0/+4 |
| 2024-04-24 | Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old() | Nathan Chancellor | 1 | -3/+4 |
| 2024-04-10 | Bluetooth: SCO: Fix not validating setsockopt user input | Luiz Augusto von Dentz | 1 | -13/+10 |
| 2024-03-06 | Bluetooth: hci_conn: Always use sk_timeo as conn_timeout | Luiz Augusto von Dentz | 1 | -1/+2 |
| 2023-08-21 | net: annotate data-races around sk->sk_lingertime | Eric Dumazet | 1 | -1/+1 |
| 2023-08-11 | Bluetooth: af_bluetooth: Make BT_PKT_STATUS generic | Luiz Augusto von Dentz | 1 | -18/+4 |
| 2023-08-11 | Bluetooth: Consolidate code around sk_alloc into a helper function | Luiz Augusto von Dentz | 1 | -9/+1 |
| 2023-07-20 | Bluetooth: SCO: fix sco_conn related locking and validity issues | Pauli Virtanen | 1 | -11/+12 |
| 2023-04-10 | Bluetooth: SCO: Fix possible circular locking dependency sco_sock_getsockopt | Luiz Augusto von Dentz | 1 | -7/+9 |
| 2023-04-10 | Bluetooth: SCO: Fix possible circular locking dependency on sco_connect_cfm | Luiz Augusto von Dentz | 1 | -29/+40 |
| 2022-05-13 | Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirk | Luiz Augusto von Dentz | 1 | -1/+1 |
| 2022-05-13 | Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeout | Ying Hsu | 1 | -8/+13 |
| 2021-09-21 | Bluetooth: SCO: Fix sco_send_frame returning skb->len | Luiz Augusto von Dentz | 1 | -4/+6 |
| 2021-09-21 | Bluetooth: Fix passing NULL to PTR_ERR | Luiz Augusto von Dentz | 1 | -1/+1 |
| 2021-09-13 | Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsg | Luiz Augusto von Dentz | 1 | -23/+11 |
| 2021-09-07 | Bluetooth: Add support for HCI_Enhanced_Setup_Synchronous_Connection command | Kiran K | 1 | -1/+11 |
| 2021-09-07 | Bluetooth: Allow setting of codec for HFP offload use case | Kiran K | 1 | -0/+60 |
| 2021-09-07 | Bluetooth: Allow querying of supported offload codecs over SCO socket | Kiran K | 1 | -0/+101 |
| 2021-09-03 | Bluetooth: fix init and cleanup of sco_conn.timeout_work | Desmond Cheong Zhi Xi | 1 | -5/+4 |
| 2021-09-03 | Bluetooth: call sock_hold earlier in sco_conn_del | Desmond Cheong Zhi Xi | 1 | -1/+2 |
| 2021-08-30 | Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg() | Takashi Iwai | 1 | -8/+16 |
| 2021-08-10 | Bluetooth: fix repeated calls to sco_sock_kill | Desmond Cheong Zhi Xi | 1 | -6/+1 |
| 2021-08-10 | Bluetooth: serialize calls to sco_sock_{set,clear}_timer | Desmond Cheong Zhi Xi | 1 | -2/+2 |
| 2021-08-10 | Bluetooth: switch to lock_sock in SCO | Desmond Cheong Zhi Xi | 1 | -9/+9 |
| 2021-08-10 | Bluetooth: avoid circular locks in sco_sock_connect | Desmond Cheong Zhi Xi | 1 | -23/+16 |
| 2021-08-10 | Bluetooth: schedule SCO timeouts with delayed_work | Desmond Cheong Zhi Xi | 1 | -6/+29 |
| 2021-07-22 | Bluetooth: sco: prevent information leak in sco_conn_defer_accept() | Dan Carpenter | 1 | -0/+5 |
| 2021-06-26 | Bluetooth: sco: Use the correct print format | Kai Ye | 1 | -4/+4 |
| 2021-03-24 | Bluetooth: Remove trailing semicolon in macros | Meng Yu | 1 | -2/+2 |
| 2020-12-07 | Bluetooth: sco: Fix crash when using BT_SNDMTU/BT_RCVMTU option | Wei Yongjun | 1 | -0/+5 |
| 2020-09-11 | Bluetooth: sco: new getsockopt options BT_SNDMTU/BT_RCVMTU | Joseph Hwang | 1 | -0/+6 |
| 2020-07-31 | bluetooth: sco: Fix sockptr reference. | David S. Miller | 1 | -1/+1 |
| 2020-07-31 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 1 | -0/+32 |
| 2020-07-24 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig | 1 | -3/+3 |
| 2020-06-12 | Bluetooth: Add support for BT_PKT_STATUS CMSG data for SCO connections | Alain Michaud | 1 | -0/+32 |
| 2020-02-18 | Bluetooth: Fix crash when using new BT_PHY option | Luiz Augusto von Dentz | 1 | -1/+1 |
| 2020-02-14 | Bluetooth: Add BT_PHY socket option | Luiz Augusto von Dentz | 1 | -0/+13 |
| 2019-04-19 | net: rework SIOCGSTAMP ioctl handling | Arnd Bergmann | 1 | -0/+1 |
| 2019-04-12 | Bluetooth: Check address length before reading address field | Tetsuo Handa | 1 | -2/+2 |
| 2019-01-22 | Bluetooth: Fix locking in bt_accept_enqueue() for BH context | Matthias Kaehlcke | 1 | -1/+1 |
| 2018-12-19 | Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macro | Yangtao Li | 1 | -11/+1 |
| 2018-07-16 | Bluetooth: avoid killing an already killed socket | Sudip Mukherjee | 1 | -1/+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/bluetooth: convert to ->poll_mask | Christoph Hellwig | 1 | -1/+1 |
| 2018-02-12 | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko | 1 | -3/+2 |
| 2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook | 1 | -3/+3 |
| 2017-06-29 | Bluetooth: Add sockaddr length checks before accessing sa_family in bind and ... | Mateusz Jurczyk | 1 | -4/+2 |
| 2017-03-09 | net: Work around lockdep limitation in sockets that use sockets | David Howells | 1 | -1/+1 |
| 2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -0/+1 |
| 2016-11-22 | Bluetooth: Fix using the correct source address type | Johan Hedberg | 1 | -1/+1 |
| 2015-12-15 | bluetooth: Validate socket address length in sco_sock_bind(). | David S. Miller | 1 | -0/+3 |
| 2015-10-27 | Bluetooth: Fix crash on fast disconnect of SCO | Kuba Pawlak | 1 | -0/+5 |
| 2015-10-26 | Bluetooth: Fix some obvious coding style issues in the SCO module | Marcel Holtmann | 1 | -11/+19 |
| 2015-10-25 | Bluetooth: Fix locking issue during fast SCO reconnection. | Kuba Pawlak | 1 | -0/+5 |
| 2015-10-25 | Bluetooth: Fix locking issue on SCO disconnection | Kuba Pawlak | 1 | -0/+2 |
| 2015-10-25 | Bluetooth: Fix crash on SCO disconnect | Kuba Pawlak | 1 | -0/+2 |
| 2015-08-28 | Bluetooth: Make the function sco_conn_del have a return type of void | Nicholas Krause | 1 | -3/+2 |
| 2015-06-09 | Bluetooth: Make l2cap_recv_acldata() and sco_recv_scodata() return void | Arron Wang | 1 | -3/+2 |
| 2015-05-11 | net: Pass kern from net_proto_family.create to sk_alloc | Eric W. Biederman | 1 | -4/+4 |
| 2015-03-07 | Bluetooth: fix sco_exit compile warning | Alexander Aring | 1 | -1/+1 |
| 2015-03-02 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 1 | -2/+19 |
| 2015-03-02 | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue | 1 | -5/+5 |
| 2015-02-19 | Bluetooth: Convert disconn_cfm to be triggered through hci_cb | Johan Hedberg | 1 | -1/+5 |
| 2015-02-19 | Bluetooth: Convert connect_cfm to be triggered through hci_cb | Johan Hedberg | 1 | -1/+14 |
| 2015-01-23 | Bluetooth: Fix nested sleeps | Peter Hurley | 1 | -5/+3 |
| 2015-01-12 | Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_sco | Marcel Holtmann | 1 | -0/+2 |
| 2014-11-24 | new helper: memcpy_from_msg() | Al Viro | 1 | -1/+1 |
| 2014-07-17 | Bluetooth: never linger on process exit | Vladimir Davydov | 1 | -2/+4 |
| 2014-07-14 | Bluetooth: Remove sco_chan_get helper function | Marcel Holtmann | 1 | -11/+9 |
| 2014-07-13 | Bluetooth: Remove unneeded forward declaration of sco_chan_del | Marcel Holtmann | 1 | -29/+27 |
| 2014-07-13 | Bluetooth: Remove unneeded forward declaration of __sco_chan_add | Marcel Holtmann | 1 | -12/+11 |
| 2014-07-11 | Bluetooth: Move SCO timeout constants into net/bluetooth/sco.c | Marcel Holtmann | 1 | -0/+3 |
| 2014-07-11 | Bluetooth: Move struct sco_conn into net/bluetooth/sco.c | Marcel Holtmann | 1 | -0/+13 |
| 2014-07-11 | Bluetooth: Move struct sco_pinfo into net/bluetooth/sco.c | Marcel Holtmann | 1 | -0/+12 |
| 2014-04-11 | net: Fix use after free by removing length arg from sk_data_ready callbacks. | David S. Miller | 1 | -1/+1 |
| 2014-03-12 | Bluetooth: Convert uses of __constant_<foo> to <foo> | Joe Perches | 1 | -5/+5 |
| 2013-11-20 | net: rework recvmsg handler msg_name and msg_namelen logic | Hannes Frederic Sowa | 1 | -1/+0 |
| 2013-10-18 | Bluetooth: Use IS_ERR_OR_NULL for checking bt_debugfs | Marcel Holtmann | 1 | -7/+6 |
| 2013-10-13 | Bluetooth: Store SCO address information in its own socket structure | Marcel Holtmann | 1 | -18/+18 |
| 2013-10-13 | Bluetooth: Use SCO addresses from HCI connection directly | Marcel Holtmann | 1 | -12/+8 |
| 2013-08-21 | Bluetooth: Prevent transparent SCO on older devices | Frédéric Dalleau | 1 | -0/+6 |
| 2013-08-21 | Bluetooth: Parameters for outgoing SCO connections | Frédéric Dalleau | 1 | -1/+1 |
| 2013-08-21 | Bluetooth: Use voice setting in deferred SCO connection request | Frédéric Dalleau | 1 | -5/+17 |
| 2013-08-21 | Bluetooth: Add Bluetooth socket voice option | Frédéric Dalleau | 1 | -1/+39 |
| 2013-08-21 | Bluetooth: Remove unused mask parameter in sco_conn_defer_accept | Frédéric Dalleau | 1 | -7/+3 |
| 2013-08-21 | Bluetooth: Use hci_connect_sco directly | Frédéric Dalleau | 1 | -2/+1 |
| 2013-08-21 | Bluetooth: Fix getting SCO socket options in deferred state | Johan Hedberg | 1 | -2/+6 |
| 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-24 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -7/+42 |
| 2013-04-18 | Bluetooth: Move and rename hci_conn_accept | Frédéric Dalleau | 1 | -1/+37 |
| 2013-04-11 | Bluetooth: Minor coding style fix | Claudio Takahasi | 1 | -2/+1 |
| 2013-04-11 | Bluetooth: Use GFP_KERNEL in sco_conn_add | Claudio Takahasi | 1 | -1/+1 |
| 2013-04-11 | Bluetooth: rename hci_conn_put to hci_conn_drop | David Herrmann | 1 | -3/+3 |
| 2013-04-10 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -2/+1 |
| 2013-04-09 | bluetooth: kill unused 'module' argument of bt_procfs_init() | Al Viro | 1 | -1/+1 |
| 2013-04-07 | Bluetooth: SCO - Fix missing msg_namelen update in sco_sock_recvmsg() | Mathias Krause | 1 | -0/+1 |
| 2013-03-29 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -0/+1 |
| 2013-03-18 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto... | John W. Linville | 1 | -0/+1 |
| 2013-03-14 | Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 state | Vinicius Costa Gomes | 1 | -0/+1 |
| 2013-03-08 | Bluetooth: discard bt_sock_unregister() errors | David Herrmann | 1 | -2/+1 |
| 2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin | 1 | -9/+5 |
| 2013-02-01 | Bluetooth: Reduce critical section in sco_conn_ready | Andre Guedes | 1 | -8/+10 |
| 2013-01-10 | Bluetooth: Check if the hci connection exists in SCO shutdown | Gustavo Padovan | 1 | -1/+1 |
| 2012-12-03 | Revert "Bluetooth: Fix possible deadlock in SCO code" | Gustavo Padovan | 1 | -9/+10 |
| 2012-12-03 | Bluetooth: Implement deferred sco socket setup | Frédéric Dalleau | 1 | -3/+32 |
| 2012-12-03 | Bluetooth: Add BT_DEFER_SETUP option to sco socket | Frédéric Dalleau | 1 | -0/+32 |
| 2012-09-27 | Bluetooth: Use %pMR in sprintf/seq_printf instead of batostr | Andrei Emeltchenko | 1 | -2/+2 |
| 2012-09-27 | Bluetooth: Use %pMR in debug instead of batostr | Andrei Emeltchenko | 1 | -4/+4 |
| 2012-09-07 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -10/+9 |
| 2012-08-06 | Bluetooth: Fix possible deadlock in SCO code | Gustavo Padovan | 1 | -10/+9 |
| 2012-08-06 | Bluetooth: Added /proc/net/sco via bt_procfs_init() | Masatake YAMATO | 1 | -0/+9 |
| 2012-08-06 | Bluetooth: Make connect / disconnect cfm functions return void | Andrei Emeltchenko | 1 | -5/+2 |
| 2012-06-05 | Bluetooth: Remove unnecessary headers include | Gustavo Padovan | 1 | -18/+0 |
| 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 | -4/+5 |
| 2012-06-05 | Bluetooth: Fix coding style in sco.c | Gustavo Padovan | 1 | -7/+7 |
| 2012-05-09 | Bluetooth: Add dst_type parameter to hci_connect | Andre Guedes | 1 | -1/+2 |
| 2012-05-09 | Bluetooth: Restrict to one SCO listening socket | Marcel Holtmann | 1 | -7/+22 |
| 2012-05-09 | Bluetooth: Don't check source address in SCO bind function | Marcel Holtmann | 1 | -10/+6 |
| 2012-05-09 | Bluetooth: Remove not needed status parameter | Lukasz Rymanowski | 1 | -4/+4 |
| 2012-05-09 | Bluetooth: Split error handling for SCO listen sockets | Marcel Holtmann | 1 | -1/+6 |
| 2012-05-09 | Bluetooth: remove unneeded declaration of sco_conn_del() | Gustavo Padovan | 1 | -2/+0 |
| 2012-05-09 | Bluetooth: Remove unnecessary check | Mikel Astiz | 1 | -6/+4 |
| 2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
| 2012-01-10 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova... | John W. Linville | 1 | -4/+4 |
| 2012-01-03 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -36/+6 |
| 2012-01-02 | Bluetooth: Remove *_bh locks from SCO | Gustavo F. Padovan | 1 | -4/+4 |
| 2011-12-22 | Bluetooth: Make HCI call directly into SCO and L2CAP event functions | Ulisses Furquim | 1 | -34/+4 |
| 2011-12-19 | module_param: make bool parameters really bool (net & drivers/net) | Rusty Russell | 1 | -1/+1 |
| 2011-12-18 | Bluetooth: Replace spin_lock by mutex in hci_dev | Gustavo F. Padovan | 1 | -2/+2 |
| 2011-10-18 | bluetooth: Properly clone LSM attributes to newly created child connections | Paul Moore | 1 | -1/+4 |
| 2011-08-11 | Bluetooth: sco: Fix lost wakeups waiting to accept socket | Peter Hurley | 1 | -14/+14 |
| 2011-06-30 | Bluetooth: Rename function bt_err to bt_to_errno | Joe Perches | 1 | -2/+2 |
| 2011-06-09 | Bluetooth: fix shutdown on SCO sockets | Luiz Augusto von Dentz | 1 | -1/+12 |
| 2011-05-11 | Revert "Bluetooth: fix shutdown on SCO sockets" | Linus Torvalds | 1 | -9/+0 |
| 2011-04-18 | Bluetooth: fix shutdown on SCO sockets | Luiz Augusto von Dentz | 1 | -0/+9 |
| 2011-02-27 | Bluetooth: Use ERR_PTR as return error from hci_connect | Ville Tervo | 1 | -3/+4 |
| 2011-02-14 | Bluetooth: Merge L2CAP and SCO modules into bluetooth.ko | Gustavo F. Padovan | 1 | -14/+2 |
| 2011-02-14 | Bluetooth: sco: fix information leak to userspace | Vasiliy Kulikov | 1 | -0/+1 |
| 2010-12-01 | Bluetooth: clean up sco code | Andrei Emeltchenko | 1 | -9/+13 |
| 2010-11-22 | Bluetooth: Fix not returning proper error in SCO | Gustavo F. Padovan | 1 | -3/+3 |
| 2010-05-17 | net: Remove unnecessary returns from void function()s | Joe Perches | 1 | -1/+0 |
| 2010-05-10 | Bluetooth: Trivial clean ups to SCO | Gustavo F. Padovan | 1 | -12/+11 |
| 2010-05-10 | Bluetooth: Make hci_send_sco() void | Gustavo F. Padovan | 1 | -2/+1 |
| 2010-04-20 | net: sk_sleep() helper | Eric Dumazet | 1 | -2/+2 |
| 2010-04-01 | net: check the length of the socket address passed to connect(2) | Changli Gao | 1 | -1/+2 |
| 2010-03-21 | Bluetooth: Convert debug files to actually use debugfs instead of sysfs | Marcel Holtmann | 1 | -21/+26 |
| 2010-03-21 | Bluetooth: Fix potential bad memory access with sysfs files | Marcel Holtmann | 1 | -1/+10 |
| 2010-03-07 | driver-core: Add attribute argument to class_attribute show/store | Andi Kleen | 1 | -1/+3 |
| 2009-11-05 | net: pass kern to net_proto_family create function | Eric Paris | 1 | -1/+2 |
| 2009-10-07 | net: mark net_proto_ops as const | Stephen Hemminger | 1 | -1/+1 |
| 2009-09-30 | net: Make setsockopt() optlen be unsigned. | David S. Miller | 1 | -1/+1 |
| 2009-08-22 | Bluetooth: Add proper shutdown support to SCO sockets | Marcel Holtmann | 1 | -15/+34 |
| 2009-02-27 | Bluetooth: Ask upper layers for HCI disconnect reason | Marcel Holtmann | 1 | -2/+2 |
| 2009-02-27 | Bluetooth: Add enhanced security model for Simple Pairing | Marcel Holtmann | 1 | -1/+1 |
| 2009-02-27 | Bluetooth: Reject incoming SCO connections without listeners | Marcel Holtmann | 1 | -2/+22 |
| 2009-02-27 | Bluetooth: Preparation for usage of SOL_BLUETOOTH | Marcel Holtmann | 1 | -1/+26 |
| 2008-11-30 | Bluetooth: Enable per-module dynamic debug messages | Marcel Holtmann | 1 | -5/+0 |
| 2008-09-09 | [Bluetooth] Enforce correct authentication requirements | Marcel Holtmann | 1 | -1/+1 |
| 2008-08-18 | [Bluetooth] Consolidate maintainers information | Marcel Holtmann | 1 | -1/+1 |
| 2008-07-14 | [Bluetooth] Add option to disable eSCO connection creation | Marcel Holtmann | 1 | -2/+10 |
| 2008-07-14 | [Bluetooth] Add timestamp support to L2CAP, RFCOMM and SCO | Marcel Holtmann | 1 | -1/+1 |
| 2008-04-02 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 1 | -1/+1 |
| 2008-03-28 | bluetooth: replace deprecated RW_LOCK_UNLOCKED macros | Robert P. J. Day | 1 | -1/+1 |
| 2008-03-26 | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 1 | -1/+1 |
| 2008-01-28 | [NET]: Convert init_timer into setup_timer | Pavel Emelyanov | 1 | -8/+1 |
| 2007-11-01 | [NET]: Forget the zero_it argument of sk_alloc() | Pavel Emelyanov | 1 | -1/+1 |
| 2007-10-22 | [Bluetooth] Add support for handling simple eSCO links | Marcel Holtmann | 1 | -4/+8 |
| 2007-10-10 | [NET]: Make socket creation namespace safe. | Eric W. Biederman | 1 | -5/+5 |
| 2007-04-25 | [NET]: cleanup extra semicolons | Stephen Hemminger | 1 | -1/+1 |
| 2007-02-10 | [NET] BLUETOOTH: Fix whitespace errors. | YOSHIFUJI Hideaki | 1 | -15/+15 |
| 2006-10-15 | [Bluetooth] Add locking for bt_proto array manipulation | Marcel Holtmann | 1 | -1/+2 |
| 2006-10-15 | [Bluetooth] Handle return values from driver core functions | Marcel Holtmann | 1 | -1/+2 |
| 2006-07-12 | [Bluetooth] Remaining transitions to use kzalloc() | Marcel Holtmann | 1 | -7/+5 |
| 2006-07-03 | [Bluetooth] Use real devices for host controllers | Marcel Holtmann | 1 | -2/+2 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-04-09 | [BLUETOOTH] sco: Possible double free. | Eric Sesterhenn | 1 | -1/+1 |
| 2006-01-03 | [NET]: move struct proto_ops to const | Eric Dumazet | 1 | -2/+2 |
| 2006-01-03 | [NET]: Avoid atomic xchg() for non-error case | Benjamin LaHaise | 1 | -2/+3 |
| 2005-11-08 | [Bluetooth]: Remove the usage of /proc completely | Marcel Holtmann | 1 | -79/+13 |
| 2005-10-08 | [PATCH] gfp flags annotations - part 1 | Al Viro | 1 | -1/+1 |
| 2005-08-29 | [Bluetooth]: Fix sparse warnings (__nocast type) | Victor Fusco | 1 | -1/+1 |