summaryrefslogtreecommitdiff
path: root/net/mptcp
AgeCommit message (Expand)Author
2 daysmptcp: avoid pruning for OoW dataPaolo Abeni
2 daysmptcp: being below memory limit is a likely() conditionPaolo Abeni
2 daysmptcp: options: fix uninit-value in mptcp_write_data_finMatthieu Baerts (NGI0)
2 daysmptcp: remove unneeded READ_ONCE() annotationPaolo Abeni
2 daysmptcp: pm: reset retrans_time when ADD_ADDR entry is reusedMatthieu Baerts (NGI0)
2 daysmptcp: pm: userspace: fix address ID overflowQing Luo
2 daysmptcp: prevent race between disconnect() and rtxPaolo Abeni
2 daysmptcp: options: handle MPC data + csum reqd + no csumMatthieu Baerts (NGI0)
2 daysmptcp: pm: kernel: drop pending ADD_ADDR when removing ID0Kalpan Jani
2 daysmptcp: syncookies: remember the request backup flagMatthieu Baerts (NGI0)
2 daysmptcp: subflow: no need to copy thmac during ulp_cloneMatthieu Baerts (NGI0)
2 daysmptcp: do not reschedule the RTX timer for fallback socketsPaolo Abeni
2026-08-28tcp: use GFP_ATOMIC in tcp_send_active_reset()Eric Dumazet
2026-08-20mptcp: fix uninitialized local_id in syncookie MP_JOIN reconstructionHarshit Varu
2026-08-17mptcp: add per-event MIB counters for MPTCP_RST_EMPTCP resetsShardul Bankar
2026-08-17mptcp: honour configured min/max RTO in retransmit pathsKalpan Jani
2026-08-17mptcp: pm: userspace: make remove_addr_entry staticMatthieu Baerts (NGI0)
2026-08-17mptcp: pm: add WARN_ON_ONCE guards on extra_subflows underflowTao Cui
2026-08-11mptcp: implemented OoO queue pruningPaolo Abeni
2026-08-11mptcp: avoid code duplication in __mptcp_move_skb()Paolo Abeni
2026-08-11mptcp: enforce hard limit on backlog flushingPaolo Abeni
2026-08-11mptcp: explicitly drop over memory limitsPaolo Abeni
2026-08-11mptcp: let the retrans scheduler do its jobPaolo Abeni
2026-08-11mptcp: move the stale logic out of retrans schedulerPaolo Abeni
2026-08-11mptcp: move the retrans loop to a separate helperPaolo Abeni
2026-08-06mptcp: reclaim forward-allocated memory on RX path errorsPaolo Abeni
2026-08-06mptcp: fastopen: only mark MPTFO subflows with SYN dataWyatt Feng
2026-08-06mptcp: pm: fix memory leak from alloc-during-teardown raceShardul Bankar
2026-08-06mptcp: pm: fix data race in add_addr timer callbackQing Luo
2026-08-06mptcp: remove MPC && MPJ checkMatthieu Baerts (NGI0)
2026-08-06mptcp: avoid combining some incoming suboptionsMatthieu Baerts (NGI0)
2026-08-06mptcp: options: reset DSS fields in case of unexpected sizeMatthieu Baerts (NGI0)
2026-07-23mptcp: fix BUILD_BUG_ON on legacy ARM configMatthieu Baerts (NGI0)
2026-07-23mptcp: fix stale skb->sk reference on subflow closeKalpan Jani
2026-07-23mptcp: pm: userspace: fix use-after-free in get_local_idGeliang Tang
2026-07-23mptcp: decrement subflows counter on failed passive joinChenguang Zhao
2026-07-21mptcp: only set DATA_FIN when a mapping is presentMichael Bommarito
2026-06-11mptcp: options: rst: drop unused skb parameterMatthieu Baerts (NGI0)
2026-06-11mptcp: pm: avoid using del_timer directlyMatthieu Baerts (NGI0)
2026-06-11mptcp: pm: make mptcp_pm_add_addr_send_ack staticMatthieu Baerts (NGI0)
2026-06-11mptcp: pm: remove add_ prefix from timerMatthieu Baerts (NGI0)
2026-06-11mptcp: pm: uniform announced addresses helpersMatthieu Baerts (NGI0)
2026-06-11mptcp: pm: rename add_entry structure to add_addrMatthieu Baerts (NGI0)
2026-06-11mptcp: pm: use for_each_subflow helperMatthieu Baerts (NGI0)
2026-06-11mptcp: pm: drop TCP TS with ADD_ADDRv6 + portMatthieu Baerts (NGI0)
2026-06-11tcp: allow mptcp to drop TS for some packetsMatthieu Baerts (NGI0)
2026-06-11mptcp: introduce add_addr_v6_port_drop_ts sysctl knobMatthieu Baerts (NGI0)
2026-06-11mptcp: pm: avoid computing add_addr size twiceMatthieu Baerts (NGI0)
2026-06-11mptcp: pm: avoid computing rm_addr size twiceMatthieu Baerts (NGI0)
2026-06-11mptcp: options: suboptions sizes can be negativeMatthieu Baerts (NGI0)