aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qla3xxx.c
AgeCommit message (Expand)Author
2024-01-03net/qla3xxx: fix potential memleak in ql_alloc_buffer_queuesDinghao Liu
2022-11-18net/qla3xxx: fix potential memleak in ql3xxx_send()Zhang Changzhong
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-05-17net/qla3xxx: Fix a test in ql_reset_work()Christophe JAILLET
2022-01-09net/qla3xxx: Remove useless DMA-32 fallback configurationChristophe JAILLET
2021-12-07net/qla3xxx: fix an error code in ql_adapter_up()Dan Carpenter
2021-10-14ethernet: replace netdev->dev_addr 16bit writesJakub Kicinski
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-07-26net/qla3xxx: fix schedule while atomic in ql_wait_for_drvr_lock and ql_adapte...Letu Ren
2021-05-20net/qla3xxx: fix schedule while atomic in ql_sem_spinlockZheyu Ma
2021-01-18net/qla3xxx: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-09-16net/qla3xxx: Convert to SPDX license identifiersThomas Gleixner
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-17net: qlogic: Fix error paths in ql_alloc_large_buffers()Ben Hutchings
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-10-04net: qlogic: Fix memory leak in ql_alloc_large_buffersNavid Emamdoost
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-03-12net: qlogic: fix a potential NULL pointer dereferenceKangjie Lu
2018-10-17net: qla3xxx: Remove overflowing shift statementNathan Chancellor
2018-03-26net: qla3xxx: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-09-21drivers: net: qlogic: use setup_timer() helper.Allen Pais
2017-02-20net: qlogic: qla3xxx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-02-05qla3xxx: add GRO supportEric Dumazet
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-01-06qla3xxx: don't allow never end busy loopAndy Shevchenko
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-10-22net: qla3xxx: remove unnecessary pci_set_drvdata()Jingoo Han
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches
2013-01-08remove init of dev->perm_addr in driversJiri Pirko
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03qla3xxx: remove __dev* attributesBill Pemberton
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-10-31qla3xxx: remove unused variable in ql_process_mac_tx_intr()Wei Yongjun
2012-10-31qla3xxx: use module_pci_driver to simplify the codeWei Yongjun
2012-10-22qla3xxx: Ensure request/response queue addr writes to the registersJoe Jin
2012-03-06qla3xxx: ethernet: Silence static checker warning.Santosh Nayak
2012-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-03-05qla3xxx: ethernet: Fix bogus interrupt state flag.Santosh Nayak
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches
2011-11-22Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones
2011-11-08sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones
2011-10-19net: add skb frag size accessorsEric Dumazet