summaryrefslogtreecommitdiff
path: root/net/mptcp
AgeCommit message (Expand)Author
2024-08-01mptcp: fix duplicate data handlingPaolo Abeni
2024-08-01mptcp: fix bad RCVPRUNED mib accountingPaolo Abeni
2024-07-30mptcp: pm: fix backup support in signal endpointsMatthieu Baerts (NGI0)
2024-07-30mptcp: mib: count MPJ with backup flagMatthieu Baerts (NGI0)
2024-07-30mptcp: pm: only set request_bkup flag when sending MP_PRIOMatthieu Baerts (NGI0)
2024-07-30mptcp: distinguish rcv vs sent backup flag in requestsMatthieu Baerts (NGI0)
2024-07-30mptcp: sched: check both directions for backupMatthieu Baerts (NGI0)
2024-07-29mptcp: fix NL PM announced address accountingPaolo Abeni
2024-07-29mptcp: fix user-space PM announced address accountingPaolo Abeni
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-10mptcp: pm: update add_addr counters after connectYonglongLi
2024-06-10mptcp: pm: inc RmAddr MIB counter once per RM_ADDR IDYonglongLi
2024-06-10mptcp: ensure snd_una is properly initialized on connectPaolo Abeni
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-06mptcp: refer to 'MPTCP' socket in commentsDavide Caratti
2024-06-06mptcp: add mptcp_space_from_win helperGeliang Tang
2024-06-06mptcp: use mptcp_win_from_space helperGeliang Tang
2024-06-05mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTABJason Xing
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-13mptcp: include inet_common in mib.hMatthieu Baerts (NGI0)
2024-05-13mptcp: move mptcp_pm_gen.h's includeMatthieu Baerts (NGI0)
2024-05-13mptcp: remove unnecessary else statementsMatthieu Baerts (NGI0)
2024-05-13mptcp: prefer strscpy over strcpyMatthieu Baerts (NGI0)
2024-05-13mptcp: add net.mptcp.available_schedulersGregory Detal
2024-05-13mptcp: sockopt: info: stop early if no bufferMatthieu Baerts (NGI0)
2024-05-13mptcp: fix full TCP keep-alive supportMatthieu Baerts (NGI0)
2024-05-13mptcp: SO_KEEPALIVE: fix getsockopt supportMatthieu Baerts (NGI0)
2024-05-13net: change proto and proto_ops accept typeJens Axboe
2024-05-13tcp: socket option to check for MPTCP fallback to TCPMatthieu Baerts (NGI0)
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-07mptcp: only allow set existing scheduler for net.mptcp.schedulerGregory Detal
2024-05-07mptcp: fix possible NULL dereferencesEric Dumazet
2024-05-06mptcp: fix typos in commentsShi-Sheng Yang
2024-05-03net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-30mptcp: ensure snd_nxt is properly initialized on connectPaolo Abeni
2024-04-30net: move sysctl_max_skb_frags to net_hotdataEric Dumazet
2024-04-26mptcp: introducing a helper into active reset logicJason Xing
2024-04-26mptcp: support rstreason for passive resetJason Xing
2024-04-26rstreason: prepare for active resetJason Xing
2024-04-26rstreason: prepare for passive resetJason Xing
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh
2024-04-11mptcp: add last time fields in mptcp_infoGeliang Tang
2024-04-09tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()Eric Dumazet
2024-04-08mptcp: add reset reason options in some placesJason Xing
2024-04-05tcp: annotate data-races around tp->window_clampEric Dumazet
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-01inet: preserve const qualifier in inet_csk()Eric Dumazet
2024-04-01mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti