summaryrefslogtreecommitdiffstats
path: root/net/mptcp (follow)
Commit message (Expand)AuthorAgeFilesLines
* mptcp: pm: ADD_ADDR 0 is not a new addressMatthieu Baerts (NGI0)2024-08-293-1/+14
* mptcp: avoid duplicated SUB_CLOSED eventsMatthieu Baerts (NGI0)2024-08-292-1/+8
* mptcp: pm: fix ID 0 endp usage after multiple re-creationsMatthieu Baerts (NGI0)2024-08-291-2/+5
* mptcp: pm: do not remove already closed subflowsMatthieu Baerts (NGI0)2024-08-291-0/+2
* mptcp: pm: reset MPC endp ID when re-addedMatthieu Baerts (NGI0)2024-08-291-2/+11
* mptcp: pm: skip connecting to already established sfMatthieu Baerts (NGI0)2024-08-291-3/+6
* mptcp: pm: send ACK on an active subflowMatthieu Baerts (NGI0)2024-08-291-3/+6
* mptcp: pm: fix RM_ADDR ID for the initial subflowMatthieu Baerts (NGI0)2024-08-291-13/+15
* mptcp: pm: reuse ID 0 after delete and re-addMatthieu Baerts (NGI0)2024-08-291-0/+10
* mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)2024-08-279-107/+107
* mptcp: sched: check both backup in retransMatthieu Baerts (NGI0)2024-08-271-1/+1
* mptcp: close subflow when receiving TCP+FINMatthieu Baerts (NGI0)2024-08-272-3/+10
* mptcp: pm: avoid possible UaF when selecting endpMatthieu Baerts (NGI0)2024-08-211-30/+34
* mptcp: pm: fullmesh: select the right ID laterMatthieu Baerts (NGI0)2024-08-211-1/+10
* mptcp: pm: only in-kernel cannot have entries with ID 0Matthieu Baerts (NGI0)2024-08-212-3/+4
* mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDRMatthieu Baerts (NGI0)2024-08-211-2/+2
* mptcp: pm: only decrement add_addr_accepted for MPJ reqMatthieu Baerts (NGI0)2024-08-211-2/+6
* mptcp: pm: only mark 'subflow' endp as availableMatthieu Baerts (NGI0)2024-08-211-9/+17
* mptcp: pm: remove mptcp_pm_remove_subflow()Matthieu Baerts (NGI0)2024-08-213-22/+7
* mptcp: pm: re-using ID of unused flushed subflowsMatthieu Baerts (NGI0)2024-08-211-0/+7
* mptcp: pm: re-using ID of unused removed subflowsMatthieu Baerts (NGI0)2024-08-211-1/+10
* mptcp: pm: re-using ID of unused removed ADD_ADDRMatthieu Baerts (NGI0)2024-08-211-1/+4
* mptcp: correct MPTCP_SUBFLOW_ATTR_SSN_OFFSET reserved sizeEugene Syromiatnikov2024-08-141-1/+1
* mptcp: pm: do not ignore 'subflow' if 'signal' flag is also setMatthieu Baerts (NGI0)2024-08-021-4/+12
* mptcp: pm: don't try to create sf if alloc failedMatthieu Baerts (NGI0)2024-08-021-4/+6
* mptcp: pm: reduce indentation blocksMatthieu Baerts (NGI0)2024-08-021-8/+11
* mptcp: pm: deny endp with signal + subflow + portMatthieu Baerts (NGI0)2024-08-021-2/+2
* mptcp: fully established after ADD_ADDR echo on MPJMatthieu Baerts (NGI0)2024-08-021-1/+2
* mptcp: fix duplicate data handlingPaolo Abeni2024-08-011-4/+12
* mptcp: fix bad RCVPRUNED mib accountingPaolo Abeni2024-08-011-4/+4
* mptcp: pm: fix backup support in signal endpointsMatthieu Baerts (NGI0)2024-07-305-0/+54
* mptcp: mib: count MPJ with backup flagMatthieu Baerts (NGI0)2024-07-303-0/+10
* mptcp: pm: only set request_bkup flag when sending MP_PRIOMatthieu Baerts (NGI0)2024-07-301-1/+0
* mptcp: distinguish rcv vs sent backup flag in requestsMatthieu Baerts (NGI0)2024-07-303-1/+3
* mptcp: sched: check both directions for backupMatthieu Baerts (NGI0)2024-07-301-4/+6
* mptcp: fix NL PM announced address accountingPaolo Abeni2024-07-291-4/+6
* mptcp: fix user-space PM announced address accountingPaolo Abeni2024-07-291-4/+13
* sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-132-7/+15
|\
| * mptcp: pm: update add_addr counters after connectYonglongLi2024-06-111-6/+10
| * mptcp: pm: inc RmAddr MIB counter once per RM_ADDR IDYonglongLi2024-06-111-1/+4
| * mptcp: ensure snd_una is properly initialized on connectPaolo Abeni2024-06-111-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-061-2/+7
|\|
| * mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTABJason Xing2024-06-051-2/+7
* | mptcp: refer to 'MPTCP' socket in commentsDavide Caratti2024-06-062-3/+3
* | mptcp: add mptcp_space_from_win helperGeliang Tang2024-06-063-2/+7
* | mptcp: use mptcp_win_from_space helperGeliang Tang2024-06-061-1/+1
|/
* Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds2024-05-181-6/+5
|\
| * net: change proto and proto_ops accept typeJens Axboe2024-05-141-6/+5
* | mptcp: include inet_common in mib.hMatthieu Baerts (NGI0)2024-05-141-0/+2