index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-08
RDMA: Handle SRQ allocations by IB/core
Leon Romanovsky
3
-43
/
+48
2019-04-08
RDMA: Handle AH allocations by IB/core
Leon Romanovsky
2
-17
/
+25
2019-04-08
IB: When attrs.udata/ufile is available use that instead of uobject
Jason Gunthorpe
5
-8
/
+8
2019-04-08
RDMA/nldev: Return device protocol
Leon Romanovsky
1
-1
/
+23
2019-04-08
RDMA/cm: Move debug counters to be under relevant IB device
Leon Romanovsky
3
-38
/
+57
2019-04-08
RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEs
Shiraz Saleem
3
-22
/
+86
2019-04-04
RDMA/cm: Remove useless zeroing of static global variable
Leon Romanovsky
1
-1
/
+0
2019-04-03
RDMA/cma: Set proper port number as index
Leon Romanovsky
1
-1
/
+1
2019-04-01
IB: Pass only ib_udata in function prototypes
Shamir Rabinovitch
4
-11
/
+8
2019-04-01
IB: Remove 'uobject->context' dependency in object destroy APIs
Shamir Rabinovitch
4
-11
/
+13
2019-04-01
IB: Pass uverbs_attr_bundle down ib_x destroy path
Shamir Rabinovitch
8
-64
/
+73
2019-04-01
IB: Pass uverbs_attr_bundle down uobject destroy path
Shamir Rabinovitch
10
-67
/
+96
2019-04-01
IB: ucontext should be set properly for all cmd & ioctl paths
Shamir Rabinovitch
4
-61
/
+28
2019-03-28
RDMA/core: Add command to set ib_core device net namspace sharing mode
Parav Pandit
3
-0
/
+114
2019-03-28
RDMA/core: Add interface to read device namespace sharing mode
Parav Pandit
3
-1
/
+34
2019-03-28
RDMA/core: Extend ib_device_get_by_index for net namespace
Parav Pandit
3
-11
/
+21
2019-03-28
RDMA: Check net namespace access for uverbs, umad, cma and nldev
Parav Pandit
4
-0
/
+38
2019-03-28
RDMA/core: Add module param to disable device sharing among net ns
Parav Pandit
1
-0
/
+7
2019-03-28
RDMA/core: Support core port attributes in non init_net
Parav Pandit
3
-7
/
+18
2019-03-28
RDMA/core: Implement compat device/sysfs tree in net namespace
Parav Pandit
1
-4
/
+257
2019-03-28
RDMA/core: Restrict sysfs entries view to init_net
Parav Pandit
1
-1
/
+11
2019-03-28
RDMA/core: Introduce ib_core_device to hold device
Parav Pandit
2
-17
/
+36
2019-03-28
RDMA/uverbs: Allow the compiler to verify declaration and definition consistency
Bart Van Assche
4
-0
/
+4
2019-03-28
RDMA/uverbs: Annotate uverbs_request_next_ptr() return value as a __user pointer
Bart Van Assche
1
-1
/
+1
2019-03-28
RDMA/uverbs: Add a __user annotation to a pointer
Bart Van Assche
1
-1
/
+1
2019-03-27
IB/MAD: Add SMP details to MAD tracing
Ira Weiny
1
-0
/
+8
2019-03-27
IB/UMAD: Add umad trace points
Ira Weiny
1
-0
/
+12
2019-03-27
IB/MAD: Add agent trace points
Ira Weiny
1
-0
/
+4
2019-03-27
IB/MAD: Add recv path trace point
Ira Weiny
1
-0
/
+3
2019-03-27
IB/MAD: Add send path trace points
Ira Weiny
1
-1
/
+32
2019-03-26
IB/core: Ensure an invalidate_range callback on ODP MR
Ira Weiny
2
-10
/
+8
2019-03-26
cma: Convert portspace IDRs to XArray
Matthew Wilcox
1
-20
/
+21
2019-03-26
ucm: Convert ctx_id_table to XArray
Matthew Wilcox
1
-22
/
+13
2019-03-26
ib core: Convert query_idr to XArray
Matthew Wilcox
1
-26
/
+18
2019-03-26
RDMA/cm: Convert local_id_table to XArray
Matthew Wilcox
1
-24
/
+18
2019-03-26
IB/mad: Convert ib_mad_clients to XArray
Matthew Wilcox
1
-25
/
+14
2019-03-26
RDMA: Use __packed annotation instead of __attribute__ ((packed))
Erez Alfasi
2
-13
/
+13
2019-03-12
Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
2
-43
/
+14
2019-03-06
RDMA/umem: Revert broken 'off by one' fix
John Hubbard
1
-3
/
+6
2019-03-04
RDMA/umem: minor bug fix in error handling path
John Hubbard
1
-3
/
+6
2019-02-26
RDMA/uverbs: Don't do double free of allocated PD
Leon Romanovsky
1
-0
/
+1
2019-02-23
RDMA: Handle ucontext allocations by IB/core
Leon Romanovsky
3
-17
/
+17
2019-02-22
RDMA/core: Fix a WARN() message
Dan Carpenter
1
-3
/
+1
2019-02-22
IB/core: Abort page fault handler silently during owning process exit
Moni Shoua
1
-1
/
+1
2019-02-22
RDMA/uverbs: Store PR pointer before it is overwritten
Leon Romanovsky
1
-1
/
+1
2019-02-20
RDMA/core: Verify that memory window type is legal
Noa Osherovich
1
-0
/
+5
2019-02-20
RDMA/iwcm: Fix string truncation error
Leon Romanovsky
1
-3
/
+3
2019-02-20
RDMA/core: Cosmetic change - move member initialization to correct block
Yuval Shaia
1
-8
/
+7
2019-02-20
RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK support
Steve Wise
1
-0
/
+122
2019-02-20
RDMA/rxe: Close a race after ib_register_device
Jason Gunthorpe
1
-0
/
+9
[next]