summaryrefslogtreecommitdiff
path: root/net/mptcp/subflow.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-07mptcp: Disallow MPTCP subflows from sockmapJiayuan Chen1-0/+8
2025-10-02mptcp: set remote_deny_join_id0 on SYN recvMatthieu Baerts (NGI0)1-0/+3
2025-08-28mptcp: introduce MAPPING_BAD_CSUMPaolo Abeni1-9/+9
2025-08-28mptcp: fix error mibs accountingPaolo Abeni1-3/+1
2025-05-02net: make sock_inuse_add() availableEric Dumazet1-3/+1
2025-05-02mptcp: only inc MPJoinAckHMacFailure for HMAC failuresMatthieu Baerts (NGI0)1-2/+6
2025-05-02mptcp: fix NULL pointer in can_accept_new_subflowGang Yan1-7/+8
2024-10-22mptcp: prevent MPC handshake on port-based signal endpointsPaolo Abeni1-0/+11
2024-10-22mptcp: fallback when MPTCP opts are dropped after 1st dataMatthieu Baerts (NGI0)1-1/+1
2024-10-22mptcp: handle consistently DSS corruptionPaolo Abeni1-1/+1
2024-10-22mptcp: track and update contiguous data statusGeliang Tang1-1/+3
2024-09-12mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)1-24/+24
2024-09-12mptcp: close subflow when receiving TCP+FINMatthieu Baerts (NGI0)1-2/+6
2024-08-19mptcp: pm: fix backup support in signal endpointsMatthieu Baerts (NGI0)1-0/+1
2024-08-19mptcp: mib: count MPJ with backup flagMatthieu Baerts (NGI0)1-0/+6
2024-08-19mptcp: distinguish rcv vs sent backup flag in requestsMatthieu Baerts (NGI0)1-0/+1
2024-08-19mptcp: fix duplicate data handlingPaolo Abeni1-4/+12
2024-04-10mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti1-0/+3
2024-03-06mptcp: move __mptcp_error_report in protocol.cPaolo Abeni1-36/+0
2024-01-26mptcp: use OPTION_MPTCP_MPJ_SYN in subflow_check_req()Eric Dumazet1-2/+2
2024-01-26mptcp: use OPTION_MPTCP_MPJ_SYNACK in subflow_finish_connect()Eric Dumazet1-1/+1
2024-01-26mptcp: strict validation before using mp_opt->hmacEric Dumazet1-1/+1
2024-01-26mptcp: drop unused sk in mptcp_get_optionsGeliang Tang1-5/+5
2023-07-05mptcp: consolidate fallback and non fallback state machinePaolo Abeni1-7/+10
2023-04-20mptcp: use mptcp_schedule_work instead of open-coding itPaolo Abeni1-12/+6
2023-03-22mptcp: avoid setting TCP_CLOSE state twiceMatthieu Baerts1-1/+0
2023-03-22mptcp: add ro_after_init for tcp{,v6}_prot_overrideGeliang Tang1-2/+2
2023-03-22mptcp: fix possible deadlock in subflow_error_reportPaolo Abeni1-0/+7
2023-02-22mptcp: fix locking for in-kernel listener creationPaolo Abeni1-1/+1
2023-02-14mptcp: be careful on subflow status propagation on errorsPaolo Abeni1-1/+9
2023-01-12mptcp: use proper req destructor for IPv6Matthieu Baerts1-3/+16
2023-01-12mptcp: dedicated request sock for subflow in v6Matthieu Baerts1-8/+26
2023-01-12mptcp: remove MPTCP 'ifdef' in TCP SYN cookiesMatthieu Baerts1-1/+11
2023-01-12mptcp: mark ops structures as ro_after_initFlorian Westphal1-8/+7
2022-05-25mptcp: Do TCP fallback on early DSS checksum failureMat Martineau1-3/+18
2022-05-25mptcp: fix checksum byte orderPaolo Abeni1-1/+1
2022-05-25mptcp: reuse __mptcp_make_csum in validate_data_csumGeliang Tang1-9/+6
2021-09-24mptcp: don't return sockets in foreign netnsFlorian Westphal1-1/+1
2021-08-27mptcp: consolidate in_opt sub-options fields in a bitmaskPaolo Abeni1-17/+23
2021-08-25mptcp: add the mibs for MP_FAILGeliang Tang1-0/+1
2021-08-25mptcp: send out MP_FAIL when data checksum failsGeliang Tang1-0/+15
2021-08-18mptcp: drop flags and ifindex argumentsGeliang Tang1-2/+5
2021-08-14mptcp: backup flag from incoming MPJ ack optionPaolo Abeni1-2/+4
2021-07-10mptcp: fix syncookie process if mptcp can not_accept new subflowJianguo Wu1-3/+3
2021-07-10mptcp: remove redundant req destruct in subflow_check_req()Jianguo Wu1-5/+0
2021-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-24/+23
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-1/+1
2021-06-23mptcp: add deny_join_id0 in mptcp_options_receivedGeliang Tang1-0/+2
2021-06-23mptcp: add allow_join_id0 in mptcp_out_optionsGeliang Tang1-0/+1
2021-06-22mptcp: avoid race on msk state changesPaolo Abeni1-8/+22