Bugzilla: https://bugzilla.redhat.com/2175258 Conflicts: - Removed chunks of unsupported protocol AX.25 - Renamed the funtions also in ipvlan. Commit 40b9d1ab63f5 ("ipvlan: hold lower dev to avoid possible use-after-free") was backported out of order so it had to use the old functions names. commit d62607c3fe45911b2331fac073355a8c914bbde2 Author: Jakub Kicinski <kuba@kernel.org> Date: Tue Jun 7 21:39:55 2022 -0700 net: rename reference+tracking helpers Netdev reference helpers have a dev_ prefix for historic reasons. Renaming the old helpers would be too much churn but we can rename the tracking ones which are relatively recent and should be the default for new code. Rename: dev_hold_track() -> netdev_hold() dev_put_track() -> netdev_put() dev_replace_track() -> netdev_ref_replace() Link: https://lore.kernel.org/r/20220608043955.919359-1-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Íñigo Huguet <ihuguet@redhat.com> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
switchdev.c |