summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_sock.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds3 days1-2/+2
|\
| * net: change proto and proto_ops accept typeJens Axboe8 days1-2/+2
* | Bluetooth: compute LE flow credits based on recvbuf spaceSebastian Urban7 days1-18/+73
|/
* Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()Nathan Chancellor2024-04-241-3/+4
* Bluetooth: L2CAP: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-101-32/+20
* Bluetooth: hci_conn: Always use sk_timeo as conn_timeoutLuiz Augusto von Dentz2024-03-061-1/+2
* Bluetooth: Remove BT_HSLuiz Augusto von Dentz2024-03-061-17/+1
* net: implement lockless SO_PRIORITYEric Dumazet2023-10-011-1/+1
* Bluetooth: Init sk_peer_* on bt_sock_allocLuiz Augusto von Dentz2023-08-111-19/+0
* Bluetooth: Consolidate code around sk_alloc into a helper functionLuiz Augusto von Dentz2023-08-111-9/+1
* Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cbSungwoo Kim2023-06-291-0/+2
* Bluetooth: L2CAP: Fix potential user-after-freeLuiz Augusto von Dentz2023-02-091-0/+8
* Bluetooth: L2CAP: uninitialized variables in l2cap_sock_setsockopt()Dan Carpenter2022-01-071-6/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-0/+1
|\
| * net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* | Bluetooth: L2CAP: Fix using wrong modeLuiz Augusto von Dentz2021-12-211-2/+10
|/
* Bluetooth: L2CAP: Fix not initializing sk_peer_pidLuiz Augusto von Dentz2021-10-121-0/+19
* Bluetooth: fix use-after-free error in lock_sock_nested()Wang ShaoBo2021-09-011-1/+9
* Bluetooth: check for zapped sk before connectingArchie Pusaka2021-03-231-0/+8
* Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channelLuiz Augusto von Dentz2020-09-251-0/+14
* Bluetooth: Only mark socket zapped after unlockingAbhishek Pandit-Subedi2020-09-131-3/+4
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-07-311-2/+2
|\
| * Bluetooth: core: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-101-2/+2
* | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-11/+11
|/
* Bluetooth: L2CAP: add support for waiting disconnection respArchie Pusaka2020-05-131-7/+23
* Bluetooth: Add BT_MODE socket optionLuiz Augusto von Dentz2020-04-021-1/+112
* Bluetooth: L2CAP: Fix handling LE modes by L2CAP_OPTIONSLuiz Augusto von Dentz2020-04-021-4/+21
* Bluetooth: L2CAP: Add get_peer_pid callbackLuiz Augusto von Dentz2020-03-241-0/+8
* Bluetooth: L2CAP: Fix a condition in l2cap_sock_recvmsg()Dan Carpenter2020-03-121-1/+1
* Bluetooth: L2CAP: Add module option to enable ECRED modeLuiz Augusto von Dentz2020-03-081-0/+5
* Bluetooth: L2CAP: Add initial code for Enhanced Credit Based ModeLuiz Augusto von Dentz2020-03-081-4/+19
* Bluetooth: Fix crash when using new BT_PHY optionLuiz Augusto von Dentz2020-02-181-1/+1
* Bluetooth: Add BT_PHY socket optionLuiz Augusto von Dentz2020-02-141-0/+13
* Bluetooth: prefetch channel before killing sockHillf Danton2020-02-051-4/+6
* Bluetooth: Fix refcount use-after-free issueManish Mandlik2020-01-291-3/+13
* Bluetooth: Add return check for L2CAP security level setFugang Duan2019-04-231-2/+5
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-0/+1
* Bluetooth: Fix locking in bt_accept_enqueue() for BH contextMatthias Kaehlcke2019-01-221-1/+1
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+1
* net/bluetooth: convert to ->poll_maskChristoph Hellwig2018-05-261-1/+1
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-3/+2
* Bluetooth: Add sockaddr length checks before accessing sa_family in bind and ...Mateusz Jurczyk2017-06-291-2/+3
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-1/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* Bluetooth: split sk_filter in l2cap_sock_recv_cbDaniel Borkmann2016-08-241-2/+12
* Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTUAmadeusz Sławiński2016-07-171-1/+1
* Bluetooth: Allow setting BT_SECURITY_FIPS with setsockoptPatrik Flykt2016-04-081-1/+1
* Bluetooth: L2CAP: Fix setting chan src info before adding PSM/CIDJohan Hedberg2016-01-291-3/+3
* Bluetooth: L2CAP: Introduce proper defines for PSM rangesJohan Hedberg2016-01-291-3/+3
* Bluetooth: l2cap_disconnection_req priority over shutdownDean Jenkins2015-10-211-1/+10