index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mlx5
/
cq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-01
IB: Pass only ib_udata in function prototypes
Shamir Rabinovitch
1
-12
/
+11
2019-04-01
IB: Remove 'uobject->context' dependency in object destroy APIs
Shamir Rabinovitch
1
-11
/
+10
2019-04-01
IB: Pass uverbs_attr_bundle down ib_x destroy path
Shamir Rabinovitch
1
-2
/
+1
2019-02-04
IB/mlx5: Fix the locking of SRQ objects in ODP events
Moni Shoua
1
-2
/
+2
2019-01-10
IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata
Jason Gunthorpe
1
-6
/
+5
2018-12-20
Merge branch 'mlx5-next' into rdma.git
Jason Gunthorpe
1
-4
/
+4
2018-12-18
RDMA/mlx5: Delete unreachable handle_atomic code by simplifying SW completion
Leon Romanovsky
1
-97
/
+5
2018-12-09
IB/mlx5: Use helper to get CQE opcode
Tariq Toukan
1
-4
/
+4
2018-12-04
RDMA/mlx5: Update SRQ functions signatures to mlx5_ib format
Leon Romanovsky
1
-2
/
+1
2018-12-04
net/mlx5: Move SRQ functions to RDMA part
Leon Romanovsky
1
-0
/
+1
2018-10-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-1
/
+2
2018-10-18
net/mlx5: Refactor fragmented buffer struct fields and init flow
Tariq Toukan
1
-18
/
+13
2018-10-17
IB/mlx5: Support scatter to CQE for DC transport type
Yonatan Cohen
1
-1
/
+1
2018-09-25
IB/mlx5: Set uid as part of CQ creation
Yishai Hadas
1
-0
/
+1
2018-07-31
RDMA: Fix return code check in rdma_set_cq_moderation
Kamal Heib
1
-1
/
+1
2018-05-29
Merge branch 'mini_cqe' into git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Jason Gunthorpe
1
-10
/
+32
2018-05-29
IB/mlx5: Introduce a new mini-CQE format
Yonatan Cohen
1
-10
/
+32
2018-05-24
Merge tag 'mlx5-updates-2018-05-17' of git://git.kernel.org/pub/scm/linux/ker...
Jason Gunthorpe
1
-1
/
+1
2018-05-24
IB/mlx5: Fetch soft WQE's on fatal error state
Erez Shitrit
1
-3
/
+12
2018-05-16
IB/mlx5: Use 'kvfree()' for memory allocated by 'kvzalloc()'
Christophe JAILLET
1
-1
/
+1
2018-03-27
mlx5: Move dump error CQE function out of mlx5_ib for code sharing
Eran Ben Elisha
1
-7
/
+1
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+8
2018-03-09
RDMA/mlx5: Fix integer overflow while resizing CQ
Leon Romanovsky
1
-1
/
+6
2018-03-09
Revert "RDMA/mlx5: Fix integer overflow while resizing CQ"
Doug Ledford
1
-6
/
+1
2018-03-07
RDMA/mlx5: Fix integer overflow while resizing CQ
Leon Romanovsky
1
-1
/
+6
2018-02-28
IB/mlx: Set slid to zero in Ethernet completion struct
Moni Shoua
1
-1
/
+2
2018-02-15
IB/mlx5: Implement fragmented completion queue (CQ)
Yonatan Cohen
1
-25
/
+39
2018-01-29
RDMA: Move enum ib_cq_creation_flags to uapi headers
Jason Gunthorpe
1
-1
/
+1
2017-11-13
IB/mlx5: Exposing modify CQ callback to uverbs layer
Yonatan Cohen
1
-0
/
+3
2017-10-25
IB/mlx5: Support padded 128B CQE feature
Guy Levi
1
-4
/
+23
2017-10-25
IB/mlx5: Support 128B CQE compression feature
Guy Levi
1
-2
/
+4
2017-10-14
IB/mlx5: Suppress gcc 7 fall-through complaints
Bart Van Assche
1
-0
/
+2
2017-08-24
IB/mlx5: Fix some spelling mistakes
Talat Batheesh
1
-1
/
+1
2017-08-22
IB/core: Fix input len in multiple user verbs
Amrani, Ram
1
-4
/
+2
2017-05-14
{net, IB}/mlx5: Replace mlx5_vzalloc with kvzalloc
Leon Romanovsky
1
-3
/
+3
2017-04-21
IB/mlx5: Set correct SL in completion for RoCE
Moni Shoua
1
-3
/
+16
2017-04-21
IB/mlx5: Fix wrong use of kfree at bad flow in create_cq_user
Bodong Wang
1
-1
/
+1
2017-01-09
IB/mlx5: Allow future extension of libmlx5 input data
Eli Cohen
1
-1
/
+1
2017-01-09
IB/mlx5: Use blue flame register allocator in mlx5_ib
Eli Cohen
1
-5
/
+3
2017-01-08
mlx5: Fix naming convention with respect to UARs
Eli Cohen
1
-3
/
+3
2016-12-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-3
/
+31
2016-12-13
IB/mlx5: Add support for CQE compressing
Bodong Wang
1
-1
/
+29
2016-11-16
IB/mlx5: Limit mkey page size to 2GB
Majd Dibbiny
1
-2
/
+2
2016-11-16
IB/mlx5: Use cache line size to select CQE stride
Daniel Jurgens
1
-2
/
+1
2016-10-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-1
/
+0
2016-10-07
IB/mlx5: Move and decouple user vendor structures
Leon Romanovsky
1
-1
/
+0
2016-09-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-20
/
+2
2016-09-02
IB/mlx5: Don't return errors from poll_cq
Leon Romanovsky
1
-20
/
+2
2016-08-14
{net,IB}/mlx5: CQ commands via mlx5 ifc
Saeed Mahameed
1
-47
/
+63
2016-06-23
IB/mlx5: Reset flow support for IB kernel ULPs
Maor Gottlieb
1
-1
/
+86
[next]