aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xilinx_emaclite.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet1-1/+0
The generic packet receive code takes care of setting netdev->last_rx when necessary, for the sake of the bonding ARP monitor. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Acked-by: Neil Horman <nhorman@txudriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2009-09-01xilinx_emaclite: Fix permissions on driver sources.David S. Miller1-0/+0
Noticed by Michal Simek. Signed-off-by: David S. Miller <davem@davemloft.net>
2009-08-20net: add Xilinx emac lite device driverJohn Linn1-0/+1041
This patch adds support for the Xilinx Ethernet Lite device. The soft logic core from Xilinx is typically used on Virtex and Spartan designs attached to either a PowerPC or a Microblaze processor. Signed-off-by: Sadanand M <sadanan@xilinx.com> Signed-off-by: John Linn <john.linn@xilinx.com> Signed-off-by: David S. Miller <davem@davemloft.net>