summaryrefslogtreecommitdiffstats
path: root/net/mptcp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mptcp: move mptcp_pm_gen.h's includeMatthieu Baerts (NGI0)2024-05-143-2/+2
* | mptcp: remove unnecessary else statementsMatthieu Baerts (NGI0)2024-05-141-15/+17
* | mptcp: prefer strscpy over strcpyMatthieu Baerts (NGI0)2024-05-143-4/+5
* | mptcp: add net.mptcp.available_schedulersGregory Detal2024-05-143-1/+49
* | mptcp: sockopt: info: stop early if no bufferMatthieu Baerts (NGI0)2024-05-141-0/+4
* | mptcp: fix full TCP keep-alive supportMatthieu Baerts (NGI0)2024-05-142-0/+61
* | mptcp: SO_KEEPALIVE: fix getsockopt supportMatthieu Baerts (NGI0)2024-05-141-2/+0
* | tcp: socket option to check for MPTCP fallback to TCPMatthieu Baerts (NGI0)2024-05-131-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-091-1/+38
|\
| * mptcp: only allow set existing scheduler for net.mptcp.schedulerGregory Detal2024-05-081-1/+38
* | mptcp: fix possible NULL dereferencesEric Dumazet2024-05-081-15/+17
* | mptcp: fix typos in commentsShi-Sheng Yang2024-05-071-2/+2
* | net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados2024-05-031-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-021-0/+3
|\|
| * mptcp: ensure snd_nxt is properly initialized on connectPaolo Abeni2024-05-011-0/+3
* | net: move sysctl_max_skb_frags to net_hotdataEric Dumazet2024-05-011-1/+2
* | mptcp: introducing a helper into active reset logicJason Xing2024-04-263-7/+14
* | mptcp: support rstreason for passive resetJason Xing2024-04-262-5/+44
* | rstreason: prepare for active resetJason Xing2024-04-262-3/+6
* | rstreason: prepare for passive resetJason Xing2024-04-261-3/+5
* | sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh2024-04-221-1/+1
* | mptcp: add last time fields in mptcp_infoGeliang Tang2024-04-114-5/+22
* | tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()Eric Dumazet2024-04-091-4/+6
* | mptcp: add reset reason options in some placesJason Xing2024-04-081-5/+15
* | tcp: annotate data-races around tp->window_clampEric Dumazet2024-04-062-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-053-2/+6
|\|
| * mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti2024-04-022-2/+2
| * mptcp: prevent BPF accessing lowat from a subflow socket.Paolo Abeni2024-04-021-0/+4