summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qlcnic
AgeCommit message (Expand)AuthorFilesLines
2023-01-18qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failureDaniil Tatianin3-10/+16
2023-01-18drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init()Yuan Can1-0/+2
2022-12-08qlcnic: fix sleep-in-atomic-context bugs caused by msleepDuoming Zhou1-2/+2
2022-04-15qlcnic: dcb: default to returning -EOPNOTSUPPTom Rix1-5/+5
2021-12-29qlcnic: potential dereference null pointer of rx_queue->page_ringJiasheng Jiang3-5/+13
2021-12-08net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings()Zhou Qingyang1-2/+8
2021-09-22qlcnic: Remove redundant unlock in qlcnic_pinit_from_romDinghao Liu1-1/+0
2021-08-26net: qlcnic: add missed unlock in qlcnic_83xx_flash_read32Dinghao Liu1-1/+3
2021-06-23qlcnic: Fix an error handling path in 'qlcnic_probe()'Christophe JAILLET1-0/+1
2021-05-26qlcnic: Add null check after calling netdev_alloc_skbTom Seewald1-0/+3
2021-05-26Revert "qlcnic: Avoid potential NULL pointer dereference"Greg Kroah-Hartman1-2/+0
2021-03-30net/qlcnic: Fix a use after free in qlcnic_83xx_get_minidump_templateLv Yunlong1-0/+3
2020-12-30qlcnic: Fix error code in probeDan Carpenter1-0/+1
2020-11-24qlcnic: fix error return code in qlcnic_83xx_restart_hw()Zhang Changzhong1-1/+2
2020-06-03qlcnic: fix missing release in qlcnic_83xx_interrupt_test.Qiushi Wu1-1/+3
2020-04-17qlcnic: Fix bad kzalloc null testXu Wang1-1/+1
2020-02-06qlcnic: Fix CPU soft lockup while collecting firmware dumpManish Chopra2-0/+3
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-1/+1
2019-07-03qlcnic: remove redundant assignment to variable errColin Ian King1-1/+1
2019-06-03drivers: use in_dev_for_each_ifa_rtnl/rcuFlorian Westphal1-2/+3
2019-04-09qlogic: qlcnic: fix use of SPEED_UNKNOWN ethtool constantMichael Zhivich1-1/+1
2019-03-15qlcnic: Avoid potential NULL pointer dereferenceAditya Pakki1-0/+2
2019-01-18net: Add extack argument to ndo_fdb_add()Petr Machata1-1/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-14/+14
2018-12-19qlcnic: remove set but not used variables 'op, cmd_op'YueHaibing1-5/+1
2018-11-28qlcnic: remove set but not used variables 'cur_rings, max_hw_rings, tx_desc_i...YueHaibing1-11/+2
2018-11-08qlcnic: remove assumption that vlan_tci != 0Michał Mirosław1-3/+5
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+0
2018-10-23qlcnic: fix a return in qlcnic_dcb_get_capability()Dan Carpenter1-1/+1
2018-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-57/+17
2018-10-03PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2-2/+0
2018-09-29qlcnic: fix Tx descriptor corruption on 82xx devicesShahed Shaikh5-12/+17
2018-09-28qlcnic: remove ndo_poll_controllerEric Dumazet1-45/+0
2018-09-13qlcnic: Remove set but not used variables 'fw_mbx' and 'hdr_size'Yue Haibing1-5/+1
2018-08-10ethernet/qlogic: remove unused array msi_tgt_statusColin Ian King1-7/+0
2018-08-08qlcnic: Mark expected switch fall-througsGustavo A. R. Silva1-1/+2
2018-07-21Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-0/+2
2018-07-14qlogic: check kstrtoul() for errorsDan Carpenter1-0/+2
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches1-1/+1
2018-06-13treewide: Use array_size() in vzalloc()Kees Cook2-4/+6
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook2-8/+10
2018-03-26qlcnic: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya1-1/+1
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-15/+15
2018-01-30qlcnic: fix deadlock bugJunxiao Bi1-9/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-01qlcnic: remove redundant zero check on retries counterColin Ian King1-7/+3
2017-08-21qlogic: make device_attribute constBhumika Goyal1-3/+3
2017-08-03qlcnic: add const to bin_attribute structureBhumika Goyal1-1/+1
2017-07-20qlcnic: remove unnecessary static in qlcnic_dump_fw()Gustavo A. R. Silva1-1/+1
2017-06-02qlcnic: Fix tunnel offload for 82xx adaptersChopra, Manish4-2/+30