aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/octeon (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-24staging/octeon: Fix PHY binding in octeon-ethernet driver.David Daney1-2/+2
2011-12-07MIPS: Octeon: Move some Ethernet support files out of staging.David Daney64-21930/+36
2011-11-09STAGING: octeon-ethernet: Fix compile error caused by skb_frag_struct changeDavid Daney1-1/+1
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2011-09-27staging/octeon: Software should check the checksum of no tcp/udp packetsRoy.Li1-1/+2
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller2-0/+2
2011-08-23staging: octeon-ethernet: Add missing #includes.David Daney2-0/+2
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-6/+6
2011-07-26atomic: use <linux/atomic.h>Arun Sharma2-2/+2
2011-06-28staging: octeon: use printk_ratelimited instead of printk_ratelimitChristian Dietrich7-65/+70
2011-04-25staging: octeon-ethernet: remove .get_sg, etc. ethtool_opsMichał Mirosław1-2/+0
2011-03-31Fix common misspellingsLucas De Marchi9-15/+15
2011-02-04staging: octeon: change a typo comamnd to commandJustin P. Mattock2-9/+9
2010-10-28Merge 'staging-next' to Linus's treeGreg Kroah-Hartman6-68/+17
2010-10-14staging: octeon: Remove USB codeBernhard Walle2-48/+0
2010-10-08Staging: octeon: Makefile: replace the use of <module>-objs with <module>-yTracey Dent1-10/+10
2010-09-30staging: octeon: use free_netdev(netdev) instead of kfree()Vasiliy Kulikov1-4/+4
2010-09-20staging: octeon: '&pointer[0]' to 'pointer' fixAndy Shevchenko1-1/+1
2010-09-16staging: octeon: use '%pM' format to print MAC addressAndy Shevchenko1-4/+1
2010-09-04staging/trivial: fix typos concerning "access"Uwe Kleine-König2-2/+2
2010-09-03Staging: octeon: depends on NETDEVICESRandy Dunlap1-1/+1
2010-08-05Staging: Merge staging-next into Linus's treeGreg Kroah-Hartman3-4/+6
2010-08-02staging: octeon: check request_irq() return valueKulikov Vasiliy1-0/+2
2010-07-22Staging: fix typos concerning "address"Uwe Kleine-König1-1/+1
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran1-1/+1
2010-06-22staging/trivial: fix typos concerning "initiali[zs]e"Uwe Kleine-König1-3/+3
2010-04-30STAGING: octeon-ethernet: Use proper phy addresses for Movidis hardware.David Daney1-0/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-0/+2
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