Re: [PATCH net-next V7] net: Variable SLAAC: SLAAC with prefixes of arbitrary length in PIO

2020-11-23 Thread Hideaki Yoshifuji
Hi, 2020年11月20日(金) 18:28 Dmytro Shytyi : > > Variable SLAAC: SLAAC with prefixes of arbitrary length in PIO (randomly > generated hostID or stable privacy + privacy extensions). > The main problem is that SLAAC RA or PD allocates a /64 by the Wireless > carrier 4G, 5G to a mobile hotspot, however

Re: [PATCH net-next V4] net: Variable SLAAC: SLAAC with prefixes of arbitrary length in PIO

2020-11-13 Thread Hideaki Yoshifuji
Hi, 2020年11月13日(金) 10:57 Dmytro Shytyi : > > Variable SLAAC: SLAAC with prefixes of arbitrary length in PIO (randomly > generated hostID or stable privacy + privacy extensions). > The main problem is that SLAAC RA or PD allocates a /64 by the Wireless > carrier 4G, 5G to a mobile hotspot, however

Re: [PATCH net-next V3] net: Variable SLAAC: SLAAC with prefixes of arbitrary length in PIO

2020-11-12 Thread Hideaki Yoshifuji
Hi, 2020年11月13日(金) 0:46 Dmytro Shytyi : > > Variable SLAAC: SLAAC with prefixes of arbitrary length in PIO (randomly > generated hostID or stable privacy + privacy extensions). > The main problem is that SLAAC RA or PD allocates a /64 by the Wireless > carrier 4G, 5G to a mobile hotspot, however s

Re: [PATCH net 1/2] ipv6: add ipv6_dev_find()

2020-08-10 Thread Hideaki Yoshifuji
Hi, 2020年8月9日(日) 19:52 Xin Long : > > On Fri, Aug 7, 2020 at 5:26 PM Hideaki Yoshifuji > wrote: > > > > Hi, > > > > 2020年8月6日(木) 23:03 David Ahern : > > > > > > On 8/6/20 2:55 AM, Xin Long wrote: > > > > On Thu, Aug 6, 2020 at

Re: [PATCH net 1/2] ipv6: add ipv6_dev_find()

2020-08-07 Thread Hideaki Yoshifuji
Hi, 2020年8月6日(木) 23:03 David Ahern : > > On 8/6/20 2:55 AM, Xin Long wrote: > > On Thu, Aug 6, 2020 at 10:50 AM Hideaki Yoshifuji > > wrote: > >> > >> Hi, > >> > >> 2020年8月4日(火) 0:35 Xin Long : > >>> > >>> This is to

Re: [PATCH net 1/2] ipv6: add ipv6_dev_find()

2020-08-05 Thread Hideaki Yoshifuji
Hi, 2020年8月4日(火) 0:35 Xin Long : > > This is to add an ip_dev_find like function for ipv6, used to find > the dev by saddr. > > It will be used by TIPC protocol. So also export it. > > Signed-off-by: Xin Long > --- > include/net/addrconf.h | 2 ++ > net/ipv6/addrconf.c| 39 +

Re: [PATCH net] tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()

2020-06-30 Thread Hideaki Yoshifuji
Hi, 2020年7月1日(水) 8:41 Eric Dumazet : : > We only want to make sure that in the case key->keylen > is changed, cpus in tcp_md5_hash_key() wont try to use > uninitialized data, or crash because key->keylen was > read twice to feed sg_init_one() and ahash_request_set_crypt() > > Fixes: 9ea88a153001 (