Age | Commit message (Expand) | Author | Files | Lines |
2025-05-30 | Bluetooth: L2CAP: Fix not responding with L2CAP_CR_LE_ENCRYPTION | Luiz Augusto von Dentz | 1 | -1/+2 |
2025-05-30 | Bluetooth: MGMT: reject malformed HCI_CMD_SYNC commands | Dmitry Antipov | 1 | -1/+2 |
2025-05-22 | Bluetooth: MGMT: iterate over mesh commands in mgmt_mesh_foreach() | Dmitry Antipov | 1 | -1/+1 |
2025-05-22 | Bluetooth: L2CAP: Fix not checking l2cap_chan security level | Luiz Augusto von Dentz | 1 | -7/+8 |
2025-05-21 | Bluetooth: separate CIS_LINK and BIS_LINK link types | Pauli Virtanen | 6 | -46/+66 |
2025-05-21 | Bluetooth: add support for SIOCETHTOOL ETHTOOL_GET_TS_INFO | Pauli Virtanen | 2 | -0/+120 |
2025-05-21 | Bluetooth: ISO: Fix getpeername not returning sockaddr_iso_bc fields | Luiz Augusto von Dentz | 1 | -3/+14 |
2025-05-21 | Bluetooth: ISO: Fix not using SID from adv report | Luiz Augusto von Dentz | 5 | -14/+75 |
2025-05-21 | Bluetooth: Introduce HCI Driver protocol | Hsin-chen Chuang | 4 | -3/+128 |
2025-05-08 | Bluetooth: hci_event: Fix not using key encryption size when its known | Luiz Augusto von Dentz | 2 | -31/+66 |
2025-05-07 | Bluetooth: MGMT: Fix MGMT_OP_ADD_DEVICE invalid device flags | Luiz Augusto von Dentz | 1 | -3/+6 |
2025-04-25 | Bluetooth: L2CAP: copy RX timestamp to new fragments | Pauli Virtanen | 1 | -0/+3 |
2025-04-25 | Bluetooth: hci_conn: Fix not setting timeout for BIG Create Sync | Luiz Augusto von Dentz | 4 | -104/+83 |
2025-04-25 | Bluetooth: hci_conn: Fix not setting conn_timeout for Broadcast Receiver | Luiz Augusto von Dentz | 3 | -100/+85 |
2025-04-16 | Bluetooth: l2cap: Process valid commands in too long frame | Frédéric Danis | 1 | -1/+17 |
2025-04-11 | Merge tag 'for-net-2025-04-10' of git://git.kernel.org/pub/scm/linux/kernel/g... | Jakub Kicinski | 3 | -5/+11 |
2025-04-10 | Bluetooth: l2cap: Check encryption key size on incoming connection | Frédéric Danis | 1 | -1/+2 |
2025-04-10 | Bluetooth: increment TX timestamping tskey always for stream sockets | Pauli Virtanen | 1 | -2/+6 |
2025-04-10 | Bluetooth: hci_event: Fix sending MGMT_EV_DEVICE_FOUND for invalid address | Luiz Augusto von Dentz | 1 | -2/+3 |
2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 2 | -3/+3 |
2025-03-25 | Bluetooth: MGMT: Add LL Privacy Setting | Luiz Augusto von Dentz | 1 | -0/+6 |
2025-03-25 | Bluetooth: hci_event: Fix handling of HCI_EV_LE_DIRECT_ADV_REPORT | Luiz Augusto von Dentz | 1 | -7/+10 |
2025-03-25 | Bluetooth: SCO: add TX timestamping | Pauli Virtanen | 1 | -2/+17 |
2025-03-25 | Bluetooth: L2CAP: add TX timestamping | Pauli Virtanen | 4 | -6/+54 |
2025-03-25 | Bluetooth: ISO: add TX timestamping | Pauli Virtanen | 1 | -4/+20 |
2025-03-25 | Bluetooth: add support for skb TX SND/COMPLETION timestamping | Pauli Virtanen | 3 | -4/+137 |
2025-03-25 | HCI: coredump: Log devcd dumps into the monitor | Luiz Augusto von Dentz | 1 | -5/+23 |
2025-03-25 | Bluetooth: HCI: Add definition of hci_rp_remote_name_req_cancel | Wentao Guan | 1 | -3/+3 |
2025-03-25 | Bluetooth: hci_core: Enable buffer flow control for SCO/eSCO | Luiz Augusto von Dentz | 3 | -34/+54 |
2025-03-25 | Bluetooth: Disable SCO support if READ_VOICE_SETTING is unsupported/broken | Pedro Nishiyama | 1 | -0/+3 |
2025-03-25 | Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPE | Pedro Nishiyama | 1 | -1/+2 |
2025-03-25 | Bluetooth: Add quirk for broken READ_VOICE_SETTING | Pedro Nishiyama | 1 | -0/+3 |
2025-03-25 | Bluetooth: L2CAP: convert timeouts to secs_to_jiffies() | Easwar Hariharan | 1 | -2/+2 |
2025-03-25 | Bluetooth: SMP: convert timeouts to secs_to_jiffies() | Easwar Hariharan | 1 | -1/+1 |
2025-03-25 | Bluetooth: MGMT: convert timeouts to secs_to_jiffies() | Easwar Hariharan | 2 | -4/+4 |
2025-03-25 | Bluetooth: MGMT: Remove unused mgmt_*_discovery_complete | Dr. David Alan Gilbert | 1 | -40/+0 |
2025-03-25 | Bluetooth: MGMT: Remove unused mgmt_pending_find_data | Dr. David Alan Gilbert | 2 | -21/+0 |
2025-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -1/+6 |
2025-03-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 6 | -43/+53 |
2025-03-13 | Bluetooth: Fix error code in chan_alloc_skb_cb() | Dan Carpenter | 1 | -1/+6 |
2025-03-08 | net: move misc netdev_lock flavors to a separate header | Jakub Kicinski | 1 | -0/+1 |
2025-03-07 | Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context" | Luiz Augusto von Dentz | 5 | -27/+19 |
2025-03-07 | Bluetooth: hci_event: Fix enabling passive scanning | Luiz Augusto von Dentz | 1 | -15/+22 |
2025-03-07 | Bluetooth: SCO: fix sco_conn refcounting on sco_conn_ready | Pauli Virtanen | 1 | -1/+12 |
2025-02-27 | Bluetooth: Add check for mgmt_alloc_skb() in mgmt_device_connected() | Haoxiang Li | 1 | -0/+3 |
2025-02-27 | Bluetooth: Add check for mgmt_alloc_skb() in mgmt_remote_name() | Haoxiang Li | 1 | -0/+2 |
2025-02-20 | Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP response | Luiz Augusto von Dentz | 1 | -2/+7 |
2025-02-13 | Merge tag 'net-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2 | -98/+86 |
2025-02-13 | Bluetooth: L2CAP: Fix corrupted list in hci_chan_del | Luiz Augusto von Dentz | 2 | -97/+56 |
2025-02-13 | Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmd | Luiz Augusto von Dentz | 1 | -5/+34 |
2025-02-10 | Merge tag 'hid-for-linus-2025021001' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+1 |
2025-02-03 | HID: intel-thc: fix CONFIG_HID dependency | Arnd Bergmann | 1 | -2/+1 |
2025-01-30 | Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -2/+2 |
2025-01-29 | Bluetooth: L2CAP: accept zero as a special value for MTU auto-selection | Fedor Pchelkin | 1 | -2/+2 |
2025-01-26 | Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -1/+1 |
2025-01-15 | Bluetooth: MGMT: Fix slab-use-after-free Read in mgmt_remove_adv_monitor_sync | Mazin Al Haddad | 1 | -1/+11 |
2025-01-15 | Bluetooth: Allow reset via sysfs | Hsin-chen Chuang | 1 | -0/+19 |
2025-01-15 | Bluetooth: Get rid of cmd_timeout and use the reset callback | Hsin-chen Chuang | 1 | -2/+2 |
2025-01-15 | Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_alloc | Fedor Pchelkin | 1 | -1/+2 |
2025-01-15 | Bluetooth: hci: Remove deadcode | Dr. David Alan Gilbert | 2 | -44/+0 |
2025-01-15 | Bluetooth: MGMT: Mark LL Privacy as stable | Luiz Augusto von Dentz | 2 | -154/+31 |
2025-01-14 | Bluetooth: iso: Allow BIG re-sync | Iulia Tanasescu | 1 | -0/+36 |
2025-01-12 | bluetooth: mgmt: convert timeouts to secs_to_jiffies() | Easwar Hariharan | 1 | -1/+1 |
2025-01-08 | Bluetooth: btmtk: Fix failed to send func ctrl for MediaTek devices. | Chris Lu | 1 | -2/+2 |
2025-01-08 | Bluetooth: MGMT: Fix Add Device to responding before completing | Luiz Augusto von Dentz | 1 | -2/+36 |
2025-01-08 | Bluetooth: hci_sync: Fix not setting Random Address when required | Luiz Augusto von Dentz | 1 | -5/+6 |
2024-12-12 | Bluetooth: iso: Fix circular lock in iso_conn_big_sync | Iulia Tanasescu | 1 | -7/+27 |
2024-12-12 | Bluetooth: iso: Fix circular lock in iso_listen_bis | Iulia Tanasescu | 1 | -2/+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: iso: Fix recursive locking warning | Iulia Tanasescu | 1 | -2/+6 |
2024-12-12 | Bluetooth: iso: Always release hdev at the end of iso_listen_bis | Iulia Tanasescu | 1 | -2/+1 |
2024-12-12 | Bluetooth: hci_event: Fix using rcu_read_(un)lock while iterating | Luiz Augusto von Dentz | 1 | -22/+11 |
2024-12-12 | Bluetooth: hci_core: Fix sleeping function called from invalid context | Luiz Augusto von Dentz | 5 | -19/+27 |
2024-12-11 | Bluetooth: Improve setsockopt() handling of malformed user input | Michal Luczaj | 5 | -31/+33 |
2024-11-26 | Bluetooth: SCO: remove the redundant sco_conn_put | Edward Adam Davis | 1 | -1/+1 |
2024-11-26 | Bluetooth: MGMT: Fix possible deadlocks | Luiz Augusto von Dentz | 1 | -9/+18 |
2024-11-26 | Bluetooth: MGMT: Fix slab-use-after-free Read in set_powered_sync | Luiz Augusto von Dentz | 1 | -2/+9 |
2024-11-21 | Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 10 | -142/+486 |
2024-11-19 | Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+0 |
2024-11-14 | Bluetooth: MGMT: Add initial implementation of MGMT_OP_HCI_CMD_SYNC | Luiz Augusto von Dentz | 1 | -0/+60 |
2024-11-14 | Bluetooth: fix use-after-free in device_for_each_child() | Dmitry Antipov | 1 | -11/+4 |
2024-11-14 | Bluetooth: hci_core: Fix calling mgmt_device_connected | Luiz Augusto von Dentz | 1 | -2/+0 |
2024-11-14 | Bluetooth: ISO: Send BIG Create Sync via hci_sync | Iulia Tanasescu | 2 | -1/+25 |
2024-11-14 | Bluetooth: hci_conn: Remove alloc from critical section | Iulia Tanasescu | 1 | -18/+10 |
2024-11-14 | Bluetooth: ISO: Use kref to track lifetime of iso_conn | Luiz Augusto von Dentz | 1 | -17/+71 |
2024-11-14 | Bluetooth: SCO: Use kref to track lifetime of sco_conn | Luiz Augusto von Dentz | 1 | -28/+71 |
2024-11-14 | Bluetooth: ISO: Update hci_conn_hash_lookup_big for Broadcast slave | Iulia Tanasescu | 2 | -1/+1 |
2024-11-14 | Bluetooth: ISO: Do not emit LE BIG Create Sync if previous is pending | Iulia Tanasescu | 3 | -16/+95 |
2024-11-14 | Bluetooth: ISO: Fix matching parent socket for BIS slave | Iulia Tanasescu | 1 | -2/+17 |
2024-11-14 | Bluetooth: ISO: Do not emit LE PA Create Sync if previous is pending | Iulia Tanasescu | 2 | -39/+103 |
2024-11-14 | Bluetooth: Support new quirks for ATS2851 | Danil Pylaev | 2 | -1/+15 |
2024-11-14 | Bluetooth: Fix type of len in rfcomm_sock_getsockopt{,_old}() | Andrej Shadura | 1 | -4/+6 |
2024-11-14 | Bluetooth: hci_core: Fix not checking skb length on hci_scodata_packet | Luiz Augusto von Dentz | 1 | -4/+9 |
2024-11-14 | Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packet | Luiz Augusto von Dentz | 1 | -4/+9 |
2024-11-14 | Bluetooth: hci_conn: Use disable_delayed_work_sync | Luiz Augusto von Dentz | 1 | -3/+3 |
2024-11-14 | Bluetooth: hci_conn: Reduce hci_conn_drop() calls in two functions | Markus Elfring | 1 | -10/+3 |
2024-11-12 | Bluetooth: hci_core: Fix calling mgmt_device_connected | Luiz Augusto von Dentz | 1 | -2/+0 |
2024-10-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -7/+11 |
2024-10-30 | Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs | Sungwoo Kim | 1 | -7/+11 |
2024-10-30 | jiffies: Define secs_to_jiffies() | Easwar Hariharan | 1 | -2/+0 |
2024-10-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 6 | -31/+75 |
2024-10-24 | Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 5 | -24/+70 |
2024-10-23 | Bluetooth: ISO: Fix UAF on iso_sock_timeout | Luiz Augusto von Dentz | 1 | -6/+12 |
2024-10-23 | Bluetooth: SCO: Fix UAF on sco_sock_timeout | Luiz Augusto von Dentz | 2 | -6/+34 |
2024-10-23 | Bluetooth: hci_core: Disable works on hci_unregister_dev | Luiz Augusto von Dentz | 2 | -12/+24 |
2024-10-16 | Bluetooth: bnep: fix wild-memory-access in proto_unregister | Ye Bin | 1 | -2/+1 |
2024-10-16 | Bluetooth: Remove debugfs directory on module init failure | Aaron Thompson | 1 | -0/+1 |
2024-10-16 | Bluetooth: Call iso_exit() on module unload | Aaron Thompson | 1 | -0/+2 |
2024-10-16 | Bluetooth: ISO: Fix multiple init when debugfs is disabled | Aaron Thompson | 1 | -5/+1 |
2024-10-15 | Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcomm_sock_alloc() | Ignat Korchagin | 1 | -5/+5 |
2024-10-15 | Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_cre... | Ignat Korchagin | 1 | -0/+1 |
2024-10-04 | Bluetooth: hci_conn: Fix UAF in hci_enhanced_setup_sync | Luiz Augusto von Dentz | 1 | -0/+3 |
2024-10-04 | Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_change | Luiz Augusto von Dentz | 1 | -2/+0 |
2024-10-03 | Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 4 | -26/+22 |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 9 | -9/+9 |
2024-09-27 | Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LE | Luiz Augusto von Dentz | 1 | -8/+5 |
2024-09-27 | Bluetooth: L2CAP: Fix uaf in l2cap_connect | Luiz Augusto von Dentz | 3 | -9/+3 |
2024-09-27 | Bluetooth: MGMT: Fix possible crash on mgmt_index_removed | Luiz Augusto von Dentz | 1 | -9/+14 |
2024-09-10 | Bluetooth: hci_sync: Ignore errors from HCI_OP_REMOTE_NAME_REQ_CANCEL | Luiz Augusto von Dentz | 1 | -1/+4 |
2024-09-10 | Bluetooth: CMTP: Mark BT_CMTP as DEPRECATED | Luiz Augusto von Dentz | 1 | -2/+2 |
2024-09-10 | Bluetooth: replace deprecated strncpy with strscpy_pad | Justin Stitt | 1 | -24/+8 |
2024-09-10 | Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILED | Luiz Augusto von Dentz | 2 | -8/+11 |
2024-09-10 | Bluetooth: Use led_set_brightness() in LED trigger activate() callback | Hans de Goede | 1 | -1/+1 |
2024-09-10 | Bluetooth: hci_conn: Remove redundant memset after kzalloc | Kuan-Wei Chiu | 1 | -1/+0 |
2024-08-30 | Bluetooth: MGMT: Ignore keys being loaded with invalid type | Luiz Augusto von Dentz | 1 | -18/+19 |
2024-08-30 | Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE" | Luiz Augusto von Dentz | 2 | -25/+7 |
2024-08-30 | Bluetooth: MGMT: Fix not generating command complete for MGMT_OP_DISCONNECT | Luiz Augusto von Dentz | 2 | -43/+47 |
2024-08-30 | Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_once | Luiz Augusto von Dentz | 1 | -2/+40 |
2024-08-23 | Bluetooth: hci_core: Fix not handling hibernation actions | Luiz Augusto von Dentz | 1 | -2/+8 |
2024-08-15 | Bluetooth: MGMT: Add error handling to pair_device() | Griffin Kroah-Hartman | 1 | -0/+4 |
2024-08-15 | Bluetooth: SMP: Fix assumption of Central always being Initiator | Luiz Augusto von Dentz | 1 | -72/+72 |
2024-08-15 | Bluetooth: hci_core: Fix LE quote calculation | Luiz Augusto von Dentz | 1 | -12/+7 |
2024-08-15 | Bluetooth: HCI: Invert LE State quirk to be opt-out rather then opt-in | Luiz Augusto von Dentz | 1 | -1/+1 |
2024-08-07 | Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitor | Anton Khirnov | 1 | -0/+14 |
2024-08-07 | Bluetooth: l2cap: always unlock channel in l2cap_conless_channel() | Dmitry Antipov | 1 | -0/+1 |
2024-07-26 | Bluetooth: hci_event: Fix setting DISCOVERY_FINDING for passive scanning | Luiz Augusto von Dentz | 2 | -9/+3 |
2024-07-26 | Bluetooth: hci_sync: Fix suspending with wrong filter policy | Luiz Augusto von Dentz | 1 | -0/+21 |
2024-07-15 | Bluetooth: Remove hci_request.{c,h} | Luiz Augusto von Dentz | 9 | -965/+1 |
2024-07-15 | Bluetooth: hci_sync: Remove remaining dependencies of hci_request | Luiz Augusto von Dentz | 2 | -20/+11 |
2024-07-15 | Bluetooth: hci_sync: Move handling of interleave_scan | Luiz Augusto von Dentz | 2 | -7/+49 |
2024-07-15 | Bluetooth: hci_core: Don't use hci_prepare_cmd | Luiz Augusto von Dentz | 2 | -5/+4 |
2024-07-15 | Bluetooth: hci_core: Remove usage of hci_req_sync | Luiz Augusto von Dentz | 2 | -30/+9 |
2024-07-15 | Bluetooth: Fix usage of __hci_cmd_sync_status | Luiz Augusto von Dentz | 1 | -15/+12 |
2024-07-15 | Bluetooth: hci_core: cleanup struct hci_dev | Dmitry Antipov | 1 | -1/+0 |
2024-07-14 | Bluetooth: hci_core, hci_sync: cleanup struct discovery_state | Dmitry Antipov | 1 | -2/+0 |
2024-07-14 | Bluetooth: hci_event: Set QoS encryption from BIGInfo report | Iulia Tanasescu | 1 | -0/+2 |
2024-07-14 | Bluetooth: Add vendor-specific packet classification for ISO data | Ying Hsu | 1 | -0/+16 |
2024-07-14 | Bluetooth: iso: remove unused struct 'iso_list_data' | Dr. David Alan Gilbert | 1 | -5/+0 |
2024-07-14 | Bluetooth: MGMT: Uninitialized variable in load_conn_param() | Dan Carpenter | 1 | -1/+1 |
2024-07-14 | tty: rfcomm: prefer array indexing over pointer arithmetic | Erick Archer | 1 | -6/+6 |
2024-07-14 | tty: rfcomm: prefer struct_size over open coded arithmetic | Erick Archer | 1 | -7/+4 |
2024-07-14 | Bluetooth: hci_core: Prefer array indexing over pointer arithmetic | Erick Archer | 1 | -2/+2 |
2024-07-14 | Bluetooth: hci_core: Prefer struct_size over open coded arithmetic | Erick Archer | 1 | -7/+4 |
2024-07-14 | Bluetooth: MGMT: Make MGMT_OP_LOAD_CONN_PARAM update existing connection | Luiz Augusto von Dentz | 2 | -2/+66 |
2024-06-28 | Bluetooth: L2CAP: Fix deadlock | Luiz Augusto von Dentz | 4 | -66/+35 |
2024-06-28 | bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAX | Pavel Skripkin | 1 | -3/+12 |
2024-06-28 | Bluetooth: ISO: Check socket flag instead of hcon | Iulia Tanasescu | 1 | -2/+1 |
2024-06-28 | bluetooth/l2cap: sync sock recv cb and release | Edward Adam Davis | 1 | -3/+22 |
2024-06-28 | Bluetooth: Ignore too large handle values in BIG | Edward Adam Davis | 1 | -0/+4 |
2024-06-28 | Bluetooth: hci_core: cancel all works upon hci_unregister_dev() | Tetsuo Handa | 1 | -0/+4 |
2024-06-28 | Bluetooth: hci_event: Fix setting of unicast qos interval | Luiz Augusto von Dentz | 1 | -3/+19 |
2024-06-28 | Bluetooth: Add quirk to ignore reserved PHY bits in LE Extended Adv Report | Sven Peter | 1 | -0/+7 |
2024-06-10 | Bluetooth: fix connection setup in l2cap_connect | Pauli Virtanen | 1 | -2/+2 |
2024-06-10 | Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ | Luiz Augusto von Dentz | 1 | -7/+1 |
2024-06-10 | Bluetooth: hci_sync: Fix not using correct handle | Luiz Augusto von Dentz | 1 | -1/+1 |
2024-05-18 | Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linux | Linus Torvalds | 4 | -9/+9 |
2024-05-14 | Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1 | Luiz Augusto von Dentz | 2 | -9/+17 |
2024-05-14 | Bluetooth: HCI: Remove HCI_AMP support | Luiz Augusto von Dentz | 7 | -457/+47 |
2024-05-14 | Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init() | Sungwoo Kim | 5 | -53/+78 |
2024-05-14 | Bluetooth: hci_conn: Use __counted_by() and avoid -Wfamnae warning | Gustavo A. R. Silva | 1 | -22/+16 |
2024-05-14 | LE Create Connection command timeout increased to 20 secs | Mahesh Talewad | 1 | -1/+1 |
2024-05-14 | Bluetooth: compute LE flow credits based on recvbuf space | Sebastian Urban | 2 | -25/+122 |
2024-05-14 | Bluetooth: hci_sync: Use cmd->num_cis instead of magic number | Gustavo A. R. Silva | 1 | -1/+1 |
2024-05-14 | Bluetooth: hci_conn: Use struct_size() in hci_le_big_create_sync() | Gustavo A. R. Silva | 1 | -1/+1 |
2024-05-14 | Bluetooth: hci_conn: Use __counted_by() to avoid -Wfamnae warning | Gustavo A. R. Silva | 1 | -15/+11 |
2024-05-14 | Bluetooth: hci_conn, hci_sync: Use __counted_by() to avoid -Wfamnae warnings | Gustavo A. R. Silva | 2 | -51/+36 |
2024-05-14 | Bluetooth: Remove 3 repeated macro definitions | Zijun Hu | 1 | -4/+0 |
2024-05-14 | Bluetooth: hci_conn: Remove a redundant check for HFP offload | Zijun Hu | 1 | -4/+4 |
2024-05-14 | Bluetooth: L2CAP: Avoid -Wflex-array-member-not-at-end warnings | Gustavo A. R. Silva | 1 | -25/+21 |
2024-05-14 | Bluetooth: ISO: Handle PA sync when no BIGInfo reports are generated | Iulia Tanasescu | 2 | -79/+73 |
2024-05-14 | Bluetooth: ISO: Make iso_get_sock_listen generic | Iulia Tanasescu | 1 | -33/+42 |
2024-05-14 | Bluetooth: hci_event: Set DISCOVERY_FINDING on SCAN_ENABLED | Luiz Augusto von Dentz | 2 | -4/+10 |
2024-05-14 | Bluetooth: Add proper definitions for scan interval and window | Luiz Augusto von Dentz | 1 | -8/+8 |
2024-05-13 | net: change proto and proto_ops accept type | Jens Axboe | 4 | -9/+9 |
2024-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 6 | -16/+23 |
2024-05-03 | Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout | Duoming Zhou | 1 | -0/+3 |
2024-05-03 | Bluetooth: HCI: Fix potential null-ptr-deref | Sungwoo Kim | 1 | -0/+2 |
2024-05-03 | Bluetooth: msft: fix slab-use-after-free in msft_do_close() | Sungwoo Kim | 3 | -5/+4 |
2024-05-03 | Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect() | Sungwoo Kim | 1 | -11/+10 |
2024-05-03 | Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout | Duoming Zhou | 1 | -0/+4 |
2024-04-29 | ipv6: introduce dst_rt6_info() helper | Eric Dumazet | 1 | -1/+1 |
2024-04-24 | Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing Adv Monitor | Chun-Yi Lee | 1 | -2/+2 |
2024-04-24 | Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUID | Luiz Augusto von Dentz | 1 | -5/+15 |
2024-04-24 | Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZE | Luiz Augusto von Dentz | 1 | -3/+2 |
2024-04-24 | Bluetooth: hci_sync: Use advertised PHYs on hci_le_ext_create_conn_sync | Luiz Augusto von Dentz | 4 | -14/+23 |
2024-04-24 | Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old() | Nathan Chancellor | 2 | -6/+8 |
2024-04-10 | Bluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED bit | Archie Pusaka | 1 | -2/+1 |
2024-04-10 | Bluetooth: hci_sock: Fix not validating setsockopt user input | Luiz Augusto von Dentz | 1 | -13/+8 |
2024-04-10 | Bluetooth: ISO: Fix not validating setsockopt user input | Luiz Augusto von Dentz | 1 | -24/+12 |
2024-04-10 | Bluetooth: L2CAP: Fix not validating setsockopt user input | Luiz Augusto von Dentz | 1 | -32/+20 |