summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/opa_vnic
Commit message (Expand)AuthorAgeFilesLines
* IB: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-211-2/+2
* RDMA/opa: Delete useless module.h includeLeon Romanovsky2022-01-281-1/+0
* IB/opa_vnic: Rebranding of OPA VNIC driver to Cornelis NetworksScott Breyer2021-10-293-6/+8
* RDMA: Convert comma to semicolonZheng Yongjun2021-01-071-1/+1
* IB: Fix kernel-doc markupsMauro Carvalho Chehab2020-12-072-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+0
* RDMA: Correct trivial kernel-doc inconsistenciesColton Lewis2020-06-221-0/+23
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe2020-05-061-7/+5
* IB/hfi1: Get rid of a warningMauro Carvalho Chehab2020-03-271-1/+1
* RDMA/opa_vnic: Delete driver versionLeon Romanovsky2020-02-273-8/+0
* RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-201-2/+2
* IB/opa_vnic: Spelling correction of 'erorr' to 'error'Dillon Brock2020-01-251-1/+1
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
* infiniband: fix ulp/opa_vnic/opa_vnic_internal.h kernel-doc notationrd.dunlab@gmail.com2019-10-221-4/+4
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-091-37/+23
|\
| * opa_vnic: fix check on record->event, incorrect operator usedColin Ian King2019-04-081-1/+1
| * opa_vnic: Convert vport_idr to XArrayMatthew Wilcox2019-04-011-37/+23
* | net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-4/+2
|/
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-191-3/+3
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-191-1/+1
* RDMA: Start use ib_device_opsKamal Heib2018-12-121-4/+4
* IB/hfi1: Ensure ucast_dlid access doesnt exceed boundsDennis Dalessandro2018-09-301-1/+2
* RDMA/ulp: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-261-1/+2
* net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-2/+2
* opa_vnic: Just use skb_get_hash instead of skb_tx_hashAlexander Duyck2018-04-293-13/+12
* infiniband: fix ulp/opa_vnic/opa_vnic_vema.c kernel-doc notationRandy Dunlap2018-01-101-1/+1
* IB/opa_vnic: Add routing control informationNiranjana Vishwanathapura2017-09-274-4/+61
* IB/opa_vnic: Properly set vesw port statusNiranjana Vishwanathapura2017-09-271-12/+27
* IB/opa_vnic: Properly clear Mac Table DigestScott Franco2017-09-271-0/+1
* IB/opa_vnic: Properly return the total MACs in UC MAC listNiranjana Vishwanathapura2017-09-271-3/+5
* IB/opa_vnic: Allow reset of MAC addressNiranjana Vishwanathapura2017-09-271-1/+1
* IB/opa_vnic: Set POD value for Ethernet MTUNiranjana Vishwanathapura2017-09-272-0/+2
* IB/opa_vnic: Mark unused Ethernet MTU fields as reservedNiranjana Vishwanathapura2017-09-274-17/+8
* RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky2017-08-241-6/+1
* Merge branch 'misc' into k.o/for-nextDoug Ledford2017-07-271-1/+0
|\
| * RDMA: Remove useless MODULE_VERSIONLeon Romanovsky2017-07-241-1/+0
* | Merge branch 'hfi1' into k.o/for-4.14Doug Ledford2017-07-241-1/+26
|\ \ | |/ |/|
| * IB/core,rdmavt,hfi1,opa-vnic: Send OPA cap_mask3 in trapVishwanathapura, Niranjana2017-06-271-1/+26
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-07-065-17/+15
|\ \
| * | IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdevNiranjana Vishwanathapura2017-07-051-4/+4
| * | IB/opa_vnic: Use spinlock instead of mutex for stats_lockVishwanathapura, Niranjana2017-06-294-12/+10
| * | IB/opa_vnic: Use GFP_ATOMIC while sending trapVishwanathapura, Niranjana2017-06-291-1/+1
| |/
* / networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-162-2/+2
|/
* IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-011-0/+1
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-011-4/+6
* IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli2017-05-011-3/+3
* IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli2017-05-011-1/+1
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-011-1/+1