summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/xdomain.c
AgeCommit message (Expand)Author
2026-06-25thunderbolt: xdomain: Notify peers after enumerationMilo Chen
2026-06-23thunderbolt: Assert that a service driver has a probe callbackUwe Kleine-König (The Capable Hub)
2026-06-22Merge tag 'usb-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2026-05-28thunderbolt: Prevent XDomain delayed work use-after-free on disconnectMichael Bommarito
2026-05-26thunderbolt: Limit XDomain response copy to actual frame sizeMichael Bommarito
2026-05-26thunderbolt: Validate XDomain request packet size before type castMichael Bommarito
2026-05-26thunderbolt: Clamp XDomain response data copy to allocation sizeMichael Bommarito
2026-05-19thunderbolt: Allow service drivers to specify their own propertiesMika Westerberg
2026-05-05thunderbolt: Don't create multiple DMA tunnels on firmware connection managerAlan Borzeszkowski
2026-05-05thunderbolt: Remove XDomain from the bus without holding tb->lockMika Westerberg
2026-05-05thunderbolt: Remove service debugfs entries during unregisterMika Westerberg
2026-05-05thunderbolt: Keep XDomain reference during the lifetime of a serviceMika Westerberg
2026-05-05thunderbolt: Set tb->root_switch to NULL when domain is stoppedMika Westerberg
2026-05-05thunderbolt: Release request if tb_cfg_request() fails in __tb_xdomain_respon...Mika Westerberg
2026-05-05thunderbolt: Make XDomain lane bonding comply with the USB4 v2 specMika Westerberg
2026-05-05thunderbolt: Don't disable lane adapter if XDomain lane bonding isn't possibleMika Westerberg
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-11-17thunderbolt: Fix typos in xdomain.cAlan Borzeszkowski
2025-09-17thunderbolt: Update xdomain.c function documentationAlan Borzeszkowski
2025-08-13thunderbolt: Use Linux Foundation IDs for XDomain discoveryMika Westerberg
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu
2024-04-19thunderbolt: Use correct error code with ERROR_NOT_SUPPORTEDMika Westerberg
2024-02-26thunderbolt: Constify the struct device_type usageRicardo B. Marliere
2024-01-23thunderbolt: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2024-01-22thunderbolt: Fix XDomain rx_lanes_show and tx_lanes_showMohammad Rahimi
2023-12-14thunderbolt: Log XDomain link speed and widthGil Fine
2023-12-14thunderbolt: Handle lane bonding of Gen 4 XDomain links properlyGil Fine
2023-09-15thunderbolt: Restart XDomain discovery handshake after failureMika Westerberg
2023-06-16thunderbolt: Add support for USB4 v2 80 Gb/s linkGil Fine
2023-06-09thunderbolt: Introduce tb_xdomain_downstream_port()Mika Westerberg
2023-03-29thunderbolt: Get rid of redundant 'else'Andy Shevchenko
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman
2023-01-09thunderbolt: Disable XDomain lane 1 only in software connection managerMika Westerberg
2022-10-23thunderbolt: Remove redundant assignment to variable lenColin Ian King
2022-10-23thunderbolt: Use str_enabled_disabled() helperAndy Shevchenko
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-09-24thunderbolt: Convert to use sysfs_emit()/sysfs_emit_at() APIsAndy Shevchenko
2022-09-05thunderbolt: Add support for receiver lane marginingMika Westerberg
2022-09-05thunderbolt: Move tb_xdomain_parent() to tb.hMika Westerberg
2022-05-05thunderbolt: Add support for XDomain lane bondingMika Westerberg
2021-12-07thunderbolt: xdomain: Avoid potential stack OOB readKees Cook
2021-09-28thunderbolt: Fix -Wrestrict warningArnd Bergmann
2021-06-01thunderbolt: Update port credits after bonding is enabled/disabledMika Westerberg
2021-06-01thunderbolt: Wait for the lanes to actually bondMika Westerberg
2021-03-18thunderbolt: Allow multiple DMA tunnels over a single XDomain connectionMika Westerberg
2021-03-18thunderbolt: Add support for maxhopid XDomain propertyMika Westerberg
2021-03-18thunderbolt: Align XDomain protocol timeouts with the specMika Westerberg
2021-03-18thunderbolt: Use pseudo-random number as initial property block generationMika Westerberg
2021-03-18thunderbolt: Do not re-establish XDomain DMA paths automaticallyMika Westerberg