index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
Commit message (
Expand
)
Author
Age
Files
Lines
*
ip6mr: Fix notifiers call on mroute_clean_tables()
Nir Dotan
2019-01-27
1
-4
/
+3
*
net/ipv6: lower the level of "link is not ready" messages
Lubomir Rintel
2019-01-22
1
-2
/
+2
*
net/ipv6: don't return positive numbers when nothing was dumped
Jakub Kicinski
2019-01-22
1
-0
/
+2
*
net: ip_gre: use erspan key field for tunnel lookup
Lorenzo Bianconi
2019-01-22
1
-4
/
+0
*
udp6: add missing rehash callback to udplite
Alexey Kodanev
2019-01-17
3
-1
/
+3
*
udp: with udp_segment release on error path
Willem de Bruijn
2019-01-16
1
-4
/
+12
*
ipv6: route: place a warning with duplicated string with correct extack
Jakub Kicinski
2019-01-16
1
-12
/
+2
*
erspan: build the header with the right proto according to erspan_ver
Xin Long
2019-01-16
1
-2
/
+4
*
fou, fou6: do not assume linear skbs
Eric Dumazet
2019-01-15
1
-2
/
+7
*
ip6_gre: update version related info when changing link
Hangbin Liu
2019-01-15
1
-0
/
+4
*
ip6_gre: fix tunnel list corruption for x-netns
Olivier Matz
2019-01-15
1
-2
/
+2
*
ipv6: fix kernel-infoleak in ipv6_local_error()
Eric Dumazet
2019-01-10
1
-0
/
+1
*
ip: on queued skb use skb_header_pointer instead of pskb_may_pull
Willem de Bruijn
2019-01-10
1
-6
/
+4
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-01-07
1
-4
/
+4
|
\
|
*
bpf: Fix [::] -> [::1] rewrite in sys_sendmsg
Andrey Ignatov
2019-01-04
1
-4
/
+4
*
|
ipv6: Take rcu_read_lock in __inet6_bind for mapped addresses
David Ahern
2019-01-05
1
-1
/
+4
|
/
*
ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped address
David Ahern
2019-01-04
1
-1
/
+10
*
ipv6: make icmp6_send() robust against null skb->dev
Eric Dumazet
2019-01-04
1
-2
/
+6
*
fou6: Prevent unbounded recursion in GUE error handler
Stefano Brivio
2019-01-04
1
-0
/
+8
*
netlink: fixup regression in RTM_GETADDR
Arthur Gautier
2019-01-04
1
-1
/
+1
*
ipv6: Consider sk_bound_dev_if when binding a socket to an address
David Ahern
2019-01-02
1
-0
/
+3
*
ipv6: Fix dump of specific table with strict checking
David Ahern
2019-01-02
1
-1
/
+5
*
ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() error
Stefano Brivio
2019-01-02
1
-1
/
+3
*
ip: validate header length on virtual device xmit
Willem de Bruijn
2019-01-01
5
-20
/
+28
*
ipv6: fix typo in net/ipv6/reassembly.c
Su Yanjun
2018-12-30
1
-1
/
+1
*
net/ipv6: Fix a test against 'ipv6_find_idev()' return value
Christophe JAILLET
2018-12-30
1
-2
/
+2
*
ipv6/route: Add a missing check on proc_dointvec
Aditya Pakki
2018-12-27
1
-1
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-21
3
-0
/
+3
|
\
|
*
ipv6: tunnels: fix two use-after-free
Eric Dumazet
2018-12-21
2
-0
/
+2
|
*
ipv6: frags: Fix bogus skb->sk in reassembled packets
Herbert Xu
2018-12-20
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2018-12-20
3
-129
/
+6
|
\
\
|
*
|
netfilter: nat: remove nf_nat_l4proto struct
Florian Westphal
2018-12-17
3
-46
/
+4
|
*
|
netfilter: nat: remove l4proto->manip_pkt
Florian Westphal
2018-12-17
2
-28
/
+2
|
*
|
netfilter: nat: remove l4proto->nlattr_to_range
Florian Westphal
2018-12-17
1
-3
/
+0
|
*
|
netfilter: nat: remove l4proto->in_range
Florian Westphal
2018-12-17
1
-11
/
+0
|
*
|
netfilter: nat: fold in_range indirection into caller
Florian Westphal
2018-12-17
1
-8
/
+0
|
*
|
netfilter: nat: remove l4proto->unique_tuple
Florian Westphal
2018-12-17
1
-26
/
+0
|
*
|
netfilter: remove NF_NAT_RANGE_PROTO_RANDOM support
Florian Westphal
2018-12-17
1
-7
/
+0
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-20
4
-1
/
+9
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
ipv6: explicitly initialize udp6_addr in udp_sock_create6()
Cong Wang
2018-12-19
1
-1
/
+2
|
*
|
net: add missing SOF_TIMESTAMPING_OPT_ID support
Willem de Bruijn
2018-12-17
1
-1
/
+1
|
*
|
ipv6: add missing tx timestamping on IPPROTO_RAW
Willem de Bruijn
2018-12-17
1
-0
/
+2
|
*
|
net: clear skb->tstamp in forwarding paths
Eric Dumazet
2018-12-15
1
-0
/
+1
|
*
|
ip6mr: Fix potential Spectre v1 vulnerability
Gustavo A. R. Silva
2018-12-14
1
-0
/
+4
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2018-12-20
1
-0
/
+3
|
\
\
\
|
*
|
|
xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spi
YueHaibing
2018-12-19
1
-0
/
+3
*
|
|
|
net: use skb_sec_path helper in more places
Florian Westphal
2018-12-19
3
-5
/
+10
*
|
|
|
xfrm: change secpath_set to return secpath struct, not error value
Florian Westphal
2018-12-19
2
-7
/
+10
*
|
|
|
sk_buff: add skb extension infrastructure
Florian Westphal
2018-12-19
1
-0
/
+1
*
|
|
|
netfilter: avoid using skb->nf_bridge directly
Florian Westphal
2018-12-19
1
-3
/
+7
|
/
/
/
[next]