aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_ib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-21IB/ipoib: Fix lockdep issue found on ipoib_ib_dev_heavy_flushAlex Vesker1-4/+3
2017-10-25IB/ipoib: Use NAPI in UD/TX flowsErez Shitrit1-47/+76
2017-10-25IB/ipoib: Get rid of the tx_outstanding variable in all modesErez Shitrit1-6/+4
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford1-2/+4
2017-10-18Merge branch 'for-next-early' into for-nextDoug Ledford1-4/+4
2017-10-14IB/ipoib: Add ability to set PKEY index to lower device driverAlex Vesker1-2/+6
2017-10-14IB/ipoib: Grab rtnl lock on heavy flush when calling ndo_open/stopAlex Vesker1-1/+6
2017-10-09IB/ipoib: Convert timers to use timer_setup()Kees Cook1-2/+4
2017-09-29IB/{ipoib, iser}: Consistent print format of vendor errorAjaykumar Hotchandani1-4/+4
2017-09-27Revert "IB/ipoib: Update broadcast object if PKey value was changed in index 0"Alex Estrin1-13/+0
2017-07-23IB/ipoib: Notify on modify QP failure only when relevantErez Shitrit1-1/+22
2017-07-23IB/ipoib: Add multicast packets statisticsAlex Vesker1-0/+2
2017-07-17IB: Convert msleep below 20ms to usleep_rangeLeon Romanovsky1-1/+1
2017-06-14IB/ipoib: Fix access to un-initialized napi structAlex Vesker1-1/+0
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli1-1/+1
2017-05-01IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli1-1/+1
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-1/+1
2017-04-21IB/ipoib: Update broadcast object if PKey value was changed in index 0Feras Daoud1-0/+13
2017-04-20IB/IPoIB: Support acceleration options callbacksErez Shitrit1-22/+30
2017-04-20IB/IPoIB: Use defined function for netdev_priv functionErez Shitrit1-23/+23
2017-04-20IB/IPoIB: Rename qpn to be dqpn in ipoib_send and post_send functionsErez Shitrit1-6/+7
2017-04-20IB/IPoIB: Separate control from HW operation on ipoib_open/stop ndoErez Shitrit1-101/+129
2017-04-20IB/IPoIB: Separate control and data related initializationsErez Shitrit1-29/+9
2017-01-24IB/ipoib: Remove the unnecessary error checkZhu Yanjun1-3/+3
2017-01-24IB/ipoib: function interface changeZhu Yanjun1-6/+2
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-4/+1
2016-12-03IB/ipoib: Remove and fix debug prints after allocation failureLeon Romanovsky1-4/+1
2016-10-14IB/ipoib: move back IB LL address into the hard headerPaolo Abeni1-7/+5
2016-09-16IB/ipoib: Don't allow MC joins during light MC flushAlex Vesker1-0/+9
2016-06-07IB/IPoIB: Disable bottom half when dealing with device addressMark Bloch1-4/+4
2016-05-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+107
2016-05-25IB/IPoIB: Allow setting the device addressMark Bloch1-2/+107
2016-05-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+0
2016-05-13infiniband/ulp/ipoib: remove pkey_mutexSebastian Andrzej Siewior1-2/+0
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-03-21IB/ipoib: Allow mcast packets from other VFsEli Cohen1-7/+20
2016-03-03IB/ipoib: Add handling for sending of skb with many fragsHans Westgaard Ry1-0/+18
2016-02-04IB/IPoIB: Do not set skb truesize since using one linearskbCarol L Soto1-2/+0
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-11/+11
2015-07-14IB/ipoib: Scatter-Gather support in connected modeYuval Shaia1-25/+11
2015-07-14IB/ipoib: Prevent lockdep warning in __ipoib_ib_dev_flushHaggai Eran1-6/+7
2015-04-15IB/ipoib: Handle QP in SQE stateErez Shitrit1-1/+58
2015-04-15IB/ipoib: Use one linear skb in RX flowErez Shitrit1-58/+9
2015-04-15IB/ipoib: No longer use flush as a parameterDoug Ledford1-18/+17
2015-04-15IB/ipoib: Use dedicated workqueues per interfaceDoug Ledford1-3/+3
2015-04-15IB/ipoib: factor out ah flushingDoug Ledford1-18/+28
2015-01-30Revert "IPoIB: Use dedicated workqueues per interface"Roland Dreier1-3/+3
2015-01-30Revert "IPoIB: Make ipoib_mcast_stop_thread flush the workqueue"Roland Dreier1-2/+2
2015-01-30Revert "IPoIB: No longer use flush as a parameter"Roland Dreier1-9/+10
2014-12-15IPoIB: No longer use flush as a parameterDoug Ledford1-10/+9