aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/3com (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal5-5/+5
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-02-293c59x: mask LAST_FRAG bit from length field in ringNeil Horman1-1/+1
2016-02-283c59x: Ensure to apply the expires timeStafford Horne1-1/+1
2016-02-253c59x: Use setup_timer()Amitoj Kaur Chawla1-8/+2
2016-01-133c59x: fix another page map/single unmap imbalanceNeil Horman1-1/+6
2016-01-133c59x: balance page maps and unmapsNeil Horman1-1/+1
2015-12-14drivers/net: fix eisa_driver probe section mismatchFabian Frederick2-2/+2
2015-08-243c59x: Add BQL support for 3c59x ethernet driver.Loganaden Velvindron1-3/+20
2015-08-033c59x: Fix resource leaks in vortex_openJia-Ju Bai1-9/+8
2015-07-083c59x: Fix shared IRQ handlingDenys Vlasenko1-1/+3
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-13/+5
2015-02-11drivers/net: Use setup_timer and mod_timerVaishali Thakkar1-5/+2
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-10-24net: typhoon: Remove redundant castsRasmus Villemoes1-2/+2
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-10-073c59x: fix bad split of cpu_to_le32(pci_map_single())Sylvain "ythier" Hitier1-1/+1
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+41
2014-09-193c59x: Fix bad offset spec in skb_frag_dma_mapNeil Horman1-1/+1
2014-09-193c59x: Add dma error checking and recoveryNeil Horman1-9/+41
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches3-30/+28
2014-09-053c59x: avoid panic in boomerang_start_xmit when finding page address:Neil Horman1-4/+4
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2-2/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe3-3/+3
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König1-1/+1
2014-03-243c59x: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-243c509: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-02-18Drivers: net: ethernet: 3com: 3c589_cs fixed coding style issuesJustin van Wijngaarden1-543/+584
2014-02-093c59x: Remove unused pointer in vortex_eisa_cleanup()Christian Engelmayer1-2/+0
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2-2/+0
2014-01-13net: 3com: fix warning for incorrect type in argumentdingtianhong1-1/+1
2013-12-31net: 3com: slight optimization of addr comparedingtianhong1-2/+1
2013-12-193c59x: Add software timestampingMatthew Whitehead1-0/+4
2013-12-063c59x/net: Use dev_is_pci() instead of hardcodingYijing Wang1-1/+1
2013-10-18net: typhoon: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-10-033com: Fix drivers/net/ethernet/3com/Kconfig references to PCMCIA and 3c515Matthew Whitehead1-2/+2
2013-06-19net: Move MII out from under NET_CORE and hide itBen Hutchings1-1/+0
2013-06-123c59x: consolidate error cleanup in vortex_init_one()Sergei Shtylyov1-13/+12
2013-05-203c59x: remove useless VORTEX_PCI() invocationsSergei Shtylyov1-9/+8
2013-05-16net: 3com: 3c509: remove unnecessary codegovindarajulu.v1-19/+0
2013-05-113c59x: fix PCI resource managementSergei Shtylyov1-12/+13
2013-05-063c59x: fix freeing nonexistent resource on driver unloadSergei Shtylyov1-1/+1
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-3/+5
2013-04-303c509.c: call SET_NETDEV_DEV for all device types (ISA/ISAPnP/EISA)Matthew Whitehead1-0/+2
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-2/+2
2013-03-15drivers/net: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten2-26/+2
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-01-22drivers/net: delete old 8bit ISA 3c501 driver.Paul Gortmaker4-1003/+0
2013-01-173c574_cs: fix operator precedence between << and &Nickolai Zeldovich1-1/+1