All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 00/13] net: second round of netdevice refcount tracking
@ 2021-12-07  1:30 Eric Dumazet
  2021-12-07  1:30 ` [PATCH net-next 01/13] net: eql: add net device refcount tracker Eric Dumazet
                   ` (13 more replies)
  0 siblings, 14 replies; 23+ messages in thread
From: Eric Dumazet @ 2021-12-07  1:30 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski; +Cc: netdev, Eric Dumazet, Eric Dumazet

From: Eric Dumazet <edumazet@google.com>

The most interesting part of this series is probably
("inet: add net device refcount tracker to struct fib_nh_common")
but only future reports will confirm this guess.

Eric Dumazet (13):
  net: eql: add net device refcount tracker
  vlan: add net device refcount tracker
  net: bridge: add net device refcount tracker
  net: watchdog: add net device refcount tracker
  net: switchdev: add net device refcount tracker
  inet: add net device refcount tracker to struct fib_nh_common
  ax25: add net device refcount tracker
  llc: add net device refcount tracker
  pktgen add net device refcount tracker
  net/smc: add net device tracker to struct smc_pnetentry
  netlink: add net device refcount tracker to struct ethnl_req_info
  openvswitch: add net device refcount tracker to struct vport
  net: sched: act_mirred: add net device refcount tracker

 drivers/net/eql.c              |  4 ++--
 include/linux/if_eql.h         |  1 +
 include/linux/if_vlan.h        |  3 +++
 include/linux/netdevice.h      |  2 ++
 include/net/ax25.h             |  3 +++
 include/net/ip_fib.h           |  2 ++
 include/net/llc_conn.h         |  1 +
 include/net/tc_act/tc_mirred.h |  1 +
 net/8021q/vlan_dev.c           |  4 ++--
 net/ax25/ax25_dev.c            |  8 ++++----
 net/bridge/br_if.c             |  6 +++---
 net/bridge/br_private.h        |  1 +
 net/core/pktgen.c              |  8 +++++---
 net/ethtool/netlink.c          |  8 +++++---
 net/ethtool/netlink.h          |  2 ++
 net/ipv4/fib_semantics.c       | 12 +++++++-----
 net/ipv6/route.c               |  2 ++
 net/llc/af_llc.c               |  5 +++--
 net/openvswitch/vport-netdev.c |  8 ++++----
 net/openvswitch/vport.h        |  2 ++
 net/sched/act_mirred.c         | 18 ++++++++++--------
 net/sched/sch_generic.c        | 10 ++++++----
 net/smc/smc_pnet.c             |  9 +++++----
 net/switchdev/switchdev.c      |  5 +++--
 24 files changed, 79 insertions(+), 46 deletions(-)

-- 
2.34.1.400.ga245620fadb-goog


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

end of thread, other threads:[~2022-01-05 16:59 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-07  1:30 [PATCH net-next 00/13] net: second round of netdevice refcount tracking Eric Dumazet
2021-12-07  1:30 ` [PATCH net-next 01/13] net: eql: add net device refcount tracker Eric Dumazet
2021-12-07  1:30 ` [PATCH net-next 02/13] vlan: " Eric Dumazet
2021-12-07  1:30 ` [PATCH net-next 03/13] net: bridge: " Eric Dumazet
2021-12-07  1:30 ` [PATCH net-next 04/13] net: watchdog: " Eric Dumazet
2021-12-07  1:30 ` [PATCH net-next 05/13] net: switchdev: " Eric Dumazet
2021-12-07  1:30 ` [PATCH net-next 06/13] inet: add net device refcount tracker to struct fib_nh_common Eric Dumazet
2021-12-07  1:30 ` [PATCH net-next 07/13] ax25: add net device refcount tracker Eric Dumazet
2021-12-07  1:30 ` [PATCH net-next 08/13] llc: " Eric Dumazet
2021-12-07  1:30 ` [PATCH net-next 09/13] pktgen " Eric Dumazet
2021-12-07  1:30 ` [PATCH net-next 10/13] net/smc: add net device tracker to struct smc_pnetentry Eric Dumazet
2021-12-09  8:05   ` Karsten Graul
2021-12-07  1:30 ` [PATCH net-next 11/13] netlink: add net device refcount tracker to struct ethnl_req_info Eric Dumazet
2022-01-04 15:29   ` Johannes Berg
2022-01-04 15:44     ` Eric Dumazet
2022-01-04 16:07       ` Johannes Berg
2022-01-04 16:22         ` Eric Dumazet
2022-01-04 16:23           ` Johannes Berg
2022-01-05 16:57             ` Jakub Kicinski
2022-01-05 16:58               ` Eric Dumazet
2021-12-07  1:30 ` [PATCH net-next 12/13] openvswitch: add net device refcount tracker to struct vport Eric Dumazet
2021-12-07  1:30 ` [PATCH net-next 13/13] net: sched: act_mirred: add net device refcount tracker Eric Dumazet
2021-12-08  5:20 ` [PATCH net-next 00/13] net: second round of netdevice refcount tracking patchwork-bot+netdevbpf

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.