index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
thunderbolt
/
xdomain.c
Age
Commit message (
Expand
)
Author
2026-06-22
Merge tag 'usb-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2026-05-28
thunderbolt: Prevent XDomain delayed work use-after-free on disconnect
Michael Bommarito
2026-05-26
thunderbolt: Limit XDomain response copy to actual frame size
Michael Bommarito
2026-05-26
thunderbolt: Validate XDomain request packet size before type cast
Michael Bommarito
2026-05-26
thunderbolt: Clamp XDomain response data copy to allocation size
Michael Bommarito
2026-05-19
thunderbolt: Allow service drivers to specify their own properties
Mika Westerberg
2026-05-05
thunderbolt: Don't create multiple DMA tunnels on firmware connection manager
Alan Borzeszkowski
2026-05-05
thunderbolt: Remove XDomain from the bus without holding tb->lock
Mika Westerberg
2026-05-05
thunderbolt: Remove service debugfs entries during unregister
Mika Westerberg
2026-05-05
thunderbolt: Keep XDomain reference during the lifetime of a service
Mika Westerberg
2026-05-05
thunderbolt: Set tb->root_switch to NULL when domain is stopped
Mika Westerberg
2026-05-05
thunderbolt: Release request if tb_cfg_request() fails in __tb_xdomain_respon...
Mika Westerberg
2026-05-05
thunderbolt: Make XDomain lane bonding comply with the USB4 v2 spec
Mika Westerberg
2026-05-05
thunderbolt: Don't disable lane adapter if XDomain lane bonding isn't possible
Mika Westerberg
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-11-17
thunderbolt: Fix typos in xdomain.c
Alan Borzeszkowski
2025-09-17
thunderbolt: Update xdomain.c function documentation
Alan Borzeszkowski
2025-08-13
thunderbolt: Use Linux Foundation IDs for XDomain discovery
Mika Westerberg
2025-01-03
driver core: Constify API device_find_child() and adapt for various usages
Zijun Hu
2024-04-19
thunderbolt: Use correct error code with ERROR_NOT_SUPPORTED
Mika Westerberg
2024-02-26
thunderbolt: Constify the struct device_type usage
Ricardo B. Marliere
2024-01-23
thunderbolt: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
2024-01-22
thunderbolt: Fix XDomain rx_lanes_show and tx_lanes_show
Mohammad Rahimi
2023-12-14
thunderbolt: Log XDomain link speed and width
Gil Fine
2023-12-14
thunderbolt: Handle lane bonding of Gen 4 XDomain links properly
Gil Fine
2023-09-15
thunderbolt: Restart XDomain discovery handshake after failure
Mika Westerberg
2023-06-16
thunderbolt: Add support for USB4 v2 80 Gb/s link
Gil Fine
2023-06-09
thunderbolt: Introduce tb_xdomain_downstream_port()
Mika Westerberg
2023-03-29
thunderbolt: Get rid of redundant 'else'
Andy Shevchenko
2023-01-27
driver core: make struct device_type.uevent() take a const *
Greg Kroah-Hartman
2023-01-09
thunderbolt: Disable XDomain lane 1 only in software connection manager
Mika Westerberg
2022-10-23
thunderbolt: Remove redundant assignment to variable len
Colin Ian King
2022-10-23
thunderbolt: Use str_enabled_disabled() helper
Andy Shevchenko
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-09-24
thunderbolt: Convert to use sysfs_emit()/sysfs_emit_at() APIs
Andy Shevchenko
2022-09-05
thunderbolt: Add support for receiver lane margining
Mika Westerberg
2022-09-05
thunderbolt: Move tb_xdomain_parent() to tb.h
Mika Westerberg
2022-05-05
thunderbolt: Add support for XDomain lane bonding
Mika Westerberg
2021-12-07
thunderbolt: xdomain: Avoid potential stack OOB read
Kees Cook
2021-09-28
thunderbolt: Fix -Wrestrict warning
Arnd Bergmann
2021-06-01
thunderbolt: Update port credits after bonding is enabled/disabled
Mika Westerberg
2021-06-01
thunderbolt: Wait for the lanes to actually bond
Mika Westerberg
2021-03-18
thunderbolt: Allow multiple DMA tunnels over a single XDomain connection
Mika Westerberg
2021-03-18
thunderbolt: Add support for maxhopid XDomain property
Mika Westerberg
2021-03-18
thunderbolt: Align XDomain protocol timeouts with the spec
Mika Westerberg
2021-03-18
thunderbolt: Use pseudo-random number as initial property block generation
Mika Westerberg
2021-03-18
thunderbolt: Do not re-establish XDomain DMA paths automatically
Mika Westerberg
2021-03-18
thunderbolt: Add more logging to XDomain connections
Mika Westerberg
2021-02-04
thunderbolt: Add support for native USB4 _OSC
Mika Westerberg
[next]