index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mptcp
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-24
mptcp: reset fallback status gracefully at disconnect() time
Paolo Abeni
1
-0
/
+9
2025-07-24
mptcp: plug races between subflow fail and subflow creation
Paolo Abeni
4
-13
/
+32
2025-07-24
mptcp: make fallback action and fallback decision atomic
Paolo Abeni
4
-19
/
+61
2025-04-23
mptcp: pm: Defer freeing of MPTCP userspace path manager entries
Mat Martineau
1
-1
/
+5
2025-04-10
Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-2
/
+6
2025-04-08
mptcp: only inc MPJoinAckHMacFailure for HMAC failures
Matthieu Baerts (NGI0)
1
-2
/
+6
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-03-31
mptcp: fix NULL pointer in can_accept_new_subflow
Gang Yan
1
-7
/
+8
2025-03-25
tcp/dccp: remove icsk->icsk_ack.timeout
Eric Dumazet
2
-2
/
+0
2025-03-25
tcp/dccp: remove icsk->icsk_timeout
Eric Dumazet
1
-1
/
+1
2025-03-21
mptcp: sockopt: fix getting freebind & transparent
Matthieu Baerts (NGI0)
1
-0
/
+12
2025-03-21
mptcp: sockopt: fix getting IPV6_V6ONLY
Matthieu Baerts (NGI0)
1
-0
/
+16
2025-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-2
/
+4
2025-03-20
mptcp: Fix data stream corruption in the address announcement
Arthur Mongodin
1
-2
/
+4
2025-03-20
mptcp: sysctl: add available_path_managers
Geliang Tang
3
-0
/
+45
2025-03-20
mptcp: sysctl: map pm_type to path_manager
Geliang Tang
1
-1
/
+24
2025-03-20
mptcp: sysctl: map path_manager to pm_type
Geliang Tang
1
-1
/
+14
2025-03-20
mptcp: sysctl: set path manager by name
Geliang Tang
2
-0
/
+51
2025-03-20
mptcp: pm: register in-kernel and userspace PM
Geliang Tang
4
-0
/
+26
2025-03-20
mptcp: pm: define struct mptcp_pm_ops
Geliang Tang
2
-0
/
+55
2025-03-20
mptcp: pm: add struct_group in mptcp_pm_data
Geliang Tang
2
-12
/
+6
2025-03-20
mptcp: pm: only fill id_avail_bitmap for in-kernel pm
Geliang Tang
1
-1
/
+2
2025-03-20
mptcp: pm: use pm variable instead of msk->pm
Geliang Tang
1
-4
/
+4
2025-03-20
mptcp: pm: in-kernel: use kmemdup helper
Geliang Tang
1
-4
/
+2
2025-03-20
mptcp: pm: split netlink and in-kernel init
Matthieu Baerts (NGI0)
4
-4
/
+9
2025-03-10
mptcp: pm: move Netlink PM helpers to pm_netlink.c
Matthieu Baerts (NGI0)
3
-123
/
+117
2025-03-10
mptcp: pm: split in-kernel PM specific code
Matthieu Baerts (NGI0)
3
-1405
/
+1411
2025-03-10
mptcp: pm: move generic PM helpers to pm.c
Matthieu Baerts (NGI0)
3
-468
/
+467
2025-03-10
mptcp: pm: move generic helper at the top
Matthieu Baerts (NGI0)
1
-27
/
+27
2025-03-10
mptcp: pm: export mptcp_remote_address
Matthieu Baerts (NGI0)
2
-8
/
+11
2025-03-10
mptcp: pm: worker: split in-kernel and common tasks
Matthieu Baerts (NGI0)
3
-20
/
+30
2025-03-10
mptcp: pm: avoid calling PM specific code from core
Matthieu Baerts (NGI0)
4
-7
/
+12
2025-03-10
mptcp: pm: kernel: add '_pm' to mptcp_nl_set_flags
Matthieu Baerts (NGI0)
1
-4
/
+4
2025-03-10
mptcp: pm: remove '_nl' from mptcp_pm_nl_is_init_remote_addr
Matthieu Baerts (NGI0)
3
-5
/
+5
2025-03-10
mptcp: pm: remove '_nl' from mptcp_pm_nl_subflow_chk_stale()
Matthieu Baerts (NGI0)
3
-3
/
+3
2025-03-10
mptcp: pm: remove '_nl' from mptcp_pm_nl_rm_addr_received
Matthieu Baerts (NGI0)
1
-28
/
+27
2025-03-10
mptcp: pm: remove '_nl' from mptcp_pm_nl_work
Matthieu Baerts (NGI0)
3
-3
/
+3
2025-03-10
mptcp: pm: remove '_nl' from mptcp_pm_nl_mp_prio_send_ack
Matthieu Baerts (NGI0)
3
-11
/
+11
2025-03-10
mptcp: pm: remove '_nl' from mptcp_pm_nl_addr_send_ack
Matthieu Baerts (NGI0)
4
-7
/
+7
2025-03-10
mptcp: pm: use addr entry for get_local_id
Geliang Tang
4
-23
/
+20
2025-03-07
tcp: ulp: diag: more info without CAP_NET_ADMIN
Matthieu Baerts (NGI0)
1
-16
/
+26
2025-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+15
2025-03-04
mptcp: fix 'scheduling while atomic' in mptcp_pm_nl_append_new_local_addr
Krister Johansen
1
-3
/
+15
2025-03-04
mptcp: pm: exit early with ADD_ADDR echo if possible
Matthieu Baerts (NGI0)
1
-0
/
+3
2025-03-04
mptcp: pm: in-kernel: reduce parameters of set_flags
Geliang Tang
1
-7
/
+8
2025-03-04
mptcp: pm: in-kernel: avoid access entry without lock
Geliang Tang
1
-1
/
+1
2025-03-03
mptcp: Remove unused declaration mptcp_set_owner_r()
Yue Haibing
1
-1
/
+0
2025-03-03
mptcp: use sock_kmemdup for address entry
Geliang Tang
1
-2
/
+1
2025-03-03
net: use sock_kmemdup for ip_options
Geliang Tang
1
-5
/
+2
2025-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-23
/
+4
[next]