aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qlcnic
AgeCommit message (Expand)AuthorFilesLines
2026-03-12qlcnic: update outdated commentKexin Sun1-1/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-5/+5
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds7-11/+11
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook11-47/+41
2025-08-13PCI/ERR: Update device error_state already after resetLukas Wunner2-3/+0
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-2/+1
2025-07-25net: Fix typosBjorn Helgaas1-1/+1
2025-06-18udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev1-1/+0
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh1-17/+17
2025-05-13qlcnic: fix memory leak in qlcnic_sriov_channel_cfg_cmd()Abdun Nihaal1-2/+5
2025-03-11qlcnic: fix memory leak issues in qlcnic_sriov_common.cHaoxiang Li1-2/+6
2024-12-20qlcnic: use const 'struct bin_attribute' callbacksThomas Weißschuh1-35/+34
2024-11-15ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata1-1/+1
2024-11-15ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata1-1/+1
2024-10-29net: qlogic: use ethtool string helpersRosen Penev1-32/+28
2024-09-11qlcnic: make read-only const array key staticColin Ian King1-5/+7
2024-09-03qlcnic: Remove unused declarationsYue Haibing2-11/+0
2024-08-15ipv4: Remove redundant !ifa->ifa_dev check.Kuniyuki Iwashima1-1/+1
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet1-2/+1
2023-12-10qlcnic: replace deprecated strncpy with strscpyJustin Stitt1-6/+6
2023-04-23net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean1-2/+2
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+7
2023-04-12qlcnic: check pci_reset_function resultDenis Plotnikov1-1/+7
2023-03-08qlcnic: Remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-03-08qlcnic: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2-5/+0
2022-12-26qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failureDaniil Tatianin3-10/+16
2022-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+2
2022-12-12qlcnic: Clean up some inconsistent indentingJiapeng Chong1-1/+1
2022-12-09drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init()Yuan Can1-0/+2
2022-11-25qlcnic: fix sleep-in-atomic-context bugs caused by msleepDuoming Zhou1-2/+2
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-12/+7
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-1/+1
2022-06-10ethernet: Remove vf rate limit check for driversBin Chen1-4/+2
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed1-1/+2
2022-05-05net: switch to netif_napi_add_tx()Jakub Kicinski1-5/+4
2022-03-26qlcnic: dcb: default to returning -EOPNOTSUPPTom Rix1-5/+5
2022-03-18qlcnic: remove redundant assignment to variable indexColin Ian King1-1/+1
2022-02-28net: qlcnic: use time_is_before_jiffies() instead of open coding itWang Qing1-1/+2
2022-01-09qlcnic: Simplify DMA settingChristophe JAILLET6-38/+19
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-5/+13
2021-12-18qlcnic: potential dereference null pointer of rx_queue->page_ringJiasheng Jiang3-5/+13
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+8
2021-12-01net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings()Zhou Qingyang1-2/+8
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-09-10qlcnic: Remove redundant initialization of variable retColin Ian King1-1/+1