Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | IB/hfi1: Fix checks for Offline transient state | Jakub Byczkowski | 2017-05-04 | 1 | -1/+1 | |
| | * | | | | | IB/ipoib: add get_link_ksettings in ethtool | Zhu Yanjun | 2017-05-04 | 1 | -0/+59 | |
| * | | | | | | IB/mlx5: Enable IPoIB acceleration | Erez Shitrit | 2017-05-04 | 1 | -0/+22 | |
| |/ / / / / | ||||||
* | | | | | | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-05-08 | 3 | -33/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | IB/hfi1: Use pcie_flr() instead of duplicating it | Christoph Hellwig | 2017-04-25 | 3 | -33/+2 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | scripts/spelling.txt: add regsiter -> register spelling mistake | Stephen Boyd | 2017-05-08 | 2 | -2/+2 | |
* | | | | | | scripts/spelling.txt: add "memory" pattern and fix typos | Stephen Boyd | 2017-05-08 | 1 | -1/+1 | |
* | | | | | | Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-05-04 | 4 | -21/+22 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Merge 4.11-rc4 into char-misc-next | Greg Kroah-Hartman | 2017-03-27 | 16 | -55/+91 | |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | ||||||
| * | | | | | infiniband: utilize the new cdev_set_parent function | Logan Gunthorpe | 2017-03-21 | 3 | -4/+4 | |
| * | | | | | IB/ucm: utilize new cdev_device_add helper function | Jason Gunthorpe | 2017-03-21 | 1 | -17/+18 | |
| | |/ / / | |/| | | | ||||||
* | | | | | infiniband: avoid dereferencing uninitialized dst on error path | Paolo Abeni | 2017-05-02 | 1 | -1/+1 | |
* | | | | | IB/mlx5: Add port_xmit_wait to counter registers read | Tim Wright | 2017-05-01 | 1 | -0/+2 | |
* | | | | | IB/ocrdma: fix out of bounds access to local buffer | Michael Mera | 2017-05-01 | 1 | -1/+1 | |
* | | | | | IB/mlx4: Fix incorrect order of formal and actual parameters | Håkon Bugge | 2017-05-01 | 1 | -2/+2 | |
* | | | | | IB/mlx4: Change flush logic so it adheres to the variable name | Håkon Bugge | 2017-05-01 | 1 | -3/+3 | |
* | | | | | mlx5: Fix mlx5_ib_map_mr_sg mr length | Sagi Grimberg | 2017-05-01 | 1 | -1/+1 | |
* | | | | | IB/rxe: Don't clamp residual length to mtu | Johannes Thumshirn | 2017-05-01 | 1 | -2/+0 | |
* | | | | | IB/SA: Add support to query OPA path records | Dasaratharaman Chandramouli | 2017-05-01 | 4 | -19/+272 | |
* | | | | | IB/SA: Add OPA path record type | Dasaratharaman Chandramouli | 2017-05-01 | 7 | -33/+85 | |
* | | | | | IB/SA: Split struct sa_path_rec based on IB and ROCE specific fields | Dasaratharaman Chandramouli | 2017-05-01 | 7 | -71/+96 | |
* | | | | | IB/SA: Introduce path record specific types | Dasaratharaman Chandramouli | 2017-05-01 | 4 | -15/+32 | |
* | | | | | IB/SA: Rename ib_sa_path_rec to sa_path_rec | Dasaratharaman Chandramouli | 2017-05-01 | 11 | -37/+37 | |
* | | | | | IB/CM: Add braces when using sizeof | Dasaratharaman Chandramouli | 2017-05-01 | 1 | -3/+3 | |
* | | | | | IB/core: Define 'ib' and 'roce' rdma_ah_attr types | Dasaratharaman Chandramouli | 2017-05-01 | 29 | -64/+92 | |
* | | | | | IB/core: Use rdma_ah_attr accessor functions | Dasaratharaman Chandramouli | 2017-05-01 | 56 | -876/+1037 | |
* | | | | | IB/PVRDMA: Rename ib_ah_attr related functions | Dasaratharaman Chandramouli | 2017-05-01 | 3 | -12/+12 | |
* | | | | | IB/mthca: Rename to_ib_ah_attr to to_rdma_ah_attr | Dasaratharaman Chandramouli | 2017-05-01 | 1 | -5/+5 | |
* | | | | | IB/mlx5: Rename to_ib_ah_attr to to_rdma_ah_attr | Dasaratharaman Chandramouli | 2017-05-01 | 1 | -5/+5 | |
* | | | | | IB/mlx4: Rename to_ib_ah_attr to to_rdma_ah_attr | Dasaratharaman Chandramouli | 2017-05-01 | 1 | -5/+5 | |
* | | | | | IB/core: Rename ib_destroy_ah to rdma_destroy_ah | Dasaratharaman Chandramouli | 2017-05-01 | 15 | -39/+39 | |
* | | | | | IB/core: Rename ib_query_ah to rdma_query_ah | Dasaratharaman Chandramouli | 2017-05-01 | 4 | -5/+5 | |
* | | | | | 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 | 10 | -16/+16 | |
* | | | | | IB/core: Rename struct ib_ah_attr to rdma_ah_attr | Dasaratharaman Chandramouli | 2017-05-01 | 60 | -123/+134 | |
* | | | | | IB/rxe: Initialize ib_ah_attr during query_ah | Dasaratharaman Chandramouli | 2017-05-01 | 2 | -0/+2 | |
* | | | | | IB/core: Check for global flag when using ah_attr | Dasaratharaman Chandramouli | 2017-05-01 | 2 | -35/+57 | |
* | | | | | IB/core: Add braces when using sizeof | Dasaratharaman Chandramouli | 2017-05-01 | 1 | -1/+1 | |
* | | | | | IB/IPoIB: Remove 'else' when the 'if' has a return. | Dasaratharaman Chandramouli | 2017-05-01 | 1 | -10/+9 | |
* | | | | | IB/ocrdma: Add identifier names to function definitions | Dasaratharaman Chandramouli | 2017-05-01 | 1 | -5/+5 | |
* | | | | | IB/SA: Add support to query opa classport info. | Dasaratharaman Chandramouli | 2017-04-28 | 1 | -25/+157 | |
* | | | | | IB/core: Move opa_class_port_info definition to header file | Dasaratharaman Chandramouli | 2017-04-28 | 2 | -50/+0 | |
* | | | | | IB/SA: Modify SA to implicitly cache Class Port info | Dasaratharaman Chandramouli | 2017-04-28 | 5 | -198/+134 | |
* | | | | | IB/SA: Move functions update_sm_ah() and ib_sa_event() | Dasaratharaman Chandramouli | 2017-04-28 | 1 | -86/+86 | |
* | | | | | IB/SA: Remove unwanted braces | Dasaratharaman Chandramouli | 2017-04-28 | 1 | -2/+1 | |
* | | | | | IB/SA: Add braces when using sizeof | Dasaratharaman Chandramouli | 2017-04-28 | 1 | -2/+2 | |
* | | | | | IB/SA: Fix lines longer than 80 columns | Dasaratharaman Chandramouli | 2017-04-28 | 1 | -8/+9 | |
* | | | | | IB/hfi1: Use bool in process_ecn | Dennis Dalessandro | 2017-04-28 | 2 | -2/+3 | |
* | | | | | IB/hfi: Protect against writable mmap | Ira Weiny | 2017-04-28 | 1 | -0/+4 | |
* | | | | | IB/hfi1: Fix unbalanced braces around else | Dennis Dalessandro | 2017-04-28 | 2 | -4/+6 |