summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qed/qed_vf.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-16qed: remove unused 'resp_size' calculationArnd Bergmann1-28/+17
2022-03-07net: qlogic: check the return value of dma_alloc_coherent() in qed_vf_hw_prep...Jia-Ju Bai1-0/+7
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2021-10-04qed: Split huge qed_hsi.h header fileOmkar Kulkarni1-5/+6
2020-07-01net: qed: update copyright yearsAlexander Lobakin1-0/+1
2020-07-01net: qed: convert to SPDX License IdentifiersAlexander Lobakin1-28/+1
2020-06-24net: qed: fix NVMe login fails over VFsAlexander Lobakin1-5/+18
2019-09-16qed: fix spelling mistake "fullill" -> "fulfill"Colin Ian King1-1/+1
2019-01-28qed: Fix VF probe failure while FLRManish Chopra1-0/+10
2018-10-16qed: Align local and global PTT to propagate through the APIs.Rahul Verma1-1/+1
2018-09-27qed: Avoid constant logical operation warning in qed_vf_pf_acquireNathan Chancellor1-1/+0
2018-09-27qed: Fix mask parameter in qed_vf_prep_tunn_req_tlvNathan Chancellor1-2/+2
2018-08-01qed: Make some functions staticYueHaibing1-1/+1
2018-07-22qed: Correct Multicast API to reflect existence of 256 approximate buckets.Sudarsana Reddy Kalluru1-2/+2
2018-04-20qed* : Add new TLV to request PF to update MAC in bulletin boardShahed Shaikh1-0/+29
2017-07-27qed: Read per queue coalesce from hardwareRahul Verma1-0/+31
2017-07-27qed: Add support for vf coalesce configuration.Rahul Verma1-0/+44
2017-06-05qed: VF XDP supportMintz, Yuval1-3/+10
2017-06-05qed: VFs to try utilizing the doorbell barMintz, Yuval1-53/+128
2017-06-05qed: Multiple qzone queues for VFsMintz, Yuval1-2/+37
2017-06-05qed*: L2 interface to use the SB structures directlyMintz, Yuval1-4/+4
2017-06-05qed: Create L2 queue databaseMintz, Yuval1-0/+5
2017-06-01qed: Hold a single array for SBsMintz, Yuval1-3/+24
2017-05-01qed: Unlock on error in qed_vf_pf_acquire()Dan Carpenter1-1/+1
2017-04-25qed - VF tunnelling support [VXLAN/GENEVE/GRE]Chopra, Manish1-0/+149
2017-04-25qed/qede: Add UDP ports in bulletin boardChopra, Manish1-0/+16
2017-03-22qed: Increase verbosity of VF -> PF errorsMintz, Yuval1-6/+12
2017-02-21qed*: Fix link indication raceMintz, Yuval1-0/+3
2017-01-02qed*: RSS indirection based on queue-handlesMintz, Yuval1-2/+10
2017-01-02qed*: Update to dual-licenseMintz, Yuval1-4/+28
2016-11-30qed*: Handle-based L2-queues.Mintz, Yuval1-46/+44
2016-11-01qed: Correct VF mac numberMintz, Yuval1-0/+7
2016-10-14qed: Pass MAC hints to VFsYuval Mintz1-2/+2
2016-10-04qed: Add support for RoCE hw initRam Amrani1-1/+1
2016-09-10qed: mark symbols static where possibleBaoyou Xie1-2/+2
2016-09-06qed: Remove OOM messagesJoe Perches1-11/+3
2016-08-23qed: Change locking scheme for VF channelYuval Mintz1-34/+90
2016-08-23qed*: Add support for VFs over legacy PFsYuval Mintz1-20/+87
2016-07-31qed: Don't over-do producer cleanup for RxYuval Mintz1-2/+2
2016-06-08qed: Move doorbell calculation from VF to PFYuval Mintz1-8/+12
2016-06-08qed: PF-VF resource negotiationYuval Mintz1-20/+36
2016-06-08qed: Relax VF firmware requirementsYuval Mintz1-0/+19
2016-05-12qed*: Tx-switching configurationYuval Mintz1-0/+12
2016-05-12qed*: Support forced MACYuval Mintz1-0/+47
2016-05-12qed*: Support PVID configurationYuval Mintz1-1/+17
2016-05-12qed: Align TLVsYuval Mintz1-0/+6
2016-05-12qed: Bulletin and LinkYuval Mintz1-0/+122
2016-05-12qed: IOV l2 functionalityYuval Mintz1-0/+445
2016-05-12qed: IOV configure and FLRYuval Mintz1-0/+97
2016-05-12qed: Introduce VFsYuval Mintz1-0/+357