aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-0/+1
2021-06-08RDMA/ipoib: Use refcount_t instead of atomic_t for reference countingWeihang Li1-2/+2
2021-04-20IB/ipoib: Remove unnecessary struct declarationWan Jiabing1-2/+0
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-2/+2
2021-02-16RDMA/ipoib: Remove racy Subnet Manager sendonly join checksChristoph Lameter1-1/+0
2020-06-24RDMA/ipoib: Return void from ipoib_ib_dev_stop()Kamal Heib1-1/+1
2020-06-22RDMA/ipoib: Return void from ipoib_mcast_stop_thread()Kamal Heib1-1/+1
2020-05-27IB/ipoib: Fix double free of skb in case of multicast traffic in CM modeValentine Fatiev1-0/+4
2020-02-27RDMA/ipoib: Don't set constant driver versionLeon Romanovsky1-2/+0
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe1-1/+0
2019-01-25IB/ipoib: Fix for use-after-free in ipoib_cm_tx_startFeras Daoud1-1/+0
2019-01-24infiniband: ipoib: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-2/+2
2018-10-10RDMA/netdev: Fix netlink support in IPoIBDenis Drozdov1-2/+6
2018-08-02IB/ipoib: Do not remove child devices from within the ndo_uninitJason Gunthorpe1-0/+7
2018-08-02IB/ipoib: Get rid of the sysfs_mutexJason Gunthorpe1-1/+0
2018-08-02RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe1-0/+2
2018-08-02IB/ipoib: Move init code to ndo_initJason Gunthorpe1-3/+0
2018-08-02IB/ipoib: Move all uninit code into ndo_uninitJason Gunthorpe1-1/+0
2018-08-02IB/ipoib: Use cancel_delayed_work_sync for neigh-clean taskErez Shitrit1-1/+0
2018-08-02IB/ipoib: Get rid of IPOIB_FLAG_GOING_DOWNJason Gunthorpe1-1/+0
2018-07-09RDMA/ipoib: Fix return code from ipoib_cm_dev_initKamal Heib1-1/+1
2018-07-09RDMA/ipoib: Prefer unsigned int to bare use of unsignedKamal Heib1-7/+7
2018-05-22RDMA/ipoib: Update paths on CLIENT_REREG/SM_CHANGE eventsDoug Ledford1-1/+1
2018-04-03IB/ipoib: Delete unused structYuval Shaia1-5/+0
2017-10-25IB/ipoib: Change number of TX wqe to 64Erez Shitrit1-1/+1
2017-10-25IB/ipoib: Use NAPI in UD/TX flowsErez Shitrit1-5/+6
2017-10-25IB/ipoib: Get rid of the tx_outstanding variable in all modesErez Shitrit1-1/+0
2017-10-09IB/ipoib: Convert timers to use timer_setup()Kees Cook1-1/+1
2017-08-24IB/ipoib: Sync between remove_one to sysfs calls that use rtnl_lockErez Shitrit1-0/+1
2017-08-18Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford1-0/+1
2017-08-08IB/IPoIB: Increase local_lid to 32 bitsDasaratharaman Chandramouli1-1/+1
2017-07-23IB/ipoib: Fix race between light events and interface restartFeras Daoud1-0/+1
2017-05-01IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli1-1/+1
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-1/+1
2017-04-28IB/SA: Modify SA to implicitly cache Class Port infoDasaratharaman Chandramouli1-1/+0
2017-04-20IB/IPoIB: Support acceleration options callbacksErez Shitrit1-11/+18
2017-04-20IB/IPoIB: Use defined function for netdev_priv functionErez Shitrit1-4/+7
2017-04-20IB/IPoIB: Rename qpn to be dqpn in ipoib_send and post_send functionsErez Shitrit1-1/+1
2017-04-20IB/IPoIB: Separate control from HW operation on ipoib_open/stop ndoErez Shitrit1-1/+1
2017-04-20IB/IPoIB: Separate control and data related initializationsErez Shitrit1-1/+2
2017-01-24IB/ipoib: Remove the unnecessary error checkZhu Yanjun1-2/+2
2017-01-24IB/ipoib: function interface changeZhu Yanjun1-2/+2
2017-01-24IB/ipoib: Remove unnecessary returned value checkZhu Yanjun1-1/+1
2016-10-14IB/ipoib: move back IB LL address into the hard headerPaolo Abeni1-6/+14
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+7
2016-10-07ipoib: Make ipoib_warn ratelimitedkernel@kyup.com1-1/+7
2016-09-02IB/ipoib: Fix memory corruption in ipoib cm mode connect flowErez Shitrit1-0/+1
2016-06-07IB/IPoIB: Fix race between ipoib_remove_one to sysfs functionsErez Shitrit1-0/+1
2016-05-25IB/IPoIB: Allow setting the device addressMark Bloch1-0/+2
2016-05-25IB/ipoib: Support SendOnlyFullMember MCG for SendOnly joinErez Shitrit1-0/+2