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-07-04
RDMA/uverbs: Combine MIN_SZ_OR_ZERO with UVERBS_ATTR_STRUCT
Jason Gunthorpe
3
-15
/
+12
2018-07-04
RDMA/uverbs: Use UVERBS_ATTR_MIN_SIZE correctly and uniformly
Jason Gunthorpe
1
-2
/
+1
2018-07-04
RDMA/uverbs: Remove UA_FLAGS
Jason Gunthorpe
7
-50
/
+57
2018-07-04
RDMA/uverbs: Get rid of the & in method specifications
Jason Gunthorpe
6
-163
/
+195
2018-07-04
RDMA/uverbs: Simplify UVERBS_OBJECT and _TREE family of macros
Jason Gunthorpe
3
-32
/
+18
2018-07-04
RDMA/uverbs: Simplify method definition macros
Jason Gunthorpe
5
-14
/
+11
2018-07-04
RDMA/uverbs: Simplify UVERBS_ATTR family of macros
Jason Gunthorpe
4
-31
/
+25
2018-07-04
RDMA/uverbs: Split UVERBS_ATTR_FLOW_ACTION_ESP_HANDLE
Jason Gunthorpe
1
-4
/
+8
2018-07-04
RDMA/uverbs: Store the specs_root in the struct ib_uverbs_device
Jason Gunthorpe
4
-24
/
+24
2018-07-04
IB/core: type promotion bug in rdma_rw_init_one_mr()
Dan Carpenter
1
-1
/
+1
2018-07-03
RDMA/uverbs: Don't fail in creation of multiple flows
Leon Romanovsky
1
-1
/
+1
2018-06-29
IB: Improve uverbs_cleanup_ucontext algorithm
Yishai Hadas
9
-99
/
+137
2018-06-29
IB/cm: Remove now useless rcu_lock in dst_fetch_ha
Jason Gunthorpe
1
-7
/
+5
2018-06-27
IB/core: Check for rdma_protocol_ib only after validating port_num
Jason Gunthorpe
1
-8
/
+11
2018-06-26
RDMA/uverbs: Remove redundant check
Leon Romanovsky
1
-3
/
+0
2018-06-26
RDMA/umem: Don't check for a negative return value of dma_map_sg_attrs()
Leon Romanovsky
1
-1
/
+1
2018-06-26
RDMA/uverbs: Don't overwrite NULL pointer with ZERO_SIZE_PTR
Leon Romanovsky
1
-1
/
+4
2018-06-25
RDMA/uverbs: Fix slab-out-of-bounds in ib_uverbs_ex_create_flow
Leon Romanovsky
1
-11
/
+12
2018-06-25
RDMA/uverbs: Protect from attempts to create flows on unsupported QP
Leon Romanovsky
1
-0
/
+5
2018-06-25
RDMA/verbs: Drop kernel variant of destroy_flow
Leon Romanovsky
3
-16
/
+8
2018-06-25
RDMA/verbs: Drop kernel variant of create_flow
Leon Romanovsky
1
-17
/
+0
2018-06-25
RDMA/uverbs: Check existence of create_flow callback
Jason Gunthorpe
1
-0
/
+5
2018-06-25
RDMA/core: Remove unused ib cache functions
Jason Gunthorpe
1
-68
/
+0
2018-06-25
IB/cm: Use sgid_attr from the AV
Parav Pandit
1
-14
/
+6
2018-06-25
IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'
Parav Pandit
4
-62
/
+92
2018-06-25
IB/cm: Pass the sgid_attr through various events
Parav Pandit
2
-2
/
+7
2018-06-25
IB/cm: Keep track of the sgid_attr that created the cm id
Parav Pandit
1
-26
/
+41
2018-06-25
IB: Make init_ah_attr_grh_fields set sgid_attr
Parav Pandit
3
-13
/
+18
2018-06-25
IB: Make ib_init_ah_from_mcmember set sgid_attr
Parav Pandit
2
-15
/
+27
2018-06-25
IB: Make ib_init_ah_attr_from_wc set sgid_attr
Parav Pandit
3
-54
/
+60
2018-06-22
IB/core: Free GID table entry during GID deletion
Parav Pandit
1
-5
/
+23
2018-06-22
RDMA/cma: Consider net namespace while leaving multicast group
Parav Pandit
1
-33
/
+24
2018-06-22
IB/uverbs: Delete type and id from uverbs_obj_attr
Jason Gunthorpe
1
-4
/
+2
2018-06-21
atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()
Mark Rutland
1
-1
/
+1
2018-06-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2
-10
/
+18
2018-06-19
IB/core: Expose ib_ucontext from a given ib_uverbs_file
Yishai Hadas
1
-0
/
+6
2018-06-19
IB/uverbs: Allow an empty namespace in ioctl() framework
Matan Barak
1
-2
/
+13
2018-06-19
IB/uverbs: Add a macro to define a type with no kernel known size
Matan Barak
1
-2
/
+2
2018-06-19
IB/uverbs: Add PTR_IN attributes that are allocated/copied automatically
Matan Barak
1
-1
/
+24
2018-06-19
IB/uverbs: Refactor uverbs_finalize_objects
Matan Barak
3
-59
/
+54
2018-06-19
IB/uverbs: Export uverbs idr and fd types
Matan Barak
1
-0
/
+2
2018-06-18
IB/core: add max_send_sge and max_recv_sge attributes
Steve Wise
1
-1
/
+1
2018-06-18
RDMA/core: Save kernel caller name when creating CQ using ib_create_cq()
Bharat Potnuri
1
-6
/
+8
2018-06-18
IB/mad: Use IDR for agent IDs
willy@infradead.org
2
-35
/
+55
2018-06-18
RDMA: Hold the sgid_attr inside the struct ib_ah/qp
Jason Gunthorpe
1
-2
/
+44
2018-06-18
IB{cm, core}: Introduce and use ah_attr copy, move, replace APIs
Jason Gunthorpe
2
-2
/
+56
2018-06-18
IB/core: Tidy ib_resolve_eth_dmac
Parav Pandit
1
-4
/
+10
2018-06-18
IB/core: Add a sgid_attr pointer to struct rdma_ah_attr
Jason Gunthorpe
1
-27
/
+225
2018-06-18
IB: Ensure that all rdma_ah_attr's are zero initialized
Parav Pandit
1
-2
/
+2
2018-06-18
IB/mad: Agent registration is process context only
Matthew Wilcox
1
-7
/
+9
[prev]
[next]