aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qlge
AgeCommit message (Expand)Author
2018-08-25qlge: Fix netdev features configuration.Manish Chopra
2018-08-07qlge: mark expected switch fall-throughGustavo A. R. Silva
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-30drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches
2018-03-26net: qlge: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya
2018-02-02net: qlge: use memmove instead of skb_copy_to_linear_dataArnd Bergmann
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-11qlge: remove duplicated assignment to mbcpColin Ian King
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-05timer: Remove init_timer_deferrable() in favor of timer_setup()Kees Cook
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-24qlge: avoid memcpy buffer overflowArnd Bergmann
2017-08-14qlge: fix duplicated code for different branchesGustavo A. R. Silva
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-05-08qlge: Avoid reading past end of bufferKees Cook
2017-04-06qlge: avoid format string exposure in workqueueKees Cook
2017-03-09scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada
2017-02-20net: qlogic: qlge: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson
2016-08-01net: qlge: remove superfluous statementxypron.glpk@gmx.de
2016-05-24net/qlge: Avoids recursive EEH errorGavin Shan
2016-04-15qlge: Replace create_singlethread_workqueue with alloc_ordered_workqueueAmitoj Kaur Chawla
2016-03-25qlge: Update version to 1.00.00.35Manish Chopra
2016-03-18qlge: Fix receive packets drop.Manish Chopra
2015-12-15qlge: fix a timeout loop in ql_change_rx_buffers()Dan Carpenter
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-05-21qlge: Move jiffies_to_usecs immediately before loopJoe Perches
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-02qlge: Fix qlge_update_hw_vlan_features to handle if interface is downMarcelo Leitner
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-09-22qlge: Fix compilation warningHarish Patil
2014-08-25qlge: Fix TSO for non-accelerated vlan trafficVlad Yasevich
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-08-08qlogic: use pci_zalloc_consistentJoe Perches
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-04-27qlge: Convert /n to \nJoe Perches
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-29qlge: remove open-coded skb_cow_head.françois romieu
2014-03-28qlge: Do not propaged vlan tag offloads to vlansVlad Yasevich
2014-02-18qlge: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev
2014-02-18qlge: Get rid of an redundant assignmentAlexander Gordeev
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-14qlge: Fix vlan netdev features.Jitendra Kalsaria