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-01-19
Merge tag 'linux-can-fixes-for-4.15-20180118' of ssh://gitolite.kernel.org/pu...
David S. Miller
1
-22
/
+14
2018-01-19
ipv6: don't let tb6_root node share routes with other node
Wei Wang
1
-2
/
+8
2018-01-19
ip6_gre: init dev->mtu and dev->hard_header_len correctly
Alexey Kodanev
1
-7
/
+7
2018-01-19
flow_dissector: properly cap thoff field
Eric Dumazet
1
-2
/
+1
2018-01-18
cfg80211: fix station info handling bugs
Johannes Berg
2
-3
/
+2
2018-01-18
netlink: reset extack earlier in netlink_rcv_skb
Xin Long
1
-1
/
+1
2018-01-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-0
/
+4
2018-01-18
can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_once
Marc Kleine-Budde
1
-11
/
+7
2018-01-18
can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_once
Marc Kleine-Budde
1
-11
/
+7
2018-01-18
bpf: fix cls_bpf on filter replace
Daniel Borkmann
1
-1
/
+8
2018-01-18
tls: reset crypto_info when do_tls_setsockopt_tx fails
Sabrina Dubroca
1
-2
/
+2
2018-01-18
tls: return -EBUSY if crypto_info is already set
Sabrina Dubroca
1
-1
/
+3
2018-01-18
tls: fix sw_ctx leak
Sabrina Dubroca
1
-5
/
+7
2018-01-18
net/tls: Only attach to sockets in ESTABLISHED state
Ilya Lesokhin
1
-0
/
+9
2018-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
27
-143
/
+135
2018-01-16
net, sched: fix panic when updating miniq {b,q}stats
Daniel Borkmann
3
-30
/
+22
2018-01-16
Merge tag 'mac80211-for-davem-2018-01-15' of git://git.kernel.org/pub/scm/lin...
David S. Miller
4
-9
/
+15
2018-01-16
sctp: do not allow the v4 socket to bind a v4mapped v6 address
Xin Long
1
-8
/
+6
2018-01-16
sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbuf
Xin Long
1
-10
/
+6
2018-01-16
sctp: reinit stream if stream outcnt has been change by sinit in sendmsg
Xin Long
1
-2
/
+8
2018-01-15
ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANY
Jim Westfall
1
-1
/
+6
2018-01-15
net: Allow neigh contructor functions ability to modify the primary_key
Jim Westfall
1
-2
/
+2
2018-01-15
Revert "openvswitch: Add erspan tunnel support."
William Tu
1
-50
/
+1
2018-01-15
net/tls: Fix inverted error codes to avoid endless loop
r.hering@avm.de
1
-2
/
+2
2018-01-15
ipv6: ip6_make_skb() needs to clear cork.base.dst
Eric Dumazet
1
-0
/
+1
2018-01-15
sctp: avoid compiler warning on implicit fallthru
Marcelo Ricardo Leitner
2
-2
/
+3
2018-01-15
net: ipv4: Make "ip route get" match iif lo rules again.
Lorenzo Colitti
1
-0
/
+1
2018-01-15
netlink: extack needs to be reset each time through loop
David Ahern
1
-1
/
+2
2018-01-15
tipc: fix a memory leak in tipc_nl_node_get_link()
Cong Wang
1
-12
/
+14
2018-01-15
ipv6: fix udpv6 sendmsg crash caused by too small MTU
Mike Maloney
1
-2
/
+4
2018-01-15
9p: add missing module license for xen transport
Stephen Hemminger
1
-0
/
+4
2018-01-15
cfg80211: check dev_set_name() return value
Johannes Berg
1
-1
/
+7
2018-01-15
mac80211_hwsim: validate number of different channels
Johannes Berg
1
-2
/
+0
2018-01-15
nl80211: take RCU read lock when calling ieee80211_bss_get_ie()
Dominik Brodowski
1
-4
/
+7
2018-01-15
cfg80211: fully initialize old channel for event
Johannes Berg
1
-2
/
+1
2018-01-15
bpf: fix 32-bit divide by zero
Alexei Starovoitov
1
-0
/
+4
2018-01-14
Merge tag 'char-misc-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-9
/
+11
2018-01-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
8
-12
/
+38
2018-01-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+3
2018-01-11
Fix a leak in socket(2) when we fail to allocate a file descriptor.
Al Viro
1
-1
/
+3
2018-01-11
ipv6: sr: fix TLVs not being copied using setsockopt
Mathieu Xhonneux
1
-0
/
+9
2018-01-11
ipv6: fix possible mem leaks in ipv6_make_skb()
Eric Dumazet
1
-2
/
+3
2018-01-10
8021q: fix a memory leak for VLAN 0 device
Cong Wang
1
-6
/
+1
2018-01-10
caif_usb: use strlcpy() instead of strncpy()
Xiongfeng Wang
1
-3
/
+1
2018-01-10
sctp: make use of pre-calculated len
Marcelo Ricardo Leitner
1
-6
/
+10
2018-01-10
sctp: add a ceiling to optlen in some sockopts
Marcelo Ricardo Leitner
1
-0
/
+10
2018-01-10
sctp: GFP_ATOMIC is not needed in sctp_setsockopt_events
Marcelo Ricardo Leitner
1
-1
/
+1
2018-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-4
/
+17
2018-01-10
xfrm: Fix a race in the xdst pcpu cache.
Steffen Klassert
1
-1
/
+7
2018-01-10
af_key: Fix memory leak in key_notify_policy.
Steffen Klassert
1
-1
/
+3
[next]