| Age | Commit message (Expand) | Author | Files | Lines |
| 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-08-29 | Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen() | Kuniyuki Iwashima | 1 | -0/+3 |
| 2025-07-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+3 |
| 2025-07-16 | Bluetooth: Fix null-ptr-deref in l2cap_sock_resume_cb() | Kuniyuki Iwashima | 1 | -0/+3 |
| 2025-06-23 | net: make sk->sk_sndtimeo lockless | Eric Dumazet | 1 | -2/+2 |
| 2025-03-25 | Bluetooth: L2CAP: add TX timestamping | Pauli Virtanen | 1 | -1/+14 |
| 2025-02-13 | Bluetooth: L2CAP: Fix corrupted list in hci_chan_del | Luiz Augusto von Dentz | 1 | -8/+7 |
| 2025-01-29 | Bluetooth: L2CAP: accept zero as a special value for MTU auto-selection | Fedor Pchelkin | 1 | -2/+2 |
| 2025-01-15 | Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_alloc | Fedor Pchelkin | 1 | -1/+2 |
| 2024-12-11 | Bluetooth: Improve setsockopt() handling of malformed user input | Michal Luczaj | 1 | -9/+11 |
| 2024-10-15 | Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_cre... | Ignat Korchagin | 1 | -0/+1 |
| 2024-06-28 | Bluetooth: L2CAP: Fix deadlock | Luiz Augusto von Dentz | 1 | -12/+1 |
| 2024-06-28 | bluetooth/l2cap: sync sock recv cb and release | Edward Adam Davis | 1 | -3/+22 |
| 2024-05-18 | Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -2/+2 |
| 2024-05-14 | Bluetooth: compute LE flow credits based on recvbuf space | Sebastian Urban | 1 | -18/+73 |
| 2024-05-13 | net: change proto and proto_ops accept type | Jens Axboe | 1 | -2/+2 |
| 2024-04-24 | Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old() | Nathan Chancellor | 1 | -3/+4 |
| 2024-04-10 | Bluetooth: L2CAP: Fix not validating setsockopt user input | Luiz Augusto von Dentz | 1 | -32/+20 |
| 2024-03-06 | Bluetooth: hci_conn: Always use sk_timeo as conn_timeout | Luiz Augusto von Dentz | 1 | -1/+2 |
| 2024-03-06 | Bluetooth: Remove BT_HS | Luiz Augusto von Dentz | 1 | -17/+1 |
| 2023-10-01 | net: implement lockless SO_PRIORITY | Eric Dumazet | 1 | -1/+1 |
| 2023-08-11 | Bluetooth: Init sk_peer_* on bt_sock_alloc | Luiz Augusto von Dentz | 1 | -19/+0 |
| 2023-08-11 | Bluetooth: Consolidate code around sk_alloc into a helper function | Luiz Augusto von Dentz | 1 | -9/+1 |
| 2023-06-29 | Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cb | Sungwoo Kim | 1 | -0/+2 |
| 2023-02-09 | Bluetooth: L2CAP: Fix potential user-after-free | Luiz Augusto von Dentz | 1 | -0/+8 |
| 2022-01-07 | Bluetooth: L2CAP: uninitialized variables in l2cap_sock_setsockopt() | Dan Carpenter | 1 | -6/+8 |
| 2021-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -0/+1 |
| 2021-12-29 | net: Don't include filter.h from net/sock.h | Jakub Kicinski | 1 | -0/+1 |
| 2021-12-21 | Bluetooth: L2CAP: Fix using wrong mode | Luiz Augusto von Dentz | 1 | -2/+10 |
| 2021-10-12 | Bluetooth: L2CAP: Fix not initializing sk_peer_pid | Luiz Augusto von Dentz | 1 | -0/+19 |
| 2021-09-01 | Bluetooth: fix use-after-free error in lock_sock_nested() | Wang ShaoBo | 1 | -1/+9 |
| 2021-03-23 | Bluetooth: check for zapped sk before connecting | Archie Pusaka | 1 | -0/+8 |
| 2020-09-25 | Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channel | Luiz Augusto von Dentz | 1 | -0/+14 |
| 2020-09-13 | Bluetooth: Only mark socket zapped after unlocking | Abhishek Pandit-Subedi | 1 | -3/+4 |
| 2020-07-31 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 1 | -2/+2 |
| 2020-07-24 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig | 1 | -11/+11 |
| 2020-07-10 | Bluetooth: core: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -2/+2 |
| 2020-05-13 | Bluetooth: L2CAP: add support for waiting disconnection resp | Archie Pusaka | 1 | -7/+23 |
| 2020-04-02 | Bluetooth: Add BT_MODE socket option | Luiz Augusto von Dentz | 1 | -1/+112 |
| 2020-04-02 | Bluetooth: L2CAP: Fix handling LE modes by L2CAP_OPTIONS | Luiz Augusto von Dentz | 1 | -4/+21 |
| 2020-03-24 | Bluetooth: L2CAP: Add get_peer_pid callback | Luiz Augusto von Dentz | 1 | -0/+8 |
| 2020-03-12 | Bluetooth: L2CAP: Fix a condition in l2cap_sock_recvmsg() | Dan Carpenter | 1 | -1/+1 |
| 2020-03-08 | Bluetooth: L2CAP: Add module option to enable ECRED mode | Luiz Augusto von Dentz | 1 | -0/+5 |
| 2020-03-08 | Bluetooth: L2CAP: Add initial code for Enhanced Credit Based Mode | Luiz Augusto von Dentz | 1 | -4/+19 |
| 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 |
| 2020-02-05 | Bluetooth: prefetch channel before killing sock | Hillf Danton | 1 | -4/+6 |
| 2020-01-29 | Bluetooth: Fix refcount use-after-free issue | Manish Mandlik | 1 | -3/+13 |
| 2019-04-23 | Bluetooth: Add return check for L2CAP security level set | Fugang Duan | 1 | -2/+5 |
| 2019-04-19 | net: rework SIOCGSTAMP ioctl handling | Arnd Bergmann | 1 | -0/+1 |
| 2019-01-22 | Bluetooth: Fix locking in bt_accept_enqueue() for BH context | Matthias Kaehlcke | 1 | -1/+1 |
| 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-06-29 | Bluetooth: Add sockaddr length checks before accessing sa_family in bind and ... | Mateusz Jurczyk | 1 | -2/+3 |
| 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-08-24 | Bluetooth: split sk_filter in l2cap_sock_recv_cb | Daniel Borkmann | 1 | -2/+12 |
| 2016-07-17 | Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTU | Amadeusz Sławiński | 1 | -1/+1 |
| 2016-04-08 | Bluetooth: Allow setting BT_SECURITY_FIPS with setsockopt | Patrik Flykt | 1 | -1/+1 |
| 2016-01-29 | Bluetooth: L2CAP: Fix setting chan src info before adding PSM/CID | Johan Hedberg | 1 | -3/+3 |
| 2016-01-29 | Bluetooth: L2CAP: Introduce proper defines for PSM ranges | Johan Hedberg | 1 | -3/+3 |
| 2015-10-21 | Bluetooth: l2cap_disconnection_req priority over shutdown | Dean Jenkins | 1 | -1/+10 |
| 2015-10-21 | Bluetooth: Reorganize mutex lock in l2cap_sock_shutdown() | Dean Jenkins | 1 | -17/+27 |
| 2015-10-21 | Bluetooth: Unwind l2cap_sock_shutdown() | Dean Jenkins | 1 | -14/+18 |
| 2015-07-23 | Bluetooth: __l2cap_wait_ack() add defensive timeout | Dean Jenkins | 1 | -1/+10 |
| 2015-07-23 | Bluetooth: __l2cap_wait_ack() use msecs_to_jiffies() | Dean Jenkins | 1 | -2/+2 |
| 2015-07-23 | Bluetooth: Add BT_DBG to l2cap_sock_shutdown() | Dean Jenkins | 1 | -0/+4 |
| 2015-07-23 | Bluetooth: Make __l2cap_wait_ack more efficient | Dean Jenkins | 1 | -6/+10 |
| 2015-07-23 | Bluetooth: L2CAP ERTM shutdown protect sk and chan | Dean Jenkins | 1 | -0/+8 |
| 2015-05-11 | net: Pass kern from net_proto_family.create to sk_alloc | Eric W. Biederman | 1 | -5/+5 |
| 2015-03-30 | Bluetooth: Refactor L2CAP variables into l2cap_ctrl | Johan Hedberg | 1 | -3/+3 |
| 2015-03-02 | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue | 1 | -6/+6 |
| 2015-01-23 | Bluetooth: Fix nested sleeps | Peter Hurley | 1 | -5/+4 |
| 2015-01-12 | Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_l2 | Marcel Holtmann | 1 | -0/+2 |
| 2014-12-09 | first fruits - kill l2cap ->memcpy_fromiovec() | Al Viro | 1 | -8/+0 |
| 2014-12-09 | switch l2cap ->memcpy_fromiovec() to msghdr | Al Viro | 1 | -2/+2 |
| 2014-11-15 | Bluetooth: Add debug logs to help track locking issues | Johan Hedberg | 1 | -1/+9 |
| 2014-11-13 | Bluetooth: Fix L2CAP nesting level initialization location | Johan Hedberg | 1 | -3/+0 |
| 2014-11-13 | Bluetooth: Fix L2CAP socket lock nesting level | Johan Hedberg | 1 | -3/+10 |
| 2014-11-13 | Bluetooth: Use proper nesting annotation for l2cap_chan lock | Johan Hedberg | 1 | -0/+9 |
| 2014-11-12 | Bluetooth: Fix l2cap_sock_teardown_cb lockdep warning | Johan Hedberg | 1 | -1/+1 |
| 2014-09-08 | Bluetooth: Fix hci_conn reference counting for fixed channels | Johan Hedberg | 1 | -0/+8 |
| 2014-08-14 | Bluetooth: Move parts of fixed channel initialization to l2cap_add_scid | Johan Hedberg | 1 | -9/+0 |
| 2014-08-14 | Bluetooth: Resume BT_CONNECTED state after LE security elevation | Johan Hedberg | 1 | -0/+6 |
| 2014-07-18 | Bluetooth: Use EOPNOTSUPP instead of ENOTSUPP | Johan Hedberg | 1 | -1/+1 |
| 2014-07-17 | Bluetooth: Pass initiator/acceptor information to hci_conn_security() | Johan Hedberg | 1 | -1/+1 |
| 2014-07-17 | Bluetooth: never linger on process exit | Vladimir Davydov | 1 | -1/+2 |
| 2014-07-03 | Bluetooth: Allow L2CAP getpeername() for BT_CONFIG state | Johan Hedberg | 1 | -1/+2 |
| 2014-07-03 | Bluetooth: Provide L2CAP ops callback for memcpy_fromiovec | Jukka Rissanen | 1 | -13/+21 |
| 2014-07-03 | Bluetooth: Use explicit header and body length for L2CAP SKB allocation | Marcel Holtmann | 1 | -1/+2 |
| 2014-07-03 | Bluetooth: Assign L2CAP socket priority when allocating SKB | Marcel Holtmann | 1 | -1/+3 |
| 2014-07-03 | Bluetooth: Use const for struct l2cap_ops field | Marcel Holtmann | 1 | -1/+1 |
| 2014-06-13 | Bluetooth: Allow change security level on ATT_CID in slave role | Marcin Kraglak | 1 | -5/+0 |
| 2014-06-05 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 1 | -1/+4 |
| 2014-06-02 | Bluetooth: Fix L2CAP deadlock | Jukka Taimisto | 1 | -1/+4 |
| 2014-04-11 | net: Fix use after free by removing length arg from sk_data_ready callbacks. | David S. Miller | 1 | -3/+3 |
| 2014-03-26 | Bluetooth: Fix returning peer address in pending connect state | Johan Hedberg | 1 | -1/+2 |
| 2014-03-12 | Bluetooth: Convert uses of __constant_<foo> to <foo> | Joe Perches | 1 | -3/+3 |
| 2014-02-14 | Bluetooth: Enable LE L2CAP CoC support by default | Johan Hedberg | 1 | -29/+0 |
| 2014-02-13 | Bluetooth: Always use l2cap_chan->psm for returning PSM to user space | Johan Hedberg | 1 | -2/+2 |
| 2014-02-13 | Bluetooth: Refuse peer L2CAP address reading when not connected | Johan Hedberg | 1 | -0/+3 |
| 2014-02-13 | Bluetooth: Fix CID initialization for fixed channels | Johan Hedberg | 1 | -0/+5 |
| 2014-02-13 | Bluetooth: Fix BT_SECURITY socket option for fixed channels (ATT) | Johan Hedberg | 1 | -0/+2 |
| 2014-02-13 | Bluetooth: Switch ATT channels to use L2CAP_CHAN_FIXED | Johan Hedberg | 1 | -0/+9 |
| 2014-02-13 | Bluetooth: Handle security level 4 for L2CAP connections | Marcel Holtmann | 1 | -0/+10 |
| 2014-01-18 | net: add build-time checks for msg->msg_name size | Steffen Hurrle | 1 | -1/+1 |
| 2014-01-06 | Bluetooth: Default to no security with L2CAP RAW sockets | Johan Hedberg | 1 | -0/+3 |
| 2013-12-05 | Bluetooth: Simplify l2cap_chan initialization for LE CoC | Johan Hedberg | 1 | -2/+2 |
| 2013-12-05 | Bluetooth: Fix validating LE PSM values | Johan Hedberg | 1 | -9/+31 |
| 2013-12-05 | Bluetooth: Introduce L2CAP channel callback for suspending | Johan Hedberg | 1 | -0/+9 |
| 2013-12-05 | Bluetooth: Add new BT_SNDMTU and BT_RCVMTU socket options | Johan Hedberg | 1 | -0/+76 |
| 2013-12-05 | Bluetooth: Limit L2CAP_OPTIONS socket option usage with LE | Johan Hedberg | 1 | -0/+15 |
| 2013-12-05 | Bluetooth: Track LE L2CAP credits in l2cap_chan | Johan Hedberg | 1 | -0/+2 |
| 2013-12-05 | Bluetooth: Add LE L2CAP flow control mode | Johan Hedberg | 1 | -3/+18 |
| 2013-12-05 | Bluetooth: Add module parameter to enable LE CoC support | Johan Hedberg | 1 | -6/+12 |
| 2013-10-21 | Bluetooth: Remove sk member from struct l2cap_chan | Gustavo Padovan | 1 | -2/+0 |
| 2013-10-21 | Bluetooth: Add L2CAP channel to skb private data | Gustavo Padovan | 1 | -0/+2 |
| 2013-10-21 | Bluetooth: Remove parent socket usage from l2cap_core.c | Gustavo Padovan | 1 | -0/+4 |
| 2013-10-21 | Bluetooth: Hold socket in defer callback in L2CAP socket | Gustavo Padovan | 1 | -2/+6 |
| 2013-10-21 | Bluetooth: Do not access chan->sk directly | Gustavo Padovan | 1 | -1/+2 |
| 2013-10-18 | Bluetooth: Fix ATT socket backwards compatibility with user space | Johan Hedberg | 1 | -2/+25 |
| 2013-10-16 | Bluetooth: Socket address parameter for CID is in little endian | Marcel Holtmann | 1 | -2/+2 |
| 2013-10-16 | Bluetooth: Reintroduce socket restrictions for LE sockets | Johan Hedberg | 1 | -0/+18 |
| 2013-10-15 | Bluetooth: Move l2cap_wait_ack() to l2cap_sock.c | Gustavo Padovan | 1 | -0/+32 |
| 2013-10-15 | Bluetooth: Add chan->ops->set_shutdown() | Gustavo Padovan | 1 | -0/+10 |
| 2013-10-15 | Bluetooth: Access sk_sndtimeo indirectly in l2cap_core.c | Gustavo Padovan | 1 | -0/+8 |
| 2013-10-15 | Bluetooth: Extend state_change() call to report errors too | Gustavo Padovan | 1 | -1/+5 |
| 2013-10-14 | Bluetooth: Check that bind() bdaddr type matches connect() | Johan Hedberg | 1 | -0/+6 |
| 2013-10-14 | Bluetooth: Reject invalid bdaddr types for sockets | Johan Hedberg | 1 | -0/+6 |
| 2013-10-14 | Bluetooth: Introduce L2CAP channel callback for resuming | Marcel Holtmann | 1 | -0/+9 |
| 2013-10-14 | Bluetooth: Introduce L2CAP channel flag for defer setup | Marcel Holtmann | 1 | -2/+5 |
| 2013-10-13 | Bluetooth: Provide msg_name callback for L2CAP connectionless channels | Marcel Holtmann | 1 | -1/+14 |
| 2013-10-13 | Bluetooth: Use l2cap_pi(sk) directly where possible | Marcel Holtmann | 1 | -8/+7 |
| 2013-10-13 | Bluetooth: Return the correct address type for L2CAP sockets | Marcel Holtmann | 1 | -0/+3 |
| 2013-10-13 | Bluetooth: Store address information in L2CAP channel structure | Marcel Holtmann | 1 | -3/+3 |
| 2013-10-12 | Bluetooth: Allow 3D profile to use security mode 4 level 0 | Marcel Holtmann | 1 | -0/+4 |
| 2013-10-12 | Bluetooth: Limit security mode 4 level 0 to connection oriented channels | Marcel Holtmann | 1 | -3/+7 |
| 2013-10-11 | Bluetooth: Move smp.h header file into net/bluetooth/ | Marcel Holtmann | 1 | -1/+2 |
| 2013-10-07 | Bluetooth: Fix variable shadow warnings | Johannes Berg | 1 | -1/+1 |
| 2013-10-02 | Bluetooth: Provide high speed configuration option | Marcel Holtmann | 1 | -10/+0 |
| 2013-09-25 | Bluetooth: Clean up socket locking in l2cap_sock_recvmsg | Johan Hedberg | 1 | -2/+2 |
| 2013-09-18 | Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flag | Johan Hedberg | 1 | -0/+6 |
| 2013-06-23 | Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_ATT | Johan Hedberg | 1 | -2/+2 |
| 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-04-05 | Bluetooth: hidp: verify l2cap sockets | David Herrmann | 1 | -0/+6 |
| 2013-03-08 | Bluetooth: discard bt_sock_unregister() errors | David Herrmann | 1 | -3/+1 |
| 2012-10-24 | Bluetooth: Start channel move when socket option is changed | Mat Martineau | 1 | -0/+5 |
| 2012-10-19 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto... | John W. Linville | 1 | -31/+58 |
| 2012-10-15 | Bluetooth: Add chan->ops->defer() | Gustavo Padovan | 1 | -0/+10 |
| 2012-10-15 | Bluetooth: Move bt_accept_enqueue() to l2cap_sock.c | Gustavo Padovan | 1 | -0/+2 |
| 2012-10-12 | Bluetooth: Fix L2CAP coding style | Gustavo Padovan | 1 | -25/+37 |
| 2012-10-11 | Bluetooth: Allow to set flush timeout | Andrei Emeltchenko | 1 | -0/+1 |
| 2012-10-09 | Bluetooth: don't attempt to free a channel that wasn't created | Sasha Levin | 1 | -1/+2 |
| 2012-10-08 | Bluetooth: Fix dereference after NULL check | Andrei Emeltchenko | 1 | -5/+6 |
| 2012-09-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2012-09-07 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -2/+2 |
| 2012-09-07 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -1/+1 |
| 2012-08-27 | Bluetooth: Change signature of smp_conn_security() | Vinicius Costa Gomes | 1 | -1/+1 |
| 2012-08-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
| 2012-08-15 | Bluetooth: L2CAP - Fix info leak via getsockname() | Mathias Krause | 1 | -0/+1 |
| 2012-08-06 | Bluetooth: Fix socket not getting freed if l2cap channel create fails | Jaganath Kanakkassery | 1 | -1/+1 |
| 2012-08-06 | Bluetooth: Added /proc/net/l2cap via bt_procfs_init() | Masatake YAMATO | 1 | -2/+18 |
| 2012-08-06 | Bluetooth: Free the l2cap channel list only when refcount is zero | Jaganath Kanakkassery | 1 | -1/+1 |
| 2012-06-05 | Bluetooth: Rename L2CAP_LE_DEFAULT_MTU | Andre Guedes | 1 | -1/+1 |
| 2012-06-05 | Bluetooth: Check MTU value in l2cap_sock_setsockopt_old | Andre Guedes | 1 | -0/+21 |
| 2012-06-05 | Bluetooth: Move check for backlog size to l2cap_sock.c | Gustavo Padovan | 1 | -0/+6 |
| 2012-06-05 | Bluetooth: Add l2cap_chan->ops->ready() | Andrei Emeltchenko | 1 | -0/+21 |
| 2012-06-05 | Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.c | Andrei Emeltchenko | 1 | -0/+61 |
| 2012-06-05 | Bluetooth: Use chan as parameters for l2cap chan ops | Gustavo Padovan | 1 | -8/+8 |
| 2012-06-05 | Bluetooth: Define and use PSM identifiers | Andrei Emeltchenko | 1 | -2/+2 |
| 2012-06-05 | Bluetooth: Remove unnecessary headers include | Gustavo Padovan | 1 | -1/+0 |
| 2012-05-16 | Bluetooth: Create flags for bt_sk() | Gustavo Padovan | 1 | -8/+13 |
| 2012-05-16 | Bluetooth: report the right security level in getsockopt | Gustavo Padovan | 1 | -1/+4 |
| 2012-05-16 | Bluetooth: Lock the L2CAP channel when sending | Mat Martineau | 1 | -6/+6 |
| 2012-05-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth | Gustavo Padovan | 1 | -4/+8 |
| 2012-05-14 | Bluetooth: notify userspace of security level change | Gustavo Padovan | 1 | -4/+8 |
| 2012-05-09 | Bluetooth: Make better use of l2cap_chan reference counting | Mat Martineau | 1 | -0/+3 |
| 2012-05-09 | Bluetooth: Use address type info from user-space | Andre Guedes | 1 | -1/+1 |
| 2012-05-09 | Bluetooth: Split error handling for L2CAP listen sockets | Marcel Holtmann | 1 | -2/+6 |
| 2012-05-09 | Bluetooth: Remove err parameter from alloc_skb() | Gustavo Padovan | 1 | -4/+8 |
| 2012-05-09 | Bluetooth: Adds set_default function in L2CAP setup | Andrei Emeltchenko | 1 | -6/+2 |
| 2012-05-09 | Bluetooth: Remove unneeded zero initialization | Andrei Emeltchenko | 1 | -1/+0 |
| 2012-05-09 | Bluetooth: Remove sk parameter from l2cap_chan_create() | Gustavo Padovan | 1 | -1/+3 |
| 2012-03-28 | Bluetooth: Fix Endian Bug. | Santosh Nayak | 1 | -2/+3 |
| 2012-03-08 | Bluetooth: fix conding style issues all over the tree | Gustavo F. Padovan | 1 | -1/+2 |
| 2012-03-02 | Bluetooth: Update L2CAP timeout constants to use msecs_to_jiffies | Marcel Holtmann | 1 | -1/+1 |
| 2012-02-23 | Bluetooth: Remove socket lock check | Andrei Emeltchenko | 1 | -4/+4 |
| 2012-02-23 | Bluetooth: Change sk lock to chan lock in L2CAP core | Andrei Emeltchenko | 1 | -2/+16 |
| 2012-02-23 | Bluetooth: Revert to mutexes from RCU list | Andrei Emeltchenko | 1 | -0/+10 |
| 2012-02-17 | Bluetooth: Use symbolic names for state in debug | Andrei Emeltchenko | 1 | -1/+1 |
| 2012-02-16 | Bluetooth: Do not dereference zero sk | Andrei Emeltchenko | 1 | -1/+3 |
| 2012-02-13 | Bluetooth: Add alloc_skb chan operator | Andrei Emeltchenko | 1 | -0/+9 |
| 2012-02-13 | Bluetooth: silence lockdep warning | Octavian Purdila | 1 | -0/+2 |
| 2012-02-13 | Bluetooth: Fix sk_sndtimeo initialization for L2CAP socket | Andrzej Kaczmarek | 1 | -1/+1 |
| 2012-01-03 | Bluetooth: Keep chan->state and sk->sk_state in sync | Gustavo F. Padovan | 1 | -0/+2 |
| 2011-12-19 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova... | John W. Linville | 1 | -58/+4 |
| 2011-12-18 | Bluetooth: Add ProFUSION's copyright | Gustavo F. Padovan | 1 | -0/+1 |