aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_ib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-1/+2
2019-01-02IB/ipoib: drop useless LIST_HEADJulia Lawall1-1/+0
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman1-1/+1
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman1-1/+1
2018-07-24IB/IPoIB: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche1-4/+2
2018-07-09RDMA/ipoib: Fix use of sizeof()Kamal Heib1-2/+2
2018-07-09RDMA/ipoib: Prefer unsigned int to bare use of unsignedKamal Heib1-1/+1
2018-06-18IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit1-1/+2
2018-03-15IB/{core, ipoib}: Simplify ib_find_gid() for unused ndevParav Pandit1-1/+1
2018-01-03IB/ipoib: Fix for notify send CQ failure messagesAlex Estrin1-1/+1
2017-12-27Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.gitJason Gunthorpe1-4/+3
2017-12-21IB/ipoib: Fix lockdep issue found on ipoib_ib_dev_heavy_flushAlex Vesker1-4/+3
2017-12-18IB/{core, ipoib}: Simplify ib_find_gid to search only for IB link layerParav Pandit1-2/+1
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