Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
0a6e3023c9974a4ef7b847f9820c0a54a3353ec5
/
drivers
/
infiniband
f457658
RDMA/uverbs: Fix kernel panic while using XRC_TGT QP type
by Leon Romanovsky
· 7 years ago
7374fbd
RDMA/bnxt_re: Avoid system hang during device un-reg
by Selvin Xavier
· 7 years ago
dcdaba0
RDMA/bnxt_re: Fix system crash during load/unload
by Selvin Xavier
· 7 years ago
3b921e3
RDMA/bnxt_re: Synchronize destroy_qp with poll_cq
by Selvin Xavier
· 7 years ago
6b4521f
RDMA/bnxt_re: Unpin SQ and RQ memory if QP create fails
by Devesh Sharma
· 7 years ago
7ff662b
RDMA/bnxt_re: Disable atomic capability on bnxt_re adapters
by Devesh Sharma
· 7 years ago
2f08ee3
RDMA/restrack: don't use uaccess_kernel()
by Steve Wise
· 7 years ago
2188558
RDMA/verbs: Check existence of function prior to accessing it
by Leon Romanovsky
· 7 years ago
1f5a6c4
RDMA/vmw_pvrdma: Fix usage of user response structures in ABI file
by Adit Ranadive
· 7 years ago
5d4c05c
RDMA/uverbs: Sanitize user entered port numbers prior to access it
by Leon Romanovsky
· 7 years ago
1ff5325
RDMA/uverbs: Fix circular locking dependency
by Leon Romanovsky
· 7 years ago
5c2e1c4
RDMA/uverbs: Fix bad unlock balance in ib_uverbs_close_xrcd
by Leon Romanovsky
· 7 years ago
0cba0ef
RDMA/restrack: Increment CQ restrack object before committing
by Leon Romanovsky
· 7 years ago
3f802b1
RDMA/uverbs: Protect from command mask overflow
by Leon Romanovsky
· 7 years ago
ec6f840
IB/uverbs: Fix unbalanced unlock on error path for rdma_explicit_destroy
by Jason Gunthorpe
· 7 years ago
104f268
IB/uverbs: Improve lockdep_check
by Jason Gunthorpe
· 7 years ago
6623e3e
RDMA/uverbs: Protect from races between lookup and destroy of uobjects
by Leon Romanovsky
· 7 years ago
d9dc7a3
IB/uverbs: Hold the uobj write lock after allocate
by Jason Gunthorpe
· 7 years ago
4d39a95
IB/uverbs: Fix possible oops with duplicate ioctl attributes
by Matan Barak
· 7 years ago
9dfb2ff
IB/uverbs: Add ioctl support for 32bit processes
by Matan Barak
· 7 years ago
3d89459e
IB/uverbs: Fix method merging in uverbs_ioctl_merge
by Matan Barak
· 7 years ago
2f36028
IB/uverbs: Use u64_to_user_ptr() not a union
by Jason Gunthorpe
· 7 years ago
6c976c3
IB/uverbs: Use inline data transfer for UHW_IN
by Jason Gunthorpe
· 7 years ago
89d9e8d
IB/uverbs: Always use the attribute size provided by the user
by Matan Barak
· 7 years ago
415bb69
RDMA/restrack: Remove unimplemented XRCD object
by Leon Romanovsky
· 7 years ago
14fa91e
IB/ipoib: Do not warn if IPoIB debugfs doesn't exist
by Alaa Hleihel
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
2246edf
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 7 years ago
105cf3c
Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 7 years ago
8b9b8d1
RDMA/hns: Fix the endian problem for hns
by oulijun
· 7 years ago
e9d1e38
IB/uverbs: Use the standard kConfig format for experimental
by Jason Gunthorpe
· 7 years ago
46adb17
IB: Update references to libibverbs
by Jason Gunthorpe
· 7 years ago
6197a81
IB/hfi1: Add 16B rcvhdr trace support
by Don Hiatt
· 7 years ago
953a9ce
IB/hfi1: Convert kzalloc_node and kcalloc to use kcalloc_node
by Kamenee Arumugam
· 7 years ago
2ff124d
IB/core: Avoid a potential OOPs for an unused optional parameter
by Michael J. Ruhl
· 7 years ago
1029361
IB/ipoib: Fix for potential no-carrier state
by Alex Estrin
· 7 years ago
b5de809
IB/hfi1: Show fault stats in both TX and RX directions
by Mitko Haralanov
· 7 years ago
78d3633
IB/hfi1: Remove blind constants from 16B update
by Mike Marciniszyn
· 7 years ago
0719007
IB/hfi1: Convert PortXmitWait/PortVLXmitWait counters to flit times
by Kamenee Arumugam
· 7 years ago
6391214
IB/hfi1: Do not override given pcie_pset value
by Bartlomiej Dudek
· 7 years ago
aca7f4f
IB/hfi1: Optimize process_receive_ib()
by Sebastian Sanchez
· 7 years ago
ca85bb1c
IB/hfi1: Remove unnecessary fecn and becn fields
by Sebastian Sanchez
· 7 years ago
bdaf96f
IB/hfi1: Look up ibport using a pointer in receive path
by Sebastian Sanchez
· 7 years ago
6d6b884
IB/hfi1: Optimize packet type comparison using 9B and bypass code paths
by Sebastian Sanchez
· 7 years ago
f150e27
IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packet
by Sebastian Sanchez
· 7 years ago
9636258
IB/hfi1: Remove dependence on qp->s_hdrwords
by Mitko Haralanov
· 7 years ago
2b1e7fe
IB/hfi1: Fix for potential refcount leak in hfi1_open_file()
by Alex Estrin
· 7 years ago
473291b
IB/hfi1: Fix for early release of sdma context
by Alex Estrin
· 7 years ago
82a9792
IB/hfi1: Re-order IRQ cleanup to address driver cleanup race
by Michael J. Ruhl
· 7 years ago
f34727a
RDMA/nldev: missing error code in nldev_res_get_doit()
by Dan Carpenter
· 7 years ago
0da6550
RDMA/hns: Fix misplaced call to hns_roce_cleanup_hem_table
by oulijun
· 7 years ago
fd012f1
RDMA/hns: Add names to function arguments in function pointers
by oulijun
· 7 years ago
c279911
RDMA/hns: Remove unnecessary operator
by oulijun
· 7 years ago
e5b8984
RDMA/bnxt_re: Use common error handling code in bnxt_qplib_alloc_dpi_tbl()
by Markus Elfring
· 7 years ago
f390b71
RDMA/bnxt_re: Delete two error messages for a failed memory allocation in bnxt_qplib_alloc_dpi_tbl()
by Markus Elfring
· 7 years ago
73da9e1
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
5ff7091
mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks
by David Rientjes
· 7 years ago
b2fe5fa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
316663c
IB/rxe: remove redudant parameter in rxe_av_fill_ip_info
by Zhu Yanjun
· 7 years ago
45a290f
IB/rxe: change the function rxe_av_fill_ip_info to void
by Zhu Yanjun
· 7 years ago
a402dc4
IB/rxe: change the function to void from int
by Zhu Yanjun
· 7 years ago
9c96f3d
IB/rxe: remove unnecessary parameter in rxe_av_to_attr
by Zhu Yanjun
· 7 years ago
ca3d9fe
IB/rxe: change the function to void from int
by Zhu Yanjun
· 7 years ago
1a241db
IB/rxe: remove redudant parameter in function
by Zhu Yanjun
· 7 years ago
8de9399
RDMA/bnxt_re: Fix an error code in bnxt_qplib_create_srq()
by Dan Carpenter
· 7 years ago
589ccd8
RDMA/bnxt_re: Fix static checker warning
by Doug Ledford
· 7 years ago
7b1cd95
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 7 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
d772794
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
e7996a9
Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
by Jason Gunthorpe
· 7 years ago
b5fa635
RDMA/nldev: Provide detailed QP information
by Leon Romanovsky
· 7 years ago
bf3c5a9
RDMA/nldev: Provide global resource utilization
by Leon Romanovsky
· 7 years ago
9d5f8c2
RDMA/core: Add resource tracking for create and destroy PDs
by Leon Romanovsky
· 7 years ago
08f294a
RDMA/core: Add resource tracking for create and destroy CQs
by Leon Romanovsky
· 7 years ago
78a0cd6
RDMA/core: Add resource tracking for create and destroy QPs
by Leon Romanovsky
· 7 years ago
02d8883
RDMA/restrack: Add general infrastructure to track RDMA resources
by Leon Romanovsky
· 7 years ago
f66c8ba
RDMA/core: Save kernel caller name when creating PD and CQ objects
by Leon Romanovsky
· 7 years ago
beb801a
RDMA: Move enum ib_cq_creation_flags to uapi headers
by Jason Gunthorpe
· 7 years ago
0812ed1
IB/rxe: Change RDMA_RXE kconfig to use select
by Jason Gunthorpe
· 7 years ago
3e3ab9c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
3356c8c
IB/qib: remove qib_keys.c
by Corentin Labbe
· 7 years ago
57ac30c
IB/mthca: remove mthca_user.h
by Corentin Labbe
· 7 years ago
925f7ea
RDMA/cm: Fix access to uninitialized variable
by Leon Romanovsky
· 7 years ago
3cd96fd
RDMA/cma: Use existing netif_is_bond_master function
by Parav Pandit
· 7 years ago
708ea05
IB/core: Avoid SGID attributes query while converting GID from OPA to IB
by Parav Pandit
· 7 years ago
b081808
RDMA/mlx5: Avoid memory leak in case of XRCD dealloc failure
by Leon Romanovsky
· 7 years ago
f23a535
IB/umad: Fix use of unprotected device pointer
by Jack Morgenstein
· 7 years ago
4cb24c5
IB/iser: Combine substrings for three messages
by Markus Elfring
· 7 years ago
d769e6b
IB/iser: Delete an unnecessary variable initialisation in iser_send_data_out()
by Markus Elfring
· 7 years ago
cac5141
IB/iser: Delete an error message for a failed memory allocation in iser_send_data_out()
by Markus Elfring
· 7 years ago
487f668
IB/mthca: Fix gup usage in mthca_map_user_db()
by Davidlohr Bueso
· 7 years ago
f15ca72
net: don't call update_pmtu unconditionally
by Nicolas Dichtel
· 7 years ago
dc728f7
RDMA/qedr: lower print level of flushed CQEs
by Kalderon, Michal
· 7 years ago
3624a8f
RDMA/uverbs: Use an unambiguous errno for method not supported
by Jason Gunthorpe
· 7 years ago
f97f43c
RDMA/srpt: Fix RCU debug build error
by Leon Romanovsky
· 7 years ago
20c3ff6
RDMA/qedr: Use pci_enable_atomic_ops_to_root()
by Felix Kuehling
· 7 years ago
b0780ee
IB/srp: Add target_can_queue login parameter
by Bart Van Assche
· 7 years ago
19f3134
IB/srp: Add RDMA/CM support
by Bart Van Assche
· 7 years ago
052eac6
RDMA/cma: Update RoCE multicast routines to use net namespace
by Parav Pandit
· 7 years ago
66c74d7
RDMA/cma: Update cma_validate_port to honor net namespace
by Parav Pandit
· 7 years ago
Next »