summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qed
AgeCommit message (Expand)AuthorFilesLines
2023-03-22qed/qed_dev: guard against a possible division by zeroDaniil Tatianin1-0/+5
2022-04-15qed: validate and restrict untrusted VFs vlan promisc modeManish Chopra2-2/+27
2022-04-15qed: display VF trust configManish Chopra1-0/+1
2022-03-16qed: return status of qed_iov_get_linkTom Rix1-7/+11
2022-03-16net: qlogic: check the return value of dma_alloc_coherent() in qed_vf_hw_prep...Jia-Ju Bai1-0/+7
2021-10-20qed: Fix missing error code in qed_slowpath_start()chongjiapeng1-0/+1
2021-09-30qed: rdma - don't wait for resources under hw error recovery flowShai Malin2-0/+16
2021-09-22qed: Handle management FW errorShai Malin1-1/+5
2021-09-12qed: Fix the VF msix vectors flowShai Malin1-1/+6
2021-09-03qed: Fix null-pointer dereference in qed_rdma_create_qp()Shai Malin1-2/+1
2021-09-03qed: qed ll2 race condition fixesShai Malin1-0/+20
2021-08-08qed: fix possible unpaired spin_{un}lock_bh in _qed_mcp_cmd_and_union()Jia He1-6/+17
2021-06-30net: qed: Fix memcpy() overflow of qed_dcbx_params()Kees Cook1-1/+3
2020-11-24qed: fix error return code in qed_iwarp_ll2_start()Zhang Changzhong1-3/+9
2020-10-01net: qed: RDMA personality shouldn't fail VF loadDmitry Bogdanov1-0/+1
2020-10-01net: qed: Disable aRFS for NPAR and 100GDmitry Bogdanov3-1/+15
2020-08-05qed: Disable "MFW indication via attention" SPAM every 5 minutesLaurence Oberman1-1/+2
2020-07-29qed: suppress false-positives interrupt error messages on HW initAlexander Lobakin3-24/+32
2020-07-29qed: suppress "don't support RoCE & iWARP" flooding on HW initAlexander Lobakin1-2/+2
2020-07-16qed: Populate nvm-file attributes while reading nvm config partition.Sudarsana Reddy Kalluru4-9/+21
2020-06-30net: qed: fix excessive QM ILT lines consumptionAlexander Lobakin1-1/+1
2020-06-30net: qed: fix NVMe login fails over VFsAlexander Lobakin1-5/+18
2020-06-30net: qed: fix async event callbacks unregisteringAlexander Lobakin3-5/+7
2020-05-02qed: Fix use after free in qed_chain_freeYuval Basson1-22/+16
2020-05-02qed: Fix race condition between scheduling and destroying the slowpath workqueueYuval Basson1-11/+2
2020-02-11qed: Fix timestamping issue for L2 unicast ptp packets.Sudarsana Reddy Kalluru1-2/+2
2019-10-30qed: Optimize execution time for nvm attributes configuration.Sudarsana Reddy Kalluru1-6/+21
2019-10-30qed: fix spelling mistake "queuess" -> "queues"Colin Ian King1-1/+1
2019-09-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-3/+2
2019-09-16qed: fix spelling mistake "fullill" -> "fulfill"Colin Ian King1-1/+1
2019-09-13Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe1-1/+3
2019-09-11qed: Fix Config attribute frame format.Sudarsana Reddy Kalluru1-10/+11
2019-09-11qed*: Fix size of config attribute dump.Sudarsana Reddy Kalluru1-0/+26
2019-09-05net: qed: Move static keyword to the front of declarationKrzysztof Wilczynski1-1/+1
2019-08-31qed: Add APIs for configuring grc dump config flags.Sudarsana Reddy Kalluru3-0/+118
2019-08-31qed: Add APIs for reading config id attributes.Sudarsana Reddy Kalluru3-0/+71
2019-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2019-08-23qed: Add cleanup in qed_slowpath_start()Wenwen Wang1-1/+3
2019-08-21Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe2-5/+4
2019-08-15qed: Add driver API for flashing the config attributes.Sudarsana Reddy Kalluru1-0/+68
2019-08-15qed: Add API for configuring NVM attributes.Sudarsana Reddy Kalluru3-0/+69
2019-08-09qed: Add new ethtool supported port types based on media.Rahul Verma1-1/+5
2019-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+2
2019-08-03net/ethernet/qlogic/qed: force the string buffer NULL-terminatedWang Xiayang1-1/+1
2019-07-27qed: RDMA - Fix the hw_ver returned in device attributesMichal Kalderon1-1/+1
2019-07-25qed*: Change dpi_addr to be denoted with __iomemMichal Kalderon1-3/+2
2019-07-25qed: reduce maximum stack frame sizeArnd Bergmann1-19/+15
2019-07-21qed: Prefer pcie_capability_read_word()Frederick Lawler1-3/+2
2019-07-03qed: Add support for Timestamping the unicast PTP packets.Sudarsana Reddy Kalluru1-2/+6
2019-06-18qed: Fix -Wmaybe-uninitialized false positiveArnd Bergmann1-0/+1