summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_verbs.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-3/+3
* RDMA/ipoib: Distribute cq completion vector betterJack Wang2020-11-201-2/+2
* IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPsGary Leshner2020-05-211-0/+3
* RDMA/ipoib: Remove check of destroy CQLeon Romanovsky2019-05-211-5/+2
* IB/core, ipoib: Do not overreact to SM LID change eventDennis Dalessandro2019-05-071-2/+1
* RDMA/ulp: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-261-1/+1
* RDMA/ipoib: Fix return code from ipoib_cm_dev_initKamal Heib2018-07-091-2/+2
* RDMA/ipoib: Fix use of sizeof()Kamal Heib2018-07-091-1/+1
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+1
* IB/ipoib: Replace printk with pr_warnYuval Shaia2017-12-111-3/+3
* IB/ipoib: Use NAPI in UD/TX flowsErez Shitrit2017-10-251-5/+12
* IB/IPoIB: Support acceleration options callbacksErez Shitrit2017-04-201-2/+14
* IB/IPoIB: Use defined function for netdev_priv functionErez Shitrit2017-04-201-4/+4
* IB/IPoIB: Separate control and data related initializationsErez Shitrit2017-04-201-39/+1
* IB/ipoib_verbs: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-10-071-1/+1
* IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2016-09-231-1/+1
* IB/ipoib: Report SG feature regardless of HW UD CSUM capabilityYuval Shaia2016-08-031-5/+5
* IB/IPoIB: Allow setting the device addressMark Bloch2016-05-251-0/+3
* IB/ipoib: Add handling for sending of skb with many fragsHans Westgaard Ry2016-03-031-1/+4
* IB: split struct ib_send_wrChristoph Hellwig2015-10-081-3/+3
* IB/core: Make ib_dealloc_pd return voidJason Gunthorpe2015-08-301-3/+1
* IB/ipoib: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-301-15/+3
* IB/ipoib: Fix CONFIG_INFINIBAND_IPOIB_CMJason Gunthorpe2015-07-241-1/+2
* IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak2015-06-121-2/+6
* IB/ipoib: Use one linear skb in RX flowErez Shitrit2015-04-151-9/+4
* IB/ipoib: Use dedicated workqueues per interfaceDoug Ledford2015-04-151-3/+28
* Revert "IPoIB: Use dedicated workqueues per interface"Roland Dreier2015-01-301-21/+1
* IPoIB: Use dedicated workqueues per interfaceDoug Ledford2014-12-151-1/+21
* IB/core: Add flow steering support for IPoIB UD trafficMatan Barak2014-01-141-0/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+2
* IPoIB: Get rid of ipoib_mcast_detach() wrapperRoland Dreier2008-07-141-12/+0
* IPoIB: Only set Q_Key once: after joining broadcast groupEli Cohen2008-07-141-13/+15
* IPoIB: Remove priv->mcast_mutexEli Cohen2008-07-141-4/+0
* IPoIB: Refresh paths instead of flushing them on SM change eventsMoni Shoua2008-07-141-8/+10
* IPoIB: Use multicast loopback blocking if availableRon Livne2008-07-141-1/+4
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-141-2/+0
* IB/ipoib: Fix transmit queue stalling foreverEli Cohen2008-04-301-1/+2
* IPoIB: Use separate CQ for UD send completionsEli Cohen2008-04-291-13/+26
* IPoIB: Handle 4K IB MTU for UD (datagram) modeShirley Ma2008-04-231-1/+14
* IPoIB: Add LSO supportEli Cohen2008-04-161-0/+3
* IPoIB: Add send gather supportEli Cohen2008-02-081-3/+7
* IPoIB/cm: Add connected mode support for devices without SRQsPradeep Satyanarayana2008-01-251-2/+6
* IPoIB: Trivial formatting cleanupsRoland Dreier2008-01-251-5/+5
* IPoIB: Fix typo to end statement with ';' instead of ','Eli Cohen2007-10-091-1/+1
* IPoIB: Fix leak in ipoib_transport_dev_init() error pathJack Morgenstein2007-08-071-0/+1
* IPoIB/cm: Fix SRQ WR leakMichael S. Tsirkin2007-05-211-1/+1
* IPoIB: Handle P_Key table reorderingYosef Etigin2007-05-191-23/+15
* IB: Add CQ comp_vector supportMichael S. Tsirkin2007-05-061-1/+1
* IPoIB: Only handle async events for one portRoland Dreier2007-02-271-6/+7
* IPoIB: Connected mode experimental supportMichael S. Tsirkin2007-02-101-16/+24