summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/dec
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-3/+3
* net: dec: winbond-840: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-021-6/+8
* net: dec: uli526x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-021-17/+24
* net: dec: de2104x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-021-40/+51
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-247-7/+7
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-137-7/+0
* net: fix up a few missing hashtable.h conflict resolutionsJiri Kosina2016-08-132-4/+4
* net: tulip: fix spelling mistake: "attemping" -> "attempting"Colin Ian King2016-07-301-1/+1
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-046-12/+12
* dmfe: kill DEVICE defineFlorian Westphal2016-05-041-21/+18
* drivers: net: use NETDEV_TX_OK instead of NETDEV_TX_LOCKEDFlorian Westphal2016-04-261-2/+5
* net: tulip: Use setup_timer()Amitoj Kaur Chawla2016-02-251-9/+5
* drivers/net: fix eisa_driver probe section mismatchFabian Frederick2015-12-141-1/+1
* net: tulip: turn compile-time warning into dev_warn()Arnd Bergmann2015-11-202-3/+8
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-1/+0
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-232-10/+4
* net: tulip: rearrange order of searching for substringsRasmus Villemoes2015-06-031-5/+5
* drivers/net/ethernet/dec/tulip/uli526x.c: fix misleading indentation in uli52...David Malcolm2015-06-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-1/+1
|\
| * tulip_core.c : out-of-bounds check.Ameen Ali2015-03-131-1/+1
* | ethernet: codespell comment spelling fixesJoe Perches2015-03-082-2/+2
|/
* net/tulip: don't warn about unknown ARM architectureArnd Bergmann2015-02-021-1/+1
* uli526x: fix misspelling of current function in stringJulia Lawall2014-12-091-1/+1
* dmfe: fix misspelling of current function in stringJulia Lawall2014-12-091-1/+1
* net: tulip: Remove private "strncmp"Rasmus Villemoes2014-12-091-17/+3
* tulip: dmfe: Fix global namespace pollution of phy accessors.David S. Miller2014-08-271-76/+76
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-127-8/+8
* net: tulip: remove unnecessary break after returnFabian Frederick2014-07-201-1/+0
* tulip: Poll link status more frequently for Comet chipsOndrej Zary2014-06-221-1/+1
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-061-2/+2
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* uli526x: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-241-2/+2
* dmfe: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-241-2/+2
* drivers/net: tulip_remove_one needs to call pci_disable_device()Ingo Molnar2014-02-171-0/+1
* tulip: cleanup by using ARRAY_SIZE()Dan Carpenter2014-01-231-1/+1
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-163-3/+0
* net: tulip: delete useless tests on netdev_privJulia Lawall2014-01-031-6/+0
* net: tulip: use DEFINE_PCI_DEVICE_TABLEJingoo Han2013-10-221-1/+1
* net: tulip: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-216-12/+0
* net: tulip: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-121-1/+1
* net: tulip: use pci_{get,set}_drvdata()Jingoo Han2013-09-031-1/+1
* ethernet: Convert mac address uses of 6 to ETH_ALENJoe Perches2013-08-021-3/+5
* net: Move MII out from under NET_CORE and hide itBen Hutchings2013-06-191-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-191-0/+6
|\
| * tulip: Properly check dma mapping resultNeil Horman2013-06-131-0/+6
* | tulip: remove redundant D0 power state setYijing Wang2013-05-311-6/+0
* | net/ethernet/dec/tulip/xircom_cb: Use module_pci_driver to register driverPeter Hüwe2013-05-221-13/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-201-0/+1
|\
| * ethernet/tulip: DE4x5 needs VIRT_TO_BUSArnd Bergmann2013-03-171-0/+1
* | drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-151-6/+3
|/