All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] net: use dev_addr_set() in hamradio and ip tunnels
@ 2021-10-12 16:06 Jakub Kicinski
  2021-10-12 16:06 ` [PATCH net-next 1/3] netdevice: demote the type of some dev_addr_set() helpers Jakub Kicinski
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jakub Kicinski @ 2021-10-12 16:06 UTC (permalink / raw)
  To: davem; +Cc: netdev, Jakub Kicinski

Commit 406f42fa0d3c ("net-next: When a bond have a massive amount 
of VLANs...") introduced a rbtree for faster Ethernet address look
up. To maintain netdev->dev_addr in this tree we need to make all
the writes to it got through appropriate helpers.

Jakub Kicinski (3):
  netdevice: demote the type of some dev_addr_set() helpers
  hamradio: use dev_addr_set() for setting device address
  ip: use dev_addr_set() in tunnels

 drivers/net/hamradio/6pack.c      | 6 +++---
 drivers/net/hamradio/baycom_epp.c | 2 +-
 drivers/net/hamradio/bpqether.c   | 5 ++---
 drivers/net/hamradio/dmascc.c     | 2 +-
 drivers/net/hamradio/hdlcdrv.c    | 2 +-
 drivers/net/hamradio/mkiss.c      | 6 +++---
 drivers/net/hamradio/scc.c        | 5 ++---
 drivers/net/hamradio/yam.c        | 2 +-
 include/linux/netdevice.h         | 4 ++--
 net/ipv4/ip_gre.c                 | 2 +-
 net/ipv4/ip_tunnel.c              | 2 +-
 net/ipv4/ip_vti.c                 | 2 +-
 net/ipv4/ipip.c                   | 2 +-
 net/ipv6/ip6_gre.c                | 4 ++--
 net/ipv6/ip6_tunnel.c             | 2 +-
 net/ipv6/ip6_vti.c                | 2 +-
 net/ipv6/sit.c                    | 4 ++--
 17 files changed, 26 insertions(+), 28 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-10-13 17:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-12 16:06 [PATCH net-next 0/3] net: use dev_addr_set() in hamradio and ip tunnels Jakub Kicinski
2021-10-12 16:06 ` [PATCH net-next 1/3] netdevice: demote the type of some dev_addr_set() helpers Jakub Kicinski
2021-10-12 16:06 ` [PATCH net-next 2/3] hamradio: use dev_addr_set() for setting device address Jakub Kicinski
2021-10-12 16:06 ` [PATCH net-next 3/3] ip: use dev_addr_set() in tunnels Jakub Kicinski
2021-10-13 17:50 ` [PATCH net-next 0/3] net: use dev_addr_set() in hamradio and ip tunnels 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.