diff options
| author | Stanislav Fomichev <[email protected]> | 2025-07-17 17:23:29 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2025-07-19 00:27:47 +0000 |
| commit | 0413a34ef678c3e2f0fafb4e113e810a05197030 (patch) | |
| tree | 25e2559eadf278e00392420131a9f3d8684864ba /net/core/dev_api.c | |
| parent | net: s/dev_get_mac_address/netif_get_mac_address/ (diff) | |
| download | kernel-0413a34ef678c3e2f0fafb4e113e810a05197030.tar.gz kernel-0413a34ef678c3e2f0fafb4e113e810a05197030.zip | |
net: s/dev_pre_changeaddr_notify/netif_pre_changeaddr_notify/
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_pre_changeaddr_notify is used only by ipvlan/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_api.c')
0 files changed, 0 insertions, 0 deletions
