aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-23qlcnic: switch from 'pci_' to 'dma_' APIChristophe JAILLET3-29/+25
2021-08-19Merge 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-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann1-1/+1
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-2/+3
2021-08-05Merge 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-02qlcnic: 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-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_adapter_resetLetu Ren1-3/+3
2021-07-25net: qede: Fix end of loop tests for list_for_each_entryHarshvardhan Jha1-2/+2
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds26-76/+1837
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds3-0/+3
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-6/+0
2021-06-24qede: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-6/+0
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-1/+6
2021-06-18qlcnic: remove redundant continue statementColin Ian King1-3/+0
2021-06-17net: qed: Fix memcpy() overflow of qed_dcbx_params()Kees Cook1-1/+3
2021-06-16qlcnic: Use list_for_each_entry() to simplify code in qlcnic_main.cWang Hai1-3/+1
2021-06-14netxen_nic: Fix an error handling path in 'netxen_nic_probe()'Christophe JAILLET1-0/+2
2021-06-14qlcnic: Fix an error handling path in 'qlcnic_probe()'Christophe JAILLET1-0/+1
2021-06-08ethernet/qlogic: Use list_for_each_entry() to simplify code in qlcnic_hw.cWang Hai1-6/+2
2021-06-08net: qede: Use list_for_each_entry() to simplify codeWang Hai1-4/+2
2021-06-07qed: Fix duplicate included linux/kernel.hJiapeng Chong1-1/+0
2021-06-03qed: Add IP services APIs supportNikolay Assa1-0/+238
2021-06-03qed: Add NVMeTCP Offload IO Level FW InitializationsShai Malin4-2/+426
2021-06-03qed: Add support of HW filter blockPrabhakar Kushwaha3-0/+103
2021-06-03qed: Add NVMeTCP Offload Connection Level FW and HW HSIShai Malin3-2/+610
2021-06-03qed: Add NVMeTCP Offload PF Level FW and HW HSIShai Malin14-22/+429
2021-06-03qed: Add TCP_ULP FW resource layoutOmkar Kulkarni8-28/+28
2021-06-01qlcnic: Remove the repeated declarationShaokun Zhang1-1/+0
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+3
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2021-05-20net/qla3xxx: fix schedule while atomic in ql_sem_spinlockZheyu Ma1-1/+1
2021-05-17qlcnic: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2021-05-17netxen_nic: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-05-17net: calxeda: Fix wrong function name in commentsYang Shen2-2/+2
2021-05-13net: qed: remove redundant initialization of variable rcColin Ian King1-1/+1
2021-05-13qlcnic: Add null check after calling netdev_alloc_skbTom Seewald1-0/+3
2021-05-13Revert "qlcnic: Avoid potential NULL pointer dereference"Greg Kroah-Hartman1-2/+0