index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-22
IB/core: Refer to RoCE port property instead of GID table property
Parav Pandit
1
-1
/
+1
2018-03-22
RDMA/restrack: Remove ambiguity in resource track clean logic
Leon Romanovsky
1
-1
/
+44
2018-03-21
RDMA/ucma: Correct option size check using optlen
Chien Tin Tung
1
-1
/
+1
2018-03-21
RDMA/restrack: Move restrack_clean to be symmetrical to restrack_init
Leon Romanovsky
1
-2
/
+1
2018-03-20
RDMA/ucma: Ensure that CM_ID exists prior to access it
Leon Romanovsky
1
-6
/
+9
2018-03-19
IB/uverbs: Enable ioctl() uAPI by default for new verbs
Matan Barak
2
-4
/
+2
2018-03-19
IB/uverbs: Move ioctl path of create_cq and destroy_cq to a new file
Matan Barak
4
-177
/
+215
2018-03-19
IB/uverbs: Expose parsing tree of all common objects to providers
Matan Barak
2
-14
/
+35
2018-03-19
IB/uverbs: Safely extend existing attributes
Matan Barak
3
-11
/
+37
2018-03-19
IB/uverbs: Enable compact representation of uverbs_attr_spec
Matan Barak
1
-2
/
+2
2018-03-19
IB/uverbs: Extend uverbs_ioctl header with driver_id
Matan Barak
1
-1
/
+4
2018-03-19
IB/uverbs: Move to new headers and make naming consistent
Matan Barak
3
-144
/
+153
2018-03-19
RDMA/ucma: Fix use-after-free access in ucma_close
Leon Romanovsky
1
-0
/
+3
2018-03-19
IB/core: Use rdma_is_port_valid()
Parav Pandit
1
-3
/
+2
2018-03-19
IB/core: Set speed string to SDR for invalid active rates
Honggang Li
1
-0
/
+1
2018-03-17
RDMA/restrack: Don't rely on uninitialized variable in restrack_add flow
Leon Romanovsky
1
-1
/
+3
2018-03-16
RDMA/ucma: Check AF family prior resolving address
Leon Romanovsky
1
-3
/
+7
2018-03-16
IB/core: Move rdma_addr_find_l2_eth_by_grh to core_priv.h
Parav Pandit
1
-0
/
+5
2018-03-16
IB/cm: Introduce and use helper function to get cm_port from path
Parav Pandit
1
-4
/
+13
2018-03-16
IB/core: Refactor ib_init_ah_attr_from_path() for RoCE
Parav Pandit
1
-96
/
+103
2018-03-16
IB/cm: Add and use a helper function to add cm_id's to the port list
Parav Pandit
1
-10
/
+21
2018-03-16
IB/core: Remove rdma_resolve_ip_route() as exported symbol
Parav Pandit
2
-1
/
+6
2018-03-15
IB/cma: Use rdma_protocol_roce() and remove cma_protocol_roce_dev_port()
Parav Pandit
1
-12
/
+3
2018-03-15
IB/core: Honor port_num while resolving GID for IB link layer
Parav Pandit
1
-14
/
+12
2018-03-15
IB/core: Honor return status of ib_init_ah_from_mcmember()
Parav Pandit
1
-4
/
+8
2018-03-15
IB/{core, ipoib}: Simplify ib_find_gid() for unused ndev
Parav Pandit
1
-2
/
+1
2018-03-15
IB/core: Fix comments of GID query functions
Parav Pandit
1
-2
/
+29
2018-03-15
Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-next
Doug Ledford
6
-32
/
+46
2018-03-15
drivers/infiniband/core/verbs.c: fix build with gcc-4.4.4
Andrew Morton
1
-1
/
+2
2018-03-14
RDMA/ucma: Don't allow join attempts for unsupported AF family
Leon Romanovsky
1
-1
/
+7
2018-03-14
RDMA/ucma: Fix access to non-initialized CM_ID object
Leon Romanovsky
1
-0
/
+3
2018-03-14
RDMA/core: Do not use invalid destination in determining port reuse
Tatyana Nikolova
1
-5
/
+7
2018-03-14
RDMA/verbs: Simplify modify QP check
Leon Romanovsky
1
-12
/
+8
2018-03-14
RDMA/uverbs: Ensure validity of current QP state value
Leon Romanovsky
1
-0
/
+7
2018-03-08
RDMA/nldev: provide detailed PD information
Steve Wise
1
-0
/
+57
2018-03-08
RDMA/nldev: provide detailed MR information
Steve Wise
4
-13
/
+84
2018-03-08
RDMA/nldev: provide detailed CQ information
Steve Wise
1
-0
/
+52
2018-03-08
RDMA/nldev: provide detailed CM_ID information
Steve Wise
5
-38
/
+158
2018-03-08
RDMA/CM: move rdma_id_private to cma_priv.h
Steve Wise
2
-40
/
+80
2018-03-08
RDMA/nldev: common resource dumpit function
Steve Wise
1
-18
/
+43
2018-03-08
RDMA/restrack: clean up res_to_dev()
Steve Wise
1
-19
/
+5
2018-03-07
RDMA/ucma: Check that user doesn't overflow QP state
Leon Romanovsky
1
-0
/
+3
2018-03-07
RDMA/ucma: Limit possible option size
Leon Romanovsky
1
-0
/
+3
2018-03-07
IB/core: Fix possible crash to access NULL netdev
Parav Pandit
1
-4
/
+3
2018-03-07
RDMA/core: Reduce poll batch for direct cq polling
Max Gurtovoy
1
-10
/
+11
2018-03-07
RDMA/core: Avoid that ib_drain_qp() triggers an out-of-bounds stack access
Bart Van Assche
1
-3
/
+8
2018-03-04
net/ipv6: Pass skb to route lookup
David Ahern
1
-1
/
+1
2018-02-28
RDMA/iwpm: Delete an error message for a failed memory allocation in iwpm_cre...
Markus Elfring
1
-3
/
+2
2018-02-28
IB/uverbs: Tidy uverbs_uobject_add
Jason Gunthorpe
1
-9
/
+4
2018-02-28
IB/core : Add null pointer check in addr_resolve
Muneendra Kumar M
1
-10
/
+5
[prev]
[next]