From: Jakub Kicinski <kuba@kernel.org>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, pabeni@redhat.com, edumazet@google.com,
Jakub Kicinski <kuba@kernel.org>
Subject: [PATCH net-next 0/3] net: create a net/core/ internal header
Date: Wed, 6 Apr 2022 14:37:51 -0700 [thread overview]
Message-ID: <20220406213754.731066-1-kuba@kernel.org> (raw)
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
next reply other threads:[~2022-04-06 21:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-06 21:37 Jakub Kicinski [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220406213754.731066-1-kuba@kernel.org \
--to=kuba@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.