index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
RDMA/uverbs: Fill in the response for IB_USER_VERBS_EX_CMD_MODIFY_QP
Jason Gunthorpe
2018-12-03
1
-1
/
+8
|
*
|
RDMA/uverbs: Use uverbs_request() and core for write_ex handlers
Jason Gunthorpe
2018-12-03
1
-139
/
+46
|
*
|
RDMA/uverbs: Use uverbs_request() for request copying
Jason Gunthorpe
2018-12-03
1
-64
/
+135
|
*
|
RDMA/uverbs: Use uverbs_response() for remaining response copying
Jason Gunthorpe
2018-12-03
1
-81
/
+52
|
*
|
RDMA/uverbs: Get rid of the 'callback' scheme in the compat path
Jason Gunthorpe
2018-12-03
1
-80
/
+40
|
*
|
RDMA/uverbs: Use uverbs_attr_bundle to pass ucore for write/write_ex
Jason Gunthorpe
2018-12-03
2
-46
/
+30
|
*
|
RDMA/uverbs: Remove out_len checks that are now done by the core
Jason Gunthorpe
2018-12-03
1
-50
/
+0
|
*
|
RDMA/uverbs: fix ptr_ret.cocci warnings
kbuild test robot
2018-11-29
1
-5
/
+1
|
*
|
RDMA/uverbs: Use uverbs_attr_bundle to pass udata for ioctl()
Jason Gunthorpe
2018-11-26
4
-5
/
+9
|
*
|
RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write
Jason Gunthorpe
2018-11-26
2
-73
/
+46
|
*
|
RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write_ex
Jason Gunthorpe
2018-11-26
4
-91
/
+71
|
*
|
RDMA/uverbs: Prohibit write() calls with too small buffers
Jason Gunthorpe
2018-11-26
1
-4
/
+28
|
*
|
RDMA/uverbs: Add structure size info to write commands
Jason Gunthorpe
2018-11-26
3
-106
/
+310
|
*
|
RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methods
Jason Gunthorpe
2018-11-26
8
-23
/
+17
|
*
|
RDMA/uverbs: Make write() handlers return 0 on success
Jason Gunthorpe
2018-11-26
5
-181
/
+131
|
*
|
RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for write
Jason Gunthorpe
2018-11-26
5
-165
/
+173
|
*
|
RDMA/core: Sync unregistration with netlink commands
Parav Pandit
2018-11-22
3
-14
/
+33
|
*
|
RDMA/cma: Move cma module specific functions to cma_priv.h
Parav Pandit
2018-11-22
3
-29
/
+31
|
*
|
RDMA/uverbs: Check for NULL driver methods for every write call
Jason Gunthorpe
2018-11-22
2
-101
/
+162
|
*
|
RDMA/uverbs: Make all the method functions in uverbs_cmd static
Jason Gunthorpe
2018-11-22
2
-197
/
+133
|
*
|
RDMA/uverbs: Convert the write interface to use uverbs_api
Jason Gunthorpe
2018-11-22
5
-117
/
+165
|
*
|
RDMA/verbs: Store the write/write_ex uapi entry points in the uverbs_api
Jason Gunthorpe
2018-11-22
2
-2
/
+150
|
*
|
RDMA/uverbs: Require all objects to have a driver destroy function
Jason Gunthorpe
2018-11-22
8
-15
/
+62
|
*
|
RDMA/uverbs: Add helpers to mark uapi functions as unsupported
Jason Gunthorpe
2018-11-22
3
-18
/
+165
|
*
|
RDMA/uverbs: Factor out the add/get pattern into a helper
Jason Gunthorpe
2018-11-22
1
-30
/
+44
|
*
|
RDMA/uverbs: Use a linear list to describe the compiled-in uapi
Jason Gunthorpe
2018-11-22
4
-85
/
+108
|
*
|
IB/core: Make function ib_fmr_pool_unmap return void
Yuval Shaia
2018-11-21
1
-3
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-20
1
-0
/
+3
|
\
\
\
|
*
|
|
IB/core: Fix oops in netdev_next_upper_dev_rcu()
Mark Zhang
2018-12-12
1
-0
/
+3
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...
Saeed Mahameed
2018-12-10
1
-2
/
+12
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
IB/mlx5: Improve ODP debugging messages
Moni Shoua
2018-11-12
1
-2
/
+12
*
|
IB/umem: Set correct address to the invalidation function
Artemy Kovalyov
2018-11-26
1
-14
/
+6
*
|
RDMA/core: Add GIDs while changing MAC addr only for registered ndev
Parav Pandit
2018-11-21
1
-2
/
+4
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-10-26
31
-1093
/
+1678
|
\
|
*
RDMA/core: Fix comment for hw stats init for port == 0
Parav Pandit
2018-10-17
1
-3
/
+3
|
*
RDMA/core: Refactor ib_register_device() function
Parav Pandit
2018-10-17
1
-51
/
+75
|
*
RDMA/core: Fix unwinding flow in case of error to register device
Parav Pandit
2018-10-17
1
-2
/
+4
|
*
RDMA/umad: Use kernel API to allocate umad indexes
Leon Romanovsky
2018-10-16
1
-6
/
+5
|
*
RDMA/uverbs: Use kernel API to allocate uverbs indexes
Leon Romanovsky
2018-10-16
1
-6
/
+6
|
*
RDMA/core: Increase total number of RDMA ports across all devices
Leon Romanovsky
2018-10-16
1
-1
/
+1
|
*
RDMA/core: Rename ports_parent to ports_kobj
Parav Pandit
2018-10-16
1
-5
/
+4
|
*
RDMA/core: Do not expose unsupported counters
Parav Pandit
2018-10-16
1
-7
/
+12
|
*
RDMA/nldev: Allow IB device rename through RDMA netlink
Leon Romanovsky
2018-10-16
1
-0
/
+34
|
*
RDMA/core: Implement IB device rename function
Leon Romanovsky
2018-10-16
2
-0
/
+26
|
*
RDMA/core: Annotate timeout as unsigned long
Leon Romanovsky
2018-10-16
6
-16
/
+18
|
*
RDMA/core: Align multiple functions to kernel coding style
Leon Romanovsky
2018-10-16
2
-8
/
+5
|
*
RDMA/cma: Remove unused timeout_ms parameter from cma_resolve_iw_route()
Leon Romanovsky
2018-10-16
1
-2
/
+2
|
*
RDMA/cm: Respect returned status of cm_init_av_by_path
Leon Romanovsky
2018-10-16
1
-2
/
+5
|
*
RDMA/restrack: Protect from reentry to resource return path
Leon Romanovsky
2018-10-16
1
-1
/
+3
|
*
Merge branch 'for-rc' into rdma.git for-next
Jason Gunthorpe
2018-10-16
6
-61
/
+89
|
|
\
[prev]
[next]