summaryrefslogtreecommitdiff
path: root/net/mptcp
AgeCommit message (Expand)AuthorFilesLines
14 daysMerge 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
2024-04-09tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()Eric Dumazet1-4/+6
2024-04-08mptcp: add reset reason options in some placesJason Xing1-5/+15
2024-04-06tcp: annotate data-races around tp->window_clampEric Dumazet2-2/+2
2024-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+6
2024-04-02inet: preserve const qualifier in inet_csk()Eric Dumazet1-1/+1
2024-04-02mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti2-2/+2
2024-04-02mptcp: prevent BPF accessing lowat from a subflow socket.Paolo Abeni1-0/+4
2024-03-11mptcp: annotate a data-race around sysctl_tcp_wmem[0]Jason Xing1-1/+1
2024-03-07mptcp: drop lookup_by_id in lookup_addrGeliang Tang1-7/+5
2024-03-07mptcp: set error messages for set_flagsGeliang Tang2-3/+12
2024-03-07mptcp: update set_flags interfacesGeliang Tang4-52/+58
2024-03-07mptcp: drop duplicate header inclusionsGeliang Tang6-9/+0
2024-03-04mptcp: get addr in userspace pm listGeliang Tang3-1/+15
2024-03-04mptcp: implement mptcp_userspace_pm_get_addrGeliang Tang2-0/+76
2024-03-04mptcp: add userspace_pm_lookup_addr_by_id helperGeliang Tang1-15/+16
2024-03-04mptcp: check userspace pm flagsGeliang Tang1-5/+10
2024-03-04mptcp: dump addrs in userspace pm listGeliang Tang3-2/+20
2024-03-04mptcp: add token for get-addr in yamlGeliang Tang2-4/+5
2024-03-04mptcp: implement mptcp_userspace_pm_dump_addrGeliang Tang2-0/+62
2024-03-04mptcp: export mptcp_genl_family & mptcp_nl_fill_addrGeliang Tang2-6/+7
2024-03-04mptcp: make pm_remove_addrs_and_subflows staticGeliang Tang2-4/+2
2024-03-04mptcp: cleanup SOL_TCP handlingPaolo Abeni1-45/+30
2024-03-04mptcp: implement TCP_NOTSENT_LOWAT supportPaolo Abeni3-6/+73
2024-03-04mptcp: avoid some duplicate code in socket option handlingPaolo Abeni1-12/+8
2024-03-04mptcp: cleanup writer wake-upPaolo Abeni2-22/+9