Re: [PATCH net-next 0/2] IP listification follow-ups

2018-07-05 Thread David Miller
From: Edward Cree 
Date: Thu, 5 Jul 2018 15:45:04 +0100

> While working on IPv6 list processing, I found another bug in the IPv4
>  version.  So this patch series has that fix, and the IPv6 version with
>  both fixes incorporated.

Series applied.

Edward, please put (" ") around the commit header line text in your
Fixes: tags in the future.  I fixed it up for you this time.

Thank you.


[PATCH net-next 0/2] IP listification follow-ups

2018-07-05 Thread Edward Cree
While working on IPv6 list processing, I found another bug in the IPv4
 version.  So this patch series has that fix, and the IPv6 version with
 both fixes incorporated.

Edward Cree (2):
  net: ipv4: fix list processing on L3 slave devices
  net: ipv6: listify ipv6_rcv() and ip6_rcv_finish()

 include/net/ipv6.h   |   2 +
 net/ipv4/ip_input.c  |  23 +
 net/ipv6/af_inet6.c  |   1 +
 net/ipv6/ip6_input.c | 131 ---
 4 files changed, 133 insertions(+), 24 deletions(-)