[GIT] Networking

From: David Miller
Date: Sat Oct 20 2018 - 18:47:55 EST



A few straggler bug fixes:

1) Fix indexing of multi-pass dumps of ipv6 addresses, from David
Ahern.

2) Revert RCU locking change for bonding netpoll, causes worse problems
than it solves.

3) pskb_trim_rcsum_slow() doesn't handle odd trim offsets, resulting in
erroneous bad hw checksum triggers with CHECKSUM_COMPLETE devices.
From Dimitris Michailidis.

Please pull, thanks a lot!

The following changes since commit 91b15613ce7fb3e724ca0d433eef8e6bf15322af:

Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2018-10-19 09:16:20 +0200)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/davem/net

for you to fetch changes up to 4ba4c566ba8448a05e6257e0b98a21f1a0d55315:

net/ipv6: Fix index counter for unicast addresses in in6_dump_addrs (2018-10-20 15:43:14 -0700)

----------------------------------------------------------------
David Ahern (1):
net/ipv6: Fix index counter for unicast addresses in in6_dump_addrs

David S. Miller (1):
Revert "bond: take rcu lock in netpoll_send_skb_on_dev"

Dimitris Michailidis (1):
net: fix pskb_trim_rcsum_slow() with odd trim offset

net/core/netpoll.c | 2 --
net/core/skbuff.c | 5 +++--
net/ipv6/addrconf.c | 6 ++++--
3 files changed, 7 insertions(+), 6 deletions(-)