summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib/ipoib_main.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-14IB/ipoib: Delete napi in device uninit defaultAlex Vesker1-0/+3
2017-06-14IB/ipoib: Limit call to free rdma_netdev for capable devicesAlex Vesker1-1/+4
2017-06-14IB/ipoib: Fix memory leaks for child interfaces privAlex Vesker1-1/+6
2017-06-02RDMA/IPoIB: Limit the ipoib_dev_uninit_default scopeLeon Romanovsky1-1/+1
2017-05-01IB/SA: Add support to query OPA path recordsDasaratharaman Chandramouli1-1/+4
2017-05-01IB/SA: Add OPA path record typeDasaratharaman Chandramouli1-7/+7
2017-05-01IB/SA: Split struct sa_path_rec based on IB and ROCE specific fieldsDasaratharaman Chandramouli1-4/+7
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-71/+0
2017-04-20IB/IPoIB: Support acceleration options callbacksErez Shitrit1-33/+112
2017-04-20IB/IPoIB: Use defined function for netdev_priv functionErez Shitrit1-41/+43
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-19/+97
2017-04-05IB/IPoIB: ibX: failed to create mcg debug fileShamir Rabinovitch1-5/+39
2017-02-26Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2017-02-15IB/IPoIB: Add destination address when re-queue packetErez Shitrit1-13/+17
2017-01-25IB/ipoib: Remove the unnecessary error checkZhu Yanjun1-5/+1
2017-01-25IB/ipoib: Remove unnecessary returned value checkZhu Yanjun1-6/+2
2017-01-24IB/IPoIB: Switch from dma_device to dev.parentBart Van Assche1-1/+1
2017-01-12IB/ipoib: Replace list_del of the neigh->list with list_del_initFeras Daoud1-4/+4
2017-01-12IB/ipoib: Add detailed error message to dev_queue_xmit callFeras Daoud1-3/+5
2017-01-12IB/ipoib: Fix deadlock between rmmod and set_modeFeras Daoud1-4/+2
2017-01-12IB/ipoib: Set device connection mode only when neededFeras Daoud1-0/+7
2017-01-12IB/ipoib: When given an invalid UD MTU, give debug msgFeras Daoud1-0/+4
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-4/+1
2016-12-03IB/ipoib: Remove and fix debug prints after allocation failureLeon Romanovsky1-4/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-21/+33
2016-10-20net: use core MTU range checking in misc driversJarod Wilson1-0/+1
2016-10-18IB/ipoib: Flip to new dev walk APIDavid Ahern1-12/+25
2016-10-14IB/ipoib: move back IB LL address into the hard headerPaolo Abeni1-21/+33
2016-10-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-1/+2
2016-10-07IB/ipoib: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+2
2016-09-02IB/ipoib: Fix memory corruption in ipoib cm mode connect flowErez Shitrit1-1/+1
2016-08-04IB/ipoib: Report SG feature regardless of HW UD CSUM capabilityYuval Shaia1-2/+1
2016-06-07IB/IPoIB: Don't update neigh validity for unresolved entriesErez Shitrit1-1/+3
2016-06-07IB/IPoIB: Disable bottom half when dealing with device addressMark Bloch1-4/+4
2016-06-07IB/IPoIB: Fix race between ipoib_remove_one to sysfs functionsErez Shitrit1-0/+3
2016-05-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-0/+140
2016-05-25IB/IPoIB: Allow setting the device addressMark Bloch1-0/+67
2016-05-25IB/ipoib: Support SendOnlyFullMember MCG for SendOnly joinErez Shitrit1-0/+73
2016-05-04drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal1-1/+1
2016-03-22IB/ipoib: Add ndo operations for configuring VFsEli Cohen1-2/+63
2016-01-19IB/IPoIB: Fix kernel panic on multicast flowErez Shitrit1-2/+1
2015-12-23IB/IPoIB: Move multicast specific code out of ipoib_main.cChristoph Lameter1-12/+1
2015-12-23IB/IPoIB: factor out common multicast list removal codeChristoph Lameter1-5/+2
2015-12-22IB/ulps: Avoid calling ib_query_deviceOr Gerlitz1-20/+1
2015-10-29Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford1-1/+1
2015-10-22IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak1-1/+1
2015-10-13IB/ipoib: For sendonly join free the multicast group on leaveChristoph Lameter1-1/+3