summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qed/qed_sriov.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-19qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_infoDaniil Tatianin1-1/+4
2023-01-11qed: fix a typo in commentDai Shixin1-1/+1
2022-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+11
2022-03-07qed: return status of qed_iov_get_linkTom Rix1-7/+11
2022-03-03qed: validate and restrict untrusted VFs vlan promisc modeManish Chopra1-2/+26
2022-03-03qed: display VF trust configManish Chopra1-0/+1
2021-10-10ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-1/+0
2021-10-04qed: Add '_GTT' suffix to the IRO RAM macrosPrabhakar Kushwaha1-8/+8
2021-10-04qed: Update FW init functions to support FW 8.59.1.0Omkar Kulkarni1-22/+47
2021-10-04qed: Update qed_hsi.h for fw 8.59.1.0Prabhakar Kushwaha1-55/+57
2021-10-04qed: Split huge qed_hsi.h header fileOmkar Kulkarni1-0/+1
2021-10-04qed: Remove e4_ and _e4 from FW HSIShai Malin1-5/+5
2021-03-10qed: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-09-10net: qed: RDMA personality shouldn't fail VF loadDmitry Bogdanov1-0/+1
2020-08-04net: qed: use eth_zero_addr() to clear mac addressMiaohe Lin1-4/+3
2020-08-01qed: Use %pM format specifier for MAC addressesAndy Shevchenko1-4/+2
2020-07-06net: qed: sanitize BE/LE data processingAlexander Lobakin1-2/+2
2020-07-06net: qed: improve indentation of some parts of codeAlexander Lobakin1-3/+1
2020-07-06net: qed: address kernel-doc warningsAlexander Lobakin1-10/+11
2020-07-01net: qed: update copyright yearsAlexander Lobakin1-0/+1
2020-07-01net: qed: convert to SPDX License IdentifiersAlexander Lobakin1-28/+1
2020-06-05net: qed: fixes crash while running driver in kdump kernelAlok Prasad1-0/+4
2020-01-27qed: Use dmae to write to widebus registers in fw_funcsMichal Kalderon1-5/+6
2020-01-27qed: FW 8.42.2.0 Queue Manager changesMichal Kalderon1-5/+3
2019-10-30qed: fix spelling mistake "queuess" -> "queues"Colin Ian King1-1/+1
2019-05-26qed: Modify api for performing a dmae to another PFMichal Kalderon1-1/+2
2019-04-17qed: fix spelling mistake "faspath" -> "fastpath"Colin Ian King1-1/+1
2019-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+8
2019-01-28qed: Fix LACP pdu drops for VFsManish Chopra1-2/+8
2019-01-28qed: Add infrastructure for error detection and recoveryTomer Tayar1-1/+8
2018-11-09qed: Fix SPQ entries not returned to pool in error flowsDenis Bolotin1-0/+1
2018-08-01qed: Make some functions staticYueHaibing1-4/+4
2018-07-22qed: Correct Multicast API to reflect existence of 256 approximate buckets.Sudarsana Reddy Kalluru1-1/+1
2018-07-02qed: Fix setting of incorrect eswitch mode.Sudarsana Reddy Kalluru1-2/+17
2018-04-20qed* : Add new TLV to request PF to update MAC in bulletin boardShahed Shaikh1-0/+37
2018-04-20qed* : use trust mode to allow VF to override forced MACShahed Shaikh1-16/+194
2018-01-02qed*: Utilize FW 8.33.1.0Tomer Tayar1-4/+8
2018-01-02qed*: HSI renaming for different types of HWTomer Tayar1-5/+5
2017-07-27qed: Read per queue coalesce from hardwareRahul Verma1-0/+74
2017-07-27qed: Add support for vf coalesce configuration.Rahul Verma1-0/+83
2017-06-20qed: SPQ async callback registrationMichal Kalderon1-2/+14
2017-06-05qed: VFs to try utilizing the doorbell barMintz, Yuval1-3/+58
2017-06-05qed: Multiple qzone queues for VFsMintz, Yuval1-20/+116
2017-06-05qed: IOV db support multiple queues per qzoneMintz, Yuval1-63/+101
2017-06-05qed: Make VF legacy a bitfieldMintz, Yuval1-13/+21
2017-06-05qed: Assign a unique per-queue index to queue-cidMintz, Yuval1-3/+17
2017-06-05qed: Pass vf_params when creating a queue-cidMintz, Yuval1-14/+26
2017-06-05qed*: L2 interface to use the SB structures directlyMintz, Yuval1-2/+11
2017-06-01qed: No need to reset SBs on IOV initMintz, Yuval1-29/+1
2017-06-01qed: Provide auxiliary for getting free VF SBMintz, Yuval1-29/+20