summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib/ipoib_main.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-04ipoib: correcly show a VF hardware addressDenis Kirjanov1-0/+1
2018-05-30IB/ipoib: Fix for potential no-carrier stateAlex Estrin1-0/+3
2018-03-24IB/ipoib: Avoid memory leak if the SA returns a different DGIDErez Shitrit1-0/+16
2018-03-03IB/ipoib: Fix race condition in neigh creationErez Shitrit1-7/+18
2017-10-08IB/ipoib: Replace list_del of the neigh->list with list_del_initFeras Daoud1-4/+4
2017-05-20IB/IPoIB: ibX: failed to create mcg debug fileShamir Rabinovitch1-5/+39
2017-03-15IB/IPoIB: Add destination address when re-queue packetErez Shitrit1-13/+17
2017-03-15IB/ipoib: Fix deadlock between rmmod and set_modeFeras Daoud1-4/+2
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
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-1/+1
2015-09-25IB/ipoib: Expire sendonly multicast joinsChristoph Lameter1-0/+18
2015-08-30IB/ipoib: Return IPoIB devices matching connection parametersGuy Shapiro1-1/+228
2015-08-30IB/core: lock client data with lists_rwsemHaggai Eran1-4/+3
2015-07-14IB/ipoib: Set MTU to max allowed by mode when mode changesErez Shitrit1-0/+1
2015-07-14IB/ipoib: Scatter-Gather support in connected modeYuval Shaia1-1/+1
2015-07-14IB/IPoIB: Fix bad error flow in ipoib_add_port()Amir Vadai1-2/+4
2015-07-14IB: Add rdma_cap_ib_switch helper and use where appropriateHal Rosenstock1-10/+2
2015-06-02Merge branch 'for-4.2-misc' into k.o/for-4.2Doug Ledford1-2/+2
2015-06-02IB/ipoib: Fix RCU annotations in ipoib_neigh_hash_init()Bart Van Assche1-2/+2
2015-05-18IB/Verbs: Reform IB-ulp ipoibMichael Wang1-7/+8
2015-04-22Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-26/+47
2015-04-17IB/ipoib: Fix ndo_get_iflinkErez Shitrit1-0/+5
2015-04-15IB/ipoib: Save only IPOIB_MAX_PATH_REC_QUEUE skb'sErez Shitrit1-3/+10
2015-04-15IB/ipoib: No longer use flush as a parameterDoug Ledford1-4/+4
2015-04-15IB/ipoib: Use dedicated workqueues per interfaceDoug Ledford1-12/+16
2015-04-15IB/ipoib: change init sequence orderingDoug Ledford1-7/+17
2015-04-02infiniband/ipoib: implement ndo_get_iflinkNicolas Dichtel1-0/+8
2015-01-31Revert "IPoIB: change init sequence ordering"Roland Dreier1-17/+7
2015-01-31Revert "IPoIB: Use dedicated workqueues per interface"Roland Dreier1-12/+7
2015-01-31Revert "IPoIB: No longer use flush as a parameter"Roland Dreier1-4/+4
2014-12-16IPoIB: No longer use flush as a parameterDoug Ledford1-4/+4