All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4.14 stable 0/5] net: ip6 defrag: backport fixes
@ 2019-04-22 22:29 Peter Oskolkov
  2019-04-22 22:29 ` [PATCH 4.14 stable 1/5] ipv6: frags: fix a lockdep false positive Peter Oskolkov
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Peter Oskolkov @ 2019-04-22 22:29 UTC (permalink / raw)
  To: Greg Kroah-Hartman, stable, netdev
  Cc: Peter Oskolkov, David Miller, Eric Dumazet, Sasha Levin,
	Captain Wiggum, Peter Oskolkov

This is a backport of a 5.1rc patchset:
  https://patchwork.ozlabs.org/cover/1029418/

Which was backported into 4.19:
  https://patchwork.ozlabs.org/cover/1081619/

I had to backport two additional patches into 4.14 to make it work.


John Masinter (captwiggum), could you, please, confirm that this
patchset fixes TAHI tests? (I'm reasonably certain that it does, as
I ran ip_defrag selftest, but given the amount of changes here,
another set of completed tests would be nice to have).


Eric Dumazet (1):
  ipv6: frags: fix a lockdep false positive

Florian Westphal (1):
  ipv6: remove dependency of nf_defrag_ipv6 on ipv6 module

Peter Oskolkov (3):
  net: IP defrag: encapsulate rbtree defrag code into callable functions
  net: IP6 defrag: use rbtrees for IPv6 defrag
  net: IP6 defrag: use rbtrees in nf_conntrack_reasm.c

 include/net/inet_frag.h                   |  16 +-
 include/net/ipv6.h                        |  29 --
 include/net/ipv6_frag.h                   | 111 +++++++
 net/ieee802154/6lowpan/reassembly.c       |   2 +-
 net/ipv4/inet_fragment.c                  | 293 ++++++++++++++++++
 net/ipv4/ip_fragment.c                    | 290 ++----------------
 net/ipv6/netfilter/nf_conntrack_reasm.c   | 279 +++++------------
 net/ipv6/netfilter/nf_defrag_ipv6_hooks.c |   3 +-
 net/ipv6/reassembly.c                     | 357 +++++-----------------
 net/openvswitch/conntrack.c               |   1 +
 10 files changed, 616 insertions(+), 765 deletions(-)
 create mode 100644 include/net/ipv6_frag.h

-- 
2.21.0.593.g511ec345e18-goog


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-04-28  0:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-22 22:29 [PATCH 4.14 stable 0/5] net: ip6 defrag: backport fixes Peter Oskolkov
2019-04-22 22:29 ` [PATCH 4.14 stable 1/5] ipv6: frags: fix a lockdep false positive Peter Oskolkov
2019-04-22 22:29 ` [PATCH 4.14 stable 2/5] net: IP defrag: encapsulate rbtree defrag code into callable functions Peter Oskolkov
2019-04-23 12:07   ` Lars Persson
2019-04-23 16:09     ` Peter Oskolkov
2019-04-22 22:29 ` [PATCH 4.14 stable 3/5] ipv6: remove dependency of nf_defrag_ipv6 on ipv6 module Peter Oskolkov
2019-04-22 22:29 ` [PATCH 4.14 stable 4/5] net: IP6 defrag: use rbtrees for IPv6 defrag Peter Oskolkov
2019-04-22 22:29 ` [PATCH 4.14 stable 5/5] net: IP6 defrag: use rbtrees in nf_conntrack_reasm.c Peter Oskolkov
2019-04-28  0:14 ` [PATCH 4.14 stable 0/5] net: ip6 defrag: backport fixes Captain Wiggum

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.