summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed/qed_sriov.c
Commit message (Expand)AuthorAgeFilesLines
* qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_infoDaniil Tatianin2023-03-191-1/+4
* qed: fix a typo in commentDai Shixin2023-01-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-101-7/+11
|\
| * qed: return status of qed_iov_get_linkTom Rix2022-03-071-7/+11
* | qed: validate and restrict untrusted VFs vlan promisc modeManish Chopra2022-03-031-2/+26
* | qed: display VF trust configManish Chopra2022-03-031-0/+1
|/
* ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-101-1/+0
* qed: Add '_GTT' suffix to the IRO RAM macrosPrabhakar Kushwaha2021-10-041-8/+8
* qed: Update FW init functions to support FW 8.59.1.0Omkar Kulkarni2021-10-041-22/+47
* qed: Update qed_hsi.h for fw 8.59.1.0Prabhakar Kushwaha2021-10-041-55/+57
* qed: Split huge qed_hsi.h header fileOmkar Kulkarni2021-10-041-0/+1
* qed: Remove e4_ and _e4 from FW HSIShai Malin2021-10-041-5/+5
* qed: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-101-0/+1
* net: qed: RDMA personality shouldn't fail VF loadDmitry Bogdanov2020-09-091-0/+1
* net: qed: use eth_zero_addr() to clear mac addressMiaohe Lin2020-08-031-4/+3
* qed: Use %pM format specifier for MAC addressesAndy Shevchenko2020-07-311-4/+2
* net: qed: sanitize BE/LE data processingAlexander Lobakin2020-07-061-2/+2
* net: qed: improve indentation of some parts of codeAlexander Lobakin2020-07-061-3/+1
* net: qed: address kernel-doc warningsAlexander Lobakin2020-07-061-10/+11
* net: qed: update copyright yearsAlexander Lobakin2020-06-301-0/+1
* net: qed: convert to SPDX License IdentifiersAlexander Lobakin2020-06-301-28/+1
* net: qed: fixes crash while running driver in kdump kernelAlok Prasad2020-06-051-0/+4
* qed: Use dmae to write to widebus registers in fw_funcsMichal Kalderon2020-01-271-5/+6
* qed: FW 8.42.2.0 Queue Manager changesMichal Kalderon2020-01-271-5/+3
* qed: fix spelling mistake "queuess" -> "queues"Colin Ian King2019-10-301-1/+1
* qed: Modify api for performing a dmae to another PFMichal Kalderon2019-05-261-1/+2
* qed: fix spelling mistake "faspath" -> "fastpath"Colin Ian King2019-04-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-291-2/+8
|\
| * qed: Fix LACP pdu drops for VFsManish Chopra2019-01-281-2/+8
* | qed: Add infrastructure for error detection and recoveryTomer Tayar2019-01-281-1/+8
|/
* qed: Fix SPQ entries not returned to pool in error flowsDenis Bolotin2018-11-081-0/+1
* qed: Make some functions staticYueHaibing2018-08-011-4/+4
* qed: Correct Multicast API to reflect existence of 256 approximate buckets.Sudarsana Reddy Kalluru2018-07-211-1/+1
* qed: Fix setting of incorrect eswitch mode.Sudarsana Reddy Kalluru2018-07-021-2/+17
* qed* : Add new TLV to request PF to update MAC in bulletin boardShahed Shaikh2018-04-201-0/+37
* qed* : use trust mode to allow VF to override forced MACShahed Shaikh2018-04-201-16/+194
* qed*: Utilize FW 8.33.1.0Tomer Tayar2018-01-021-4/+8
* qed*: HSI renaming for different types of HWTomer Tayar2018-01-021-5/+5
* qed: Read per queue coalesce from hardwareRahul Verma2017-07-271-0/+74
* qed: Add support for vf coalesce configuration.Rahul Verma2017-07-271-0/+83
* qed: SPQ async callback registrationMichal Kalderon2017-06-201-2/+14
* qed: VFs to try utilizing the doorbell barMintz, Yuval2017-06-041-3/+58
* qed: Multiple qzone queues for VFsMintz, Yuval2017-06-041-20/+116
* qed: IOV db support multiple queues per qzoneMintz, Yuval2017-06-041-63/+101
* qed: Make VF legacy a bitfieldMintz, Yuval2017-06-041-13/+21
* qed: Assign a unique per-queue index to queue-cidMintz, Yuval2017-06-041-3/+17
* qed: Pass vf_params when creating a queue-cidMintz, Yuval2017-06-041-14/+26
* qed*: L2 interface to use the SB structures directlyMintz, Yuval2017-06-041-2/+11
* qed: No need to reset SBs on IOV initMintz, Yuval2017-06-011-29/+1
* qed: Provide auxiliary for getting free VF SBMintz, Yuval2017-06-011-29/+20