summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic
AgeCommit message (Expand)Author
2021-08-25qede: Fix memset corruptionShai Malin
2021-08-24qed: Fix the VF msix vectors flowShai Malin
2021-08-17net: qlcnic: add missed unlock in qlcnic_83xx_flash_read32Dinghao Liu
2021-08-16qed: Fix null-pointer dereference in qed_rdma_create_qp()Shai Malin
2021-08-16qed: qed ll2 race condition fixesShai Malin
2021-08-02qede: fix crash in rmmod qede while automatic debug collectionPrabhakar Kushwaha
2021-07-26net/qla3xxx: fix schedule while atomic in ql_wait_for_drvr_lock and ql_adapte...Letu Ren
2021-07-25net: qede: Fix end of loop tests for list_for_each_entryHarshvardhan Jha
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-06-24qede: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-18qlcnic: remove redundant continue statementColin Ian King
2021-06-17net: qed: Fix memcpy() overflow of qed_dcbx_params()Kees Cook
2021-06-16qlcnic: Use list_for_each_entry() to simplify code in qlcnic_main.cWang Hai
2021-06-14netxen_nic: Fix an error handling path in 'netxen_nic_probe()'Christophe JAILLET
2021-06-14qlcnic: Fix an error handling path in 'qlcnic_probe()'Christophe JAILLET
2021-06-08ethernet/qlogic: Use list_for_each_entry() to simplify code in qlcnic_hw.cWang Hai
2021-06-08net: qede: Use list_for_each_entry() to simplify codeWang Hai
2021-06-07qed: Fix duplicate included linux/kernel.hJiapeng Chong
2021-06-03qed: Add IP services APIs supportNikolay Assa
2021-06-03qed: Add NVMeTCP Offload IO Level FW InitializationsShai Malin
2021-06-03qed: Add support of HW filter blockPrabhakar Kushwaha
2021-06-03qed: Add NVMeTCP Offload Connection Level FW and HW HSIShai Malin
2021-06-03qed: Add NVMeTCP Offload PF Level FW and HW HSIShai Malin
2021-06-03qed: Add TCP_ULP FW resource layoutOmkar Kulkarni
2021-06-01qlcnic: Remove the repeated declarationShaokun Zhang
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-05-20net/qla3xxx: fix schedule while atomic in ql_sem_spinlockZheyu Ma
2021-05-17qlcnic: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-05-17netxen_nic: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-05-17net: calxeda: Fix wrong function name in commentsYang Shen
2021-05-13net: qed: remove redundant initialization of variable rcColin Ian King
2021-05-13qlcnic: Add null check after calling netdev_alloc_skbTom Seewald
2021-05-13Revert "qlcnic: Avoid potential NULL pointer dereference"Greg Kroah-Hartman
2021-04-05qede: Use 'skb_add_rx_frag()' instead of hand coding itChristophe JAILLET
2021-04-05qede: Remove a erroneous ++ in 'qede_rx_build_jumbo()'Christophe JAILLET
2021-03-25qede: remove unused including <linux/version.h>Zheng Yongjun
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi
2021-03-11net/qlcnic: Fix a use after free in qlcnic_83xx_get_minidump_templateLv Yunlong
2021-03-10qed: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-02-11qede: preserve per queue stats across up/down of interfaceBhaskar Upadhaya
2021-02-11qede: add per queue coalesce support for qede driverBhaskar Upadhaya
2021-02-11qede: add netpoll support for qede driverBhaskar Upadhaya
2021-01-18net/qla3xxx: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski