index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-26
RDMA/core: Use dev_err/dbg/etc instead of pr_* + ibdev->name
Jason Gunthorpe
6
-50
/
+55
2018-09-26
RDMA: Fully setup the device name in ib_register_device
Jason Gunthorpe
2
-19
/
+20
2018-09-25
RDMA/umem: Fix potential addition overflow
Doug Ledford
1
-3
/
+5
2018-09-25
RDMA/umem: Minor optimizations
Doug Ledford
1
-8
/
+7
2018-09-25
RDMA/core: Set right entry state before releasing reference
Parav Pandit
1
-34
/
+34
2018-09-25
IB/uverbs: Free uapi on destroy
Mark Bloch
1
-0
/
+1
2018-09-21
RDMA/uverbs: Get rid of ucontext->tgid
Jason Gunthorpe
2
-5
/
+0
2018-09-21
RDMA/umem: Avoid synchronize_srcu in the ODP MR destruction path
Jason Gunthorpe
1
-2
/
+8
2018-09-21
RDMA/umem: Handle a half-complete start/end sequence
Jason Gunthorpe
1
-13
/
+26
2018-09-21
RDMA/umem: Get rid of per_mm->notifier_count
Jason Gunthorpe
1
-95
/
+18
2018-09-21
RDMA/umem: Use umem->owning_mm inside ODP
Jason Gunthorpe
2
-147
/
+162
2018-09-21
RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mm
Jason Gunthorpe
2
-63
/
+73
2018-09-21
RDMA/umem: Get rid of struct ib_umem.odp_data
Jason Gunthorpe
2
-6
/
+5
2018-09-21
RDMA/umem: Make ib_umem_odp into a sub structure of ib_umem
Jason Gunthorpe
2
-63
/
+52
2018-09-21
RDMA/umem: Use ib_umem_odp in all function signatures connected to ODP
Jason Gunthorpe
2
-67
/
+74
2018-09-20
RDMA/uverbs: Fix validity check for modify QP
Majd Dibbiny
1
-23
/
+45
2018-09-20
RDMA/umem: Do not use current->tgid to track the mm_struct
Jason Gunthorpe
1
-41
/
+36
2018-09-20
RDMA/ucontext: Get rid of the old disassociate flow
Jason Gunthorpe
1
-41
/
+10
2018-09-20
RDMA/ucontext: Add a core API for mmaping driver IO memory
Jason Gunthorpe
4
-1
/
+230
2018-09-19
RDMA/uverbs: Fix error unwind in ib_uverbs_add_one
Jason Gunthorpe
1
-13
/
+10
2018-09-19
RDMA/core: Properly return the error code of rdma_set_src_addr_rcu
YueHaibing
1
-6
/
+7
2018-09-19
RDMA/uverbs: Remove is_closed from ib_uverbs_file
Jason Gunthorpe
2
-7
/
+2
2018-09-13
ucma: fix a use-after-free in ucma_resolve_ip()
Cong Wang
1
-0
/
+2
2018-09-12
RDMA/core: Consider net ns of gid attribute for RoCE
Parav Pandit
4
-16
/
+70
2018-09-12
RDMA/core: Introduce rdma_read_gid_attr_ndev_rcu() to check GID attribute
Parav Pandit
2
-0
/
+35
2018-09-12
RDMA/core: Simplify roce_resolve_route_from_path()
Parav Pandit
3
-53
/
+41
2018-09-12
RDMA/core: Protect against changing dst->dev during destination resolve
Parav Pandit
1
-15
/
+46
2018-09-12
RDMA/core: Refer to network type instead of device type
Parav Pandit
1
-19
/
+16
2018-09-12
RDMA/core: Use common code flow for IPv4/6 for addr resolve
Parav Pandit
1
-17
/
+15
2018-09-12
RDMA/core: Rename rdma_copy_addr to rdma_copy_src_l2_addr
Parav Pandit
3
-11
/
+19
2018-09-12
RDMA/core: Introduce and use rdma_set_src_addr() between IPv4 and IPv6
Parav Pandit
1
-42
/
+23
2018-09-12
RDMA/core: Let protocol specific function typecast sockaddr structure
Parav Pandit
1
-16
/
+15
2018-09-12
RDMA/core: Avoid unnecessary sa_family overwrite
Parav Pandit
1
-4
/
+1
2018-09-12
RDMA/core Introduce and use rdma_find_ndev_for_src_ip_rcu
Parav Pandit
1
-26
/
+35
2018-09-12
RDMA/uverbs: Atomically flush and mark closed the comp event queue
Steve Wise
1
-0
/
+1
2018-09-11
RDMA/mlx5: Add flow actions support to raw create flow
Mark Bloch
1
-4
/
+7
2018-09-11
RDMA/uverbs: Move flow resources initialization
Mark Bloch
2
-23
/
+2
2018-09-11
IB/uverbs: Add IDRs array attribute type to ioctl() interface
Guy Levi
2
-0
/
+126
2018-09-06
RDMA/core: Assign device ifindex before publishing the device
Parav Pandit
1
-1
/
+2
2018-09-06
RDMA/core: Follow correct unregister order between sysfs and cgroup
Parav Pandit
1
-1
/
+1
2018-09-06
RDMA/umem: Restore lockdep check while downgrading lock
Leon Romanovsky
1
-6
/
+0
2018-09-06
RDMA/core: Define client_data_lock as rwlock instead of spinlock
Parav Pandit
1
-15
/
+15
2018-09-06
RDMA/core: Use simpler spin lock irq API from blocking context
Parav Pandit
1
-11
/
+9
2018-09-06
RDMA/core: Remove context entries from list while unregistering device
Parav Pandit
1
-1
/
+5
2018-09-06
RDMA/core: Use simplified list_for_each
Parav Pandit
1
-5
/
+4
2018-09-06
RDMA/core: No need to protect kfree with spin lock and semaphore
Parav Pandit
1
-1
/
+1
2018-09-06
RDMA/{cma, core}: Avoid callback on rdma_addr_cancel()
Parav Pandit
2
-9
/
+7
2018-09-06
RDMA/core: Rate limit MAD error messages
Parav Pandit
1
-35
/
+37
2018-09-06
RDMA/core: Fail early if unsupported QP is provided
Parav Pandit
1
-0
/
+4
2018-09-06
RDMA/cma: Protect cma dev list with lock
Parav Pandit
1
-5
/
+7
[prev]
[next]