summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic
AgeCommit message (Expand)AuthorFilesLines
2021-10-04qed: Update qed_hsi.h for fw 8.59.1.0Prabhakar Kushwaha10-308/+1588
2021-10-04qed: Update qed_mfw_hsi.h for FW ver 8.59.1.0Prabhakar Kushwaha3-263/+800
2021-10-04qed: Update common_hsi for FW ver 8.59.1.0Prabhakar Kushwaha1-1/+1
2021-10-04qed: Split huge qed_hsi.h header fileOmkar Kulkarni23-3747/+3794
2021-10-04qed: Remove e4_ and _e4 from FW HSIShai Malin14-3451/+3444
2021-10-04qed: Fix kernel-doc warningsPrabhakar Kushwaha16-1734/+1956
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2-3/+3
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-09-27qed: Move devlink registration to be last devlink commandLeon Romanovsky1-5/+2
2021-09-24qed: Don't ignore devlink allocation failuresLeon Romanovsky1-7/+5
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+16
2021-09-22qed: rdma - don't wait for resources under hw error recovery flowShai Malin2-0/+16
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky1-6/+1
2021-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+6
2021-09-13qed: Improve the stack space of filter_config()Shai Malin2-48/+22
2021-09-10qlcnic: Remove redundant initialization of variable retColin Ian King1-1/+1
2021-09-10qed: Handle management FW errorShai Malin1-1/+5
2021-09-08Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+0
2021-09-04qlcnic: Remove redundant unlock in qlcnic_pinit_from_romDinghao Liu1-1/+0
2021-09-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+2
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe4-5/+14
2021-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+7
2021-08-25qede: Fix memset corruptionShai Malin1-1/+1
2021-08-25netxen_nic: Remove the repeated declarationShaokun Zhang1-1/+0
2021-08-25qed: Enable automatic recovery on error condition.Alok Prasad4-2/+39
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo4-7/+21
2021-08-24qed: Fix the VF msix vectors flowShai Malin1-1/+6
2021-08-23qlcnic: switch from 'pci_' to 'dma_' APIChristophe JAILLET3-29/+25
2021-08-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+24
2021-08-17net: qlcnic: add missed unlock in qlcnic_83xx_flash_read32Dinghao Liu1-1/+3
2021-08-16qed: Fix null-pointer dereference in qed_rdma_create_qp()Shai Malin1-2/+1
2021-08-16qed: qed ll2 race condition fixesShai Malin1-0/+20
2021-08-14ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann1-1/+1
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-2/+3
2021-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+9
2021-08-03qed: Remove duplicated include of kernel.hzhouchuangao1-1/+0
2021-08-03qed: Remove redundant prints from the iWARP SYN handlingShai Malin1-2/+0
2021-08-03qed: Skip DORQ attention handling during recoveryShai Malin1-1/+11
2021-08-03qed: Avoid db_recovery during recoveryShai Malin1-0/+5
2021-08-03qlcnic: make the array random_data static const, makes object smallerColin Ian King1-1/+1
2021-08-02qede: fix crash in rmmod qede while automatic debug collectionPrabhakar Kushwaha2-0/+9
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+5
2021-07-30RDMA/qed: Use accurate error num in qed_cxt_dynamic_ilt_allocPrabhakar Kushwaha1-2/+2
2021-07-29qede: Remove the qede module versionShai Malin3-21/+4
2021-07-29qed: Remove the qed module versionShai Malin3-18/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-07-27net: qed: remove unneeded return variablesJason Wang1-4/+2
2021-07-26net/qla3xxx: fix schedule while atomic in ql_wait_for_drvr_lock and ql_adapte...Letu Ren1-3/+3
2021-07-26net: qede: Fix end of loop tests for list_for_each_entryHarshvardhan Jha1-2/+2
2021-07-01Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds26-76/+1837