index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
MAINTAINERS
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-24
IB/umad: Do not check status of nonseekable_open()
Parav Pandit
1
-23
/
+13
2019-01-23
IB/umad: Avoid additional device reference during open()/close()
Parav Pandit
1
-5
/
+4
2019-01-22
IB/mlx5: Don't override existing ip_protocol
Maor Gottlieb
1
-16
/
+37
2019-01-22
IB/mlx5: Add support for ODP for DEVX indirection mkey
Yishai Hadas
1
-5
/
+21
2019-01-22
IB/mlx5: Manage indirection mkey upon DEVX flow for ODP
Yishai Hadas
4
-1
/
+96
2019-01-22
IB/mlx5: DEVX handling for indirection MKEY
Yishai Hadas
1
-2
/
+36
2019-01-22
RDMA/hns: Add the process of AEQ overflow for hip08
Xiaofei Tan
1
-0
/
+11
2019-01-22
IB/rxe: Remove unnecessary rxe variable
Zhu Yanjun
4
-16
/
+11
2019-01-18
IB/iser: Pass the correct number of entries for dma mapped SGL
Israel Rukshin
1
-5
/
+5
2019-01-18
IB/hw: Remove unneeded semicolons
YueHaibing
3
-9
/
+9
2019-01-18
IB/rdmavt: Add wc_flags and wc_immdata to cq entry trace
Mike Marciniszyn
1
-2
/
+8
2019-01-18
IB/core: Simplify rdma cgroup registration
Parav Pandit
5
-21
/
+16
2019-01-18
RDMA/qedr: remove set but not used variable 'ib_ctx'
YueHaibing
1
-6
/
+0
2019-01-18
RDMA/device: Use __ib_device_get_by_name() in ib_device_rename()
Jason Gunthorpe
1
-6
/
+3
2019-01-18
RDMA/hns: RDMA/hns: Assign rq head pointer when enable rq record db
Lijun Ou
1
-9
/
+10
2019-01-15
RDMA/mlx5: Replace kzalloc with kcalloc
Gustavo A. R. Silva
1
-1
/
+1
2019-01-15
RDMA/iw_cxgb4: Fix the unchecked ep dereference
Raju Rangoju
1
-7
/
+10
2019-01-14
RDMA/cma: Rollback source IP address if failing to acquire device
Myungho Jung
1
-1
/
+12
2019-01-14
RDMA/bnxt_re: fix a size calculation
Dan Carpenter
1
-2
/
+1
2019-01-14
RDMA: Introduce and use rdma_device_to_ibdev()
Parav Pandit
17
-74
/
+106
2019-01-14
RDMA: Rename port_callback to init_port
Parav Pandit
22
-42
/
+35
2019-01-11
RDMA: Clear CTX objects during their allocation
Leon Romanovsky
5
-5
/
+5
2019-01-11
RDMA: Clear CQ objects during their allocation
Leon Romanovsky
2
-2
/
+2
2019-01-11
RDMA: Clear PD objects during their allocation
Leon Romanovsky
5
-5
/
+5
2019-01-11
RDMA/qedr: Fix out of bounds index check in query pkey
Gal Pressman
1
-1
/
+1
2019-01-11
RDMA/ocrdma: Fix out of bounds index check in query pkey
Gal Pressman
1
-1
/
+1
2019-01-11
IB/usnic: Fix out of bounds index check in query pkey
Gal Pressman
1
-1
/
+1
2019-01-11
IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata
Jason Gunthorpe
38
-147
/
+168
2019-01-11
IB/{core,uverbs}: Move ib_umem_xxx functions from ib_core to ib_uverbs
Shamir Rabinovitch
6
-14
/
+10
2019-01-09
RDMA/mlx5: Delete declaration of already removed function
Leon Romanovsky
1
-4
/
+0
2019-01-09
RDMA/mlx5: Embed into the code flow the ODP config option
Leon Romanovsky
5
-57
/
+46
2019-01-09
RDMA/mlx5: Introduce and reuse helper to identify ODP MR
Leon Romanovsky
3
-13
/
+16
2019-01-09
RDMA/core: Don't depend device ODP capabilities on kconfig option
Leon Romanovsky
2
-7
/
+5
2019-01-09
RDMA: Clean structures from CONFIG_INFINIBAND_ON_DEMAND_PAGING
Leon Romanovsky
2
-4
/
+0
2019-01-08
IB/srp: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2019-01-07
RDMA/hns: Modify the pbl ba page size for hip08
Lijun Ou
1
-1
/
+1
2019-01-07
RDMA/hns: Add constraint on the setting of local ACK timeout
Lijun Ou
1
-4
/
+10
2019-01-07
RDMA/hns: Bugfix for the scene without receiver queue
Lijun Ou
1
-1
/
+2
2019-01-07
RDMA/hns: Fix the bug with updating rq head pointer when flush cqe
Lijun Ou
1
-3
/
+7
2019-01-07
iw_cxgb4: Check for send WR also while posting write with completion WR
Potnuri Bharat Teja
1
-6
/
+13
2019-01-07
IB/core: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-3
/
+1
2019-01-07
IB/usnic: Use struct_size() in kmalloc()
Gustavo A. R. Silva
1
-3
/
+2
2019-01-07
IB/cm: Use struct_size() in kmalloc()
Gustavo A. R. Silva
1
-2
/
+1
2019-01-07
Linux 5.0-rc1
v5.0-rc1
Linus Torvalds
1
-3
/
+3
2019-01-06
Change mincore() to count "mapped" pages rather than "cached" pages
Linus Torvalds
1
-81
/
+13
2019-01-06
Fix 'acccess_ok()' on alpha and SH
Linus Torvalds
2
-5
/
+10
2019-01-06
fscrypt: add Adiantum support
Eric Biggers
7
-188
/
+468
2019-01-06
kconfig: rename generated .*conf-cfg to *conf-cfg
Masahiro Yamada
2
-18
/
+19
2019-01-06
kbuild: remove unnecessary stubs for archheader and archscripts
Masahiro Yamada
1
-5
/
+1
2019-01-06
kbuild: use assignment instead of define ... endef for filechk_* rules
Masahiro Yamada
6
-26
/
+12
[next]