aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/3com (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-1/+0
2013-01-06drivers/net: remove orphaned references to micro channelPaul Gortmaker1-3/+3
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko3-8/+10
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2-11/+7
2012-12-053com: make 3c59x depend on HAS_IOPORTJan Glauber1-1/+1
2012-12-033c509: remove __dev* attributesBill Pemberton1-12/+12
2012-12-03typhoon: remove __dev* attributesBill Pemberton1-5/+5
2012-12-033c59x: remove __dev* attributesBill Pemberton1-8/+8
2012-09-01treewide: fix comment/printk/variable typosAnatol Pomozov1-1/+1
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+1
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+1