index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: drop outermost socket lock in getsockopt()
Paolo Abeni
2019-05-03
1
-8
/
+2
*
ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are called
Stefano Brivio
2019-05-03
1
-2
/
+1
*
net/ipv6: Fix index counter for unicast addresses in in6_dump_addrs
David Ahern
2019-05-03
1
-2
/
+4
*
ipv6: take rcu lock in rawv6_send_hdrinc()
Wei Wang
2019-05-03
1
-9
/
+20
*
ipv6: Compute net once in raw6_send_hdrinc
Eric W. Biederman
2019-05-03
1
-2
/
+3
*
ip6_tunnel: be careful when accessing the inner header
Paolo Abeni
2019-05-03
1
-2
/
+11
*
ipv6: fix possible use-after-free in ip6_xmit()
Eric Dumazet
2019-05-03
1
-1
/
+2
*
ipv6: fix cleanup ordering for pingv6 registration
Sabrina Dubroca
2019-05-03
1
-2
/
+2
*
netfilter: ipv6: nf_defrag: reduce struct net memory waste
Eric Dumazet
2019-05-03
1
-3
/
+3
*
ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds
Sabrina Dubroca
2019-05-03
1
-1
/
+2
*
net: test tailroom before appending to linear skb
Willem de Bruijn
2019-05-03
1
-1
/
+2
*
xfrm6: avoid potential infinite loop in _decode_session6()
Eric Dumazet
2019-05-03
1
-1
/
+1
*
ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policy
Eric Dumazet
2019-05-03
1
-0
/
+2
*
ip6_tunnel: better validate user provided tunnel names
Eric Dumazet
2019-05-03
1
-3
/
+5
*
ip6_gre: better validate user provided tunnel names
Eric Dumazet
2019-05-03
1
-3
/
+5
*
ipv6: sit: better validate user provided tunnel names
Eric Dumazet
2019-05-03
1
-3
/
+5
*
netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pkt
Florian Westphal
2019-05-02
1
-0
/
+4
*
netfilter: on sockopt() acquire sock lock only in the required scope
Paolo Abeni
2019-05-02
2
-18
/
+17
*
ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_header
Xin Long
2019-05-02
1
-6
/
+8
*
ip6mr: Fix potential Spectre v1 vulnerability
Gustavo A. R. Silva
2019-05-02
1
-0
/
+4
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2018-11-29
14
-14
/
+14
*
BACKPORT: ipv6: fix udpv6 sendmsg crash caused by too small MTU
Mike Maloney
2018-02-12
1
-2
/
+4
*
UPSTREAM: ipv4, ipv6: ensure raw socket message is big enough to hold an IP h...
Alexander Potapenko
2018-01-30
1
-0
/
+2
*
ipv6: add option to drop unsolicited neighbor advertisements
Johannes Berg
2017-11-18
2
-0
/
+17
*
ipv6: add option to drop unicast encapsulated in L2 multicast
Johannes Berg
2017-11-18
2
-0
/
+18
*
ip6_gre: fix endianness errors in ip6gre_err
Sabrina Dubroca
2017-11-06
1
-2
/
+2
*
ipv6: fix typo in fib6_net_exit()
Eric Dumazet
2017-11-06
1
-1
/
+1
*
ipv6: fix memory leak with multiple tables during netns destruction
Sabrina Dubroca
2017-11-06
1
-6
/
+19
*
ipv6: avoid unregistering inet6_dev for loopback
WANG Cong
2017-11-06
1
-1
/
+2
*
net: ping: do not abuse udp_poll()
Eric Dumazet
2017-11-06
1
-1
/
+1
*
udp: consistently apply ufo or fragmentation
Willem de Bruijn
2017-11-06
1
-3
/
+4
*
ipv6: Should use consistent conditional judgement for ip6 fragment between __...
Zheng Li
2017-08-20
1
-1
/
+1
*
ipv6: check raw payload size correctly in ioctl
Jamie Bainbridge
2017-07-04
1
-1
/
+1
*
ip6mr: fix notification device destruction
Nikolay Aleksandrov
2017-07-04
1
-7
/
+6
*
net: ipv6: check route protocol when deleting routes
Mantas M
2017-07-04
1
-0
/
+2
*
ipv6: avoid write to a possibly cloned skb
Florian Westphal
2017-07-04
1
-1
/
+6
*
ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lock
Kefeng Wang
2017-07-04
1
-3
/
+1
*
BACKPORT: ipv6/dccp: do not inherit ipv6_mc_list from parent
WANG Cong
2017-06-22
1
-0
/
+2
*
ipv6: handle -EFAULT from skb_copy_bits
Dave Jones
2017-06-17
1
-2
/
+5
*
ipv6: fix the use of pcpu_tstats in ip6_tunnel
Li RongQing
2017-06-17
1
-5
/
+16
*
ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()
Dan Carpenter
2017-06-17
1
-1
/
+1
*
ipv6: fix ip6_tnl_parse_tlv_enc_lim()
Eric Dumazet
2017-06-17
1
-12
/
+22
*
dccp/tcp: fix routing redirect race
Jon Maxwell
2017-06-17
1
-3
/
+5
*
ip6_gre: fix ip6gre_err() invalid reads
Eric Dumazet
2017-06-17
1
-0
/
+1
*
gro: Disable frag0 optimization on IPv6 ext headers
Herbert Xu
2017-06-17
1
-0
/
+1
*
ipv6: fix out of bound writes in __ip6_append_data()
Eric Dumazet
2017-06-02
1
-7
/
+8
*
netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...
Pablo Neira Ayuso
2017-05-30
1
-0
/
+2
*
net: inet: Support UID-based routing in IP protocols.
Lorenzo Colitti
2017-05-23
16
-12
/
+36
*
net: core: add UID to flows, rules, and routes
Lorenzo Colitti
2017-05-23
1
-0
/
+7
*
Revert "net: core: Support UID-based routing."
Lorenzo Colitti
2017-05-23
13
-23
/
+6
[next]