summaryrefslogtreecommitdiff
path: root/net/mptcp
AgeCommit message (Expand)AuthorFilesLines
2025-03-29mptcp: Fix data stream corruption in the address announcementArthur Mongodin1-2/+4
2025-03-22mptcp: safety check before fallbackMatthieu Baerts (NGI0)1-0/+2
2025-03-13mptcp: fix 'scheduling while atomic' in mptcp_pm_nl_append_new_local_addrKrister Johansen1-3/+15
2025-03-07mptcp: reset when MPTCP opts are dropped after joinMatthieu Baerts (NGI0)1-14/+1
2025-03-07mptcp: always handle address removal under msk socket lockPaolo Abeni1-5/+0
2025-02-17mptcp: prevent excessive coalescing on receivePaolo Abeni1-0/+1
2025-02-08mptcp: blackhole only if 1st SYN retrans w/o MPC is acceptedMatthieu Baerts (NGI0)1-2/+2
2025-02-08mptcp: handle fastopen disconnect correctlyPaolo Abeni1-1/+3
2025-02-08mptcp: pm: only set fullmesh for subflow endpMatthieu Baerts (NGI0)1-1/+2
2025-02-08mptcp: consolidate suboption statusPaolo Abeni2-22/+21
2025-01-23mptcp: fix spurious wake-up on under memory pressurePaolo Abeni1-2/+7
2025-01-23mptcp: be sure to send ack when mptcp-level window re-opensPaolo Abeni1-2/+4
2025-01-17mptcp: sysctl: blackhole timeout: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+3
2025-01-17mptcp: sysctl: sched: avoid using current->nsproxyMatthieu Baerts (NGI0)1-6/+5
2025-01-17mptcp: sysctl: avail sched: remove write accessMatthieu Baerts (NGI0)1-1/+1
2025-01-09mptcp: don't always assume copied data in mptcp_cleanup_rbuf()Paolo Abeni1-9/+9
2025-01-09mptcp: fix recvbuffer adjust on sleeping rcvmsgPaolo Abeni1-3/+3
2025-01-09mptcp: fix TCP options overflow.Paolo Abeni1-0/+7
2024-12-14mptcp: fix possible integer overflow in mptcp_reset_tout_timerDmitry Kandybka1-2/+2
2024-12-14mptcp: annotate data-races around subflow->fully_establishedGang Yan5-9/+9
2024-11-14mptcp: pm: use _rcu variant under rcu_read_lockMatthieu Baerts (NGI0)1-1/+2
2024-11-14mptcp: hold pm lock when deleting entryGeliang Tang1-0/+3
2024-11-14mptcp: update local address flags when setting itGeliang Tang1-0/+12
2024-11-12mptcp: cope racing subflow creation in mptcp_rcv_space_adjustPaolo Abeni1-1/+2
2024-11-12mptcp: error out earlier on disconnectPaolo Abeni1-4/+9
2024-11-06mptcp: use sock_kfree_s instead of kfreeGeliang Tang1-1/+2
2024-11-06mptcp: no admin perm to list endpointsMatthieu Baerts (NGI0)1-1/+0
2024-10-29mptcp: init: protect sched with rcu_read_lockMatthieu Baerts (NGI0)1-0/+2
2024-10-17mptcp: pm: fix UaF read in mptcp_pm_nl_rm_addr_or_subflowMatthieu Baerts (NGI0)1-1/+1
2024-10-15mptcp: prevent MPC handshake on port-based signal endpointsPaolo Abeni5-0/+15
2024-10-10mptcp: pm: do not remove closing subflowsMatthieu Baerts (NGI0)1-1/+2
2024-10-10mptcp: fallback when MPTCP opts are dropped after 1st dataMatthieu Baerts (NGI0)1-1/+1
2024-10-10mptcp: handle consistently DSS corruptionPaolo Abeni4-4/+28
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+9
2024-09-12mptcp: pm: Fix uaf in __timer_delete_syncEdward Adam Davis1-4/+9
2024-09-12mptcp: disable active MPTCP in case of blackholeMatthieu Baerts (NGI0)6-8/+140
2024-09-12mptcp: fallback to TCP after SYN+MPC dropsMatthieu Baerts (NGI0)3-0/+22
2024-09-12mptcp: export mptcp_subflow_early_fallback()Matthieu Baerts (NGI0)2-7/+8
2024-09-04mptcp: MIB counters for sent MP_JOINMatthieu Baerts (NGI0)3-3/+26
2024-09-04mptcp: pm: reduce entries iterations on connectMatthieu Baerts (NGI0)5-100/+62
2024-09-04mptcp: pm: rename helpers linked to 'flush'Matthieu Baerts (NGI0)1-6/+6
2024-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-136/+195
2024-08-29mptcp: pm: ADD_ADDR 0 is not a new addressMatthieu Baerts (NGI0)3-1/+14
2024-08-29mptcp: avoid duplicated SUB_CLOSED eventsMatthieu Baerts (NGI0)2-1/+8
2024-08-29mptcp: pm: fix ID 0 endp usage after multiple re-creationsMatthieu Baerts (NGI0)1-2/+5
2024-08-29mptcp: pm: do not remove already closed subflowsMatthieu Baerts (NGI0)1-0/+2
2024-08-29mptcp: pm: reset MPC endp ID when re-addedMatthieu Baerts (NGI0)1-2/+11
2024-08-29mptcp: pm: skip connecting to already established sfMatthieu Baerts (NGI0)1-3/+6
2024-08-29mptcp: pm: send ACK on an active subflowMatthieu Baerts (NGI0)1-3/+6