aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/dec
AgeCommit message (Expand)Author
2015-11-20net: tulip: turn compile-time warning into dev_warn()Arnd Bergmann
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker
2015-06-03net: tulip: rearrange order of searching for substringsRasmus Villemoes
2015-06-03drivers/net/ethernet/dec/tulip/uli526x.c: fix misleading indentation in uli52...David Malcolm
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-13tulip_core.c : out-of-bounds check.Ameen Ali
2015-03-08ethernet: codespell comment spelling fixesJoe Perches
2015-02-02net/tulip: don't warn about unknown ARM architectureArnd Bergmann
2014-12-09uli526x: fix misspelling of current function in stringJulia Lawall
2014-12-09dmfe: fix misspelling of current function in stringJulia Lawall
2014-12-09net: tulip: Remove private "strncmp"Rasmus Villemoes
2014-08-27tulip: dmfe: Fix global namespace pollution of phy accessors.David S. Miller
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-07-20net: tulip: remove unnecessary break after returnFabian Frederick
2014-06-22tulip: Poll link status more frequently for Comet chipsOndrej Zary
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-03-24uli526x: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.Eric W. Biederman
2014-03-24dmfe: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.Eric W. Biederman
2014-02-17drivers/net: tulip_remove_one needs to call pci_disable_device()Ingo Molnar
2014-01-23tulip: cleanup by using ARRAY_SIZE()Dan Carpenter
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-03net: tulip: delete useless tests on netdev_privJulia Lawall
2013-10-22net: tulip: use DEFINE_PCI_DEVICE_TABLEJingoo Han
2013-10-21net: tulip: remove unnecessary pci_set_drvdata()Jingoo Han
2013-09-12net: tulip: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-09-03net: tulip: use pci_{get,set}_drvdata()Jingoo Han
2013-08-02ethernet: Convert mac address uses of 6 to ETH_ALENJoe Perches
2013-06-19net: Move MII out from under NET_CORE and hide itBen Hutchings
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-13tulip: Properly check dma mapping resultNeil Horman
2013-05-31tulip: remove redundant D0 power state setYijing Wang
2013-05-22net/ethernet/dec/tulip/xircom_cb: Use module_pci_driver to register driverPeter Hüwe
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-17ethernet/tulip: DE4x5 needs VIRT_TO_BUSArnd Bergmann
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-01-22drivers/net: delete Digital EtherWorks-3 support.Paul Gortmaker
2013-01-11drivers/net/ethernet/dec/tulip: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03tulip: remove __dev* attributesBill Pemberton
2012-11-28ewrk3: remove outdated commentPaul Bolle
2012-11-28ewrk3: silence GCC warningPaul Bolle
2012-10-07drivers/net/ethernet/dec/tulip/dmfe.c: fix error return codePeter Senna Tschudin
2012-10-06drivers/net/ethernet/dec/tulip: Use standard __set_bit_le() functionTakuya Yoshikawa
2012-10-06sections: fix section conflicts in drivers/netAndi Kleen
2012-06-06ethernet: Remove casts to same typeJoe Perches
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches