aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qla3xxx.c
AgeCommit message (Expand)Author
2024-01-15net/qla3xxx: fix potential memleak in ql_alloc_buffer_queuesDinghao Liu
2024-01-15net/qla3xxx: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2023-06-09treewide: Remove uninitialized_var() usageKees Cook
2022-12-08net/qla3xxx: fix potential memleak in ql3xxx_send()Zhang Changzhong
2022-05-25net/qla3xxx: Fix a test in ql_reset_work()Christophe JAILLET
2021-12-14net/qla3xxx: fix an error code in ql_adapter_up()Dan Carpenter
2021-08-12net/qla3xxx: fix schedule while atomic in ql_wait_for_drvr_lock and ql_adapte...Letu Ren
2021-06-16net/qla3xxx: fix schedule while atomic in ql_sem_spinlockZheyu Ma
2019-12-31net: qlogic: Fix error paths in ql_alloc_large_buffers()Ben Hutchings
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
2011-10-06net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell
2011-09-15qla3xxx: convert to SKB paged frag API.Ian Campbell
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-08-10qlogic: Move the QLogic driversJeff Kirsher