Searched hist:"70 f7457ad6d655e65f1b93cbba2a519e4b11c946" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ethtool/ |
H A D | netlink.c | diff 70f7457ad6d655e65f1b93cbba2a519e4b11c946 Mon Jun 12 16:49:43 CDT 2023 Jakub Kicinski <kuba@kernel.org> net: create device lookup API with reference tracking
New users of dev_get_by_index() and dev_get_by_name() keep getting added and it would be nice to steer them towards the APIs with reference tracking.
Add variants of those calls which allocate the reference tracker and use them in a couple of places.
Signed-off-by: Jakub Kicinski <kuba@kernel.org> Reviewed-by: Eric Dumazet <edumazet@google.com> Reviewed-by: David Ahern <dsahern@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ipv6/ |
H A D | route.c | diff 70f7457ad6d655e65f1b93cbba2a519e4b11c946 Mon Jun 12 16:49:43 CDT 2023 Jakub Kicinski <kuba@kernel.org> net: create device lookup API with reference tracking
New users of dev_get_by_index() and dev_get_by_name() keep getting added and it would be nice to steer them towards the APIs with reference tracking.
Add variants of those calls which allocate the reference tracker and use them in a couple of places.
Signed-off-by: Jakub Kicinski <kuba@kernel.org> Reviewed-by: Eric Dumazet <edumazet@google.com> Reviewed-by: David Ahern <dsahern@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/linux/ |
H A D | netdevice.h | diff 70f7457ad6d655e65f1b93cbba2a519e4b11c946 Mon Jun 12 16:49:43 CDT 2023 Jakub Kicinski <kuba@kernel.org> net: create device lookup API with reference tracking
New users of dev_get_by_index() and dev_get_by_name() keep getting added and it would be nice to steer them towards the APIs with reference tracking.
Add variants of those calls which allocate the reference tracker and use them in a couple of places.
Signed-off-by: Jakub Kicinski <kuba@kernel.org> Reviewed-by: Eric Dumazet <edumazet@google.com> Reviewed-by: David Ahern <dsahern@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/core/ |
H A D | dev.c | diff 70f7457ad6d655e65f1b93cbba2a519e4b11c946 Mon Jun 12 16:49:43 CDT 2023 Jakub Kicinski <kuba@kernel.org> net: create device lookup API with reference tracking
New users of dev_get_by_index() and dev_get_by_name() keep getting added and it would be nice to steer them towards the APIs with reference tracking.
Add variants of those calls which allocate the reference tracker and use them in a couple of places.
Signed-off-by: Jakub Kicinski <kuba@kernel.org> Reviewed-by: Eric Dumazet <edumazet@google.com> Reviewed-by: David Ahern <dsahern@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|