index
:
kernel/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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mptcp
/
pm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-19
mptcp: fix a race in mptcp_pm_del_add_timer()
Eric Dumazet
1
-7
/
+13
2025-09-27
mptcp: pm: in-kernel: rename 'local_addr_max' to 'endp_subflow_max'
Matthieu Baerts (NGI0)
1
-1
/
+1
2025-09-27
mptcp: pm: in-kernel: rename 'add_addr_accept_max' to 'limit_add_addr_accepted'
Matthieu Baerts (NGI0)
1
-1
/
+1
2025-09-27
mptcp: pm: in-kernel: rename 'add_addr_signal_max' to 'endp_signal_max'
Matthieu Baerts (NGI0)
1
-1
/
+1
2025-09-27
mptcp: pm: in-kernel: rename 'subflows_max' to 'limit_extra_subflows'
Matthieu Baerts (NGI0)
1
-6
/
+6
2025-09-27
mptcp: pm: rename 'subflows' to 'extra_subflows'
Matthieu Baerts (NGI0)
1
-6
/
+7
2025-09-27
mptcp: pm: in-kernel: usable client side with C-flag
Matthieu Baerts (NGI0)
1
-2
/
+5
2025-09-10
mptcp: make ADD_ADDR retransmission timeout adaptive
Geliang Tang
1
-4
/
+24
2025-08-19
mptcp: disable add_addr retransmission when timeout is 0
Geliang Tang
1
-3
/
+10
2025-08-19
mptcp: remove duplicate sk_reset_timer call
Geliang Tang
1
-3
/
+2
2025-07-16
mptcp: plug races between subflow fail and subflow creation
Paolo Abeni
1
-1
/
+7
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+2
2025-04-15
mptcp: pm: Return local variable instead of freed pointer
Thorsten Blum
1
-1
/
+4
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-03-20
mptcp: sysctl: add available_path_managers
Geliang Tang
1
-0
/
+19
2025-03-20
mptcp: pm: register in-kernel and userspace PM
Geliang Tang
1
-0
/
+5
2025-03-20
mptcp: pm: define struct mptcp_pm_ops
Geliang Tang
1
-0
/
+50
2025-03-20
mptcp: pm: add struct_group in mptcp_pm_data
Geliang Tang
1
-12
/
+1
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: split netlink and in-kernel init
Matthieu Baerts (NGI0)
1
-0
/
+1
2025-03-10
mptcp: pm: move Netlink PM helpers to pm_netlink.c
Matthieu Baerts (NGI0)
1
-119
/
+0
2025-03-10
mptcp: pm: move generic PM helpers to pm.c
Matthieu Baerts (NGI0)
1
-0
/
+460
2025-03-10
mptcp: pm: move generic helper at the top
Matthieu Baerts (NGI0)
1
-27
/
+27
2025-03-10
mptcp: pm: worker: split in-kernel and common tasks
Matthieu Baerts (NGI0)
1
-0
/
+25
2025-03-10
mptcp: pm: avoid calling PM specific code from core
Matthieu Baerts (NGI0)
1
-0
/
+8
2025-03-10
mptcp: pm: remove '_nl' from mptcp_pm_nl_is_init_remote_addr
Matthieu Baerts (NGI0)
1
-1
/
+1
2025-03-10
mptcp: pm: remove '_nl' from mptcp_pm_nl_subflow_chk_stale()
Matthieu Baerts (NGI0)
1
-1
/
+1
2025-03-10
mptcp: pm: remove '_nl' from mptcp_pm_nl_addr_send_ack
Matthieu Baerts (NGI0)
1
-1
/
+1
2025-03-10
mptcp: pm: use addr entry for get_local_id
Geliang Tang
1
-3
/
+6
2025-03-05
mptcp: pm: exit early with ADD_ADDR echo if possible
Matthieu Baerts (NGI0)
1
-0
/
+3
2025-02-25
mptcp: pm: add mptcp_pm_genl_fill_addr helper
Geliang Tang
1
-0
/
+21
2025-02-11
mptcp: pm: add local parameter for set_flags
Geliang Tang
1
-2
/
+14
2025-02-11
mptcp: pm: drop skb parameter of set_flags
Geliang Tang
1
-4
/
+4
2025-02-11
mptcp: pm: reuse sending nlmsg code in get_addr
Geliang Tang
1
-4
/
+35
2025-02-11
mptcp: pm: add id parameter for get_addr
Geliang Tang
1
-4
/
+16
2025-02-11
mptcp: pm: drop skb parameter of get_addr
Geliang Tang
1
-4
/
+4
2025-02-11
mptcp: pm: make three pm wrappers static
Geliang Tang
1
-3
/
+20
2024-10-29
mptcp: implement mptcp_pm_connection_closed
Geliang Tang
1
-0
/
+3
2024-09-04
mptcp: pm: reduce entries iterations on connect
Matthieu Baerts (NGI0)
1
-11
/
+0
2024-08-29
mptcp: pm: ADD_ADDR 0 is not a new address
Matthieu Baerts (NGI0)
1
-1
/
+3
2024-08-28
mptcp: pr_debug: add missing \n at the end
Matthieu Baerts (NGI0)
1
-14
/
+14
2024-08-21
mptcp: pm: only in-kernel cannot have entries with ID 0
Matthieu Baerts (NGI0)
1
-3
/
+0
2024-08-21
mptcp: pm: remove mptcp_pm_remove_subflow()
Matthieu Baerts (NGI0)
1
-10
/
+0
2024-07-30
mptcp: pm: fix backup support in signal endpoints
Matthieu Baerts (NGI0)
1
-0
/
+12
2024-03-07
mptcp: update set_flags interfaces
Geliang Tang
1
-6
/
+4
2024-03-07
mptcp: drop duplicate header inclusions
Geliang Tang
1
-1
/
+0
2024-03-04
mptcp: get addr in userspace pm list
Geliang Tang
1
-0
/
+7
2024-03-04
mptcp: dump addrs in userspace pm list
Geliang Tang
1
-0
/
+9
2024-02-05
mptcp: annotate lockless access for token
Paolo Abeni
1
-1
/
+1
[next]