aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethoc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-10/+11
2009-10-18ethoc: clear only pending irqsThomas Chou1-1/+1
2009-10-18ethoc: inline regs accessThomas Chou1-9/+10
2009-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+2
2009-10-13ethoc: fix warning from 32bit buildAlan Cox1-1/+2
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-10-07ethoc: limit the number of buffers to 128Thomas Chou1-2/+2
2009-10-07ethoc: use system memory as bufferThomas Chou1-20/+44
2009-10-07ethoc: align received packet to make IP header at word boundaryThomas Chou1-0/+4
2009-10-07ethoc: fix buffer address mappingThomas Chou1-4/+3
2009-10-07ethoc: fix typo to compute number of tx descriptorsThomas Chou1-1/+1
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet1-1/+0
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-07-27drivers/net: Correct redundant testJulia Lawall1-1/+1
2009-06-13net: fix network driver ndo_start_xmit() return values (part 1)Patrick McHardy1-3/+3
2009-03-27net: Add support for the OpenCores 10/100 Mbps Ethernet MAC.Thierry Reding1-0/+1112