summaryrefslogtreecommitdiff
path: root/net/mptcp
AgeCommit message (Expand)AuthorFilesLines
2024-08-14mptcp: correct MPTCP_SUBFLOW_ATTR_SSN_OFFSET reserved sizeEugene Syromiatnikov1-1/+1
2024-08-02mptcp: pm: do not ignore 'subflow' if 'signal' flag is also setMatthieu Baerts (NGI0)1-4/+12
2024-08-02mptcp: pm: don't try to create sf if alloc failedMatthieu Baerts (NGI0)1-4/+6
2024-08-02mptcp: pm: reduce indentation blocksMatthieu Baerts (NGI0)1-8/+11
2024-08-02mptcp: pm: deny endp with signal + subflow + portMatthieu Baerts (NGI0)1-2/+2
2024-08-02mptcp: fully established after ADD_ADDR echo on MPJMatthieu Baerts (NGI0)1-1/+2
2024-08-01mptcp: fix duplicate data handlingPaolo Abeni1-4/+12
2024-08-01mptcp: fix bad RCVPRUNED mib accountingPaolo Abeni1-4/+4
2024-07-30mptcp: pm: fix backup support in signal endpointsMatthieu Baerts (NGI0)5-0/+54
2024-07-30mptcp: mib: count MPJ with backup flagMatthieu Baerts (NGI0)3-0/+10
2024-07-30mptcp: pm: only set request_bkup flag when sending MP_PRIOMatthieu Baerts (NGI0)1-1/+0
2024-07-30mptcp: distinguish rcv vs sent backup flag in requestsMatthieu Baerts (NGI0)3-1/+3
2024-07-30mptcp: sched: check both directions for backupMatthieu Baerts (NGI0)1-4/+6
2024-07-29mptcp: fix NL PM announced address accountingPaolo Abeni1-4/+6
2024-07-29mptcp: fix user-space PM announced address accountingPaolo Abeni1-4/+13
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-2/+2
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+15
2024-06-11mptcp: pm: update add_addr counters after connectYonglongLi1-6/+10
2024-06-11mptcp: pm: inc RmAddr MIB counter once per RM_ADDR IDYonglongLi1-1/+4
2024-06-11mptcp: ensure snd_una is properly initialized on connectPaolo Abeni1-0/+1
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+7
2024-06-06mptcp: refer to 'MPTCP' socket in commentsDavide Caratti2-3/+3
2024-06-06mptcp: add mptcp_space_from_win helperGeliang Tang3-2/+7
2024-06-06mptcp: use mptcp_win_from_space helperGeliang Tang1-1/+1
2024-06-05mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTABJason Xing1-2/+7
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds1-6/+5
2024-05-14mptcp: include inet_common in mib.hMatthieu Baerts (NGI0)1-0/+2
2024-05-14mptcp: move mptcp_pm_gen.h's includeMatthieu Baerts (NGI0)3-2/+2
2024-05-14mptcp: remove unnecessary else statementsMatthieu Baerts (NGI0)1-15/+17
2024-05-14mptcp: prefer strscpy over strcpyMatthieu Baerts (NGI0)3-4/+5
2024-05-14mptcp: add net.mptcp.available_schedulersGregory Detal3-1/+49
2024-05-14mptcp: sockopt: info: stop early if no bufferMatthieu Baerts (NGI0)1-0/+4
2024-05-14mptcp: fix full TCP keep-alive supportMatthieu Baerts (NGI0)2-0/+61
2024-05-14mptcp: SO_KEEPALIVE: fix getsockopt supportMatthieu Baerts (NGI0)1-2/+0
2024-05-14net: change proto and proto_ops accept typeJens Axboe1-6/+5
2024-05-14tcp: socket option to check for MPTCP fallback to TCPMatthieu Baerts (NGI0)1-0/+2
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+38
2024-05-08mptcp: only allow set existing scheduler for net.mptcp.schedulerGregory Detal1-1/+38
2024-05-08mptcp: fix possible NULL dereferencesEric Dumazet1-15/+17
2024-05-07mptcp: fix typos in commentsShi-Sheng Yang1-2/+2
2024-05-03net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados1-1/+0
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2024-05-01mptcp: ensure snd_nxt is properly initialized on connectPaolo Abeni1-0/+3
2024-05-01net: move sysctl_max_skb_frags to net_hotdataEric Dumazet1-1/+2
2024-04-26mptcp: introducing a helper into active reset logicJason Xing3-7/+14
2024-04-26mptcp: support rstreason for passive resetJason Xing2-5/+44
2024-04-26rstreason: prepare for active resetJason Xing2-3/+6
2024-04-26rstreason: prepare for passive resetJason Xing1-3/+5
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh1-1/+1
2024-04-11mptcp: add last time fields in mptcp_infoGeliang Tang4-5/+22