summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib/ipoib_verbs.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-25IB/IPoIB: Allow setting the device addressMark Bloch1-0/+3
2016-03-03IB/ipoib: Add handling for sending of skb with many fragsHans Westgaard Ry1-1/+4
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-3/+3
2015-08-31IB/core: Make ib_dealloc_pd return voidJason Gunthorpe1-3/+1
2015-08-31IB/ipoib: Remove ib_get_dma_mr callsJason Gunthorpe1-15/+3
2015-07-24IB/ipoib: Fix CONFIG_INFINIBAND_IPOIB_CMJason Gunthorpe1-1/+2
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak1-2/+6
2015-04-15IB/ipoib: Use one linear skb in RX flowErez Shitrit1-9/+4
2015-04-15IB/ipoib: Use dedicated workqueues per interfaceDoug Ledford1-3/+28
2015-01-31Revert "IPoIB: Use dedicated workqueues per interface"Roland Dreier1-21/+1
2014-12-16IPoIB: Use dedicated workqueues per interfaceDoug Ledford1-1/+21
2014-01-15IB/core: Add flow steering support for IPoIB UD trafficMatan Barak1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+2
2008-07-15IPoIB: Get rid of ipoib_mcast_detach() wrapperRoland Dreier1-12/+0
2008-07-15IPoIB: Only set Q_Key once: after joining broadcast groupEli Cohen1-13/+15
2008-07-15IPoIB: Remove priv->mcast_mutexEli Cohen1-4/+0
2008-07-15IPoIB: Refresh paths instead of flushing them on SM change eventsMoni Shoua1-8/+10
2008-07-15IPoIB: Use multicast loopback blocking if availableRon Livne1-1/+4
2008-07-15RDMA: Remove subversion $Id tagsRoland Dreier1-2/+0
2008-05-01IB/ipoib: Fix transmit queue stalling foreverEli Cohen1-1/+2
2008-04-30IPoIB: Use separate CQ for UD send completionsEli Cohen1-13/+26
2008-04-23IPoIB: Handle 4K IB MTU for UD (datagram) modeShirley Ma1-1/+14
2008-04-17IPoIB: Add LSO supportEli Cohen1-0/+3
2008-02-09IPoIB: Add send gather supportEli Cohen1-3/+7
2008-01-26IPoIB/cm: Add connected mode support for devices without SRQsPradeep Satyanarayana1-2/+6
2008-01-26IPoIB: Trivial formatting cleanupsRoland Dreier1-5/+5
2007-10-10IPoIB: Fix typo to end statement with ';' instead of ','Eli Cohen1-1/+1
2007-08-07IPoIB: Fix leak in ipoib_transport_dev_init() error pathJack Morgenstein1-0/+1
2007-05-22IPoIB/cm: Fix SRQ WR leakMichael S. Tsirkin1-1/+1
2007-05-19IPoIB: Handle P_Key table reorderingYosef Etigin1-23/+15
2007-05-07IB: Add CQ comp_vector supportMichael S. Tsirkin1-1/+1
2007-02-27IPoIB: Only handle async events for one portRoland Dreier1-6/+7
2007-02-10IPoIB: Connected mode experimental supportMichael S. Tsirkin1-16/+24
2006-06-18IPoIB: Handle client reregister eventsLeonid Arsh1-1/+2
2006-04-10IPoIB: Make send and receive queue sizes tunableShirley Ma1-3/+3
2006-03-25IPoIB: P_Key change event handlingLeonid Arsh1-0/+1
2006-03-25IPoIB: Fix network interface "RUNNING" statusLeonid Arsh1-2/+3
2006-03-20IPoIB: Move ipoib_ib_dev_flush() to ipoib workqueueJack Morgenstein1-1/+1
2006-01-14IB: convert from semaphores to mutexesIngo Molnar1-4/+4
2005-10-31[IPoIB] cleanups: fix comment, remove useless variablesRoland Dreier1-3/+1
2005-10-18[IPoIB] Rename ipoib_create_qp() -> ipoib_init_qp() and fix error cleanupRoland Dreier1-4/+5
2005-08-27[PATCH] IB: move include files to include/rdmaRoland Dreier1-1/+1
2005-08-27[PATCH] IB: Add copyright noticesRoland Dreier1-0/+1
2005-04-17Linux-2.6.12-rc2Linus Torvalds1-0/+260