index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
ocrdma
/
ocrdma_hw.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-11
RDMA/ocrdma: Remove fbo from MR
Jason Gunthorpe
1
-2
/
+3
2020-06-03
RDMA: Remove 'max_fmr'
Jason Gunthorpe
1
-1
/
+0
2019-07-03
IB: Remove unneeded memset
Fuqian Huang
1
-3
/
+0
2019-06-11
RDMA: Clean destroy CQ in drivers do not return errors
Leon Romanovsky
1
-5
/
+3
2019-05-14
RDMA: Directly cast the sockaddr union to sockaddr
Jason Gunthorpe
1
-3
/
+2
2019-05-03
RDMA: Introduce and use GID attr helper to read RoCE L2 fields
Parav Pandit
1
-3
/
+4
2019-04-08
RDMA: Handle SRQ allocations by IB/core
Leon Romanovsky
1
-5
/
+3
2019-04-08
RDMA: Handle AH allocations by IB/core
Leon Romanovsky
1
-2
/
+1
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-7
/
+7
2018-09-26
RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->name
Jason Gunthorpe
1
-1
/
+1
2018-07-25
RDMA/ocrdma: Suppress a compiler warning
Bart Van Assche
1
-2
/
+3
2018-06-18
RDMA: Convert drivers to use sgid_attr instead of sgid_index
Parav Pandit
1
-12
/
+9
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-04-04
IB/providers: Avoid null netdev check for RoCE
Parav Pandit
1
-1
/
+1
2018-04-04
IB/providers: Avoid zero GID check for RoCE
Parav Pandit
1
-5
/
+1
2018-04-03
IB/ocrdma_hw: Remove redundant checks and goto labels
Gustavo A. R. Silva
1
-9
/
+5
2018-01-02
IB/ocrdma: Use zeroing memory allocator than allocator/memset
Himanshu Jha
1
-12
/
+7
2017-11-14
IB/ocrdma_hw: remove unnecessary code in ocrdma_mbx_dealloc_lkey
Gustavo A. R. Silva
1
-4
/
+2
2017-10-15
RDMA/ocrdma: Remove set-but-not-used variables
Bart Van Assche
1
-2
/
+2
2017-10-15
RDMA/ocrdma: Use NULL instead of 0 to represent a pointer
Bart Van Assche
1
-1
/
+1
2017-09-27
IB/ocrdma: pr_err() strings should end with newlines
Arvind Yadav
1
-1
/
+1
2017-09-22
IB/ocrdma: fix incorrect fall-through on switch statement
Colin Ian King
1
-0
/
+3
2017-05-01
IB/core: Use rdma_ah_attr accessor functions
Dasaratharaman Chandramouli
1
-9
/
+12
2017-05-01
IB/core: Rename struct ib_ah_attr to rdma_ah_attr
Dasaratharaman Chandramouli
1
-1
/
+1
2017-01-10
RDMA: Adding ethertype ETH_P_IBOE
Selvin Xavier
1
-1
/
+2
2016-12-14
Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-test
Doug Ledford
1
-1
/
+1
2016-12-14
IB/ocrdma: fix bad initialization
Pan Bian
1
-1
/
+1
2016-12-03
IB/ocrdma: Remove and fix debug prints after allocation failure
Leon Romanovsky
1
-3
/
+2
2016-08-24
RDMA/ocrdma: Fix the max_sge reported from FW
Selvin Xavier
1
-7
/
+7
2016-03-03
IB/ocrdma: Skip using unneeded intermediate variable
Markus Elfring
1
-2
/
+1
2016-03-03
IB/ocrdma: Delete unnecessary variable initialisations in 11 functions
Markus Elfring
1
-2
/
+2
2016-03-01
RDMA/ocrdma: Support RoCE-v2 in the RC path
Devesh Sharma
1
-2
/
+21
2016-03-01
RDMA/ocrdma: Export udp encapsulation capability
Somnath Kotur
1
-0
/
+3
2015-12-28
RDMA/ocrdma: Depend on async link events from CNA
Devesh Sharma
1
-7
/
+35
2015-12-28
RDMA/ocrdma: Fix vlan-id assignment in qp parameters
Devesh Sharma
1
-3
/
+4
2015-10-22
IB/core: Use GID table in AH creation and dmac resolution
Matan Barak
1
-13
/
+17
2015-10-22
RDMA/ocrdma: Check resource ids received in Async CQE
Naga Irrinki
1
-4
/
+26
2015-07-24
RDMA/ocrdma: update ocrdma license to dual-license
Devesh Sharma
1
-19
/
+34
2015-05-18
RDMA/ocrdma: Fail connection for MTU lesser than 512
Naga Irrinki
1
-1
/
+3
2015-05-18
RDMA/ocrdma: Prevent allocation of DPP PDs if FW doesnt support it
Mitesh Ahuja
1
-27
/
+26
2015-05-18
RDMA/ocrdma: Fix the request length for RDMA_QUERY_QP mailbox command to FW.
Mitesh Ahuja
1
-1
/
+1
2015-05-18
RDMA/ocrdma: Use VID 0 if PFC is enabled and vlan is not configured
Devesh Sharma
1
-1
/
+11
2015-05-18
RDMA/ocrdma: Report EQ full fatal error
Devesh Sharma
1
-0
/
+6
2015-05-18
RDMA/ocrdma: Fix EQ destroy failure during driver unload
Selvin Xavier
1
-3
/
+3
2015-02-18
RDMA/ocrdma: remove reference of ocrdma_dev out of ocrdma_qp structure
Mitesh Ahuja
1
-19
/
+25
2015-02-18
RDMA/ocrdma: Add support for interrupt moderation
Mitesh Ahuja
1
-0
/
+77
2015-02-18
RDMA/ocrdma: Honor return value of ocrdma_resolve_dmac
Devesh Sharma
1
-1
/
+3
2015-02-18
RDMA/ocrdma: Allow expansion of the SQ CQEs via buddy CQ expansion of the QP
Selvin Xavier
1
-22
/
+44
2015-02-18
RDMA/ocrdma: Debugfs enhancments for ocrdma driver
Selvin Xavier
1
-0
/
+3
2015-02-18
RDMA/ocrdma: Move PD resource management to driver.
Mitesh Ahuja
1
-0
/
+120
[next]