aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/octeon (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller18-882/+720
2010-02-27Staging: Octeon: Remove /proc/octeon_ethernet_statsDavid Daney4-178/+0
2010-02-27Staging: Octeon: Reformat a bunch of comments.David Daney7-71/+44
2010-02-27Staging: Octeon: Free transmit SKBs in a timely mannerDavid Daney6-63/+142
2010-02-27Staging: Octeon: Run phy bus accesses on a workqueue.David Daney3-63/+109
2010-02-27Staging: octeon: remove unneeded includesDavid Daney6-6/+0
2010-02-27Staging: Octeon Ethernet: Use constants from in.hDavid Daney2-7/+4
2010-02-27Staging: Octeon Ethernet: Enable scatter-gather.David Daney2-9/+55
2010-02-27Staging: Octeon Ethernet: Convert to NAPI.David Daney5-163/+235
2010-02-27Staging: Octeon Ethernet: Rewrite transmit code.David Daney5-123/+150
2010-02-27Staging: Octeon Ethernet: Fix memory allocation.David Daney2-20/+31
2010-02-27Staging: Octeon Ethernet: Remove unused code.David Daney6-284/+55
2010-02-18staging: convert to use netdev_for_each_mc_addrJiri Pirko1-1/+1
2009-12-17Staging: octeon-ethernet: Convert to use PHY Abstraction Layer.David Daney9-281/+125
2009-12-11Staging: fix assorted typos all over the placeAndré Goddard Rosa2-2/+2
2009-12-11Staging: octeon: don't ignore request_irq() return codeRoel Kluin1-1/+3
2009-11-23Staging: octeon-ethernet: Assign proper MAC addresses.David Daney1-12/+41
2009-11-23Staging: Octeon: Use symbolic values for irq numbers.David Daney1-1/+1
2009-11-23MIPS: Octeon: Fix compile error in drivers/staging/octeon/ethernet-mdio.cDavid Daney1-1/+1
2009-09-17MIPS: Octeon: False positive timeoutRoel Kluin1-1/+1
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger2-2/+2
2009-06-24Staging: octeon-ethernet: Fix race freeing transmit buffers.David Daney4-66/+106
2009-06-24Staging: octeon-ethernet: Convert to use net_device_ops.David Daney10-396/+390
2009-06-17Staging: Add octeon-ethernet driver files.David Daney74-0/+26146