aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev_ioctl.c
diff options
context:
space:
mode:
authorStanislav Fomichev <[email protected]>2025-07-17 17:23:30 +0000
committerJakub Kicinski <[email protected]>2025-07-19 00:27:47 +0000
commit303a8487a657c357ca6abc06a4045f72cdae90d5 (patch)
treefde1f62eab2df2d8faa9d78ae660775132f810f4 /net/core/dev_ioctl.c
parentnet: s/dev_pre_changeaddr_notify/netif_pre_changeaddr_notify/ (diff)
downloadkernel-303a8487a657c357ca6abc06a4045f72cdae90d5.tar.gz
kernel-303a8487a657c357ca6abc06a4045f72cdae90d5.zip
net: s/__dev_set_mtu/__netif_set_mtu/
Commit cc34acd577f1 ("docs: net: document new locking reality") introduced netif_ vs dev_ function semantics: the former expects locked netdev, the latter takes care of the locking. We don't strictly follow this semantics on either side, but there are more dev_xxx handlers now that don't fit. Rename them to netif_xxx where appropriate. __netif_set_mtu is used only by bond, so move it into NETDEV_INTERNAL namespace. Signed-off-by: Stanislav Fomichev <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/core/dev_ioctl.c')
0 files changed, 0 insertions, 0 deletions