summaryrefslogtreecommitdiff
path: root/net/mptcp/options.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-11mptcp: explicitly drop over memory limitsPaolo Abeni1-3/+29
2026-08-06mptcp: avoid combining some incoming suboptionsMatthieu Baerts (NGI0)1-1/+58
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-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)1-1/+0
2026-06-11mptcp: pm: uniform announced addresses helpersMatthieu Baerts (NGI0)1-1/+1
2026-06-11mptcp: pm: drop TCP TS with ADD_ADDRv6 + portMatthieu Baerts (NGI0)1-2/+7
2026-06-11tcp: allow mptcp to drop TS for some packetsMatthieu Baerts (NGI0)1-1/+1
2026-06-11mptcp: pm: avoid computing add_addr size twiceMatthieu Baerts (NGI0)1-13/+2
2026-06-11mptcp: pm: avoid computing rm_addr size twiceMatthieu Baerts (NGI0)1-9/+2
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 Kicinski1-42/+37
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)1-23/+7
2026-06-03mptcp: fix uninit-value in mptcp_established_optionsPaolo Abeni1-1/+5
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-03-14mptcp: keep rcv_mwnd_seq in sync with subflow rcv_wndSimon Baatz1-2/+4
2025-12-23mptcp: fallback earlier on simult connectionPaolo Abeni1-0/+10
2025-11-19mptcp: avoid unneeded subflow-level dropsPaolo Abeni1-0/+31
2025-11-19mptcp: fix ack generation for fallback mskPaolo Abeni1-1/+22
2025-09-15mptcp: tfo: record 'deny join id0' infoMatthieu Baerts (NGI0)1-3/+3
2025-08-18mptcp: drop skb if MPTCP skb extension allocation failsChristoph Paasch1-2/+4
2025-07-25mptcp: remove pr_fallback()Paolo Abeni1-1/+0
2025-07-25mptcp: track fallbacks accurately via mibsPaolo Abeni1-1/+3
2025-07-15mptcp: make fallback action and fallback decision atomicPaolo Abeni1-1/+2
2025-03-25tcp/dccp: remove icsk->icsk_ack.timeoutEric Dumazet1-1/+0
2025-03-20mptcp: Fix data stream corruption in the address announcementArthur Mongodin1-2/+4
2025-01-27mptcp: consolidate suboption statusPaolo Abeni1-8/+5
2025-01-14mptcp: be sure to send ack when mptcp-level window re-opensPaolo Abeni1-2/+4
2024-12-30mptcp: fix TCP options overflow.Paolo Abeni1-0/+7
2024-10-28mptcp: annotate data-races around subflow->fully_establishedGang Yan1-2/+2
2024-08-27mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)1-25/+25
2024-08-01mptcp: fully established after ADD_ADDR echo on MPJMatthieu Baerts (NGI0)1-1/+2
2024-07-30mptcp: distinguish rcv vs sent backup flag in requestsMatthieu Baerts (NGI0)1-1/+1
2024-04-11mptcp: add last time fields in mptcp_infoGeliang Tang1-0/+1
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-02-26mptcp: avoid printing warning once on client sideMatthieu Baerts (NGI0)1-1/+1
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+5
2024-02-12mptcp: corner case locking for rx path fields initializationPaolo Abeni1-4/+5
2024-02-05mptcp: annotate lockless access for RX path fieldsPaolo Abeni1-3/+3
2024-02-05mptcp: annotate lockless access for the tx pathPaolo Abeni1-1/+1
2024-02-05mptcp: annotate access for msk keysPaolo Abeni1-6/+6
2024-01-12mptcp: mptcp_parse_option() fix for MPTCPOPT_MP_JOINEric Dumazet1-3/+3
2023-11-24mptcp: fix uninit-value in mptcp_incoming_optionsEdward Adam Davis1-0/+1
2023-09-18mptcp: fix bogus receive window shrinkage with multiple subflowsPaolo Abeni1-2/+3
2023-06-21mptcp: track some aggregate data countersPaolo Abeni1-2/+8
2023-06-21mptcp: move snd_una update earlier for fallback socketPaolo Abeni1-0/+6