index
:
pub/scm/linux/kernel/git/klassert/ipsec-next.git
master
Steffen Klassert's ipsec-next networking tree
Steffen Klassert
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
thunderbolt
/
tunnel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-11
thunderbolt: Clamp DMA tunnel credits to what a hop register can hold
Fan Ye
1
-1
/
+9
2026-08-10
thunderbolt: Use min() for the DMA path credit cap
Fan Ye
1
-2
/
+1
2026-05-20
thunderbolt: Verify PCIe adapter in detect state before tunnel setup
Gil Fine
1
-0
/
+35
2026-04-07
thunderbolt: tunnel: Simplify allocation
Rosen Penev
1
-8
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2025-11-17
thunderbolt: Fix typos in tunnel.c
Alan Borzeszkowski
1
-7
/
+7
2025-09-23
thunderbolt: Fix use-after-free in tb_dp_dprx_work
Duoming Zhou
1
-2
/
+3
2025-09-17
thunderbolt: Update tunnel.c function documentation
Alan Borzeszkowski
1
-32
/
+53
2025-04-24
thunderbolt: Notify userspace about software CM tunneling events
Alan Borzeszkowski
1
-5
/
+87
2025-04-02
Merge tag 'usb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-8
/
+8
2025-03-07
thunderbolt: Prevent use-after-free in resume from hibernate
Mika Westerberg
1
-3
/
+8
2025-02-24
thunderbolt: Make tb_tunnel_alloc_usb3() error paths consistent with the rest
Alan Borzeszkowski
1
-8
/
+8
2025-01-03
thunderbolt: Handle DisplayPort tunnel activation asynchronously
Mika Westerberg
1
-114
/
+227
2025-01-03
thunderbolt: Rework tb_tunnel_consumed_bandwidth()
Mika Westerberg
1
-8
/
+2
2025-01-03
thunderbolt: Drop tb_tunnel_restart()
Mika Westerberg
1
-24
/
+3
2025-01-03
thunderbolt: Rework how tunnel->[init|deinit] hooks are called
Mika Westerberg
1
-17
/
+20
2025-01-03
thunderbolt: Increase DPRX capabilities read timeout
Mika Westerberg
1
-2
/
+5
2024-04-27
thunderbolt: Fix kernel-doc for tb_tunnel_alloc_dp()
Gil Fine
1
-4
/
+4
2024-04-27
thunderbolt: Fix uninitialized variable in tb_tunnel_alloc_usb3()
Gil Fine
1
-5
/
+5
2024-04-12
thunderbolt: Allow USB3 bandwidth to be lower than maximum supported
Gil Fine
1
-15
/
+10
2024-02-16
thunderbolt: Calculate DisplayPort tunnel bandwidth after DPRX capabilities read
Gil Fine
1
-10
/
+6
2024-02-16
thunderbolt: Introduce tb_tunnel_direction_downstream()
Mika Westerberg
1
-14
/
+9
2024-02-16
thunderbolt: Use DP_LOCAL_CAP for maximum bandwidth calculation
Mika Westerberg
1
-32
/
+25
2023-12-14
thunderbolt: Disable PCIe extended encapsulation upon teardown properly
Gil Fine
1
-3
/
+15
2023-12-14
thunderbolt: Make PCIe tunnel setup and teardown follow CM guide
Gil Fine
1
-3
/
+10
2023-12-14
thunderbolt: Use tb_dp_read_cap() to read DP_COMMON_CAP as well
Mika Westerberg
1
-6
/
+7
2023-11-14
thunderbolt: Remove duplicated re-assignment of pointer 'out'
Colin Ian King
1
-2
/
+0
2023-10-20
thunderbolt: Introduce tb_port_path_direction_downstream()
Gil Fine
1
-7
/
+7
2023-10-20
thunderbolt: Set path power management packet support bit for USB4 v2 routers
Mika Westerberg
1
-9
/
+26
2023-10-20
thunderbolt: Change bandwidth reservations to comply USB4 v2
Gil Fine
1
-3
/
+63
2023-10-20
thunderbolt: Use weight constants in tb_usb3_consumed_bandwidth()
Mika Westerberg
1
-3
/
+6
2023-10-20
thunderbolt: Use constants for path weight and priority
Mika Westerberg
1
-12
/
+27
2023-10-13
thunderbolt: Expose tb_tunnel_xxx() log macros to the rest of the driver
Mika Westerberg
1
-21
/
+5
2023-10-13
thunderbolt: Use tb_tunnel_dbg() where possible to make logging more consistent
Mika Westerberg
1
-35
/
+30
2023-10-13
thunderbolt: Get rid of usb4_usb3_port_actual_link_rate()
Mika Westerberg
1
-9
/
+2
2023-06-16
thunderbolt: Add DisplayPort 2.x tunneling support
Mika Westerberg
1
-16
/
+84
2023-06-16
thunderbolt: Make bandwidth allocation mode function names consistent
Mika Westerberg
1
-20
/
+21
2023-06-16
thunderbolt: Enable USB4 v2 PCIe TLP/DLLP extended encapsulation
Gil Fine
1
-3
/
+35
2023-06-09
Merge branch 'thunderbolt/fixes' into thunderbolt/next
Mika Westerberg
1
-1
/
+1
2023-05-30
thunderbolt: Log DisplayPort adapter rate and lanes on discovery
Mika Westerberg
1
-0
/
+43
2023-05-29
thunderbolt: Increase DisplayPort Connection Manager handshake timeout
Mika Westerberg
1
-1
/
+1
2023-05-24
thunderbolt: Allow specifying custom credits for DMA tunnels
Mika Westerberg
1
-4
/
+9
2023-05-24
thunderbolt: Check for ring 0 in tb_tunnel_alloc_dma()
Mika Westerberg
1
-0
/
+4
2023-02-08
Merge tag 'thunderbolt-for-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
1
-36
/
+470
2023-01-27
thunderbolt: Add missing kernel-doc comment to tb_tunnel_maximum_bandwidth()
Mika Westerberg
1
-0
/
+10
2023-01-17
thunderbolt: Add support for DisplayPort bandwidth allocation mode
Mika Westerberg
1
-30
/
+453
2023-01-17
thunderbolt: Increase timeout of DP OUT adapter handshake
Mika Westerberg
1
-5
/
+6
2023-01-17
thunderbolt: Use decimal port number in control and tunnel logs too
Mika Westerberg
1
-1
/
+1
2023-01-09
thunderbolt: Use correct function to calculate maximum USB3 link rate
Mika Westerberg
1
-1
/
+1
[next]