summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed
Commit message (Expand)AuthorAgeFilesLines
* qed: Fix timestamping issue for L2 unicast ptp packets.Sudarsana Reddy Kalluru2020-02-051-2/+2
* qed: Remove set but not used variable 'p_link'YueHaibing2020-02-041-3/+0
* qed: Fix a error code in qed_hw_init()Dan Carpenter2020-02-011-0/+1
* qed: FW 8.42.2.0 debug featuresMichal Kalderon2020-01-275-2536/+1519
* qed: rt init valid initialization changedMichal Kalderon2020-01-273-21/+6
* qed: Debug feature: ilt and mdumpMichal Kalderon2020-01-277-214/+820
* qed: FW 8.42.2.0 Add fw overlay featureMichal Kalderon2020-01-275-1/+224
* qed: FW 8.42.2.0 HSI changesMichal Kalderon2020-01-274-119/+208
* qed: FW 8.42.2.0 iscsi/fcoe changesMichal Kalderon2020-01-274-37/+6
* qed: Add abstraction for different hsi values per chipMichal Kalderon2020-01-272-30/+88
* qed: FW 8.42.2.0 Additional ll2 typeMichal Kalderon2020-01-278-34/+212
* qed: Use dmae to write to widebus registers in fw_funcsMichal Kalderon2020-01-277-91/+142
* qed: FW 8.42.2.0 Parser offsets modifiedMichal Kalderon2020-01-271-26/+25
* qed: FW 8.42.2.0 Queue Manager changesMichal Kalderon2020-01-275-160/+149
* qed: FW 8.42.2.0 Expose new registers and change windowsMichal Kalderon2020-01-274-538/+488
* qed: FW 8.42.2.0 Internal ram offsets modificationsMichal Kalderon2020-01-272-191/+232
* qed: remove redundant assignments to rcColin Ian King2019-12-091-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-022-7/+22
|\
| * qed: Optimize execution time for nvm attributes configuration.Sudarsana Reddy Kalluru2019-10-301-6/+21
| * qed: fix spelling mistake "queuess" -> "queues"Colin Ian King2019-10-301-1/+1
* | net: Fix misspellings of "configure" and "configuration"Geert Uytterhoeven2019-10-282-3/+3
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-09-211-3/+2
|\
| * Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe2019-09-131-1/+3
| |\
| * \ Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe2019-08-212-5/+4
| |\ \
| * | | qed*: Change dpi_addr to be denoted with __iomemMichal Kalderon2019-07-251-3/+2
* | | | qed: fix spelling mistake "fullill" -> "fulfill"Colin Ian King2019-09-161-1/+1
* | | | qed: Fix Config attribute frame format.Sudarsana Reddy Kalluru2019-09-111-10/+11
* | | | qed*: Fix size of config attribute dump.Sudarsana Reddy Kalluru2019-09-111-0/+26
* | | | net: qed: Move static keyword to the front of declarationKrzysztof Wilczynski2019-09-051-1/+1
* | | | qed: Add APIs for configuring grc dump config flags.Sudarsana Reddy Kalluru2019-08-313-0/+118
* | | | qed: Add APIs for reading config id attributes.Sudarsana Reddy Kalluru2019-08-313-0/+71
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-271-1/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | qed: Add cleanup in qed_slowpath_start()Wenwen Wang2019-08-221-1/+3
| | |/ | |/|
* | | qed: Add driver API for flashing the config attributes.Sudarsana Reddy Kalluru2019-08-151-0/+68
* | | qed: Add API for configuring NVM attributes.Sudarsana Reddy Kalluru2019-08-153-0/+69
* | | qed: Add new ethtool supported port types based on media.Rahul Verma2019-08-081-1/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-062-2/+2
|\| |
| * | net/ethernet/qlogic/qed: force the string buffer NULL-terminatedWang Xiayang2019-08-021-1/+1
| * | qed: RDMA - Fix the hw_ver returned in device attributesMichal Kalderon2019-07-261-1/+1
* | | qed: reduce maximum stack frame sizeArnd Bergmann2019-07-241-19/+15
|/ /
* / qed: Prefer pcie_capability_read_word()Frederick Lawler2019-07-211-3/+2
|/
* qed: Add support for Timestamping the unicast PTP packets.Sudarsana Reddy Kalluru2019-07-031-2/+6
* qed: Fix -Wmaybe-uninitialized false positiveArnd Bergmann2019-06-181-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-172-8/+2
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 440Thomas Gleixner2019-06-052-8/+2
* | qed: iWARP - Fix default window size to be based on chipMichal Kalderon2019-06-141-5/+25
* | qed: iWARP - Fix tc for MPA ll2 connectionMichal Kalderon2019-06-141-0/+2
* | qed: iWARP - fix uninitialized callbackMichal Kalderon2019-06-141-0/+1
* | qed: iWARP - Use READ_ONCE and smp_store_release to access ep->stateMichal Kalderon2019-06-141-5/+11
* | qed: remove redundant assignment to rcColin Ian King2019-06-021-1/+1