summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_verbs.c
AgeCommit message (Expand)AuthorLines
8 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
9 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-05-22IB/IPoIB: Enqueue separate work_structs for each flushed interfaceCosmin Ratiu-4/+4
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe-3/+3
2020-11-20RDMA/ipoib: Distribute cq completion vector betterJack Wang-2/+2
2020-05-21IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPsGary Leshner-0/+3
2019-05-21RDMA/ipoib: Remove check of destroy CQLeon Romanovsky-5/+2
2019-05-07IB/core, ipoib: Do not overreact to SM LID change eventDennis Dalessandro-2/+1
2018-09-26RDMA/ulp: Use dev_name instead of ibdev->nameJason Gunthorpe-1/+1
2018-07-09RDMA/ipoib: Fix return code from ipoib_cm_dev_initKamal Heib-2/+2
2018-07-09RDMA/ipoib: Fix use of sizeof()Kamal Heib-1/+1
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise-1/+1
2017-12-11IB/ipoib: Replace printk with pr_warnYuval Shaia-3/+3
2017-10-25IB/ipoib: Use NAPI in UD/TX flowsErez Shitrit-5/+12
2017-04-20IB/IPoIB: Support acceleration options callbacksErez Shitrit-2/+14
2017-04-20IB/IPoIB: Use defined function for netdev_priv functionErez Shitrit-4/+4
2017-04-20IB/IPoIB: Separate control and data related initializationsErez Shitrit-39/+1
2016-10-07IB/ipoib_verbs: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar-1/+1
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig-1/+1
2016-08-03IB/ipoib: Report SG feature regardless of HW UD CSUM capabilityYuval Shaia-5/+5
2016-05-25IB/IPoIB: Allow setting the device addressMark Bloch-0/+3
2016-03-03IB/ipoib: Add handling for sending of skb with many fragsHans Westgaard Ry-1/+4
2015-10-08IB: split struct ib_send_wrChristoph Hellwig-3/+3
2015-08-30IB/core: Make ib_dealloc_pd return voidJason Gunthorpe-3/+1
2015-08-30IB/ipoib: Remove ib_get_dma_mr callsJason Gunthorpe-15/+3
2015-07-24IB/ipoib: Fix CONFIG_INFINIBAND_IPOIB_CMJason Gunthorpe-1/+2
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak-2/+6
2015-04-15IB/ipoib: Use one linear skb in RX flowErez Shitrit-9/+4
2015-04-15IB/ipoib: Use dedicated workqueues per interfaceDoug Ledford-3/+28
2015-01-30Revert "IPoIB: Use dedicated workqueues per interface"Roland Dreier-21/+1
2014-12-15IPoIB: Use dedicated workqueues per interfaceDoug Ledford-1/+21
2014-01-14IB/core: Add flow steering support for IPoIB UD trafficMatan Barak-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+2
2008-07-14IPoIB: Get rid of ipoib_mcast_detach() wrapperRoland Dreier-12/+0
2008-07-14IPoIB: Only set Q_Key once: after joining broadcast groupEli Cohen-13/+15
2008-07-14IPoIB: Remove priv->mcast_mutexEli Cohen-4/+0
2008-07-14IPoIB: Refresh paths instead of flushing them on SM change eventsMoni Shoua-8/+10
2008-07-14IPoIB: Use multicast loopback blocking if availableRon Livne-1/+4
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier-2/+0
2008-04-30IB/ipoib: Fix transmit queue stalling foreverEli Cohen-1/+2
2008-04-29IPoIB: Use separate CQ for UD send completionsEli Cohen-13/+26
2008-04-23IPoIB: Handle 4K IB MTU for UD (datagram) modeShirley Ma-1/+14
2008-04-16IPoIB: Add LSO supportEli Cohen-0/+3
2008-02-08IPoIB: Add send gather supportEli Cohen-3/+7
2008-01-25IPoIB/cm: Add connected mode support for devices without SRQsPradeep Satyanarayana-2/+6
2008-01-25IPoIB: Trivial formatting cleanupsRoland Dreier-5/+5
2007-10-09IPoIB: Fix typo to end statement with ';' instead of ','Eli Cohen-1/+1
2007-08-07IPoIB: Fix leak in ipoib_transport_dev_init() error pathJack Morgenstein-0/+1
2007-05-21IPoIB/cm: Fix SRQ WR leakMichael S. Tsirkin-1/+1
2007-05-19IPoIB: Handle P_Key table reorderingYosef Etigin-23/+15