Age | Commit message (Expand) | Author | Files | Lines |
2022-08-21 | IB: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -2/+2 |
2022-01-28 | RDMA/opa: Delete useless module.h include | Leon Romanovsky | 1 | -1/+0 |
2021-10-29 | IB/opa_vnic: Rebranding of OPA VNIC driver to Cornelis Networks | Scott Breyer | 3 | -6/+8 |
2021-01-07 | RDMA: Convert comma to semicolon | Zheng Yongjun | 1 | -1/+1 |
2020-12-07 | IB: Fix kernel-doc markups | Mauro Carvalho Chehab | 2 | -2/+2 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+0 |
2020-06-22 | RDMA: Correct trivial kernel-doc inconsistencies | Colton Lewis | 1 | -0/+23 |
2020-06-13 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -1/+1 |
2020-05-06 | RDMA: Allow ib_client's to fail when add() is called | Jason Gunthorpe | 1 | -7/+5 |
2020-03-27 | IB/hfi1: Get rid of a warning | Mauro Carvalho Chehab | 1 | -1/+1 |
2020-02-27 | RDMA/opa_vnic: Delete driver version | Leon Romanovsky | 3 | -8/+0 |
2020-02-20 | RDMA: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -2/+2 |
2020-01-25 | IB/opa_vnic: Spelling correction of 'erorr' to 'error' | Dillon Brock | 1 | -1/+1 |
2019-12-09 | treewide: Use sizeof_field() macro | Pankaj Bharadiya | 1 | -1/+1 |
2019-10-22 | infiniband: fix ulp/opa_vnic/opa_vnic_internal.h kernel-doc notation | rd.dunlab@gmail.com | 1 | -4/+4 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
2019-05-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -37/+23 |
2019-04-08 | opa_vnic: fix check on record->event, incorrect operator used | Colin Ian King | 1 | -1/+1 |
2019-04-01 | opa_vnic: Convert vport_idr to XArray | Matthew Wilcox | 1 | -37/+23 |
2019-03-20 | net: remove 'fallback' argument from dev->ndo_select_queue() | Paolo Abeni | 1 | -4/+2 |
2018-12-20 | RDMA: Mark if destroy address handle is in a sleepable context | Gal Pressman | 1 | -3/+3 |
2018-12-20 | RDMA: Mark if create address handle is in a sleepable context | Gal Pressman | 1 | -1/+1 |
2018-12-12 | RDMA: Start use ib_device_ops | Kamal Heib | 1 | -4/+4 |
2018-10-01 | IB/hfi1: Ensure ucast_dlid access doesnt exceed bounds | Dennis Dalessandro | 1 | -1/+2 |
2018-09-26 | RDMA/ulp: Use dev_name instead of ibdev->name | Jason Gunthorpe | 1 | -1/+2 |
2018-07-09 | net: allow ndo_select_queue to pass netdev | Alexander Duyck | 1 | -2/+2 |
2018-04-30 | opa_vnic: Just use skb_get_hash instead of skb_tx_hash | Alexander Duyck | 3 | -13/+12 |
2018-01-11 | infiniband: fix ulp/opa_vnic/opa_vnic_vema.c kernel-doc notation | Randy Dunlap | 1 | -1/+1 |
2017-09-27 | IB/opa_vnic: Add routing control information | Niranjana Vishwanathapura | 4 | -4/+61 |
2017-09-27 | IB/opa_vnic: Properly set vesw port status | Niranjana Vishwanathapura | 1 | -12/+27 |
2017-09-27 | IB/opa_vnic: Properly clear Mac Table Digest | Scott Franco | 1 | -0/+1 |
2017-09-27 | IB/opa_vnic: Properly return the total MACs in UC MAC list | Niranjana Vishwanathapura | 1 | -3/+5 |
2017-09-27 | IB/opa_vnic: Allow reset of MAC address | Niranjana Vishwanathapura | 1 | -1/+1 |
2017-09-27 | IB/opa_vnic: Set POD value for Ethernet MTU | Niranjana Vishwanathapura | 2 | -0/+2 |
2017-09-27 | IB/opa_vnic: Mark unused Ethernet MTU fields as reserved | Niranjana Vishwanathapura | 4 | -17/+8 |
2017-08-24 | RDMA/(core, ulp): Convert register/unregister event handler to be void | Leon Romanovsky | 1 | -6/+1 |
2017-07-27 | Merge branch 'misc' into k.o/for-next | Doug Ledford | 1 | -1/+0 |
2017-07-24 | RDMA: Remove useless MODULE_VERSION | Leon Romanovsky | 1 | -1/+0 |
2017-07-24 | Merge branch 'hfi1' into k.o/for-4.14 | Doug Ledford | 1 | -1/+26 |
2017-07-06 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 5 | -17/+15 |
2017-07-06 | IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdev | Niranjana Vishwanathapura | 1 | -4/+4 |
2017-06-29 | IB/opa_vnic: Use spinlock instead of mutex for stats_lock | Vishwanathapura, Niranjana | 4 | -12/+10 |
2017-06-29 | IB/opa_vnic: Use GFP_ATOMIC while sending trap | Vishwanathapura, Niranjana | 1 | -1/+1 |
2017-06-27 | IB/core,rdmavt,hfi1,opa-vnic: Send OPA cap_mask3 in trap | Vishwanathapura, Niranjana | 1 | -1/+26 |
2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 2 | -2/+2 |
2017-05-01 | IB/core: Define 'ib' and 'roce' rdma_ah_attr types | Dasaratharaman Chandramouli | 1 | -0/+1 |
2017-05-01 | IB/core: Use rdma_ah_attr accessor functions | Dasaratharaman Chandramouli | 1 | -4/+6 |
2017-05-01 | IB/core: Rename ib_destroy_ah to rdma_destroy_ah | Dasaratharaman Chandramouli | 1 | -3/+3 |
2017-05-01 | IB/core: Rename ib_create_ah to rdma_create_ah | Dasaratharaman Chandramouli | 1 | -1/+1 |
2017-05-01 | IB/core: Rename struct ib_ah_attr to rdma_ah_attr | Dasaratharaman Chandramouli | 1 | -1/+1 |