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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-06
net: erspan: fix erspan config overwrite
William Tu
2
-18
/
+0
2018-02-06
net: erspan: fix metadata extraction
William Tu
2
-3
/
+8
2018-02-06
cls_u32: fix use after free in u32_destroy_key()
Paolo Abeni
1
-10
/
+11
2018-02-06
afs: Support the AFS dynamic root
David Howells
1
-10
/
+12
2018-02-06
net: add a UID to use for ULP socket assignment
John Fastabend
2
-5
/
+56
2018-02-06
sctp: fix dst refcnt leak in sctp_v4_get_dst
Tommi Rantala
1
-6
/
+4
2018-02-06
sctp: fix dst refcnt leak in sctp_v6_get_dst()
Alexey Kodanev
1
-3
/
+7
2018-02-06
SUNRPC: Ensure we always close the socket after a connection shuts down
Trond Myklebust
1
-13
/
+10
2018-02-06
sunrpc: remove dead code in svc_sock_setbufsize
Christoph Hellwig
1
-14
/
+0
2018-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-0
/
+4
2018-02-04
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+6
2018-02-04
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-2
/
+18
2018-02-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
29
-158
/
+236
2018-02-03
Revert "defer call to mem_cgroup_sk_alloc()"
Roman Gushchin
2
-5
/
+1
2018-02-03
soreuseport: fix mem leak in reuseport_add_sock()
Eric Dumazet
1
-15
/
+20
2018-02-03
cls_u32: add missing RCU annotation.
Paolo Abeni
1
-5
/
+7
2018-02-02
xprtrdma: Fix BUG after a device removal
Chuck Lever
1
-3
/
+3
2018-02-02
xprtrdma: Fix calculation of ri_max_send_sges
Chuck Lever
2
-2
/
+2
2018-02-02
netfilter: nft_flow_offload: no need to flush entries on module removal
Pablo Neira Ayuso
1
-6
/
+0
2018-02-02
netfilter: nft_flow_offload: wait for garbage collector to run after cleanup
Pablo Neira Ayuso
2
-4
/
+5
2018-02-02
netfilter: xt_cgroup: initialize info->priv in cgroup_mt_check_v1()
Cong Wang
1
-0
/
+1
2018-02-02
netfilter: flowtable infrastructure depends on NETFILTER_INGRESS
Pablo Neira Ayuso
3
-7
/
+7
2018-02-02
netfilter: ipv6: nf_defrag: Kill frag queue on RFC2460 failure
Subash Abhinov Kasiviswanathan
1
-0
/
+1
2018-02-02
netfilter: x_tables: make allocation less aggressive
Michal Hocko
1
-1
/
+6
2018-02-01
net: igmp: add a missing rcu locking section
Eric Dumazet
1
-0
/
+4
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
17
-99
/
+114
2018-02-01
Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
9
-2861
/
+0
2018-02-01
bpf: fix null pointer deref in bpf_prog_test_run_xdp
Daniel Borkmann
1
-0
/
+4
2018-02-01
rtnetlink: remove check for IFLA_IF_NETNSID
Christian Brauner
1
-3
/
+0
2018-02-01
smc: missing poll annotations
Al Viro
1
-1
/
+1
2018-02-01
inet: Avoid unitialized variable warning in inet_unhash()
Geert Uytterhoeven
1
-4
/
+2
2018-02-01
net: bridge: Fix uninitialized error in br_fdb_sync_static()
Geert Uytterhoeven
1
-1
/
+1
2018-02-01
openvswitch: Remove padding from packet before L3+ conntrack processing
Ed Swierk
1
-0
/
+34
2018-02-01
tcp_bbr: fix pacing_gain to always be unity when using lt_bw
Neal Cardwell
1
-3
/
+3
2018-02-01
net: create skb_gso_validate_mac_len()
Daniel Axtens
2
-23
/
+50
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
500
-10820
/
+17287
2018-02-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2018-01-31
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-4
/
+2
2018-01-31
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-48
/
+11
2018-01-31
netfilter: on sockopt() acquire sock lock only in the required scope
Paolo Abeni
4
-29
/
+26
2018-01-31
tls: Add support for encryption using async offload accelerator
Vakul Garg
1
-1
/
+7
2018-01-31
ip6mr: fix stale iterator
Nikolay Aleksandrov
1
-0
/
+1
2018-01-31
net/sched: kconfig: Remove blank help texts
Ulf Magnusson
1
-3
/
+0
2018-01-31
openvswitch: meter: Use 64-bit arithmetic instead of 32-bit
Gustavo A. R. Silva
1
-1
/
+1
2018-01-31
tcp_nv: fix potential integer overflow in tcpnv_acked
Gustavo A. R. Silva
1
-1
/
+1
2018-01-31
rtnetlink: enable IFLA_IF_NETNSID for RTM_NEWLINK
Christian Brauner
1
-5
/
+1
2018-01-31
Merge branches 'for-4.16/upstream' and 'for-4.15/upstream-fixes' into for-linus
Jiri Kosina
537
-9457
/
+20232
2018-01-31
netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()
Dmitry Vyukov
1
-3
/
+13
2018-01-31
netfilter: x_tables: fix pointer leaks to userspace
Dmitry Vyukov
5
-2
/
+5
2018-01-31
netfilter: ipset: Fix wraparound in hash:*net* types
Jozsef Kadlecsik
6
-63
/
+63
[prev]
[next]