index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
ipoib
/
ipoib_verbs.c
Age
Commit message (
Expand
)
Author
Lines
8 days
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
9 days
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-1
/
+1
2025-05-22
IB/IPoIB: Enqueue separate work_structs for each flushed interface
Cosmin Ratiu
-4
/
+4
2022-04-06
RDMA: Split kernel-only global device caps from uverbs device caps
Jason Gunthorpe
-3
/
+3
2020-11-20
RDMA/ipoib: Distribute cq completion vector better
Jack Wang
-2
/
+2
2020-05-21
IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPs
Gary Leshner
-0
/
+3
2019-05-21
RDMA/ipoib: Remove check of destroy CQ
Leon Romanovsky
-5
/
+2
2019-05-07
IB/core, ipoib: Do not overreact to SM LID change event
Dennis Dalessandro
-2
/
+1
2018-09-26
RDMA/ulp: Use dev_name instead of ibdev->name
Jason Gunthorpe
-1
/
+1
2018-07-09
RDMA/ipoib: Fix return code from ipoib_cm_dev_init
Kamal Heib
-2
/
+2
2018-07-09
RDMA/ipoib: Fix use of sizeof()
Kamal Heib
-1
/
+1
2018-06-18
IB/core: add max_send_sge and max_recv_sge attributes
Steve Wise
-1
/
+1
2017-12-11
IB/ipoib: Replace printk with pr_warn
Yuval Shaia
-3
/
+3
2017-10-25
IB/ipoib: Use NAPI in UD/TX flows
Erez Shitrit
-5
/
+12
2017-04-20
IB/IPoIB: Support acceleration options callbacks
Erez Shitrit
-2
/
+14
2017-04-20
IB/IPoIB: Use defined function for netdev_priv function
Erez Shitrit
-4
/
+4
2017-04-20
IB/IPoIB: Separate control and data related initializations
Erez Shitrit
-39
/
+1
2016-10-07
IB/ipoib_verbs: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
-1
/
+1
2016-09-23
IB/core: add support to create a unsafe global rkey to ib_create_pd
Christoph Hellwig
-1
/
+1
2016-08-03
IB/ipoib: Report SG feature regardless of HW UD CSUM capability
Yuval Shaia
-5
/
+5
2016-05-25
IB/IPoIB: Allow setting the device address
Mark Bloch
-0
/
+3
2016-03-03
IB/ipoib: Add handling for sending of skb with many frags
Hans Westgaard Ry
-1
/
+4
2015-10-08
IB: split struct ib_send_wr
Christoph Hellwig
-3
/
+3
2015-08-30
IB/core: Make ib_dealloc_pd return void
Jason Gunthorpe
-3
/
+1
2015-08-30
IB/ipoib: Remove ib_get_dma_mr calls
Jason Gunthorpe
-15
/
+3
2015-07-24
IB/ipoib: Fix CONFIG_INFINIBAND_IPOIB_CM
Jason Gunthorpe
-1
/
+2
2015-06-12
IB/core: Change ib_create_cq to use struct ib_cq_init_attr
Matan Barak
-2
/
+6
2015-04-15
IB/ipoib: Use one linear skb in RX flow
Erez Shitrit
-9
/
+4
2015-04-15
IB/ipoib: Use dedicated workqueues per interface
Doug Ledford
-3
/
+28
2015-01-30
Revert "IPoIB: Use dedicated workqueues per interface"
Roland Dreier
-21
/
+1
2014-12-15
IPoIB: Use dedicated workqueues per interface
Doug Ledford
-1
/
+21
2014-01-14
IB/core: Add flow steering support for IPoIB UD traffic
Matan Barak
-0
/
+3
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
-0
/
+2
2008-07-14
IPoIB: Get rid of ipoib_mcast_detach() wrapper
Roland Dreier
-12
/
+0
2008-07-14
IPoIB: Only set Q_Key once: after joining broadcast group
Eli Cohen
-13
/
+15
2008-07-14
IPoIB: Remove priv->mcast_mutex
Eli Cohen
-4
/
+0
2008-07-14
IPoIB: Refresh paths instead of flushing them on SM change events
Moni Shoua
-8
/
+10
2008-07-14
IPoIB: Use multicast loopback blocking if available
Ron Livne
-1
/
+4
2008-07-14
RDMA: Remove subversion $Id tags
Roland Dreier
-2
/
+0
2008-04-30
IB/ipoib: Fix transmit queue stalling forever
Eli Cohen
-1
/
+2
2008-04-29
IPoIB: Use separate CQ for UD send completions
Eli Cohen
-13
/
+26
2008-04-23
IPoIB: Handle 4K IB MTU for UD (datagram) mode
Shirley Ma
-1
/
+14
2008-04-16
IPoIB: Add LSO support
Eli Cohen
-0
/
+3
2008-02-08
IPoIB: Add send gather support
Eli Cohen
-3
/
+7
2008-01-25
IPoIB/cm: Add connected mode support for devices without SRQs
Pradeep Satyanarayana
-2
/
+6
2008-01-25
IPoIB: Trivial formatting cleanups
Roland Dreier
-5
/
+5
2007-10-09
IPoIB: Fix typo to end statement with ';' instead of ','
Eli Cohen
-1
/
+1
2007-08-07
IPoIB: Fix leak in ipoib_transport_dev_init() error path
Jack Morgenstein
-0
/
+1
2007-05-21
IPoIB/cm: Fix SRQ WR leak
Michael S. Tsirkin
-1
/
+1
2007-05-19
IPoIB: Handle P_Key table reordering
Yosef Etigin
-23
/
+15
[next]