summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/3com/3c59x.c
AgeCommit message (Expand)Author
2017-08-19net: 3c59x: constify eisa_device_idArvind Yadav
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com
2017-04-20Annotate hardware config module parameters in drivers/net/ethernet/David Howells
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-02net: 3c59x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-09-123c59x: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-293c59x: mask LAST_FRAG bit from length field in ringNeil Horman
2016-02-283c59x: Ensure to apply the expires timeStafford Horne
2016-02-253c59x: Use setup_timer()Amitoj Kaur Chawla
2016-01-133c59x: fix another page map/single unmap imbalanceNeil Horman
2016-01-133c59x: balance page maps and unmapsNeil Horman
2015-12-14drivers/net: fix eisa_driver probe section mismatchFabian Frederick
2015-08-243c59x: Add BQL support for 3c59x ethernet driver.Loganaden Velvindron
2015-08-033c59x: Fix resource leaks in vortex_openJia-Ju Bai
2015-07-083c59x: Fix shared IRQ handlingDenys Vlasenko
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-073c59x: fix bad split of cpu_to_le32(pci_map_single())Sylvain "ythier" Hitier
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-193c59x: Fix bad offset spec in skb_frag_dma_mapNeil Horman
2014-09-193c59x: Add dma error checking and recoveryNeil Horman
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches
2014-09-053c59x: avoid panic in boomerang_start_xmit when finding page address:Neil Horman
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-03-243c59x: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman
2014-02-093c59x: Remove unused pointer in vortex_eisa_cleanup()Christian Engelmayer
2013-12-193c59x: Add software timestampingMatthew Whitehead
2013-12-063c59x/net: Use dev_is_pci() instead of hardcodingYijing Wang
2013-06-123c59x: consolidate error cleanup in vortex_init_one()Sergei Shtylyov
2013-05-203c59x: remove useless VORTEX_PCI() invocationsSergei Shtylyov
2013-05-113c59x: fix PCI resource managementSergei Shtylyov
2013-05-063c59x: fix freeing nonexistent resource on driver unloadSergei Shtylyov
2013-01-08remove init of dev->perm_addr in driversJiri Pirko
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-033c59x: remove __dev* attributesBill Pemberton
2012-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-143c59x: shorten timer period for slave devicesEric Dumazet
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches
2011-11-08sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-08-303c59x: convert to SKB paged frag API.Ian Campbell
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-08-103c*/acenic/typhoon: Move 3Com Ethernet driversJeff Kirsher