netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] net: create a net/core/ internal header
@ 2022-04-06 21:37 Jakub Kicinski
  2022-04-06 21:37 ` [PATCH net-next 1/3] net: hyperv: remove use of bpf_op_t Jakub Kicinski
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Jakub Kicinski @ 2022-04-06 21:37 UTC (permalink / raw)
  To: davem; +Cc: netdev, pabeni, edumazet, Jakub Kicinski

We are adding stuff to netdevice.h which really should be
local to net/core/. Create a net/core/dev.h header and use it.
Minor cleanups precede.

Jakub Kicinski (3):
  net: hyperv: remove use of bpf_op_t
  net: unexport a handful of dev_* functions
  net: extract a few internals from netdevice.h

 drivers/net/hyperv/netvsc_bpf.c |  6 +--
 include/linux/netdevice.h       | 72 +-------------------------
 net/core/dev.c                  |  7 +--
 net/core/dev.h                  | 91 +++++++++++++++++++++++++++++++++
 net/core/dev_addr_lists.c       |  2 +
 net/core/dev_ioctl.c            |  2 +
 net/core/link_watch.c           |  1 +
 net/core/net-procfs.c           |  2 +
 net/core/net-sysfs.c            |  1 +
 net/core/rtnetlink.c            |  2 +
 net/core/sock.c                 |  2 +
 net/core/sysctl_net_core.c      |  2 +
 12 files changed, 110 insertions(+), 80 deletions(-)
 create mode 100644 net/core/dev.h

-- 
2.34.1


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

end of thread, other threads:[~2022-04-08  4:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-06 21:37 [PATCH net-next 0/3] net: create a net/core/ internal header Jakub Kicinski
2022-04-06 21:37 ` [PATCH net-next 1/3] net: hyperv: remove use of bpf_op_t Jakub Kicinski
2022-04-07 13:12   ` Wei Liu
2022-04-06 21:37 ` [PATCH net-next 2/3] net: unexport a handful of dev_* functions Jakub Kicinski
2022-04-06 21:37 ` [PATCH net-next 3/3] net: extract a few internals from netdevice.h Jakub Kicinski
2022-04-08  4:00 ` [PATCH net-next 0/3] net: create a net/core/ internal header patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).