summaryrefslogtreecommitdiff
path: root/net/mptcp
AgeCommit message (Expand)AuthorFilesLines
2024-09-18mptcp: pm: Fix uaf in __timer_delete_syncEdward Adam Davis1-4/+9
2024-09-08mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)9-107/+107
2024-09-08mptcp: avoid duplicated SUB_CLOSED eventsMatthieu Baerts (NGI0)2-1/+8
2024-09-08mptcp: pm: fix RM_ADDR ID for the initial subflowMatthieu Baerts (NGI0)1-13/+15
2024-09-08mptcp: make pm_remove_addrs_and_subflows staticGeliang Tang2-4/+2
2024-09-04mptcp: pm: ADD_ADDR 0 is not a new addressMatthieu Baerts (NGI0)3-1/+14
2024-09-04mptcp: pm: fix ID 0 endp usage after multiple re-creationsMatthieu Baerts (NGI0)1-2/+5
2024-09-04mptcp: pm: do not remove already closed subflowsMatthieu Baerts (NGI0)1-0/+2
2024-09-04mptcp: pm: send ACK on an active subflowMatthieu Baerts (NGI0)1-3/+6
2024-09-04mptcp: pm: reset MPC endp ID when re-addedMatthieu Baerts (NGI0)1-2/+11
2024-09-04mptcp: pm: skip connecting to already established sfMatthieu Baerts (NGI0)1-3/+6
2024-09-04mptcp: pm: reuse ID 0 after delete and re-addMatthieu Baerts (NGI0)1-0/+10
2024-09-04mptcp: sched: check both backup in retransMatthieu Baerts (NGI0)1-1/+1
2024-09-04mptcp: close subflow when receiving TCP+FINMatthieu Baerts (NGI0)2-3/+10
2024-08-29mptcp: pm: avoid possible UaF when selecting endpMatthieu Baerts (NGI0)1-30/+34
2024-08-29mptcp: pm: fullmesh: select the right ID laterMatthieu Baerts (NGI0)1-1/+10
2024-08-29mptcp: pm: only in-kernel cannot have entries with ID 0Matthieu Baerts (NGI0)2-3/+4
2024-08-29mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDRMatthieu Baerts (NGI0)1-2/+2
2024-08-29mptcp: pm: only decrement add_addr_accepted for MPJ reqMatthieu Baerts (NGI0)1-2/+6
2024-08-29mptcp: pm: only mark 'subflow' endp as availableMatthieu Baerts (NGI0)1-9/+17
2024-08-29mptcp: pm: remove mptcp_pm_remove_subflow()Matthieu Baerts (NGI0)3-22/+7
2024-08-29mptcp: pm: re-using ID of unused flushed subflowsMatthieu Baerts (NGI0)1-0/+7
2024-08-29mptcp: pm: re-using ID of unused removed subflowsMatthieu Baerts (NGI0)1-1/+10
2024-08-29mptcp: pm: re-using ID of unused removed ADD_ADDRMatthieu Baerts (NGI0)1-1/+4
2024-08-29mptcp: correct MPTCP_SUBFLOW_ATTR_SSN_OFFSET reserved sizeEugene Syromiatnikov1-1/+1
2024-08-14mptcp: pm: do not ignore 'subflow' if 'signal' flag is also setMatthieu Baerts (NGI0)1-4/+12
2024-08-14mptcp: pm: don't try to create sf if alloc failedMatthieu Baerts (NGI0)1-4/+6
2024-08-14mptcp: pm: reduce indentation blocksMatthieu Baerts (NGI0)1-8/+11
2024-08-14mptcp: pm: deny endp with signal + subflow + portMatthieu Baerts (NGI0)1-2/+2
2024-08-14mptcp: pm: fix backup support in signal endpointsMatthieu Baerts (NGI0)5-0/+54
2024-08-14mptcp: fully established after ADD_ADDR echo on MPJMatthieu Baerts (NGI0)1-1/+2
2024-08-11mptcp: prevent BPF accessing lowat from a subflow socket.Paolo Abeni1-0/+4
2024-08-11mptcp: fix duplicate data handlingPaolo Abeni1-4/+12
2024-08-11mptcp: pm: only set request_bkup flag when sending MP_PRIOMatthieu Baerts (NGI0)1-1/+0
2024-08-11mptcp: fix bad RCVPRUNED mib accountingPaolo Abeni1-4/+4
2024-08-11mptcp: mib: count MPJ with backup flagMatthieu Baerts (NGI0)3-0/+10
2024-08-11mptcp: fix NL PM announced address accountingPaolo Abeni1-4/+6
2024-08-11mptcp: distinguish rcv vs sent backup flag in requestsMatthieu Baerts (NGI0)3-1/+3
2024-08-11mptcp: fix user-space PM announced address accountingPaolo Abeni1-4/+13
2024-08-11mptcp: sched: check both directions for backupMatthieu Baerts (NGI0)1-4/+6
2024-08-11tcp: annotate data-races around tp->window_clampEric Dumazet2-2/+2
2024-08-11mptcp: give rcvlowat some lovePaolo Abeni4-15/+83
2024-06-21mptcp: pm: update add_addr counters after connectYonglongLi1-6/+10
2024-06-21mptcp: pm: inc RmAddr MIB counter once per RM_ADDR IDYonglongLi1-1/+4
2024-06-21mptcp: ensure snd_una is properly initialized on connectPaolo Abeni1-0/+1
2024-06-21mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTABJason Xing1-2/+7
2024-06-16mptcp: fix full TCP keep-alive supportMatthieu Baerts (NGI0)2-0/+61
2024-06-16mptcp: cleanup SOL_TCP handlingPaolo Abeni1-35/+26
2024-06-16mptcp: avoid some duplicate code in socket option handlingPaolo Abeni1-12/+8
2024-06-12mptcp: SO_KEEPALIVE: fix getsockopt supportMatthieu Baerts (NGI0)1-2/+0