lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220406213754.731066-1-kuba@kernel.org>
Date:   Wed,  6 Apr 2022 14:37:51 -0700
From:   Jakub Kicinski <kuba@...nel.org>
To:     davem@...emloft.net
Cc:     netdev@...r.kernel.org, pabeni@...hat.com, edumazet@...gle.com,
        Jakub Kicinski <kuba@...nel.org>
Subject: [PATCH net-next 0/3] net: create a net/core/ internal header

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ