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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-25
flow_offload: Move rhashtable inclusion to the source file
Herbert Xu
2
-1
/
+1
2020-07-25
SUNRPC: Fix ("SUNRPC: Add "@len" parameter to gss_unwrap()")
Chuck Lever
2
-2
/
+1
2020-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2
-31
/
+22
2020-07-24
net: dsa: stop overriding master's ndo_get_phys_port_name
Vladimir Oltean
2
-17
/
+0
2020-07-23
tcp: allow at most one TLP probe per flight
Yuchung Cheng
2
-10
/
+14
2020-07-23
AX.25: Prevent integer overflows in connect and sendmsg
Dan Carpenter
1
-1
/
+4
2020-07-23
l2tp: cleanup kzalloc calls
Tom Parkin
1
-2
/
+2
2020-07-23
l2tp: cleanup netlink tunnel create address handling
Tom Parkin
1
-24
/
+33
2020-07-23
l2tp: cleanup netlink send of tunnel address information
Tom Parkin
1
-56
/
+70
2020-07-23
l2tp: check socket address type in l2tp_dfs_seq_tunnel_show
Tom Parkin
1
-3
/
+5
2020-07-23
l2tp: cleanup unnecessary braces in if statements
Tom Parkin
2
-17
/
+12
2020-07-23
l2tp: cleanup comparisons to NULL
Tom Parkin
6
-48
/
+47
2020-07-23
net/ncsi: use eth_zero_addr() to clear mac address
Miaohe Lin
1
-1
/
+1
2020-07-23
subflow: introduce and use mptcp_can_accept_new_subflow()
Paolo Abeni
1
-0
/
+7
2020-07-23
subflow: use rsk_ops->send_reset()
Paolo Abeni
1
-1
/
+1
2020-07-23
subflow: explicitly check for plain tcp rsk
Paolo Abeni
1
-1
/
+1
2020-07-23
mptcp: cleanup subflow_finish_connect()
Paolo Abeni
1
-31
/
+25
2020-07-23
mptcp: explicitly track the fully established status
Paolo Abeni
4
-9
/
+31
2020-07-23
mptcp: mark as fallback even early ones
Paolo Abeni
1
-2
/
+9
2020-07-23
mptcp: avoid data corruption on reinsert
Paolo Abeni
1
-1
/
+6
2020-07-23
subflow: always init 'rel_write_seq'
Paolo Abeni
2
-1
/
+1
2020-07-23
l2tp: avoid precidence issues in L2TP_SKB_CB macro
Tom Parkin
1
-1
/
+1
2020-07-23
l2tp: line-break long function prototypes
Tom Parkin
1
-2
/
+4
2020-07-23
l2tp: prefer seq_puts for unformatted output
Tom Parkin
1
-2
/
+2
2020-07-23
l2tp: prefer using BIT macro
Tom Parkin
1
-2
/
+2
2020-07-23
l2tp: add identifier name in function pointer prototype
Tom Parkin
1
-1
/
+1
2020-07-23
l2tp: cleanup suspect code indent
Tom Parkin
1
-2
/
+2
2020-07-23
l2tp: cleanup wonky alignment of line-broken function calls
Tom Parkin
3
-8
/
+8
2020-07-23
l2tp: cleanup difficult-to-read line breaks
Tom Parkin
2
-44
/
+31
2020-07-23
l2tp: cleanup comments
Tom Parkin
8
-68
/
+47
2020-07-23
l2tp: cleanup whitespace use
Tom Parkin
7
-48
/
+48
2020-07-23
AX.25: Prevent out-of-bounds read in ax25_sendmsg()
Peilin Ye
1
-1
/
+2
2020-07-23
devlink: Always use user_ptr[0] for devlink and simplify post_doit
Parav Pandit
1
-94
/
+70
2020-07-23
sctp: shrink stream outq when fails to do addstream reconf
Xin Long
1
-2
/
+4
2020-07-23
sctp: shrink stream outq only when new outcnt < old outcnt
Xin Long
1
-7
/
+14
2020-07-23
mptcp: zero token hash at creation time.
Paolo Abeni
1
-1
/
+1
2020-07-23
AX.25: Fix out-of-bounds read in ax25_connect()
Peilin Ye
1
-1
/
+3
2020-07-23
net: dccp: Add SIOCOUTQ IOCTL support (send buffer fill)
Richard Sailer
1
-0
/
+9
2020-07-23
net: dsa: of: Allow ethernet-ports as encapsulating node
Kurt Kanzenbach
1
-2
/
+6
2020-07-22
net: explicitly include <linux/compat.h> in net/core/sock.c
Christoph Hellwig
1
-0
/
+1
2020-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
9
-103
/
+472
2020-07-22
af_key: pfkey_dump needs parameter validation
Mark Salyzyn
1
-0
/
+7
2020-07-22
Merge branch 'sched/urgent'
Peter Zijlstra
84
-425
/
+573
2020-07-22
mptcp: move helper to where its used
Florian Westphal
2
-11
/
+12
2020-07-22
ipvs: fix the connection sync failed in some cases
guodeqing
1
-4
/
+8
2020-07-22
netfilter: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
17
-36
/
+34
2020-07-22
ipvs: queue delayed work to expire no destination connections if expire_nodes...
Andrew Sy Kim
3
-27
/
+81
2020-07-22
devlink: Constify devlink instance pointer
Parav Pandit
1
-1
/
+1
2020-07-22
devlink: Avoid duplicate check for reload enabled flag
Parav Pandit
1
-1
/
+1
2020-07-22
devlink: Do not hold devlink mutex when initializing devlink fields
Parav Pandit
1
-1
/
+1
[prev]
[next]