summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2019-02-041-1/+0
|\
| * IB/ipoib: Fix for use-after-free in ipoib_cm_tx_startFeras Daoud2019-01-251-1/+0
* | infiniband: ipoib: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-241-2/+2
|/
* RDMA/netdev: Fix netlink support in IPoIBDenis Drozdov2018-10-101-2/+6
* IB/ipoib: Do not remove child devices from within the ndo_uninitJason Gunthorpe2018-08-021-0/+7
* IB/ipoib: Get rid of the sysfs_mutexJason Gunthorpe2018-08-021-1/+0
* RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe2018-08-021-0/+2
* IB/ipoib: Move init code to ndo_initJason Gunthorpe2018-08-021-3/+0
* IB/ipoib: Move all uninit code into ndo_uninitJason Gunthorpe2018-08-021-1/+0
* IB/ipoib: Use cancel_delayed_work_sync for neigh-clean taskErez Shitrit2018-08-021-1/+0
* IB/ipoib: Get rid of IPOIB_FLAG_GOING_DOWNJason Gunthorpe2018-08-021-1/+0
* RDMA/ipoib: Fix return code from ipoib_cm_dev_initKamal Heib2018-07-091-1/+1
* RDMA/ipoib: Prefer unsigned int to bare use of unsignedKamal Heib2018-07-091-7/+7
* RDMA/ipoib: Update paths on CLIENT_REREG/SM_CHANGE eventsDoug Ledford2018-05-221-1/+1
* IB/ipoib: Delete unused structYuval Shaia2018-04-031-5/+0
* IB/ipoib: Change number of TX wqe to 64Erez Shitrit2017-10-251-1/+1
* IB/ipoib: Use NAPI in UD/TX flowsErez Shitrit2017-10-251-5/+6
* IB/ipoib: Get rid of the tx_outstanding variable in all modesErez Shitrit2017-10-251-1/+0
* IB/ipoib: Convert timers to use timer_setup()Kees Cook2017-10-091-1/+1
* IB/ipoib: Sync between remove_one to sysfs calls that use rtnl_lockErez Shitrit2017-08-241-0/+1
* Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford2017-08-181-0/+1
|\
| * IB/ipoib: Fix race between light events and interface restartFeras Daoud2017-07-231-0/+1
* | IB/IPoIB: Increase local_lid to 32 bitsDasaratharaman Chandramouli2017-08-081-1/+1
|/
* IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli2017-05-011-1/+1
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-011-1/+1
* IB/SA: Modify SA to implicitly cache Class Port infoDasaratharaman Chandramouli2017-04-281-1/+0
* IB/IPoIB: Support acceleration options callbacksErez Shitrit2017-04-201-11/+18
* IB/IPoIB: Use defined function for netdev_priv functionErez Shitrit2017-04-201-4/+7
* IB/IPoIB: Rename qpn to be dqpn in ipoib_send and post_send functionsErez Shitrit2017-04-201-1/+1
* IB/IPoIB: Separate control from HW operation on ipoib_open/stop ndoErez Shitrit2017-04-201-1/+1
* IB/IPoIB: Separate control and data related initializationsErez Shitrit2017-04-201-1/+2
* IB/ipoib: Remove the unnecessary error checkZhu Yanjun2017-01-241-2/+2
* IB/ipoib: function interface changeZhu Yanjun2017-01-241-2/+2
* IB/ipoib: Remove unnecessary returned value checkZhu Yanjun2017-01-241-1/+1
* IB/ipoib: move back IB LL address into the hard headerPaolo Abeni2016-10-141-6/+14
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-091-1/+7
|\
| * ipoib: Make ipoib_warn ratelimitedkernel@kyup.com2016-10-071-1/+7
* | IB/ipoib: Fix memory corruption in ipoib cm mode connect flowErez Shitrit2016-09-021-0/+1
|/
* IB/IPoIB: Fix race between ipoib_remove_one to sysfs functionsErez Shitrit2016-06-071-0/+1
* IB/IPoIB: Allow setting the device addressMark Bloch2016-05-251-0/+2
* IB/ipoib: Support SendOnlyFullMember MCG for SendOnly joinErez Shitrit2016-05-251-0/+2
* IB/{core, ulp} Support above 32 possible device capability flagsLeon Romanovsky2016-03-211-1/+1
* IB/ipoib: Add handling for sending of skb with many fragsHans Westgaard Ry2016-03-031-0/+2
* IB/IPoIB: Fix kernel panic on multicast flowErez Shitrit2016-01-191-1/+1
* IB/IPoIB: Move multicast specific code out of ipoib_main.cChristoph Lameter2015-12-231-1/+2
* IB/IPoIB: factor out common multicast list removal codeChristoph Lameter2015-12-231-2/+1
* Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford2015-10-281-2/+2
|\
| * IB: split struct ib_send_wrChristoph Hellwig2015-10-081-2/+2
* | IB/ipoib: For sendonly join free the multicast group on leaveChristoph Lameter2015-10-131-0/+1
|/
* IB/ipoib: increase the max mcast backlog queueDoug Ledford2015-09-251-1/+1
OpenPOWER on IntegriCloud