| Commit message (Expand) | Author | Age | Files | Lines |
* | IB/core: Add accessor functions for rdma_ah_attr fields | Dasaratharaman Chandramouli | 2017-05-01 | 1 | -0/+121 |
* | IB/core: Rename ib_destroy_ah to rdma_destroy_ah | Dasaratharaman Chandramouli | 2017-05-01 | 1 | -2/+2 |
* | IB/core: Rename ib_query_ah to rdma_query_ah | Dasaratharaman Chandramouli | 2017-05-01 | 1 | -2/+2 |
* | IB/core: Rename ib_modify_ah to rdma_modify_ah | Dasaratharaman Chandramouli | 2017-05-01 | 1 | -2/+2 |
* | IB/core: Rename ib_create_ah to rdma_create_ah | Dasaratharaman Chandramouli | 2017-05-01 | 1 | -2/+2 |
* | IB/core: Rename struct ib_ah_attr to rdma_ah_attr | Dasaratharaman Chandramouli | 2017-05-01 | 6 | -21/+21 |
* | IB/SA: Add support to query opa classport info. | Dasaratharaman Chandramouli | 2017-04-29 | 1 | -0/+1 |
* | IB/core: Move opa_class_port_info definition to header file | Dasaratharaman Chandramouli | 2017-04-29 | 1 | -0/+25 |
* | IB/core: Add rdma_cap_opa_ah to expose opa address handles | Dasaratharaman Chandramouli | 2017-04-28 | 1 | -0/+16 |
* | IB/SA: Modify SA to implicitly cache Class Port info | Dasaratharaman Chandramouli | 2017-04-28 | 1 | -9/+3 |
* | IB/hfi1: Use defines from common headers | Don Hiatt | 2017-04-28 | 1 | -0/+6 |
* | IB/hfi1: Add functions to parse 9B headers | Don Hiatt | 2017-04-28 | 1 | -0/+60 |
* | IB/rdmavt/hfi1/qib: Use the MGID and MLID for multicast addressing | Michael J. Ruhl | 2017-04-28 | 2 | -2/+8 |
* | RDMA/qedr: properly check atomic capabilities | Amrani, Ram | 2017-04-28 | 1 | -0/+1 |
* | IB/vmw_pvrdma: Spare annotate imm_data | Jason Gunthorpe | 2017-04-25 | 1 | -2/+2 |
* | IB/umem: Add support to huge ODP | Artemy Kovalyov | 2017-04-25 | 2 | -2/+5 |
* | IB/umem: Add contiguous ODP support | Artemy Kovalyov | 2017-04-25 | 1 | -2/+2 |
* | IB: Replace ib_umem page_size by page_shift | Artemy Kovalyov | 2017-04-25 | 1 | -2/+2 |
* | IB/core: change the return type to void | Zhu Yanjun | 2017-04-25 | 1 | -1/+1 |
* | {net,IB}/{rxe,usnic}: Utilize generic mac to eui32 function | Yuval Shaia | 2017-04-25 | 1 | -4/+18 |
* | IB/core: Add HDR speed enum | Noa Osherovich | 2017-04-21 | 1 | -1/+2 |
* | IB/mlx5: Support congestion related counters | Parav Pandit | 2017-04-21 | 1 | -9/+9 |
* | IB/core: Introduce drop flow specification | Slava Shwartsman | 2017-04-21 | 2 | -0/+18 |
* | IB/mlx5: Use IP version matching to classify IP traffic | Ariel Levkovich | 2017-04-21 | 1 | -3/+3 |
* | IB/mlx4: Support RAW Ethernet when RoCE is disabled | Majd Dibbiny | 2017-04-21 | 1 | -2/+1 |
* | IB/IPoIB: Introduce RDMA netdev interface and IPoIB structs | Niranjana Vishwanathapura | 2017-04-20 | 1 | -1/+11 |
* | IB/hfi1: Virtual Network Interface Controller (VNIC) HW support | Vishwanathapura, Niranjana | 2017-04-20 | 1 | -1/+2 |
* | IB/opa-vnic: Virtual Network Interface Controller (VNIC) interface | Vishwanathapura, Niranjana | 2017-04-20 | 2 | -0/+142 |
* | IB/opa-vnic: RDMA NETDEV interface | Vishwanathapura, Niranjana | 2017-04-20 | 1 | -0/+33 |
* | Merge branch 'k.o/for-4.12' into k.o/for-4.12-rdma-netdevice | Doug Ledford | 2017-04-20 | 5 | -17/+319 |
|\ |
|
| * | IB/core: Rename write flag to exclusive in rdma_core | Matan Barak | 2017-04-20 | 1 | -16/+17 |
| * | IB/hfi1: Add transmit fault injection feature | Don Hiatt | 2017-04-05 | 1 | -0/+2 |
| * | IB/rdmavt: Avoid reseting wqe send_flags in unreserve | Mike Marciniszyn | 2017-04-05 | 1 | -3/+1 |
| * | IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependent | Mike Marciniszyn | 2017-04-05 | 1 | -1/+2 |
| * | IB/core: Change completion channel to use the reworked objects schema | Matan Barak | 2017-04-05 | 2 | -0/+10 |
| * | IB/core: Add support for fd objects | Matan Barak | 2017-04-05 | 2 | -0/+22 |
| * | IB/core: Change idr objects to use the new schema | Matan Barak | 2017-04-05 | 2 | -13/+63 |
| * | IB/core: Add idr based standard types | Matan Barak | 2017-04-05 | 2 | -0/+64 |
| * | IB/core: Add support for idr types | Matan Barak | 2017-04-05 | 2 | -0/+153 |
| * | IB/core: Refactor idr to be per uverbs_file | Matan Barak | 2017-04-05 | 1 | -0/+1 |
* | | net/mlx5e: IPoIB, Xmit flow | Saeed Mahameed | 2017-04-17 | 1 | -0/+10 |
* | | net/mlx5: Refactor create flow table method to accept underlay QP | Erez Shitrit | 2017-04-17 | 1 | -4/+10 |
* | | net/mlx5: Add IPoIB enhanced offloads bits to mlx5_ifc | Erez Shitrit | 2017-04-17 | 1 | -3/+8 |
* | | net: dsa: isolate legacy code | Vivien Didelot | 2017-04-17 | 1 | -1/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-16 | 18 | -36/+60 |
|\ \ |
|
| * \ | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2017-04-15 | 1 | -0/+1 |
| |\ \ |
|
| | * | | uapi: add missing install of userio.h | Naohiro Aota | 2017-03-25 | 1 | -0/+1 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-04-15 | 1 | -1/+5 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | David S. Miller | 2017-04-06 | 1 | -1/+5 |
| | |\ \ \ |
|
| | | * | | | [iov_iter] new privimitive: iov_iter_revert() | Al Viro | 2017-04-02 | 1 | -1/+5 |