summaryrefslogtreecommitdiff
path: root/net/mptcp
AgeCommit message (Expand)Author
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
2024-04-01mptcp: prevent BPF accessing lowat from a subflow socket.Paolo Abeni
2024-03-11mptcp: annotate a data-race around sysctl_tcp_wmem[0]Jason Xing
2024-03-06mptcp: drop lookup_by_id in lookup_addrGeliang Tang
2024-03-06mptcp: set error messages for set_flagsGeliang Tang
2024-03-06mptcp: update set_flags interfacesGeliang Tang
2024-03-06mptcp: drop duplicate header inclusionsGeliang Tang
2024-03-04mptcp: get addr in userspace pm listGeliang Tang
2024-03-04mptcp: implement mptcp_userspace_pm_get_addrGeliang Tang
2024-03-04mptcp: add userspace_pm_lookup_addr_by_id helperGeliang Tang
2024-03-04mptcp: check userspace pm flagsGeliang Tang
2024-03-04mptcp: dump addrs in userspace pm listGeliang Tang
2024-03-04mptcp: add token for get-addr in yamlGeliang Tang
2024-03-04mptcp: implement mptcp_userspace_pm_dump_addrGeliang Tang
2024-03-04mptcp: export mptcp_genl_family & mptcp_nl_fill_addrGeliang Tang
2024-03-04mptcp: make pm_remove_addrs_and_subflows staticGeliang Tang
2024-03-04mptcp: cleanup SOL_TCP handlingPaolo Abeni
2024-03-04mptcp: implement TCP_NOTSENT_LOWAT supportPaolo Abeni
2024-03-04mptcp: avoid some duplicate code in socket option handlingPaolo Abeni
2024-03-04mptcp: cleanup writer wake-upPaolo Abeni