summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)Author
2018-06-19IB/mlx5: Add DEVX support for memory registrationYishai Hadas
2018-06-19IB/mlx5: Add support for DEVX query UARYishai Hadas
2018-06-19IB/mlx5: Add DEVX support for modify and query commandsYishai Hadas
2018-06-19IB/mlx5: Add obj create and destroy functionalityYishai Hadas
2018-06-19IB/mlx5: Add support for DEVX general commandYishai Hadas
2018-06-19IB/mlx5: Introduce DEVXYishai Hadas
2018-06-19IB/core: Expose ib_ucontext from a given ib_uverbs_fileYishai Hadas
2018-06-19IB/uverbs: Allow an empty namespace in ioctl() frameworkMatan Barak
2018-06-19IB/uverbs: Add a macro to define a type with no kernel known sizeMatan Barak
2018-06-19IB/uverbs: Add PTR_IN attributes that are allocated/copied automaticallyMatan Barak
2018-06-19IB/uverbs: Refactor uverbs_finalize_objectsMatan Barak
2018-06-19IB/uverbs: Export uverbs idr and fd typesMatan Barak
2018-06-18iw_cxgb4: remove duplicate memcpy() in c4iw_create_listen()Bharat Potnuri
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise
2018-06-18IB/rxe: avoid unnecessary NULL checkZhu Yanjun
2018-06-18IB/rxe: support for 802.1q VLAN on the listenerVijay Immanuel
2018-06-18IB/rxe: increase max MR limitVijay Immanuel
2018-06-18IB/rxe: Fix missing completion for mem_reg work requestsVijay Immanuel
2018-06-18RDMA/core: Save kernel caller name when creating CQ using ib_create_cq()Bharat Potnuri
2018-06-18IB/mad: Use IDR for agent IDswilly@infradead.org
2018-06-18RDMA: Convert drivers to use the AH's sgid_attr in post_wr pathsParav Pandit
2018-06-18RDMA: Hold the sgid_attr inside the struct ib_ah/qpJason Gunthorpe
2018-06-18IB/mlx4: Use GID attribute from ah attributeParav Pandit
2018-06-18RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit
2018-06-18IB{cm, core}: Introduce and use ah_attr copy, move, replace APIsJason Gunthorpe
2018-06-18IB/core: Tidy ib_resolve_eth_dmacParav Pandit
2018-06-18IB/core: Add a sgid_attr pointer to struct rdma_ah_attrJason Gunthorpe
2018-06-18IB: Ensure that all rdma_ah_attr's are zero initializedParav Pandit
2018-06-18IB/mad: Agent registration is process context onlyMatthew Wilcox
2018-06-18IB/rxe: Do not hide uABI stuff in memcpyJason Gunthorpe
2018-06-18i40iw: Reorganize acquire/release of locks in i40iw_manage_apbvtShiraz Saleem
2018-06-18RDMA/uverbs: Refactor flow_resources_alloc() functionLeon Romanovsky
2018-06-18RDMA/nldev: Return port capability flag for IB onlyLeon Romanovsky
2018-06-18IB/rxe: Use rdma GID APIParav Pandit
2018-06-18IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit
2018-06-18IB/core: Make rdma_find_gid_by_filter support all protocolsJason Gunthorpe
2018-06-18IB/core: Provide rdma_ versions of the gid cache APIJason Gunthorpe
2018-06-18IB/core: Replace ib_query_gid with rdma_get_gid_attrParav Pandit
2018-06-18IB/core: Introduce GID attribute get, put and hold APIsParav Pandit
2018-06-18RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit
2018-06-18IB/core: Introduce GID entry reference countsParav Pandit
2018-06-17IB/core: Store default GID property per-table instead of per-entryParav Pandit
2018-06-17IB/core: Do not set the gid type when reserving default entriesParav Pandit
2018-06-12treewide: Use array_size() in kvzalloc_node()Kees Cook
2018-06-12treewide: Use array_size() in vzalloc_node()Kees Cook
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook