aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/opa_vnic (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-21IB: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-01-28RDMA/opa: Delete useless module.h includeLeon Romanovsky1-1/+0
2021-10-29IB/opa_vnic: Rebranding of OPA VNIC driver to Cornelis NetworksScott Breyer3-6/+8
2021-01-07RDMA: Convert comma to semicolonZheng Yongjun1-1/+1
2020-12-07IB: Fix kernel-doc markupsMauro Carvalho Chehab2-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+0
2020-06-22RDMA: Correct trivial kernel-doc inconsistenciesColton Lewis1-0/+23
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe1-7/+5
2020-03-27IB/hfi1: Get rid of a warningMauro Carvalho Chehab1-1/+1
2020-02-27RDMA/opa_vnic: Delete driver versionLeon Romanovsky3-8/+0
2020-02-20RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-01-25IB/opa_vnic: Spelling correction of 'erorr' to 'error'Dillon Brock1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-10-22infiniband: fix ulp/opa_vnic/opa_vnic_internal.h kernel-doc notationrd.dunlab@gmail.com1-4/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-37/+23
2019-04-08opa_vnic: fix check on record->event, incorrect operator usedColin Ian King1-1/+1
2019-04-01opa_vnic: Convert vport_idr to XArrayMatthew Wilcox1-37/+23
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-4/+2
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman1-3/+3
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman1-1/+1
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-4/+4
2018-09-30IB/hfi1: Ensure ucast_dlid access doesnt exceed boundsDennis Dalessandro1-1/+2
2018-09-26RDMA/ulp: Use dev_name instead of ibdev->nameJason Gunthorpe1-1/+2
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-2/+2
2018-04-29opa_vnic: Just use skb_get_hash instead of skb_tx_hashAlexander Duyck3-13/+12
2018-01-10infiniband: fix ulp/opa_vnic/opa_vnic_vema.c kernel-doc notationRandy Dunlap1-1/+1
2017-09-27IB/opa_vnic: Add routing control informationNiranjana Vishwanathapura4-4/+61
2017-09-27IB/opa_vnic: Properly set vesw port statusNiranjana Vishwanathapura1-12/+27
2017-09-27IB/opa_vnic: Properly clear Mac Table DigestScott Franco1-0/+1
2017-09-27IB/opa_vnic: Properly return the total MACs in UC MAC listNiranjana Vishwanathapura1-3/+5
2017-09-27IB/opa_vnic: Allow reset of MAC addressNiranjana Vishwanathapura1-1/+1
2017-09-27IB/opa_vnic: Set POD value for Ethernet MTUNiranjana Vishwanathapura2-0/+2
2017-09-27IB/opa_vnic: Mark unused Ethernet MTU fields as reservedNiranjana Vishwanathapura4-17/+8
2017-08-24RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky1-6/+1
2017-07-27Merge branch 'misc' into k.o/for-nextDoug Ledford1-1/+0
2017-07-24RDMA: Remove useless MODULE_VERSIONLeon Romanovsky1-1/+0
2017-07-24Merge branch 'hfi1' into k.o/for-4.14Doug Ledford1-1/+26
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds5-17/+15
2017-07-05IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdevNiranjana Vishwanathapura1-4/+4
2017-06-29IB/opa_vnic: Use spinlock instead of mutex for stats_lockVishwanathapura, Niranjana4-12/+10
2017-06-29IB/opa_vnic: Use GFP_ATOMIC while sending trapVishwanathapura, Niranjana1-1/+1
2017-06-27IB/core,rdmavt,hfi1,opa-vnic: Send OPA cap_mask3 in trapVishwanathapura, Niranjana1-1/+26
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg2-2/+2
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli1-0/+1
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli1-4/+6
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli1-3/+3
2017-05-01IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli1-1/+1
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-1/+1