index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mptcp
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-11
mptcp: pm: update add_addr counters after connect
YonglongLi
1
-6
/
+10
2024-06-11
mptcp: pm: inc RmAddr MIB counter once per RM_ADDR ID
YonglongLi
1
-1
/
+4
2024-06-11
mptcp: ensure snd_una is properly initialized on connect
Paolo Abeni
1
-0
/
+1
2024-06-05
mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTAB
Jason Xing
1
-2
/
+7
2024-05-18
Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linux
Linus Torvalds
1
-6
/
+5
2024-05-14
mptcp: include inet_common in mib.h
Matthieu Baerts (NGI0)
1
-0
/
+2
2024-05-14
mptcp: move mptcp_pm_gen.h's include
Matthieu Baerts (NGI0)
3
-2
/
+2
2024-05-14
mptcp: remove unnecessary else statements
Matthieu Baerts (NGI0)
1
-15
/
+17
2024-05-14
mptcp: prefer strscpy over strcpy
Matthieu Baerts (NGI0)
3
-4
/
+5
2024-05-14
mptcp: add net.mptcp.available_schedulers
Gregory Detal
3
-1
/
+49
2024-05-14
mptcp: sockopt: info: stop early if no buffer
Matthieu Baerts (NGI0)
1
-0
/
+4
2024-05-14
mptcp: fix full TCP keep-alive support
Matthieu Baerts (NGI0)
2
-0
/
+61
2024-05-14
mptcp: SO_KEEPALIVE: fix getsockopt support
Matthieu Baerts (NGI0)
1
-2
/
+0
2024-05-14
net: change proto and proto_ops accept type
Jens Axboe
1
-6
/
+5
2024-05-14
tcp: socket option to check for MPTCP fallback to TCP
Matthieu Baerts (NGI0)
1
-0
/
+2
2024-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+38
2024-05-08
mptcp: only allow set existing scheduler for net.mptcp.scheduler
Gregory Detal
1
-1
/
+38
2024-05-08
mptcp: fix possible NULL dereferences
Eric Dumazet
1
-15
/
+17
2024-05-07
mptcp: fix typos in comments
Shi-Sheng Yang
1
-2
/
+2
2024-05-03
net: Remove ctl_table sentinel elements from several networking subsystems
Joel Granados
1
-1
/
+0
2024-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2024-05-01
mptcp: ensure snd_nxt is properly initialized on connect
Paolo Abeni
1
-0
/
+3
2024-05-01
net: move sysctl_max_skb_frags to net_hotdata
Eric Dumazet
1
-1
/
+2
2024-04-26
mptcp: introducing a helper into active reset logic
Jason Xing
3
-7
/
+14
2024-04-26
mptcp: support rstreason for passive reset
Jason Xing
2
-5
/
+44
2024-04-26
rstreason: prepare for active reset
Jason Xing
2
-3
/
+6
2024-04-26
rstreason: prepare for passive reset
Jason Xing
1
-3
/
+5
2024-04-22
sysctl: treewide: constify ctl_table_header::ctl_table_arg
Thomas Weißschuh
1
-1
/
+1
2024-04-11
mptcp: add last time fields in mptcp_info
Geliang Tang
4
-5
/
+22
2024-04-09
tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()
Eric Dumazet
1
-4
/
+6
2024-04-08
mptcp: add reset reason options in some places
Jason Xing
1
-5
/
+15
2024-04-06
tcp: annotate data-races around tp->window_clamp
Eric Dumazet
2
-2
/
+2
2024-04-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-2
/
+6
2024-04-02
inet: preserve const qualifier in inet_csk()
Eric Dumazet
1
-1
/
+1
2024-04-02
mptcp: don't account accept() of non-MPC client as fallback to TCP
Davide Caratti
2
-2
/
+2
2024-04-02
mptcp: prevent BPF accessing lowat from a subflow socket.
Paolo Abeni
1
-0
/
+4
2024-03-11
mptcp: annotate a data-race around sysctl_tcp_wmem[0]
Jason Xing
1
-1
/
+1
2024-03-07
mptcp: drop lookup_by_id in lookup_addr
Geliang Tang
1
-7
/
+5
2024-03-07
mptcp: set error messages for set_flags
Geliang Tang
2
-3
/
+12
2024-03-07
mptcp: update set_flags interfaces
Geliang Tang
4
-52
/
+58
2024-03-07
mptcp: drop duplicate header inclusions
Geliang Tang
6
-9
/
+0
2024-03-04
mptcp: get addr in userspace pm list
Geliang Tang
3
-1
/
+15
2024-03-04
mptcp: implement mptcp_userspace_pm_get_addr
Geliang Tang
2
-0
/
+76
2024-03-04
mptcp: add userspace_pm_lookup_addr_by_id helper
Geliang Tang
1
-15
/
+16
2024-03-04
mptcp: check userspace pm flags
Geliang Tang
1
-5
/
+10
2024-03-04
mptcp: dump addrs in userspace pm list
Geliang Tang
3
-2
/
+20
2024-03-04
mptcp: add token for get-addr in yaml
Geliang Tang
2
-4
/
+5
2024-03-04
mptcp: implement mptcp_userspace_pm_dump_addr
Geliang Tang
2
-0
/
+62
2024-03-04
mptcp: export mptcp_genl_family & mptcp_nl_fill_addr
Geliang Tang
2
-6
/
+7
2024-03-04
mptcp: make pm_remove_addrs_and_subflows static
Geliang Tang
2
-4
/
+2
[next]