aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22RDMA/cma: Multiple path records support with netlink channelMark Zhang1-1/+1
2022-07-17ipoib: switch to netif_napi_add_weight()Jakub Kicinski1-2/+4
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-2/+3
2021-10-25RDMA/ipoib: Use dev_addr_mod()Jakub Kicinski1-8/+9
2021-10-12RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-1/+0
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-4/+4
2021-06-21RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky1-3/+4
2021-06-08RDMA/ipoib: Use refcount_t instead of atomic_t for reference countingWeihang Li1-4/+4
2021-05-28IB/ipoib: Use DEVICE_ATTR_*() macrosYueHaibing1-17/+16
2021-04-13RDMA/ipoib: Print a message if only child interface is UPJack Wang1-1/+6
2021-04-07IB/{ipoib,hfi1}: Add a timeout handler for rdma_netdevMike Marciniszyn1-0/+5
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-7/+7
2021-02-16RDMA/ipoib: Remove racy Subnet Manager sendonly join checksChristoph Lameter1-2/+0
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches1-3/+4
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+2
2020-10-05RDMA/ipoib: Set rtnl_link_ops for ipoib interfacesKamal Heib1-0/+2
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastructureTaehee Yoo1-3/+6
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-06Merge branch 'mlx5_ipoib_qpn' into rdma.git for-nextJason Gunthorpe1-2/+9
2020-07-06RDMA/ipoib: Handle user-supplied address when creating childMichael Guralnik1-2/+9
2020-07-02RDMA/ipoib: Fix ABBA deadlock with ipoib_reap_ah()Jason Gunthorpe1-0/+2
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-19/+18
2020-05-27IB/ipoib: Fix double free of skb in case of multicast traffic in CM modeValentine Fatiev1-4/+6
2020-05-21IB/ipoib: Add capability to switch between datagram and connected modeGary Leshner1-8/+10
2020-05-21IB/{hfi1, ipoib, rdma}: Broadcast ping sent packets which exceeded mtu sizeGary Leshner1-0/+2
2020-05-21IB/ipoib: Increase ipoib Datagram mode MTU's upper limitKaike Wan1-1/+1
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe1-10/+5
2020-02-27RDMA/ipoib: Don't set constant driver versionLeon Romanovsky1-4/+0
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-22IB/ipoib: Add ndo operation for getting VFs GUID attributesDanit Goldberg1-0/+10
2019-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-14/+20
2019-07-04IB/ipoib: Add child to parent list only if device initializedValentine Fatiev1-14/+20
2019-06-18ipoib: correcly show a VF hardware addressDenis Kirjanov1-0/+1
2019-05-07RDMA/ipoib: Allow user space differentiate between valid dev_portLeon Romanovsky1-1/+12
2019-02-19RDMA: Add and use rdma_for_each_portJason Gunthorpe1-2/+2
2019-02-14IB/ipoib: Use __func__ instead of function's nameErez Alfasi1-2/+2
2019-01-29IB/ipoib: Make ipoib_intercept_dev_id_attr() staticKamal Heib1-1/+1
2019-01-24infiniband: ipoib: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-3/+1
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+2
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-2/+2
2018-12-06net: core: dev: Add extack argument to dev_change_flags()Petr Machata1-3/+3
2018-10-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+35
2018-10-10RDMA/netdev: Fix netlink support in IPoIBDenis Drozdov1-53/+70
2018-10-10RDMA/netdev: Hoist alloc_netdev_mqs out of the driverDenis Drozdov1-13/+8
2018-09-13IB/ipoib: Log sysfs 'dev_id' accesses from userspaceArseny Maslennikov1-0/+31
2018-09-13IB/ipoib: Use dev_port to expose network interface port numbersArseny Maslennikov1-0/+2
2018-09-06IB/ipoib: Ensure that MTU isn't less than minimum permittedMuhammad Sammar1-1/+2
2018-08-02IB/ipoib: Maintain the child_intfs list from ndo_init/uninitJason Gunthorpe1-0/+16
2018-08-02IB/ipoib: Do not remove child devices from within the ndo_uninitJason Gunthorpe1-11/+17
2018-08-02IB/ipoib: Get rid of the sysfs_mutexJason Gunthorpe1-6/+1