aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qlge/qlge_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-1/+0
2019-03-11net: qlge: fix a potential NULL pointer dereferenceKangjie Lu1-0/+5
2019-02-13qlge: fix some indentation issuesColin Ian King1-2/+2
2018-08-25qlge: Fix netdev features configuration.Manish Chopra1-15/+8
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-05-30drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches1-2/+2
2018-03-26net: qlge: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya1-1/+2
2018-02-02net: qlge: use memmove instead of skb_copy_to_linear_dataArnd Bergmann1-2/+1
2017-11-15mm: remove __GFP_COLDMel Gorman1-2/+1
2017-10-05timer: Remove init_timer_deferrable() in favor of timer_setup()Kees Cook1-7/+4
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-4/+3
2017-04-06qlge: avoid format string exposure in workqueueKees Cook1-1/+2
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-24net/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-18qlge: 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-05-21qlge: Move jiffies_to_usecs immediately before loopJoe Perches1-3/+1
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+16
2015-02-02qlge: Fix qlge_update_hw_vlan_features to handle if interface is downMarcelo Leitner1-10/+16
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-3/+3
2014-09-22qlge: Fix compilation warningHarish Patil1-2/+2
2014-08-25qlge: 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-08qlogic: use pci_zalloc_consistentJoe Perches1-6/+5
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-04-27qlge: Convert /n to \nJoe Perches1-1/+1
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2014-03-29qlge: remove open-coded skb_cow_head.françois romieu1-5/+4
2014-03-28qlge: Do not propaged vlan tag offloads to vlansVlad Yasevich1-1/+3
2014-02-18qlge: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-11/+4
2014-02-18qlge: 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 Gortmaker1-1/+0
2014-01-14qlge: Fix vlan netdev features.Jitendra Kalsaria1-0/+2
2013-12-05qlge: Allow enable/disable rx/tx vlan acceleration independentlyJitendra Kalsaria1-8/+0
2013-10-22net: qlge: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-27qlge: Enhance nested VLAN (Q-in-Q) handling.Jitendra Kalsaria1-25/+101
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-05-25qlge: add missing free_netdev() on error in qlge_probe()Wei Yongjun1-0/+1
2013-05-22net/ethernet/qlogic/qlge/qlge_main: Use module_pci_driver to register driverPeter Hüwe1-12/+1
2013-05-13qlge: fix dma map leak when the last chunk is not allocatedThadeu Lima de Souza Cascardo1-0/+7
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+29
2013-04-19qlge: Fix receive path to drop error framesSritej Velaga1-7/+29
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-4/+4
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-2/+2
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-8/+8