summaryrefslogtreecommitdiff
path: root/net/mptcp/subflow.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-05mptcp: use MPTCP_RST_EMPTCP for ACK HMAC validation failureShardul Bankar1-1/+1
2026-05-05mptcp: use MPJoinSynAckHMacFailure for SynAck HMAC failureShardul Bankar1-1/+1
2026-04-10net: use get_random_u{16,32,64}() where appropriateDavid Carlier1-2/+2
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+9
2026-04-09mptcp: fix slab-use-after-free in __inet_lookup_establishedJiayuan Chen1-6/+9
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+5
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-2/+4
2026-02-25tcp: make tcp_v{4,6}_send_check() staticEric Dumazet1-1/+0
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-20tcp: fix potential race in tcp_v6_syn_recv_sock()Eric Dumazet1-2/+4
2026-02-05mptcp: consolidate rcv space initPaolo Abeni1-2/+0
2025-12-23mptcp: fallback earlier on simult connectionPaolo Abeni1-6/+0
2025-11-25mptcp: cleanup fallback dummy mapping generationPaolo Abeni1-1/+7
2025-11-25mptcp: cleanup fallback data fin receptionPaolo Abeni1-1/+3
2025-11-25mptcp: fix memcg accounting for passive socketsPaolo Abeni1-0/+10
2025-11-25mptcp: factor-out cgroup data inherit helperPaolo Abeni1-8/+12
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+8
2025-11-13mptcp: Disallow MPTCP subflows from sockmapJiayuan Chen1-0/+8
2025-11-05net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-05net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2025-09-16mptcp: set remote_deny_join_id0 on SYN recvMatthieu Baerts (NGI0)1-0/+4
2025-08-20mptcp: Fix up subflow's memcg when CONFIG_SOCK_CGROUP_DATA=n.Kuniyuki Iwashima1-8/+3
2025-07-25mptcp: remove pr_fallback()Paolo Abeni1-4/+0
2025-07-25mptcp: track fallbacks accurately via mibsPaolo Abeni1-5/+7
2025-07-16mptcp: plug races between subflow fail and subflow creationPaolo Abeni1-5/+14
2025-07-16mptcp: make fallback action and fallback decision atomicPaolo Abeni1-6/+5
2025-04-15mptcp: add MPJoinRejected MIB counterMatthieu Baerts (NGI0)1-0/+2
2025-04-15mptcp: pass right struct to subflow_hmac_validMatthieu Baerts (NGI0)1-7/+3
2025-04-09mptcp: only inc MPJoinAckHMacFailure for HMAC failuresMatthieu Baerts (NGI0)1-2/+6
2025-04-01mptcp: fix NULL pointer in can_accept_new_subflowGang Yan1-7/+8
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-18/+2
2025-02-26mptcp: reset when MPTCP opts are dropped after joinMatthieu Baerts (NGI0)1-14/+1
2025-02-22net: better track kernel sockets lifetimeEric Dumazet1-4/+1
2025-02-20mptcp: drop __mptcp_fastopen_gen_msk_ackseq()Paolo Abeni1-3/+0
2025-02-20mptcp: consolidate subflow cleanupPaolo Abeni1-15/+18
2024-11-09mptcp: remove the redundant assignment of 'new_ctx->tcp_sock' in subflow_ulp_...MoYuanhao1-1/+0
2024-10-29mptcp: use "middlebox interference" RST when no DSSDavide Caratti1-4/+8
2024-10-29mptcp: annotate data-races around subflow->fully_establishedGang Yan1-2/+2
2024-10-15mptcp: prevent MPC handshake on port-based signal endpointsPaolo Abeni1-0/+11
2024-10-10mptcp: fallback when MPTCP opts are dropped after 1st dataMatthieu Baerts (NGI0)1-1/+1
2024-10-10mptcp: handle consistently DSS corruptionPaolo Abeni1-1/+3
2024-09-12mptcp: disable active MPTCP in case of blackholeMatthieu Baerts (NGI0)1-0/+4
2024-09-04mptcp: MIB counters for sent MP_JOINMatthieu Baerts (NGI0)1-3/+18
2024-09-04mptcp: pm: reduce entries iterations on connectMatthieu Baerts (NGI0)1-11/+18
2024-08-28mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)1-24/+24
2024-08-28mptcp: close subflow when receiving TCP+FINMatthieu Baerts (NGI0)1-2/+6
2024-08-01mptcp: fix duplicate data handlingPaolo Abeni1-4/+12
2024-07-30mptcp: pm: fix backup support in signal endpointsMatthieu Baerts (NGI0)1-0/+3
2024-07-30mptcp: mib: count MPJ with backup flagMatthieu Baerts (NGI0)1-0/+6