aboutsummaryrefslogtreecommitdiffstats
path: root/net/mptcp
AgeCommit message (Expand)AuthorFilesLines
2026-08-20mptcp: fix uninitialized local_id in syncookie MP_JOIN reconstructionHarshit Varu1-0/+1
2026-08-17mptcp: add per-event MIB counters for MPTCP_RST_EMPTCP resetsShardul Bankar4-0/+25
2026-08-17mptcp: honour configured min/max RTO in retransmit pathsKalpan Jani1-4/+18
2026-08-17mptcp: pm: userspace: make remove_addr_entry staticMatthieu Baerts (NGI0)2-5/+4
2026-08-17mptcp: pm: add WARN_ON_ONCE guards on extra_subflows underflowTao Cui2-2/+4
2026-08-11mptcp: implemented OoO queue pruningPaolo Abeni3-10/+73
2026-08-11mptcp: avoid code duplication in __mptcp_move_skb()Paolo Abeni1-18/+13
2026-08-11mptcp: enforce hard limit on backlog flushingPaolo Abeni1-15/+6
2026-08-11mptcp: explicitly drop over memory limitsPaolo Abeni4-11/+56
2026-08-11mptcp: let the retrans scheduler do its jobPaolo Abeni1-31/+75
2026-08-11mptcp: move the stale logic out of retrans schedulerPaolo Abeni3-20/+36
2026-08-11mptcp: move the retrans loop to a separate helperPaolo Abeni1-31/+43
2026-08-06mptcp: reclaim forward-allocated memory on RX path errorsPaolo Abeni1-0/+6
2026-08-06mptcp: fastopen: only mark MPTFO subflows with SYN dataWyatt Feng1-3/+4
2026-08-06mptcp: pm: fix memory leak from alloc-during-teardown raceShardul Bankar3-5/+19
2026-08-06mptcp: pm: fix data race in add_addr timer callbackQing Luo1-2/+4
2026-08-06mptcp: remove MPC && MPJ checkMatthieu Baerts (NGI0)1-5/+0
2026-08-06mptcp: avoid combining some incoming suboptionsMatthieu Baerts (NGI0)2-1/+59
2026-08-06mptcp: options: reset DSS fields in case of unexpected sizeMatthieu Baerts (NGI0)1-1/+7
2026-07-23mptcp: fix BUILD_BUG_ON on legacy ARM configMatthieu Baerts (NGI0)1-4/+1
2026-07-23mptcp: fix stale skb->sk reference on subflow closeKalpan Jani1-14/+19
2026-07-23mptcp: pm: userspace: fix use-after-free in get_local_idGeliang Tang1-2/+5
2026-07-23mptcp: decrement subflows counter on failed passive joinChenguang Zhao1-0/+1
2026-07-21mptcp: only set DATA_FIN when a mapping is presentMichael Bommarito1-6/+6
2026-06-11mptcp: options: rst: drop unused skb parameterMatthieu Baerts (NGI0)1-2/+2
2026-06-11mptcp: pm: avoid using del_timer directlyMatthieu Baerts (NGI0)3-40/+39
2026-06-11mptcp: pm: make mptcp_pm_add_addr_send_ack staticMatthieu Baerts (NGI0)2-2/+3
2026-06-11mptcp: pm: remove add_ prefix from timerMatthieu Baerts (NGI0)1-8/+8
2026-06-11mptcp: pm: uniform announced addresses helpersMatthieu Baerts (NGI0)6-34/+33
2026-06-11mptcp: pm: rename add_entry structure to add_addrMatthieu Baerts (NGI0)2-12/+12
2026-06-11mptcp: pm: use for_each_subflow helperMatthieu Baerts (NGI0)4-12/+12
2026-06-11mptcp: pm: drop TCP TS with ADD_ADDRv6 + portMatthieu Baerts (NGI0)3-4/+21
2026-06-11tcp: allow mptcp to drop TS for some packetsMatthieu Baerts (NGI0)1-1/+1
2026-06-11mptcp: introduce add_addr_v6_port_drop_ts sysctl knobMatthieu Baerts (NGI0)2-1/+18
2026-06-11mptcp: pm: avoid computing add_addr size twiceMatthieu Baerts (NGI0)3-35/+25
2026-06-11mptcp: pm: avoid computing rm_addr size twiceMatthieu Baerts (NGI0)3-19/+13
2026-06-11mptcp: options: suboptions sizes can be negativeMatthieu Baerts (NGI0)1-17/+11
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-68/+72
2026-06-03mptcp: change mptcp_established_options() to return opt_sizeEric Dumazet1-15/+16
2026-06-03mptcp: add-addr: always drop other suboptionsMatthieu Baerts (NGI0)3-38/+14
2026-06-03mptcp: fix uninit-value in mptcp_established_optionsPaolo Abeni1-1/+5
2026-06-03mptcp: check desc->count in read_sockGang Yan1-0/+2
2026-06-03mptcp: sockopt: set sockopt on all subflowsMatthieu Baerts (NGI0)1-3/+4
2026-06-03mptcp: sockopt: check timestamping ret valueMatthieu Baerts (NGI0)1-2/+6
2026-06-03mptcp: pm: fix extra_subflows underflow on userspace PM subflow creationTao Cui1-6/+8
2026-06-03mptcp: allow subflow rcv wnd to shrinkPaolo Abeni1-0/+7
2026-06-03mptcp: close TOCTOU race while computing rcv_wndPaolo Abeni1-18/+18
2026-06-03mptcp: fix retransmission loop when csum is enabledPaolo Abeni1-0/+4
2026-06-03mptcp: fix missing wakeups in edge scenariosPaolo Abeni1-0/+4
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-17/+74