summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic
AgeCommit message (Expand)Author
2021-08-09devlink: Set device as early as possibleLeon Romanovsky
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-03qed: Remove duplicated include of kernel.hzhouchuangao
2021-08-03qed: Remove redundant prints from the iWARP SYN handlingShai Malin
2021-08-03qed: Skip DORQ attention handling during recoveryShai Malin
2021-08-03qed: Avoid db_recovery during recoveryShai Malin
2021-08-02qlcnic: make the array random_data static const, makes object smallerColin Ian King
2021-08-02qede: fix crash in rmmod qede while automatic debug collectionPrabhakar Kushwaha
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-29qede: Remove the qede module versionShai Malin
2021-07-29qed: Remove the qed module versionShai Malin
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-27net: qed: remove unneeded return variablesJason Wang
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