aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xilinx_emaclite.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-21drivers/net: Remove casts of void *Joe Perches1-2/+2
2011-06-20emaclite: enable transmit and receive time stamping.Richard Cochran1-2/+7
2011-06-09net: emaclite: Add missing linux/interrupt.h headerMichal Simek1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-28dt/net: Eliminate users of of_platform_{,un}register_driverGrant Likely1-5/+4
2011-01-10Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+1
2010-12-06net: emaclite: Omit private ndo_get_stats functionTobias Klauser1-16/+0
2010-11-17drivers/net: Remove unnecessary casts of netdev_privJoe Perches1-10/+10
2010-11-01of/net: Move of_get_mac_address() to a common source file.David Daney1-0/+1
2010-10-25Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-4/+4
2010-10-21net: emaclite: Add support for little-endian platformsMichal Simek1-4/+4
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-08-19xilinx_emaclite: netpoll supportMichal Simek1-0/+13
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-3/+3
2010-08-01of/address: Clean up function declarationsGrant Likely1-1/+1
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-6/+4
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-5/+5
2010-05-10net: trans_start cleanupsEric Dumazet1-3/+2
2010-05-06net: emaclite: Use resource_sizeTobias Klauser1-2/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-03-30net: remove redundant codeEric Dumazet1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-15net: emaclite: adding MDIO and phy lib supportJohn Linn1-43/+335
2009-12-29drivers/net/xilinx_emaclite.c: use %pM to shown MAC addressH Hartley Sweeten1-5/+1
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-09-22net: xilinx_emaclite: Fix problem with first incoming packetMichal Simek1-5/+2
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet1-1/+0
2009-09-01xilinx_emaclite: Fix permissions on driver sources.David S. Miller1-0/+0
2009-08-20net: add Xilinx emac lite device driverJohn Linn1-0/+1041