aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qlcnic
AgeCommit message (Expand)Author
2022-01-09qlcnic: Simplify DMA settingChristophe JAILLET
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-18qlcnic: potential dereference null pointer of rx_queue->page_ringJiasheng Jiang
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-01net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings()Zhou Qingyang
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-09-10qlcnic: Remove redundant initialization of variable retColin Ian King
2021-09-04qlcnic: Remove redundant unlock in qlcnic_pinit_from_romDinghao Liu
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-23qlcnic: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-17net: qlcnic: add missed unlock in qlcnic_83xx_flash_read32Dinghao Liu
2021-08-02qlcnic: make the array random_data static const, makes object smallerColin Ian King
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-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-18qlcnic: remove redundant continue statementColin Ian King
2021-06-16qlcnic: Use list_for_each_entry() to simplify code in qlcnic_main.cWang Hai
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-01qlcnic: Remove the repeated declarationShaokun Zhang
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-17qlcnic: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-05-17net: calxeda: Fix wrong function name in commentsYang Shen
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-03-11net/qlcnic: Fix a use after free in qlcnic_83xx_get_minidump_templateLv Yunlong
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski
2020-12-17qlcnic: Fix error code in probeDan Carpenter
2020-12-08drivers: net: qlcnic: simplify the return expression of qlcnic_sriov_vf_shutd...Zheng Yongjun
2020-11-16qlcnic: fix error return code in qlcnic_83xx_restart_hw()Zhang Changzhong
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-09-21net: qlcnic: simplify the return expression of qlcnic_83xx_shutdownQinglang Miao
2020-09-16net/qlcnic: Convert to SPDX license identifiersThomas Gleixner
2020-09-14net: qlcnic: remove unused variable 'val' in qlcnic_83xx_cam_unlock()Zhang Changzhong
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-14qlcnic: convert to new udp_tunnel_nic infraJakub Kicinski
2020-07-04qlcninc: use generic power managementVaibhav Gupta
2020-06-15qlcnic: Use kobj_to_dev() insteadWang Qing
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-25qlcnic: fix missing release in qlcnic_83xx_interrupt_test.Qiushi Wu
2020-05-05qlcnic: use true,false for bool variable in qlcnic_sriov_common.cJason Yan
2020-04-25qlcnic: remove unused inline function qlcnic_hw_write_wx_2MYueHaibing
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2020-03-26qlcnic: Fix bad kzalloc null testXu Wang
2020-03-14net: qlnic: let core reject the unsupported coalescing parametersJakub Kicinski
2020-02-26qlogic: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller