index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mptcp
/
pm.c
Age
Commit message (
Expand
)
Author
2026-06-11
mptcp: pm: avoid using del_timer directly
Matthieu Baerts (NGI0)
2026-06-11
mptcp: pm: make mptcp_pm_add_addr_send_ack static
Matthieu Baerts (NGI0)
2026-06-11
mptcp: pm: remove add_ prefix from timer
Matthieu Baerts (NGI0)
2026-06-11
mptcp: pm: uniform announced addresses helpers
Matthieu Baerts (NGI0)
2026-06-11
mptcp: pm: rename add_entry structure to add_addr
Matthieu Baerts (NGI0)
2026-06-11
mptcp: pm: use for_each_subflow helper
Matthieu Baerts (NGI0)
2026-06-11
mptcp: pm: drop TCP TS with ADD_ADDRv6 + port
Matthieu Baerts (NGI0)
2026-06-11
mptcp: pm: avoid computing add_addr size twice
Matthieu Baerts (NGI0)
2026-06-11
mptcp: pm: avoid computing rm_addr size twice
Matthieu Baerts (NGI0)
2026-06-03
mptcp: add-addr: always drop other suboptions
Matthieu Baerts (NGI0)
2026-05-19
mptcp: pm: fix ADD_ADDR timer infinite retry on option space insufficient
Li Xiasong
2026-05-06
mptcp: pm: prio: skip closed subflows
Matthieu Baerts (NGI0)
2026-05-06
mptcp: pm: ADD_ADDR rtx: return early if no retrans
Matthieu Baerts (NGI0)
2026-05-06
mptcp: pm: ADD_ADDR rtx: skip inactive subflows
Matthieu Baerts (NGI0)
2026-05-06
mptcp: pm: ADD_ADDR rtx: resched blocked ADD_ADDR quicker
Matthieu Baerts (NGI0)
2026-05-06
mptcp: pm: ADD_ADDR rtx: free sk if last
Matthieu Baerts (NGI0)
2026-05-06
mptcp: pm: ADD_ADDR rtx: always decrease sk refcount
Matthieu Baerts (NGI0)
2026-05-06
mptcp: pm: ADD_ADDR rtx: fix potential data-race
Matthieu Baerts (NGI0)
2026-05-06
mptcp: pm: ADD_ADDR rtx: allow ID 0
Matthieu Baerts (NGI0)
2026-03-04
mptcp: pm: avoid sending RM_ADDR over same subflow
Matthieu Baerts (NGI0)
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-11-24
mptcp: ensure the kernel PM does not take action too late
Paolo Abeni
2025-11-18
mptcp: fix a race in mptcp_pm_del_add_timer()
Eric Dumazet
2025-09-26
mptcp: pm: in-kernel: rename 'local_addr_max' to 'endp_subflow_max'
Matthieu Baerts (NGI0)
2025-09-26
mptcp: pm: in-kernel: rename 'add_addr_accept_max' to 'limit_add_addr_accepted'
Matthieu Baerts (NGI0)
2025-09-26
mptcp: pm: in-kernel: rename 'add_addr_signal_max' to 'endp_signal_max'
Matthieu Baerts (NGI0)
2025-09-26
mptcp: pm: in-kernel: rename 'subflows_max' to 'limit_extra_subflows'
Matthieu Baerts (NGI0)
2025-09-26
mptcp: pm: rename 'subflows' to 'extra_subflows'
Matthieu Baerts (NGI0)
2025-09-26
mptcp: pm: in-kernel: usable client side with C-flag
Matthieu Baerts (NGI0)
2025-09-09
mptcp: make ADD_ADDR retransmission timeout adaptive
Geliang Tang
2025-08-18
mptcp: disable add_addr retransmission when timeout is 0
Geliang Tang
2025-08-18
mptcp: remove duplicate sk_reset_timer call
Geliang Tang
2025-07-15
mptcp: plug races between subflow fail and subflow creation
Paolo Abeni
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2025-04-15
mptcp: pm: Return local variable instead of freed pointer
Thorsten Blum
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-03-20
mptcp: sysctl: add available_path_managers
Geliang Tang
2025-03-20
mptcp: pm: register in-kernel and userspace PM
Geliang Tang
2025-03-20
mptcp: pm: define struct mptcp_pm_ops
Geliang Tang
2025-03-20
mptcp: pm: add struct_group in mptcp_pm_data
Geliang Tang
2025-03-20
mptcp: pm: only fill id_avail_bitmap for in-kernel pm
Geliang Tang
2025-03-20
mptcp: pm: use pm variable instead of msk->pm
Geliang Tang
2025-03-20
mptcp: pm: split netlink and in-kernel init
Matthieu Baerts (NGI0)
2025-03-10
mptcp: pm: move Netlink PM helpers to pm_netlink.c
Matthieu Baerts (NGI0)
2025-03-10
mptcp: pm: move generic PM helpers to pm.c
Matthieu Baerts (NGI0)
2025-03-10
mptcp: pm: move generic helper at the top
Matthieu Baerts (NGI0)
2025-03-10
mptcp: pm: worker: split in-kernel and common tasks
Matthieu Baerts (NGI0)
2025-03-10
mptcp: pm: avoid calling PM specific code from core
Matthieu Baerts (NGI0)
2025-03-10
mptcp: pm: remove '_nl' from mptcp_pm_nl_is_init_remote_addr
Matthieu Baerts (NGI0)
2025-03-10
mptcp: pm: remove '_nl' from mptcp_pm_nl_subflow_chk_stale()
Matthieu Baerts (NGI0)
[next]