summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/3com
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: 3com: typhoon: typhoon_init_one: make return values more specificThomas Preisner2016-12-301-8/+8
* net: 3com: typhoon: typhoon_init_one: fix incorrect return valuesThomas Preisner2016-12-301-3/+6
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-245-5/+5
* net/3com/3c515: Fix timer handling, prevent leaks and crashesThomas Gleixner2016-12-161-7/+8
* net: 3com: typhoon: fix typhoon_get_link_ksettingsPhilippe Reynes2016-11-091-1/+6
* net: 3com: typhoon: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-021-30/+30
* net: 3c509: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-021-26/+29
* net: 3c59x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-021-6/+8
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-136-7/+0
* 3c59x: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-121-1/+1
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-045-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-1/+1
|\
| * 3c59x: mask LAST_FRAG bit from length field in ringNeil Horman2016-02-291-1/+1
* | 3c59x: Ensure to apply the expires timeStafford Horne2016-02-281-1/+1
* | 3c59x: Use setup_timer()Amitoj Kaur Chawla2016-02-251-8/+2
|/
* 3c59x: fix another page map/single unmap imbalanceNeil Horman2016-01-131-1/+6
* 3c59x: balance page maps and unmapsNeil Horman2016-01-131-1/+1
* drivers/net: fix eisa_driver probe section mismatchFabian Frederick2015-12-142-2/+2
* 3c59x: Add BQL support for 3c59x ethernet driver.Loganaden Velvindron2015-08-241-3/+20
* 3c59x: Fix resource leaks in vortex_openJia-Ju Bai2015-08-031-9/+8
* 3c59x: Fix shared IRQ handlingDenys Vlasenko2015-07-081-1/+3
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-13/+5
* drivers/net: Use setup_timer and mod_timerVaishali Thakkar2015-02-111-5/+2
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
* net: typhoon: Remove redundant castsRasmus Villemoes2014-10-241-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-081-1/+1
|\
| * 3c59x: fix bad split of cpu_to_le32(pci_map_single())Sylvain "ythier" Hitier2014-10-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-9/+41
|\|
| * 3c59x: Fix bad offset spec in skb_frag_dma_mapNeil Horman2014-09-191-1/+1
| * 3c59x: Add dma error checking and recoveryNeil Horman2014-09-191-9/+41
* | drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches2014-09-093-30/+28
|/
* 3c59x: avoid panic in boomerang_start_xmit when finding page address:Neil Horman2014-09-051-4/+4
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-122-2/+2
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-133-3/+3
* Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König2014-04-071-1/+1
* 3c59x: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-241-1/+1
* 3c509: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-241-1/+1
* Drivers: net: ethernet: 3com: 3c589_cs fixed coding style issuesJustin van Wijngaarden2014-02-181-543/+584
* 3c59x: Remove unused pointer in vortex_eisa_cleanup()Christian Engelmayer2014-02-091-2/+0
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-162-2/+0
* net: 3com: fix warning for incorrect type in argumentdingtianhong2014-01-131-1/+1
* net: 3com: slight optimization of addr comparedingtianhong2013-12-311-2/+1
* 3c59x: Add software timestampingMatthew Whitehead2013-12-191-0/+4
* 3c59x/net: Use dev_is_pci() instead of hardcodingYijing Wang2013-12-061-1/+1
* net: typhoon: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-1/+0
* 3com: Fix drivers/net/ethernet/3com/Kconfig references to PCMCIA and 3c515Matthew Whitehead2013-10-031-2/+2
* net: Move MII out from under NET_CORE and hide itBen Hutchings2013-06-191-1/+0
* 3c59x: consolidate error cleanup in vortex_init_one()Sergei Shtylyov2013-06-121-13/+12
* 3c59x: remove useless VORTEX_PCI() invocationsSergei Shtylyov2013-05-201-9/+8