summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qlcnic
AgeCommit message (Expand)Author
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet
2023-12-10qlcnic: replace deprecated strncpy with strscpyJustin Stitt
2023-04-23net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-12qlcnic: check pci_reset_function resultDenis Plotnikov
2023-03-08qlcnic: Remove unnecessary aer.h includeBjorn Helgaas
2023-03-08qlcnic: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2022-12-26qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failureDaniil Tatianin
2022-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-12-12qlcnic: Clean up some inconsistent indentingJiapeng Chong
2022-12-09drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init()Yuan Can
2022-11-25qlcnic: fix sleep-in-atomic-context bugs caused by msleepDuoming Zhou
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-06-10ethernet: Remove vf rate limit check for driversBin Chen
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed
2022-05-05net: switch to netif_napi_add_tx()Jakub Kicinski
2022-03-26qlcnic: dcb: default to returning -EOPNOTSUPPTom Rix
2022-03-18qlcnic: remove redundant assignment to variable indexColin Ian King
2022-02-28net: qlcnic: use time_is_before_jiffies() instead of open coding itWang Qing
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