summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/3com
AgeCommit message (Expand)AuthorLines
2016-09-123c59x: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas-1/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal-5/+5
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2016-02-293c59x: mask LAST_FRAG bit from length field in ringNeil Horman-1/+1
2016-02-283c59x: Ensure to apply the expires timeStafford Horne-1/+1
2016-02-253c59x: Use setup_timer()Amitoj Kaur Chawla-8/+2
2016-01-133c59x: fix another page map/single unmap imbalanceNeil Horman-1/+6
2016-01-133c59x: balance page maps and unmapsNeil Horman-1/+1
2015-12-14drivers/net: fix eisa_driver probe section mismatchFabian Frederick-2/+2
2015-08-243c59x: Add BQL support for 3c59x ethernet driver.Loganaden Velvindron-3/+20
2015-08-033c59x: Fix resource leaks in vortex_openJia-Ju Bai-9/+8
2015-07-083c59x: Fix shared IRQ handlingDenys Vlasenko-1/+3
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker-13/+5
2015-02-11drivers/net: Use setup_timer and mod_timerVaishali Thakkar-5/+2
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko-2/+2
2014-10-24net: typhoon: Remove redundant castsRasmus Villemoes-2/+2
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2014-10-073c59x: fix bad split of cpu_to_le32(pci_map_single())Sylvain "ythier" Hitier-1/+1
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-9/+41
2014-09-193c59x: Fix bad offset spec in skb_frag_dma_mapNeil Horman-1/+1
2014-09-193c59x: Add dma error checking and recoveryNeil Horman-9/+41
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches-30/+28
2014-09-053c59x: avoid panic in boomerang_start_xmit when finding page address:Neil Horman-4/+4
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine-2/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe-3/+3
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König-1/+1
2014-03-243c59x: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman-1/+1
2014-03-243c509: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman-1/+1
2014-02-18Drivers: net: ethernet: 3com: 3c589_cs fixed coding style issuesJustin van Wijngaarden-543/+584
2014-02-093c59x: Remove unused pointer in vortex_eisa_cleanup()Christian Engelmayer-2/+0
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker-2/+0
2014-01-13net: 3com: fix warning for incorrect type in argumentdingtianhong-1/+1
2013-12-31net: 3com: slight optimization of addr comparedingtianhong-2/+1
2013-12-193c59x: Add software timestampingMatthew Whitehead-0/+4
2013-12-063c59x/net: Use dev_is_pci() instead of hardcodingYijing Wang-1/+1
2013-10-18net: typhoon: remove unnecessary pci_set_drvdata()Jingoo Han-1/+0
2013-10-033com: Fix drivers/net/ethernet/3com/Kconfig references to PCMCIA and 3c515Matthew Whitehead-2/+2
2013-06-19net: Move MII out from under NET_CORE and hide itBen Hutchings-1/+0
2013-06-123c59x: consolidate error cleanup in vortex_init_one()Sergei Shtylyov-13/+12
2013-05-203c59x: remove useless VORTEX_PCI() invocationsSergei Shtylyov-9/+8
2013-05-16net: 3com: 3c509: remove unnecessary codegovindarajulu.v-19/+0
2013-05-113c59x: fix PCI resource managementSergei Shtylyov-12/+13
2013-05-063c59x: fix freeing nonexistent resource on driver unloadSergei Shtylyov-1/+1
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-3/+5
2013-04-303c509.c: call SET_NETDEV_DEV for all device types (ISA/ISAPnP/EISA)Matthew Whitehead-0/+2
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy-2/+2
2013-03-15drivers/net: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten-26/+2
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2013-01-22drivers/net: delete old 8bit ISA 3c501 driver.Paul Gortmaker-1003/+0