index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mptcp
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-20
mptcp: fix uninitialized local_id in syncookie MP_JOIN reconstruction
Harshit Varu
1
-0
/
+1
2026-08-17
mptcp: add per-event MIB counters for MPTCP_RST_EMPTCP resets
Shardul Bankar
4
-0
/
+25
2026-08-17
mptcp: honour configured min/max RTO in retransmit paths
Kalpan Jani
1
-4
/
+18
2026-08-17
mptcp: pm: userspace: make remove_addr_entry static
Matthieu Baerts (NGI0)
2
-5
/
+4
2026-08-17
mptcp: pm: add WARN_ON_ONCE guards on extra_subflows underflow
Tao Cui
2
-2
/
+4
2026-08-11
mptcp: implemented OoO queue pruning
Paolo Abeni
3
-10
/
+73
2026-08-11
mptcp: avoid code duplication in __mptcp_move_skb()
Paolo Abeni
1
-18
/
+13
2026-08-11
mptcp: enforce hard limit on backlog flushing
Paolo Abeni
1
-15
/
+6
2026-08-11
mptcp: explicitly drop over memory limits
Paolo Abeni
4
-11
/
+56
2026-08-11
mptcp: let the retrans scheduler do its job
Paolo Abeni
1
-31
/
+75
2026-08-11
mptcp: move the stale logic out of retrans scheduler
Paolo Abeni
3
-20
/
+36
2026-08-11
mptcp: move the retrans loop to a separate helper
Paolo Abeni
1
-31
/
+43
2026-08-06
mptcp: reclaim forward-allocated memory on RX path errors
Paolo Abeni
1
-0
/
+6
2026-08-06
mptcp: fastopen: only mark MPTFO subflows with SYN data
Wyatt Feng
1
-3
/
+4
2026-08-06
mptcp: pm: fix memory leak from alloc-during-teardown race
Shardul Bankar
3
-5
/
+19
2026-08-06
mptcp: pm: fix data race in add_addr timer callback
Qing Luo
1
-2
/
+4
2026-08-06
mptcp: remove MPC && MPJ check
Matthieu Baerts (NGI0)
1
-5
/
+0
2026-08-06
mptcp: avoid combining some incoming suboptions
Matthieu Baerts (NGI0)
2
-1
/
+59
2026-08-06
mptcp: options: reset DSS fields in case of unexpected size
Matthieu Baerts (NGI0)
1
-1
/
+7
2026-07-23
mptcp: fix BUILD_BUG_ON on legacy ARM config
Matthieu Baerts (NGI0)
1
-4
/
+1
2026-07-23
mptcp: fix stale skb->sk reference on subflow close
Kalpan Jani
1
-14
/
+19
2026-07-23
mptcp: pm: userspace: fix use-after-free in get_local_id
Geliang Tang
1
-2
/
+5
2026-07-23
mptcp: decrement subflows counter on failed passive join
Chenguang Zhao
1
-0
/
+1
2026-07-21
mptcp: only set DATA_FIN when a mapping is present
Michael Bommarito
1
-6
/
+6
2026-06-11
mptcp: options: rst: drop unused skb parameter
Matthieu Baerts (NGI0)
1
-2
/
+2
2026-06-11
mptcp: pm: avoid using del_timer directly
Matthieu Baerts (NGI0)
3
-40
/
+39
2026-06-11
mptcp: pm: make mptcp_pm_add_addr_send_ack static
Matthieu Baerts (NGI0)
2
-2
/
+3
2026-06-11
mptcp: pm: remove add_ prefix from timer
Matthieu Baerts (NGI0)
1
-8
/
+8
2026-06-11
mptcp: pm: uniform announced addresses helpers
Matthieu Baerts (NGI0)
6
-34
/
+33
2026-06-11
mptcp: pm: rename add_entry structure to add_addr
Matthieu Baerts (NGI0)
2
-12
/
+12
2026-06-11
mptcp: pm: use for_each_subflow helper
Matthieu Baerts (NGI0)
4
-12
/
+12
2026-06-11
mptcp: pm: drop TCP TS with ADD_ADDRv6 + port
Matthieu Baerts (NGI0)
3
-4
/
+21
2026-06-11
tcp: allow mptcp to drop TS for some packets
Matthieu Baerts (NGI0)
1
-1
/
+1
2026-06-11
mptcp: introduce add_addr_v6_port_drop_ts sysctl knob
Matthieu Baerts (NGI0)
2
-1
/
+18
2026-06-11
mptcp: pm: avoid computing add_addr size twice
Matthieu Baerts (NGI0)
3
-35
/
+25
2026-06-11
mptcp: pm: avoid computing rm_addr size twice
Matthieu Baerts (NGI0)
3
-19
/
+13
2026-06-11
mptcp: options: suboptions sizes can be negative
Matthieu Baerts (NGI0)
1
-17
/
+11
2026-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-68
/
+72
2026-06-03
mptcp: change mptcp_established_options() to return opt_size
Eric Dumazet
1
-15
/
+16
2026-06-03
mptcp: add-addr: always drop other suboptions
Matthieu Baerts (NGI0)
3
-38
/
+14
2026-06-03
mptcp: fix uninit-value in mptcp_established_options
Paolo Abeni
1
-1
/
+5
2026-06-03
mptcp: check desc->count in read_sock
Gang Yan
1
-0
/
+2
2026-06-03
mptcp: sockopt: set sockopt on all subflows
Matthieu Baerts (NGI0)
1
-3
/
+4
2026-06-03
mptcp: sockopt: check timestamping ret value
Matthieu Baerts (NGI0)
1
-2
/
+6
2026-06-03
mptcp: pm: fix extra_subflows underflow on userspace PM subflow creation
Tao Cui
1
-6
/
+8
2026-06-03
mptcp: allow subflow rcv wnd to shrink
Paolo Abeni
1
-0
/
+7
2026-06-03
mptcp: close TOCTOU race while computing rcv_wnd
Paolo Abeni
1
-18
/
+18
2026-06-03
mptcp: fix retransmission loop when csum is enabled
Paolo Abeni
1
-0
/
+4
2026-06-03
mptcp: fix missing wakeups in edge scenarios
Paolo Abeni
1
-0
/
+4
2026-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-17
/
+74
[next]