linux/drivers/infiniband/ulp/ipoib
Mark Bloch f1208b0557 RDMA/ipoib: Use parent rdma device net namespace
Use the net namespace of the underlying rdma device.
After honoring the rdma device's namespace, the ipoib
netdev now also runs in the same net namespace of the
rdma device.

Add an API to read the net namespace of the rdma device
so that ULP such as IPoIB can use it to initialize its
netdev.

Signed-off-by: Parav Pandit <parav@nvidia.com>
Signed-off-by: Mark Bloch <mbloch@nvidia.com>
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
2025-06-26 08:13:47 -04:00
..
ipoib.h IB/IPoIB: Replace vlan_rwsem with the netdev instance lock 2025-05-22 09:15:04 -07:00
ipoib_cm.c
ipoib_ethtool.c
ipoib_fs.c
ipoib_ib.c IB/IPoIB: Allow using netdevs that require the instance lock 2025-05-22 09:15:04 -07:00
ipoib_main.c RDMA/ipoib: Use parent rdma device net namespace 2025-06-26 08:13:47 -04:00
ipoib_multicast.c
ipoib_netlink.c net: Use link/peer netns in newlink() of rtnl_link_ops 2025-02-21 15:28:02 -08:00
ipoib_verbs.c IB/IPoIB: Enqueue separate work_structs for each flushed interface 2025-05-22 09:15:04 -07:00
ipoib_vlan.c IB/IPoIB: Replace vlan_rwsem with the netdev instance lock 2025-05-22 09:15:04 -07:00
Kconfig
Makefile