summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/dec
Commit message (Expand)AuthorAgeFilesLines
* networking: introduce and use skb_put_data()Johannes Berg2017-06-163-12/+12
* net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com2017-06-051-3/+2Star
* net/dec: Make __de_get_link_ksettings return voidyuval.shaia@oracle.com2017-06-051-7/+4Star
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-111-1/+1
|\
| * Annotate hardware config module parameters in drivers/net/ethernet/David Howells2017-04-201-1/+1
* | net: tulip: de2104x: Use net_device_stats from struct net_deviceTobias Klauser2017-04-071-22/+20Star
|/
* 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/+0Star
* 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-311-1/+1
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-046-12/+12
* dmfe: kill DEVICE defineFlorian Westphal2016-05-041-21/+18Star
* 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/+5Star
* 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/+0Star
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-232-10/+4Star
* net: tulip: rearrange order of searching for substringsRasmus Villemoes2015-06-041-5/+5
* drivers/net/ethernet/dec/tulip/uli526x.c: fix misleading indentation in uli52...David Malcolm2015-06-041-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-092-2/+2
|/
* net/tulip: don't warn about unknown ARM architectureArnd Bergmann2015-02-031-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/+3Star
* tulip: dmfe: Fix global namespace pollution of phy accessors.David S. Miller2014-08-281-76/+76
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-127-8/+8
* net: tulip: remove unnecessary break after returnFabian Frederick2014-07-211-1/+0Star
* tulip: Poll link status more frequently for Comet chipsOndrej Zary2014-06-231-1/+1
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-071-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-251-2/+2
* dmfe: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-251-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/+0Star
* net: tulip: delete useless tests on netdev_privJulia Lawall2014-01-041-6/+0Star
* net: tulip: use DEFINE_PCI_DEVICE_TABLEJingoo Han2013-10-221-1/+1
* net: tulip: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-216-12/+0Star
* net: tulip: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-131-1/+1
* net: tulip: use pci_{get,set}_drvdata()Jingoo Han2013-09-041-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-201-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-201-0/+6
|\