index
:
pub/scm/linux/kernel/git/conor/linux.git
master
conor's fork of linux.git
Conor Dooley
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mptcp
/
protocol.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-28
tcp: use GFP_ATOMIC in tcp_send_active_reset()
Eric Dumazet
1
-1
/
+1
2026-08-17
mptcp: pm: userspace: make remove_addr_entry static
Matthieu Baerts (NGI0)
1
-2
/
+0
2026-08-17
mptcp: pm: add WARN_ON_ONCE guards on extra_subflows underflow
Tao Cui
1
-1
/
+2
2026-08-11
mptcp: move the stale logic out of retrans scheduler
Paolo Abeni
1
-4
/
+7
2026-08-06
mptcp: pm: fix memory leak from alloc-during-teardown race
Shardul Bankar
1
-3
/
+4
2026-08-06
mptcp: avoid combining some incoming suboptions
Matthieu Baerts (NGI0)
1
-0
/
+1
2026-06-11
mptcp: pm: avoid using del_timer directly
Matthieu Baerts (NGI0)
1
-3
/
+0
2026-06-11
mptcp: pm: make mptcp_pm_add_addr_send_ack static
Matthieu Baerts (NGI0)
1
-1
/
+0
2026-06-11
mptcp: pm: uniform announced addresses helpers
Matthieu Baerts (NGI0)
1
-6
/
+6
2026-06-11
mptcp: pm: rename add_entry structure to add_addr
Matthieu Baerts (NGI0)
1
-1
/
+1
2026-06-11
mptcp: pm: use for_each_subflow helper
Matthieu Baerts (NGI0)
1
-2
/
+2
2026-06-11
mptcp: pm: drop TCP TS with ADD_ADDRv6 + port
Matthieu Baerts (NGI0)
1
-1
/
+2
2026-06-11
mptcp: introduce add_addr_v6_port_drop_ts sysctl knob
Matthieu Baerts (NGI0)
1
-0
/
+1
2026-06-11
mptcp: pm: avoid computing add_addr size twice
Matthieu Baerts (NGI0)
1
-17
/
+1
2026-06-11
mptcp: pm: avoid computing rm_addr size twice
Matthieu Baerts (NGI0)
1
-9
/
+1
2026-06-03
mptcp: add-addr: always drop other suboptions
Matthieu Baerts (NGI0)
1
-4
/
+3
2026-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2026-04-08
mptcp: better mptcp-level RTT estimator
Paolo Abeni
1
-1
/
+36
2026-04-08
mptcp: fix slab-use-after-free in __inet_lookup_established
Jiayuan Chen
1
-0
/
+1
2026-04-06
mptcp: preserve MSG_EOR semantics in sendmsg path
Gang Yan
1
-1
/
+1
2026-04-06
mptcp: reduce 'overhead' from u16 to u8
Gang Yan
1
-1
/
+2
2026-02-10
mptcp: allow overridden write_space to be invoked
Geliang Tang
1
-1
/
+1
2026-02-04
mptcp: pm: align endpoint flags size with the NL specs
Matthieu Baerts (NGI0)
1
-2
/
+2
2026-02-04
mptcp: consolidate rcv space init
Paolo Abeni
1
-1
/
+0
2026-02-04
mptcp: fix receive space timestamp initialization
Paolo Abeni
1
-0
/
+5
2025-12-23
mptcp: ensure context reset on disconnect()
Paolo Abeni
1
-1
/
+2
2025-12-23
mptcp: fallback earlier on simult connection
Paolo Abeni
1
-4
/
+2
2025-11-25
tcp: introduce icsk->icsk_keepalive_timer
Eric Dumazet
1
-1
/
+1
2025-11-24
mptcp: leverage the backlog for RX packet processing
Paolo Abeni
1
-1
/
+1
2025-11-24
mptcp: introduce mptcp-level backlog
Paolo Abeni
1
-6
/
+19
2025-11-24
mptcp: borrow forward memory from subflow
Paolo Abeni
1
-0
/
+28
2025-11-24
mptcp: handle first subflow closing consistently
Paolo Abeni
1
-1
/
+2
2025-11-24
mptcp: make mptcp_destroy_common() static
Paolo Abeni
1
-2
/
+0
2025-11-24
mptcp: fix memcg accounting for passive sockets
Paolo Abeni
1
-0
/
+1
2025-11-24
mptcp: factor-out cgroup data inherit helper
Paolo Abeni
1
-0
/
+2
2025-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2025-11-19
mptcp: decouple mptcp fastclose from tcp close
Paolo Abeni
1
-1
/
+1
2025-11-19
mptcp: avoid unneeded subflow-level drops
Paolo Abeni
1
-0
/
+1
2025-11-04
mptcp: pm: in-kernel: record fullmesh endp nb
Matthieu Baerts (NGI0)
1
-0
/
+1
2025-10-29
mptcp: drop bogus optimization in __mptcp_check_push()
Paolo Abeni
1
-1
/
+1
2025-09-29
mptcp: rcvbuf auto-tuning improvement
Paolo Abeni
1
-2
/
+2
2025-09-26
mptcp: pm: in-kernel: add laminar endpoints
Matthieu Baerts (NGI0)
1
-0
/
+1
2025-09-26
mptcp: pm: in-kernel: reduce pernet struct size
Matthieu Baerts (NGI0)
1
-4
/
+4
2025-09-26
mptcp: pm: in-kernel: rename 'local_addr_max' to 'endp_subflow_max'
Matthieu Baerts (NGI0)
1
-1
/
+1
2025-09-26
mptcp: pm: in-kernel: rename 'add_addr_accept_max' to 'limit_add_addr_accepted'
Matthieu Baerts (NGI0)
1
-2
/
+2
2025-09-26
mptcp: pm: in-kernel: rename 'add_addr_signal_max' to 'endp_signal_max'
Matthieu Baerts (NGI0)
1
-1
/
+1
2025-09-26
mptcp: pm: in-kernel: rename 'subflows_max' to 'limit_extra_subflows'
Matthieu Baerts (NGI0)
1
-3
/
+3
2025-09-26
mptcp: pm: rename 'subflows' to 'extra_subflows'
Matthieu Baerts (NGI0)
1
-3
/
+3
2025-09-26
mptcp: pm: in-kernel: usable client side with C-flag
Matthieu Baerts (NGI0)
1
-0
/
+8
2025-08-19
mptcp: Use tcp_under_memory_pressure() in mptcp_epollin_ready().
Kuniyuki Iwashima
1
-3
/
+1
[next]