summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-071-1/+0
|\
| * qlcnic: Remove redundant unlock in qlcnic_pinit_from_romDinghao Liu2021-09-041-1/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-021-2/+2
|\ \ | |/ |/|
| * Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe2021-08-304-5/+14
| |\
| * | RDMA/qed: Use accurate error num in qed_cxt_dynamic_ilt_allocPrabhakar Kushwaha2021-07-301-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-272-2/+7
|\ \ \
| * | | qede: Fix memset corruptionShai Malin2021-08-251-1/+1
| * | | qed: Fix the VF msix vectors flowShai Malin2021-08-241-1/+6
* | | | netxen_nic: Remove the repeated declarationShaokun Zhang2021-08-251-1/+0
* | | | qed: Enable automatic recovery on error condition.Alok Prasad2021-08-254-2/+39
* | | | ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-244-7/+21
* | | | qlcnic: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-233-29/+25
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-203-3/+24
|\| | |
| * | | net: qlcnic: add missed unlock in qlcnic_83xx_flash_read32Dinghao Liu2021-08-171-1/+3
| * | | qed: Fix null-pointer dereference in qed_rdma_create_qp()Shai Malin2021-08-161-2/+1
| * | | qed: qed ll2 race condition fixesShai Malin2021-08-161-0/+20
| | |/ | |/|
* | | ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann2021-08-141-1/+1
* | | devlink: Set device as early as possibleLeon Romanovsky2021-08-091-2/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-062-0/+9
|\| |
| * | qede: fix crash in rmmod qede while automatic debug collectionPrabhakar Kushwaha2021-08-022-0/+9
* | | qed: Remove duplicated include of kernel.hzhouchuangao2021-08-031-1/+0
* | | qed: Remove redundant prints from the iWARP SYN handlingShai Malin2021-08-031-2/+0
* | | qed: Skip DORQ attention handling during recoveryShai Malin2021-08-031-1/+11
* | | qed: Avoid db_recovery during recoveryShai Malin2021-08-031-0/+5
* | | qlcnic: make the array random_data static const, makes object smallerColin Ian King2021-08-031-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-312-5/+5
|\| |
| * | net/qla3xxx: fix schedule while atomic in ql_wait_for_drvr_lock and ql_adapte...Letu Ren2021-07-261-3/+3
| * | net: qede: Fix end of loop tests for list_for_each_entryHarshvardhan Jha2021-07-261-2/+2
| |/
* | qede: Remove the qede module versionShai Malin2021-07-293-21/+4
* | qed: Remove the qed module versionShai Malin2021-07-293-18/+1
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* | net: qed: remove unneeded return variablesJason Wang2021-07-271-4/+2
|/
* Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-07-0126-76/+1837
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-291-6/+0
| |\
| | * qede: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2021-06-241-6/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-193-1/+6
| |\ \
| * | | qlcnic: remove redundant continue statementColin Ian King2021-06-181-3/+0
| | |/ | |/|
| * | qlcnic: Use list_for_each_entry() to simplify code in qlcnic_main.cWang Hai2021-06-161-3/+1
| * | ethernet/qlogic: Use list_for_each_entry() to simplify code in qlcnic_hw.cWang Hai2021-06-091-6/+2
| * | net: qede: Use list_for_each_entry() to simplify codeWang Hai2021-06-091-4/+2
| * | qed: Fix duplicate included linux/kernel.hJiapeng Chong2021-06-071-1/+0
| * | qed: Add IP services APIs supportNikolay Assa2021-06-031-0/+238
| * | qed: Add NVMeTCP Offload IO Level FW InitializationsShai Malin2021-06-034-2/+426
| * | qed: Add support of HW filter blockPrabhakar Kushwaha2021-06-033-0/+103
| * | qed: Add NVMeTCP Offload Connection Level FW and HW HSIShai Malin2021-06-033-2/+610
| * | qed: Add NVMeTCP Offload PF Level FW and HW HSIShai Malin2021-06-0314-22/+429
| * | qed: Add TCP_ULP FW resource layoutOmkar Kulkarni2021-06-038-28/+28
| * | qlcnic: Remove the repeated declarationShaokun Zhang2021-06-021-1/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-272-2/+3
| |\ \
| * | | net: calxeda: Fix wrong function name in commentsYang Shen2021-05-172-2/+2