index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
IB/uverbs: Move to new headers and make naming consistent
Matan Barak
2018-03-19
3
-144
/
+153
|
*
IB/core: Use rdma_is_port_valid()
Parav Pandit
2018-03-19
1
-3
/
+2
|
*
IB/core: Set speed string to SDR for invalid active rates
Honggang Li
2018-03-19
1
-0
/
+1
|
*
RDMA/restrack: Don't rely on uninitialized variable in restrack_add flow
Leon Romanovsky
2018-03-16
1
-1
/
+3
|
*
IB/core: Move rdma_addr_find_l2_eth_by_grh to core_priv.h
Parav Pandit
2018-03-15
1
-0
/
+5
|
*
IB/cm: Introduce and use helper function to get cm_port from path
Parav Pandit
2018-03-15
1
-4
/
+13
|
*
IB/core: Refactor ib_init_ah_attr_from_path() for RoCE
Parav Pandit
2018-03-15
1
-96
/
+103
|
*
IB/cm: Add and use a helper function to add cm_id's to the port list
Parav Pandit
2018-03-15
1
-10
/
+21
|
*
IB/core: Remove rdma_resolve_ip_route() as exported symbol
Parav Pandit
2018-03-15
2
-1
/
+6
|
*
IB/cma: Use rdma_protocol_roce() and remove cma_protocol_roce_dev_port()
Parav Pandit
2018-03-15
1
-12
/
+3
|
*
IB/core: Honor port_num while resolving GID for IB link layer
Parav Pandit
2018-03-15
1
-14
/
+12
|
*
IB/core: Honor return status of ib_init_ah_from_mcmember()
Parav Pandit
2018-03-15
1
-4
/
+8
|
*
IB/{core, ipoib}: Simplify ib_find_gid() for unused ndev
Parav Pandit
2018-03-15
1
-2
/
+1
|
*
IB/core: Fix comments of GID query functions
Parav Pandit
2018-03-15
1
-2
/
+29
|
*
Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-next
Doug Ledford
2018-03-14
6
-32
/
+46
|
|
\
|
*
|
drivers/infiniband/core/verbs.c: fix build with gcc-4.4.4
Andrew Morton
2018-03-14
1
-1
/
+2
|
*
|
RDMA/verbs: Simplify modify QP check
Leon Romanovsky
2018-03-14
1
-12
/
+8
|
*
|
RDMA/uverbs: Ensure validity of current QP state value
Leon Romanovsky
2018-03-14
1
-0
/
+7
|
*
|
RDMA/nldev: provide detailed PD information
Steve Wise
2018-03-08
1
-0
/
+57
|
*
|
RDMA/nldev: provide detailed MR information
Steve Wise
2018-03-08
4
-13
/
+84
|
*
|
RDMA/nldev: provide detailed CQ information
Steve Wise
2018-03-08
1
-0
/
+52
|
*
|
RDMA/nldev: provide detailed CM_ID information
Steve Wise
2018-03-08
5
-38
/
+158
|
*
|
RDMA/CM: move rdma_id_private to cma_priv.h
Steve Wise
2018-03-08
2
-40
/
+80
|
*
|
RDMA/nldev: common resource dumpit function
Steve Wise
2018-03-08
1
-18
/
+43
|
*
|
RDMA/restrack: clean up res_to_dev()
Steve Wise
2018-03-08
1
-19
/
+5
|
*
|
RDMA/core: Avoid that ib_drain_qp() triggers an out-of-bounds stack access
Bart Van Assche
2018-03-06
1
-3
/
+8
|
*
|
RDMA/iwpm: Delete an error message for a failed memory allocation in iwpm_cre...
Markus Elfring
2018-02-28
1
-3
/
+2
|
*
|
IB/uverbs: Tidy uverbs_uobject_add
Jason Gunthorpe
2018-02-28
1
-9
/
+4
|
*
|
RDMA/verbs: Return proper error code for not supported system call
Leon Romanovsky
2018-02-22
1
-23
/
+23
|
*
|
RDMA/uverbs: Reduce number of command header flags checks
Leon Romanovsky
2018-02-22
1
-9
/
+2
|
*
|
RDMA/uverbs: Replace user's types with kernel's types
Leon Romanovsky
2018-02-22
1
-5
/
+5
|
*
|
RDMA/uverbs: Refactor the header validation logic
Leon Romanovsky
2018-02-22
1
-43
/
+47
|
*
|
RDMa/uverbs: Copy ex_hdr outside of SRCU read lock
Leon Romanovsky
2018-02-22
1
-7
/
+6
|
*
|
RDMA/uverbs: Move uncontext check before SRCU read lock
Leon Romanovsky
2018-02-22
1
-11
/
+4
|
*
|
RDMA/uverbs: Properly check command supported mask
Leon Romanovsky
2018-02-22
1
-12
/
+6
|
*
|
RDMA/uverbs: Refactor command header processing
Leon Romanovsky
2018-02-22
1
-30
/
+32
|
*
|
RDMA/uverbs: Unify return values of not supported command
Leon Romanovsky
2018-02-22
1
-12
/
+4
|
*
|
RDMA/uverbs: Return not supported error code for unsupported commands
Leon Romanovsky
2018-02-22
1
-1
/
+1
|
*
|
RDMA/uverbs: Fail as early as possible if not enough header data was provided
Leon Romanovsky
2018-02-22
1
-6
/
+7
|
*
|
RDMA/uverbs: Refactor flags checks and update return value
Leon Romanovsky
2018-02-22
1
-4
/
+6
|
*
|
RDMA/uverbs: Update sizeof users
Leon Romanovsky
2018-02-22
1
-5
/
+5
|
*
|
RDMA/uverbs: Convert command mask validity check function to be bool
Leon Romanovsky
2018-02-22
1
-4
/
+4
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-04-01
3
-22
/
+53
|
\
\
\
|
*
|
|
RDMA/ucma: Introduce safer rdma_addr_size() variants
Roland Dreier
2018-03-28
2
-17
/
+33
|
*
|
|
RDMA/ucma: Check that device exists prior to accessing it
Leon Romanovsky
2018-03-27
1
-2
/
+4
|
*
|
|
RDMA/ucma: Check that device is connected prior to access it
Leon Romanovsky
2018-03-27
1
-0
/
+5
|
*
|
|
RDMA/rdma_cm: Fix use after free race with process_one_req
Jason Gunthorpe
2018-03-27
1
-0
/
+9
|
*
|
|
RDMA/ucma: Correct option size check using optlen
Chien Tin Tung
2018-03-21
1
-1
/
+1
|
*
|
|
RDMA/restrack: Move restrack_clean to be symmetrical to restrack_init
Leon Romanovsky
2018-03-21
1
-2
/
+1
*
|
|
|
net: Introduce net_rwsem to protect net_namespace_list
Kirill Tkhai
2018-03-29
1
-0
/
+2
[prev]
[next]