summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qlge
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-082-2/+0Star
* net: qlge: fix a potential NULL pointer dereferenceKangjie Lu2019-03-121-0/+5
* qlge: fix some indentation issuesColin Ian King2019-02-142-4/+4
* qlge: Fix netdev features configuration.Manish Chopra2018-08-261-15/+8Star
* qlge: mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+2
* drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches2018-05-301-2/+2
* net: qlge: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya2018-03-262-1/+18
* net: qlge: use memmove instead of skb_copy_to_linear_dataArnd Bergmann2018-02-031-2/+1Star
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-161-2/+1Star
|\
| * mm: remove __GFP_COLDMel Gorman2017-11-161-2/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-1/+0Star
|\ \ | |/ |/|
| * qlge: remove duplicated assignment to mbcpColin Ian King2017-11-111-1/+0Star
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-141-7/+4Star
|\ \ | |/ |/|
| * timer: Remove init_timer_deferrable() in favor of timer_setup()Kees Cook2017-10-051-7/+4Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-021-1/+1
|\
| * qlge: avoid memcpy buffer overflowArnd Bergmann2017-08-241-1/+1
* | qlge: fix duplicated code for different branchesGustavo A. R. Silva2017-08-141-33/+14Star
|/
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-4/+3Star
* qlge: Avoid reading past end of bufferKees Cook2017-05-081-2/+2
* qlge: avoid format string exposure in workqueueKees Cook2017-04-061-1/+2
* scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada2017-03-101-1/+1
* scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-03-101-1/+1
* net: qlogic: qlge: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-201-15/+21
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* ethernet: use net core MTU range checking in more driversJarod Wilson2016-10-201-0/+7
* net: qlge: remove superfluous statementxypron.glpk@gmx.de2016-08-011-1/+0Star
* net/qlge: Avoids recursive EEH errorGavin Shan2016-05-241-1/+2
* qlge: Replace create_singlethread_workqueue with alloc_ordered_workqueueAmitoj Kaur Chawla2016-04-151-1/+1
* qlge: Update version to 1.00.00.35Manish Chopra2016-03-251-1/+1
* qlge: Fix receive packets drop.Manish Chopra2016-03-191-0/+11
* qlge: fix a timeout loop in ql_change_rx_buffers()Dan Carpenter2015-12-151-2/+3
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-7/+0Star
* qlge: Move jiffies_to_usecs immediately before loopJoe Perches2015-05-211-3/+1Star
* ethernet: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-10/+16
|\
| * qlge: Fix qlge_update_hw_vlan_features to handle if interface is downMarcelo Leitner2015-02-031-10/+16
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-3/+3
|/
* qlge: Fix compilation warningHarish Patil2014-09-221-2/+2
* qlge: Fix TSO for non-accelerated vlan trafficVlad Yasevich2014-08-261-2/+3
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* qlogic: use pci_zalloc_consistentJoe Perches2014-08-091-6/+5Star
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* qlge: Convert /n to \nJoe Perches2014-04-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-291-1/+3
|\
| * qlge: Do not propaged vlan tag offloads to vlansVlad Yasevich2014-03-281-1/+3
* | qlge: remove open-coded skb_cow_head.françois romieu2014-03-291-5/+4Star
* | qlge: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-11/+4Star