summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qlge
AgeCommit message (Expand)AuthorFilesLines
2018-09-15qlge: Fix netdev features configuration.Manish Chopra1-15/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-25qlge: avoid memcpy buffer overflowArnd Bergmann1-1/+1
2017-08-14qlge: fix duplicated code for different branchesGustavo A. R. Silva1-33/+14
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-4/+3
2017-05-08qlge: Avoid reading past end of bufferKees Cook1-2/+2
2017-04-06qlge: avoid format string exposure in workqueueKees Cook1-1/+2
2017-03-10scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-03-10scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-20net: qlogic: qlge: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-15/+21
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson1-0/+7
2016-08-01net: qlge: remove superfluous statementxypron.glpk@gmx.de1-1/+0
2016-05-25net/qlge: Avoids recursive EEH errorGavin Shan1-1/+2
2016-04-15qlge: Replace create_singlethread_workqueue with alloc_ordered_workqueueAmitoj Kaur Chawla1-1/+1
2016-03-25qlge: Update version to 1.00.00.35Manish Chopra1-1/+1
2016-03-19qlge: Fix receive packets drop.Manish Chopra1-0/+11
2015-12-15qlge: fix a timeout loop in ql_change_rx_buffers()Dan Carpenter1-2/+3
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-7/+0
2015-05-22qlge: Move jiffies_to_usecs immediately before loopJoe Perches1-3/+1
2015-03-04ethernet: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+16
2015-02-03qlge: Fix qlge_update_hw_vlan_features to handle if interface is downMarcelo Leitner1-10/+16
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-3/+3
2014-09-22qlge: Fix compilation warningHarish Patil1-2/+2
2014-08-26qlge: Fix TSO for non-accelerated vlan trafficVlad Yasevich1-2/+3
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-09qlogic: use pci_zalloc_consistentJoe Perches1-6/+5
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-04-28qlge: Convert /n to \nJoe Perches1-1/+1
2014-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2014-03-30qlge: remove open-coded skb_cow_head.françois romieu1-5/+4
2014-03-29qlge: Do not propaged vlan tag offloads to vlansVlad Yasevich1-1/+3
2014-02-19qlge: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-11/+4
2014-02-19qlge: Get rid of an redundant assignmentAlexander Gordeev1-1/+0
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2-2/+0
2014-01-15qlge: Fix vlan netdev features.Jitendra Kalsaria1-0/+2
2013-12-26qlge: make local function staticstephen hemminger2-3/+2
2013-12-06qlge: Update version to 1.00.00.34Jitendra Kalsaria1-1/+1
2013-12-06qlge: Allow enable/disable rx/tx vlan acceleration independentlyJitendra Kalsaria1-8/+0
2013-12-06qlge: Fix ethtool statisticsJitendra Kalsaria1-0/+4
2013-10-22net: qlge: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+3
2013-09-28qlge: Update version to 1.00.00.33Jitendra Kalsaria1-1/+1
2013-09-28qlge: Enhance nested VLAN (Q-in-Q) handling.Jitendra Kalsaria1-25/+101
2013-09-24qlogic: Remove extern from function prototypesJoe Perches1-30/+28
2013-09-24qlge: call ql_core_dump() only if dump memory was allocated.malahal@us.ibm.com2-3/+3
2013-08-02ethernet: Convert mac address uses of 6 to ETH_ALENJoe Perches1-1/+1