summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/dec
AgeCommit message (Expand)AuthorLines
2015-03-13tulip_core.c : out-of-bounds check.Ameen Ali-1/+1
2015-02-02net/tulip: don't warn about unknown ARM architectureArnd Bergmann-1/+1
2014-12-09uli526x: fix misspelling of current function in stringJulia Lawall-1/+1
2014-12-09dmfe: fix misspelling of current function in stringJulia Lawall-1/+1
2014-12-09net: tulip: Remove private "strncmp"Rasmus Villemoes-17/+3
2014-08-27tulip: dmfe: Fix global namespace pollution of phy accessors.David S. Miller-76/+76
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine-8/+8
2014-07-20net: tulip: remove unnecessary break after returnFabian Frederick-1/+0
2014-06-22tulip: Poll link status more frequently for Comet chipsOndrej Zary-1/+1
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko-2/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe-1/+1
2014-03-24uli526x: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.Eric W. Biederman-2/+2
2014-03-24dmfe: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.Eric W. Biederman-2/+2
2014-02-17drivers/net: tulip_remove_one needs to call pci_disable_device()Ingo Molnar-0/+1
2014-01-23tulip: cleanup by using ARRAY_SIZE()Dan Carpenter-1/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker-3/+0
2014-01-03net: tulip: delete useless tests on netdev_privJulia Lawall-6/+0
2013-10-22net: tulip: use DEFINE_PCI_DEVICE_TABLEJingoo Han-1/+1
2013-10-21net: tulip: remove unnecessary pci_set_drvdata()Jingoo Han-12/+0
2013-09-12net: tulip: remove deprecated IRQF_DISABLEDMichael Opdenacker-1/+1
2013-09-03net: tulip: use pci_{get,set}_drvdata()Jingoo Han-1/+1
2013-08-02ethernet: Convert mac address uses of 6 to ETH_ALENJoe Perches-3/+5
2013-06-19net: Move MII out from under NET_CORE and hide itBen Hutchings-1/+0
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+6
2013-06-13tulip: Properly check dma mapping resultNeil Horman-0/+6
2013-05-31tulip: remove redundant D0 power state setYijing Wang-6/+0
2013-05-22net/ethernet/dec/tulip/xircom_cb: Use module_pci_driver to register driverPeter Hüwe-13/+1
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2013-03-17ethernet/tulip: DE4x5 needs VIRT_TO_BUSArnd Bergmann-0/+1
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches-6/+3
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2013-01-22drivers/net: delete Digital EtherWorks-3 support.Paul Gortmaker-2300/+0
2013-01-11drivers/net/ethernet/dec/tulip: remove depends on CONFIG_EXPERIMENTALKees Cook-2/+2
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko-4/+4
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman-11/+6
2012-12-03tulip: remove __dev* attributesBill Pemberton-50/+51
2012-11-28ewrk3: remove outdated commentPaul Bolle-1/+0
2012-11-28ewrk3: silence GCC warningPaul Bolle-1/+1
2012-10-07drivers/net/ethernet/dec/tulip/dmfe.c: fix error return codePeter Senna Tschudin-3/+9
2012-10-06drivers/net/ethernet/dec/tulip: Use standard __set_bit_le() functionTakuya Yoshikawa-10/+4
2012-10-06sections: fix section conflicts in drivers/netAndi Kleen-2/+2
2012-06-06ethernet: Remove casts to same typeJoe Perches-1/+1
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches-2/+3
2012-04-17dmfe: enforce consistent timing delay.françois romieu-1/+5
2012-04-07dmfe: stop using net_device.{base_addr, irq} and convert to __iomem.Francois Romieu-142/+153
2012-04-07uli526x: stop using net_device.{base_addr, irq} and convert to __iomem.Francois Romieu-195/+202
2012-04-07de2104x: stop using net_device.{base_addr, irq}.Francois Romieu-18/+16
2012-04-07xircom_cb: stop using net_device.{base_addr, irq} and convert to __iomem.Francois Romieu-103/+124
2012-04-07xircom_cb: fix device probe error path.Francois Romieu-19/+34
2012-04-07uli526x: fix regions leak in driver probe error path.Francois Romieu-28/+20