summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qlge/qlge_main.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-1/+0Star
* net: qlge: fix a potential NULL pointer dereferenceKangjie Lu2019-03-121-0/+5
* qlge: fix some indentation issuesColin Ian King2019-02-141-2/+2
* qlge: Fix netdev features configuration.Manish Chopra2018-08-261-15/+8Star
* 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-261-1/+2
* net: qlge: use memmove instead of skb_copy_to_linear_dataArnd Bergmann2018-02-031-2/+1Star
* mm: remove __GFP_COLDMel Gorman2017-11-161-2/+1Star
* timer: Remove init_timer_deferrable() in favor of timer_setup()Kees Cook2017-10-051-7/+4Star
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-4/+3Star
* qlge: avoid format string exposure in workqueueKees Cook2017-04-061-1/+2
* 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: 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
* 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
* | qlge: Get rid of an redundant assignmentAlexander Gordeev2014-02-181-1/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-181-0/+2
|\
| * qlge: Fix vlan netdev features.Jitendra Kalsaria2014-01-151-0/+2
* | drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0Star
|/
* qlge: Allow enable/disable rx/tx vlan acceleration independentlyJitendra Kalsaria2013-12-061-8/+0Star
* net: qlge: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-221-1/+0Star
* qlge: Enhance nested VLAN (Q-in-Q) handling.Jitendra Kalsaria2013-09-271-25/+101
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-061-0/+1
|\
| * qlge: add missing free_netdev() on error in qlge_probe()Wei Yongjun2013-05-261-0/+1
* | net/ethernet/qlogic/qlge/qlge_main: Use module_pci_driver to register driverPeter Hüwe2013-05-221-12/+1Star
|/
* qlge: fix dma map leak when the last chunk is not allocatedThadeu Lima de Souza Cascardo2013-05-131-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-231-7/+29
|\
| * qlge: Fix receive path to drop error framesSritej Velaga2013-04-191-7/+29
* | net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-4/+4
* | net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-2/+2
* | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-8/+8