index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-10
RDMA/core: Add and expose static device index
Leon Romanovsky
2
-1
/
+41
2017-08-10
RDMA/core: Add iterator over ib_devices
Leon Romanovsky
2
-0
/
+33
2017-08-10
RDMA/netlink: Rename netlink callback struct
Leon Romanovsky
4
-5
/
+5
2017-08-10
RDMA/netlink: Simplify and rename ibnl_chk_listeners
Leon Romanovsky
3
-6
/
+5
2017-08-10
RDMA/netlink: Rename and remove redundant parameter from ibnl_multicast
Leon Romanovsky
4
-6
/
+5
2017-08-10
RDMA/netlink: Rename and remove redundant parameter from ibnl_unicast*
Leon Romanovsky
3
-11
/
+9
2017-08-10
RDMA/netlink: Simplify the put_msg and put_attr
Leon Romanovsky
1
-21
/
+6
2017-08-10
RDMA/netlink: Add flag to consolidate common handling
Leon Romanovsky
4
-9
/
+16
2017-08-10
RDMA/iwcm: Remove extra EXPORT_SYMBOLS
Leon Romanovsky
2
-17
/
+0
2017-08-10
RDMA/iwcm: Remove useless check of netlink client validity
Leon Romanovsky
1
-6
/
+0
2017-08-10
RDMA/netlink: Avoid double pass for RDMA netlink messages
Leon Romanovsky
1
-18
/
+44
2017-08-10
RDMA/netlink: Remove redundant owner option for netlink callbacks
Leon Romanovsky
2
-4
/
+1
2017-08-10
RDMA/netlink: Remove netlink clients infrastructure
Leon Romanovsky
5
-141
/
+107
2017-08-09
RDMA/core: Add wait/retry version of ibnl_unicast
Ismail, Mustafa
2
-4
/
+14
2017-08-08
IB/CM: Set appropriate slid and dlid when handling CM request
Dasaratharaman Chandramouli
1
-11
/
+56
2017-08-08
IB/CM: Create appropriate path records when handling CM request
Dasaratharaman Chandramouli
1
-7
/
+31
2017-08-08
IB/CM: Add OPA Path record support to CM
Hiatt, Don
1
-8
/
+42
2017-08-08
IB/core: Change wc.slid from 16 to 32 bits
Hiatt, Don
3
-6
/
+10
2017-08-08
IB/core: Change port_attr.sm_lid from 16 to 32 bits
Dasaratharaman Chandramouli
1
-3
/
+5
2017-08-08
IB/core: Change port_attr.lid size from 16 to 32 bits
Dasaratharaman Chandramouli
2
-1
/
+5
2017-08-08
IB/mad: Change slid in RMPP recv from 16 to 32 bits
Dasaratharaman Chandramouli
1
-1
/
+1
2017-08-08
IB/core: Convert ah_attr from OPA to IB when copying to user
Dasaratharaman Chandramouli
3
-10
/
+50
2017-08-07
Merge tag 'rdma-rc-2017-07-26' of git://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdma into leon-ipoib
Doug Ledford
1
-1
/
+0
2017-08-04
IB/uverbs: Fix device cleanup
Yishai Hadas
1
-2
/
+1
2017-08-04
RDMA/uverbs: Prevent leak of reserved field
Leon Romanovsky
1
-1
/
+1
2017-08-04
IB/core: Fix race condition in resolving IP to MAC
Parav Pandit
1
-14
/
+48
2017-07-28
IB/cma: Fix default RoCE type setting
Doug Ledford
1
-1
/
+1
2017-07-27
Merge branch 'misc' into k.o/for-next
Doug Ledford
3
-2
/
+64
2017-07-24
IB/uverbs: Enable QP creation with a given source QP number
Yishai Hadas
1
-3
/
+14
2017-07-24
IB/core: Add support for RoCEv2 multicast
Noa Osherovich
1
-0
/
+12
2017-07-24
IB/core: Set RoCEv2 MGID according to spec
Noa Osherovich
2
-10
/
+13
2017-07-24
IB/core: Fix the validations of a multicast LID in attach or detach operations
Noa Osherovich
1
-4
/
+40
2017-07-24
IB/core: Add generic function to extract IB speed from netdev
Yuval Shaia
2
-0
/
+57
2017-07-24
IB/cma: Set default gid type to RoCEv2
Moni Shoua
1
-2
/
+7
2017-07-23
Revert "IB/core: Allow QP state transition from reset to error"
Leon Romanovsky
1
-1
/
+0
2017-07-20
RDMA/core: Initialize port_num in qp_attr
Ismail, Mustafa
1
-0
/
+2
2017-07-20
RDMA/uverbs: Fix the check for port number
Ismail, Mustafa
1
-1
/
+2
2017-07-20
IB/core: Fix sparse warnings
Matan Barak
1
-10
/
+0
2017-07-17
IB/core: Allow QP state transition from reset to error
Tadeusz Struk
1
-0
/
+1
2017-07-17
IB/core: Add ordered workqueue for RoCE GID management
Majd Dibbiny
1
-2
/
+9
2017-07-17
IB/uverbs: Make use of ib_modify_qp variant to avoid resolving DMAC
Parav Pandit
1
-19
/
+4
2017-07-17
IB/core: Introduce modify QP operation with udata
Parav Pandit
1
-8
/
+24
2017-07-17
IB/core: Don't resolve IP address to the loopback device
Moni Shoua
3
-45
/
+32
2017-07-17
IB/core: Namespace is mandatory input for address resolution
Moni Shoua
1
-1
/
+5
2017-07-17
RDMA/core: Document confusing code
Gustavo A. R. Silva
1
-0
/
+13
2017-07-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Linus Torvalds
2
-9
/
+14
2017-07-07
IB/core: Fix static analysis warning in ib_policy_change_task
Daniel Jurgens
1
-1
/
+2
2017-07-07
IB/core: Fix uninitialized variable use in check_qp_port_pkey_settings
Daniel Jurgens
1
-8
/
+12
2017-07-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
Linus Torvalds
1
-0
/
+8
2017-07-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2
-4
/
+2
[prev]
[next]