Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/3] ipv4/v6: icmp: small cleanup and update
@ 2019-02-23  7:28 Kefeng Wang
  2019-02-23  7:28 ` [PATCH net-next v2 1/3] ipv4: icmp: use icmp_sk_exit() Kefeng Wang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Kefeng Wang @ 2019-02-23  7:28 UTC (permalink / raw)
  To: davem, netdev, eric.dumazet; +Cc: Kefeng Wang

v2:
- Add cover letter and user proper patch subject-prefix suggested-by Eric Dumazet

This patch series contains some small cleanup and update,
1) use icmp/v6_sk_exit when icmp_sk_init fails instead of open-code
2) use new percpu allocation interface for the ipv6.icmp_sk

Kefeng Wang (3):
  ipv4: icmp: use icmp_sk_exit()
  ipv6: icmp: use icmpv6_sk_exit()
  ipv6: icmp: use percpu allocation

 include/net/netns/ipv6.h |  2 +-
 net/ipv4/icmp.c          |  4 +---
 net/ipv6/icmp.c          | 32 ++++++++++++++------------------
 3 files changed, 16 insertions(+), 22 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-02-25  5:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-23  7:28 [PATCH net-next v2 0/3] ipv4/v6: icmp: small cleanup and update Kefeng Wang
2019-02-23  7:28 ` [PATCH net-next v2 1/3] ipv4: icmp: use icmp_sk_exit() Kefeng Wang
2019-02-23  7:28 ` [PATCH net-next v2 2/3] ipv6: icmp: use icmpv6_sk_exit() Kefeng Wang
2019-02-23  7:28 ` [PATCH net-next v2 3/3] ipv6: icmp: use percpu allocation Kefeng Wang
2019-02-25  5:57 ` [PATCH net-next v2 0/3] ipv4/v6: icmp: small cleanup and update David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox