aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence/macb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka1-1/+1
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi1-1/+1
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-3/+1
2012-01-10macb: use an unique MDIO bus name.Florian Fainelli1-1/+2
2011-12-21net: macb: fix build break with !CONFIG_OFOlof Johansson1-0/+1
2011-12-16net/macb: add DT support for Cadence macb/gem driverJean-Christophe PLAGNIOL-VILLARD1-8/+65
2011-11-22macb: allow GEM to have configurable receive buffer sizeJamie Iles1-0/+17
2011-11-22macb: support DMA bus widths > 32 bitsJamie Iles1-0/+23
2011-11-22macb: support statistics for GEM devicesJamie Iles1-3/+54
2011-11-22macb: support higher rate GEM MDIO clock divisorsJamie Iles1-11/+44
2011-11-22macb: initial support for Cadence GEMJamie Iles1-19/+24
2011-11-22macb: convert printk to netdev_ and friendsJamie Iles1-64/+56
2011-11-22macb: unify at91 and avr32 platform dataJamie Iles1-6/+4
2011-11-22macb: remove conditional clk handlingJamie Iles1-21/+2
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-12macb: Move the Atmel driverJeff Kirsher1-0/+1366