Age | Commit message (Expand) | Author |
2024-03-06 | Bluetooth: af_bluetooth: Fix deadlock | Luiz Augusto von Dentz |
2023-12-15 | Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsg | Hyunwoo Kim |
2023-08-11 | Bluetooth: af_bluetooth: Make BT_PKT_STATUS generic | Luiz Augusto von Dentz |
2023-08-11 | Bluetooth: Init sk_peer_* on bt_sock_alloc | Luiz Augusto von Dentz |
2023-08-11 | Bluetooth: Consolidate code around sk_alloc into a helper function | Luiz Augusto von Dentz |
2022-12-02 | Bluetooth: Fix not cleanup led when bt_init fails | Chen Zhongjin |
2022-07-22 | Bluetooth: Add BTPROTO_ISO socket type | Luiz Augusto von Dentz |
2022-04-28 | net: SO_RCVMARK socket option for SO_MARK with recvmsg() | Erin MacNeil |
2022-04-06 | net: remove noblock parameter from skb_recv_datagram() | Oliver Hartkopp |
2022-03-18 | Bluetooth: fix incorrect nonblock bitmask in bt_sock_wait_ready() | Gavin Li |
2022-01-22 | proc: remove PDE_DATA() completely | Muchun Song |
2021-01-29 | Bluetooth: fix indentation and alignment reported by checkpatch | Tomoyuki Matsushita |
2020-06-12 | Bluetooth: Add support for BT_PKT_STATUS CMSG data for SCO connections | Alain Michaud |
2020-06-03 | Bluetooth: Removing noisy dbg message | Alain Michaud |
2019-11-06 | net: use helpers to change sk_ack_backlog | Eric Dumazet |
2019-10-28 | net: use skb_queue_empty_lockless() in poll() handlers | Eric Dumazet |
2019-04-19 | net: rework SIOCGSTAMP ioctl handling | Arnd Bergmann |
2019-01-22 | Bluetooth: Fix locking in bt_accept_enqueue() for BH context | Matthias Kaehlcke |
2018-07-18 | Bluetooth: Use lock_sock_nested in bt_accept_enqueue | Philipp Puschmann |
2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds |
2018-06-04 | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2018-05-26 | net/bluetooth: convert to ->poll_mask | Christoph Hellwig |
2018-05-16 | bluetooth: switch to proc_create_seq_data | Christoph Hellwig |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2018-01-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2017-12-13 | Bluetooth: Use common error handling code in bt_init() | Markus Elfring |
2017-11-27 | net: annotate ->poll() instances | Al Viro |
2017-07-01 | net: convert sock.sk_refcnt from atomic_t to refcount_t | Reshetova, Elena |
2017-05-16 | net: socket: mark socket protocol handler structs as const | linzhang |
2017-04-12 | Bluetooth: Avoid bt_accept_unlink() double unlinking | Dean Jenkins |
2017-04-12 | Bluetooth: Handle bt_accept_enqueue() socket atomically | Dean Jenkins |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar |
2017-02-16 | Bluetooth: Fix NULL pointer dereference in bt_sock_recvmsg | Ezequiel Garcia |
2016-09-19 | Bluetooth: Use numbers for subsystem version string | Marcel Holtmann |
2016-09-19 | Bluetooth: Add combined LED trigger for controller power | Marcel Holtmann |
2016-08-25 | Bluetooth: Fix bt_sock_recvmsg when MSG_TRUNC is not set | Luiz Augusto von Dentz |
2016-07-08 | Bluetooth: Fix bt_sock_recvmsg return value | Denis Kenzior |
2016-04-13 | sock: tigthen lockdep checks for sock_owned_by_user | Hannes Frederic Sowa |
2015-12-20 | Bluetooth: use list_for_each_entry* | Geliang Tang |
2015-12-10 | Bluetooth: Fix locking in bt_accept_dequeue after disconnection | Yichen Zhao |
2015-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-12-01 | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA | Eric Dumazet |
2015-11-19 | Bluetooth: clean up af_bluetooth code | Prasanna Karthik |
2015-11-19 | Bluetooth: Add support for sending system notes to monitor channel | Marcel Holtmann |
2015-10-26 | Bluetooth: Remove unneeded parenthesis around MSG_OOB | Marcel Holtmann |
2015-10-22 | Bluetooth: Increase minor version of core module | Marcel Holtmann |
2015-03-06 | Bluetooth: Convert mgmt to use HCI chan registration API | Johan Hedberg |
2015-03-02 | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue |
2015-03-02 | net: use common macro for assering skb->cb[] available size in protocol families | Eyal Birger |
2014-12-30 | Bluetooth: Add support for self testing framework | Marcel Holtmann |