summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib
AgeCommit message (Expand)AuthorFilesLines
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-43/+64
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 Abeni5-43/+64
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds3-4/+11
2016-10-07ipoib: Make ipoib_warn ratelimitedkernel@kyup.com1-1/+7
2016-10-07IB/ipoib_verbs: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-10-07IB/ipoib: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+2
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig1-1/+1
2016-09-16IB/ipoib: Don't allow MC joins during light MC flushAlex Vesker1-0/+9
2016-09-02IB/ipoib: Fix memory corruption in ipoib cm mode connect flowErez Shitrit3-1/+18
2016-08-04Merge branches 'misc' and 'rxe' into k.o/for-4.8-1Doug Ledford2-7/+6
2016-08-03IB/ipoib: Report SG feature regardless of HW UD CSUM capabilityYuval Shaia2-7/+6
2016-06-23IB/ipoib: Use new device FW version stringIra Weiny1-4/+2
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 Bloch3-11/+11
2016-06-07IB/IPoIB: Fix race between ipoib_remove_one to sysfs functionsErez Shitrit4-0/+14
2016-05-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds6-19/+287
2016-05-25IB/IPoIB: Allow setting the device addressMark Bloch6-6/+187
2016-05-25IB/ipoib: Support SendOnlyFullMember MCG for SendOnly joinErez Shitrit3-13/+100
2016-05-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2-2/+67
2016-05-13IB/ipoib: Add readout of statistics using ethtoolHans Westgaard Ry1-0/+67
2016-05-13infiniband/ulp/ipoib: remove pkey_mutexSebastian Andrzej Siewior1-2/+0
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal2-2/+2
2016-05-04drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal1-1/+1
2016-03-21IB/ipoib: Allow mcast packets from other VFsEli Cohen1-7/+20
2016-03-21IB/ipoib: Add ndo operations for configuring VFsEli Cohen1-2/+63
2016-03-21IB/{core, ulp} Support above 32 possible device capability flagsLeon Romanovsky1-1/+1
2016-03-03IB/ipoib: Add handling for sending of skb with many fragsHans Westgaard Ry4-3/+45
2016-02-12IB/ipoib: fix for rare multicast join race conditionAlex Estrin1-7/+17
2016-02-04IB/IPoIB: Do not set skb truesize since using one linearskbCarol L Soto1-2/+0
2016-01-19IB/IPoIB: Fix kernel panic on multicast flowErez Shitrit3-7/+6
2015-12-23IB/IPoIB: Move multicast specific code out of ipoib_main.cChristoph Lameter3-14/+23
2015-12-23IB/IPoIB: factor out common multicast list removal codeChristoph Lameter3-17/+17
2015-12-22Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford1-1/+1
2015-12-22IB/ulps: Avoid calling ib_query_deviceOr Gerlitz3-42/+12
2015-12-11IB: add a proper completion queue abstractionChristoph Hellwig1-1/+1
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford6-20/+20
2015-10-21IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak2-2/+2
2015-10-13IB/ipoib: For sendonly join free the multicast group on leaveChristoph Lameter3-2/+5
2015-10-08IB: split struct ib_send_wrChristoph Hellwig6-20/+20
2015-09-25IB/ipoib: increase the max mcast backlog queueDoug Ledford1-1/+1
2015-09-25IB/ipoib: Make sendonly multicast joins create the mcast groupDoug Ledford1-10/+12
2015-09-25IB/ipoib: Expire sendonly multicast joinsChristoph Lameter3-2/+22
2015-09-03IB/ipoib: Suppress warning for send only join failuresJason Gunthorpe1-2/+10
2015-09-03IB/ipoib: Clean up send-only multicast joinsDoug Ledford1-11/+27
2015-08-30IB/core: Make ib_dealloc_pd return voidJason Gunthorpe1-3/+1
2015-08-30IB/ipoib: Remove ib_get_dma_mr callsJason Gunthorpe3-17/+4
2015-08-30IB/cm: Remove compare_data checksHaggai Eran1-1/+1
2015-08-30IB/ipoib: Return IPoIB devices matching connection parametersGuy Shapiro1-1/+228