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
2023-09-08
Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-8
/
+15
2023-09-01
mptcp: annotate data-races around msk->rmem_fwd_alloc
Eric Dumazet
1
-6
/
+13
2023-09-01
net: annotate data-races around sk->sk_forward_alloc
Eric Dumazet
1
-3
/
+3
2023-08-30
Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-1
/
+2
2023-08-23
mptcp: register default scheduler
Geliang Tang
3
-22
/
+35
2023-08-23
mptcp: use get_retrans wrapper
Geliang Tang
2
-28
/
+43
2023-08-23
mptcp: use get_send wrapper
Geliang Tang
2
-45
/
+81
2023-08-23
mptcp: add scheduler wrappers
Geliang Tang
3
-2
/
+54
2023-08-23
mptcp: add scheduled in mptcp_subflow_context
Geliang Tang
2
-0
/
+9
2023-08-23
mptcp: add sched in mptcp_sock
Geliang Tang
3
-0
/
+45
2023-08-23
mptcp: add a new sysctl scheduler
Geliang Tang
2
-0
/
+15
2023-08-23
mptcp: add struct mptcp_sched_ops
Geliang Tang
3
-1
/
+60
2023-08-23
mptcp: drop last_snd and MPTCP_RESET_SCHEDULER
Geliang Tang
4
-23
/
+2
2023-08-23
mptcp: refactor push_pending logic
Geliang Tang
1
-72
/
+81
2023-08-17
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+15
2023-08-16
bpf: Add update_socket_protocol hook
Geliang Tang
1
-0
/
+15
2023-08-16
inet: move inet->defer_connect to inet->inet_flags
Eric Dumazet
1
-4
/
+6
2023-08-16
inet: move inet->transparent to inet->inet_flags
Eric Dumazet
1
-6
/
+5
2023-08-16
inet: move inet->freebind to inet->inet_flags
Eric Dumazet
1
-3
/
+4
2023-08-16
networking: Update to register_net_sysctl_sz
Joel Granados
1
-1
/
+2
2023-08-14
mptcp: Remove unnecessary test for __mptcp_init_sock()
Kuniyuki Iwashima
1
-7
/
+2
2023-08-14
mptcp: get rid of msk->subflow
Paolo Abeni
2
-26
/
+12
2023-08-14
mptcp: change the mpc check helper to return a sk
Paolo Abeni
4
-55
/
+38
2023-08-14
mptcp: avoid ssock usage in mptcp_pm_nl_create_listen_socket()
Paolo Abeni
1
-9
/
+15
2023-08-14
mptcp: avoid additional indirection in sockopt
Paolo Abeni
1
-12
/
+16
2023-08-14
mptcp: avoid unneeded indirection in mptcp_stream_accept()
Paolo Abeni
1
-19
/
+10
2023-08-14
mptcp: avoid additional indirection in mptcp_poll()
Paolo Abeni
1
-3
/
+3
2023-08-14
mptcp: avoid additional indirection in mptcp_listen()
Paolo Abeni
1
-4
/
+9
2023-08-14
mptcp: mptcp: avoid additional indirection in mptcp_bind()
Paolo Abeni
1
-5
/
+12
2023-08-14
mptcp: avoid subflow socket usage in mptcp_get_port()
Paolo Abeni
1
-5
/
+3
2023-08-14
mptcp: avoid additional __inet_stream_connect() call
Paolo Abeni
1
-16
/
+33
2023-08-14
mptcp: avoid unneeded mptcp_token_destroy() calls
Paolo Abeni
1
-2
/
+2
2023-08-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-32
/
+31
2023-08-10
net: annotate data-races around sock->ops
Eric Dumazet
1
-4
/
+4
2023-08-05
mptcp: fix disconnect vs accept race
Paolo Abeni
2
-30
/
+29
2023-08-05
mptcp: avoid bogus reset on fallback close
Paolo Abeni
1
-1
/
+1
2023-08-05
mptcp: fix the incorrect judgment for msk->cb_flags
Xiang Yang
1
-1
/
+1
2023-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-07-29
net: annotate data-races around sk->sk_mark
Eric Dumazet
1
-1
/
+1
2023-07-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+1
2023-07-27
mptcp: more accurate NL event generation
Paolo Abeni
1
-2
/
+1
2023-07-25
mptcp: fix rcv buffer auto-tuning
Paolo Abeni
3
-10
/
+15
2023-07-24
ipv6: remove hard coded limitation on ipv6_pinfo
Eric Dumazet
1
-0
/
+1
2023-07-05
mptcp: do not rely on implicit state check in mptcp_listen()
Paolo Abeni
1
-0
/
+5
2023-07-05
mptcp: ensure subflow is unhashed before cleaning the backlog
Paolo Abeni
1
-1
/
+1
2023-06-29
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
10
-130
/
+347
2023-06-28
Merge tag 'selinux-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+6
2023-06-25
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
1
-2
/
+0
2023-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-107
/
+76
2023-06-22
mptcp: pass addr to mptcp_pm_alloc_anno_list
Geliang Tang
3
-6
/
+6
[next]