summaryrefslogtreecommitdiffstats
path: root/drivers/staging/octeon/ethernet.c
Commit message (Expand)AuthorAgeFilesLines
* staging: delete non-required instances of include <linux/init.h>Paul Gortmaker2013-12-171-1/+0
* staging: octeon: drop redundant mac address checkLuka Perkov2013-10-291-1/+1
* staging: octeon: Removed space at start of lineNandini Hanumanthagowda2013-10-141-1/+1
* staging: octeon: Fixed line over 80 chars warningNandini Hanumanthagowda2013-10-141-8/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-211-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2013-01-291-6/+6
| |\
| * | treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers2013-01-031-1/+1
* | | net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko2013-01-031-4/+2
| |/ |/|
* | staging: octeon: remove use of __devexitBill Pemberton2012-11-211-1/+1
* | staging: octeon: remove use of __devinitBill Pemberton2012-11-211-4/+4
* | staging: octeon_ethernet: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
|/
* staging: octeon_ethernet: Convert to use device tree.David Daney2012-07-231-54/+99
* Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman2012-05-021-1/+1
|\
| * staging:octeon Fix typos in staging:octeonJustin P. Mattock2012-04-101-1/+1
* | staging: octeon-ethernet: fix build errors by including interrupt.hImre Kaloz2012-04-241-0/+1
|/
* MIPS: Octeon: Move some Ethernet support files out of staging.David Daney2011-12-071-8/+8
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-6/+6
* staging: octeon: use free_netdev(netdev) instead of kfree()Vasiliy Kulikov2010-09-301-4/+4
* staging: octeon: '&pointer[0]' to 'pointer' fixAndy Shevchenko2010-09-201-1/+1
* staging: octeon: use '%pM' format to print MAC addressAndy Shevchenko2010-09-161-4/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-02-281-149/+105
|\
| * Staging: Octeon: Remove /proc/octeon_ethernet_statsDavid Daney2010-02-271-4/+0
| * Staging: Octeon: Reformat a bunch of comments.David Daney2010-02-271-29/+13
| * Staging: Octeon: Free transmit SKBs in a timely mannerDavid Daney2010-02-271-24/+23
| * Staging: Octeon: Run phy bus accesses on a workqueue.David Daney2010-02-271-50/+63
| * Staging: octeon: remove unneeded includesDavid Daney2010-02-271-1/+0
| * Staging: Octeon Ethernet: Enable scatter-gather.David Daney2010-02-271-2/+5
| * Staging: Octeon Ethernet: Convert to NAPI.David Daney2010-02-271-32/+20
| * Staging: Octeon Ethernet: Rewrite transmit code.David Daney2010-02-271-38/+31
| * Staging: Octeon Ethernet: Remove unused code.David Daney2010-02-271-25/+6
* | staging: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-181-1/+1
|/
* Staging: octeon-ethernet: Convert to use PHY Abstraction Layer.David Daney2009-12-171-12/+11
* Staging: octeon-ethernet: Assign proper MAC addresses.David Daney2009-11-231-12/+41
* Staging: octeon-ethernet: Fix race freeing transmit buffers.David Daney2009-06-241-43/+46
* Staging: octeon-ethernet: Convert to use net_device_ops.David Daney2009-06-241-16/+367
* Staging: Add octeon-ethernet driver files.David Daney2009-06-171-0/+507
OpenPOWER on IntegriCloud