All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] net: remove clear_sk() method
@ 2016-08-23 18:39 Eric Dumazet
  2016-08-23 18:39 ` [PATCH net-next 1/4] ipv6: udp: remove udp_v6_clear_sk() Eric Dumazet
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Eric Dumazet @ 2016-08-23 18:39 UTC (permalink / raw)
  To: David S . Miller; +Cc: netdev, Eric Dumazet, Eric Dumazet

Since IPv6 socket lookups no longer dereference pinet6 pointer
and UDP lost SLAB_DESTROY_BY_RCU special rules, we no longer
need special clear_sk() methods.

Eric Dumazet (4):
  ipv6: udp: remove udp_v6_clear_sk()
  udp: get rid of sk_prot_clear_portaddr_nulls()
  ipv6: tcp: get rid of tcp_v6_clear_sk()
  net: remove clear_sk() method

 include/net/sock.h  |  3 ---
 net/core/sock.c     | 26 ++------------------------
 net/ipv4/udp.c      |  1 -
 net/ipv4/udplite.c  |  1 -
 net/ipv6/tcp_ipv6.c | 12 ------------
 net/ipv6/udp.c      | 12 ------------
 net/ipv6/udp_impl.h |  2 --
 net/ipv6/udplite.c  |  1 -
 8 files changed, 2 insertions(+), 56 deletions(-)

-- 
2.8.0.rc3.226.g39d4020

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

end of thread, other threads:[~2016-08-24 13:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-23 18:39 [PATCH net-next 0/4] net: remove clear_sk() method Eric Dumazet
2016-08-23 18:39 ` [PATCH net-next 1/4] ipv6: udp: remove udp_v6_clear_sk() Eric Dumazet
2016-08-23 18:39 ` [PATCH net-next 2/4] udp: get rid of sk_prot_clear_portaddr_nulls() Eric Dumazet
2016-08-23 18:39 ` [PATCH net-next 3/4] ipv6: tcp: get rid of tcp_v6_clear_sk() Eric Dumazet
2016-08-23 18:39 ` [PATCH net-next 4/4] net: remove clear_sk() method Eric Dumazet
2016-08-24  6:37 ` [PATCH net-next 0/4] " David Miller
2016-08-24 13:35   ` Eric Dumazet

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.