aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2025-09-27Bluetooth: hci_core: Print number of packets in conn->data_qLuiz Augusto von Dentz1-0/+8
2025-09-27Bluetooth: Add function and line information to bt_dbgLuiz Augusto von Dentz1-1/+2
2025-09-27Bluetooth: MGMT: Fix not exposing debug UUID on MGMT_OP_READ_EXP_FEATURES_INFOLuiz Augusto von Dentz1-6/+4
2025-09-27Bluetooth: hci_core: Detect if an ISO link has stalledLuiz Augusto von Dentz3-8/+28
2025-09-27Bluetooth: ISO: Use sk_sndtimeo as conn_timeoutLuiz Augusto von Dentz3-18/+28
2025-09-27Bluetooth: HCI: Fix using LE/ACL buffers for ISO packetsLuiz Augusto von Dentz3-21/+8
2025-09-27Bluetooth: ISO: Don't initiate CIS connections if there are no buffersLuiz Augusto von Dentz1-0/+7
2025-09-27MAINTAINERS: add a sub-entry for the Qualcomm bluetooth driverBartosz Golaszewski1-0/+7
2025-09-27Bluetooth: btintel_pcie: Refactor Device CoredumpKiran K2-144/+76
2025-09-27Bluetooth: btintel_pcie: Use strscpy() instead of strscpy_pad()Thorsten Blum1-2/+3
2025-09-27Bluetooth: Annotate struct hci_drv_rp_read_info with __counted_by_le()Thorsten Blum1-1/+1
2025-09-27Bluetooth: btintel_pcie: Define hdev->wakeup() callbackChandrashekar Devegowda1-0/+8
2025-09-27Bluetooth: btusb: Add USB ID 2001:332a for D-Link AX9U rev. A1Zenm Chen1-0/+2
2025-09-27Bluetooth: btintel_pcie: Move model comment before its definitionLuiz Augusto von Dentz1-4/+8
2025-09-27Bluetooth: btintel_pcie: Add id of Scorpious, Panther Lake-H484Kiran K1-0/+1
2025-09-27Bluetooth: btintel_pcie: Add Bluetooth core/platform as commentsKiran K1-3/+3
2025-09-27Bluetooth: btintel_pcie: Add support for _suspend() / _resume()Chandrashekar Devegowda1-0/+89
2025-09-27Bluetooth: btintel: Add support for BlazarIW coreKiran K2-0/+4
2025-09-27selftests/bpf: Add test case for different expected_attach_typeDaniel Borkmann2-1/+59
2025-09-27bpf: Enforce expected_attach_type for tailcall compatibilityDaniel Borkmann2-0/+6
2025-09-27tracing: fgraph: Protect return handler from recursion loopMasami Hiramatsu (Google)1-0/+12
2025-09-279p: sysfs_init: don't hardcode error to ENOMEMRandall P. Embry1-2/+5
2025-09-279p: fix /sys/fs/9p/caches overwriting itselfRandall P. Embry1-1/+1
2025-09-279p: clean up comment typosRandall P. Embry1-4/+3
2025-09-27PM: sleep: Do not wait on SYNC_STATE_ONLY device linksPin-yen Lin3-3/+6
2025-09-27ALSA: hda/realtek: Add quirk for HP Spectre 14t-ea100Takashi Iwai1-0/+1
2025-09-27PM: runtime: Update kerneldoc return codesBrian Norris1-25/+31
2025-09-27PM: runtime: Make put{,_sync}() return 1 when already suspendedBrian Norris2-1/+4
2025-09-27PM: runtime: Add basic kunit tests for API contractsBrian Norris3-0/+260
2025-09-27bpftool: Remove duplicate string.h headerJiapeng Chong1-1/+0
2025-09-27bpf: Remove duplicate crypto/sha2.h headerJiapeng Chong1-1/+0
2025-09-27rtla/actions: Fix condition for buffer reallocationWander Lairson Costa1-1/+1
2025-09-27rtla: Fix buffer overflow in actions_parseIvan Pravdin1-1/+1
2025-09-27tools/rtla: Add remaining support for osnoise actionsCrystal Wood15-74/+168
2025-09-27tools/rtla: Add test engine support for unexpected outputCrystal Wood1-8/+18
2025-09-27tools/rtla: Fix -A option name in test commentCrystal Wood1-2/+2
2025-09-27tools/rtla: Consolidate code between osnoise/timerlat and hist/topCrystal Wood12-1194/+792
2025-09-27tools/rtla: Create common_apply_config()Crystal Wood9-150/+142
2025-09-27tools/rtla: Move top/hist params into common structCrystal Wood8-163/+152
2025-09-27tools/rtla: Consolidate common parameters into shared structureCosta Shulyupin10-252/+253
2025-09-26Merge branch 'net-macb-various-fixes'Jakub Kicinski3-75/+69
2025-09-26net: macb: avoid dealing with endianness in macb_set_hwaddr()Théo Lebrun1-2/+2
2025-09-26net: macb: single dma_alloc_coherent() for DMA descriptorsThéo Lebrun1-39/+41
2025-09-26net: macb: move ring size computation to functionsThéo Lebrun1-11/+16
2025-09-26net: macb: remove illusion about TBQPH/RBQPH being per-queueThéo Lebrun2-37/+24
2025-09-26dt-bindings: net: cdns,macb: allow tsu_clk without tx_clkThéo Lebrun1-1/+1
2025-09-26Merge branch 'selftests-mark-auto-deferring-functions-clearly'Jakub Kicinski18-237/+225
2025-09-26selftests: forwarding: README: Mention defer, adf_Petr Machata1-0/+15
2025-09-26selftests: forwarding: lib: Add an autodefer variant of forwarding_enable()Petr Machata4-9/+9
2025-09-26selftests: forwarding: lib: Add an autodefer variant of simple_if_init()Petr Machata13-52/+31