aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/octeon/ethernet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-17Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+10
2015-04-01MIPS: Octeon: Set up ethernet hardware for little endianPaul Martin1-0/+10
2015-03-26Staging: octeon: Remove extern from .c fileHelen Fornazier1-2/+0
2015-03-20Staging: octeon: constify of_device_id arrayFabian Frederick1-1/+1
2015-01-17Staging: octeon: Fixed a typoGustavo A. R. Silva1-1/+1
2014-12-15Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-7/+1
2014-11-26staging: octeon-ethernet: drop multiple NAPI instancesAaro Koskinen1-6/+0
2014-10-20staging: octeon: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-20staging: octeon: Fix warning of prefer ether_addr_copy.Dilek Uzulmez1-1/+1
2014-09-28staging: octeon: Fix line 80 characters in ethernet.cEsra Altintas1-1/+2
2014-09-19staging: octeon: Fix quoted string split warning.Gulsah Kose1-2/+1
2014-09-19staging: octeon: Fix missing blank line warning.Gulsah Kose1-0/+6
2014-06-19staging: octeon-ethernet: Move PHY activation to .ndo_open().David Daney1-1/+1
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-03-04staging: octeon-ethernet: make num_packet_buffers staticAaro Koskinen1-1/+1
2014-03-04staging: octeon-ethernet: drop CONFIG_CAVIUM_OCTEON_NUM_PACKET_BUFFERSAaro Koskinen1-7/+1
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-29staging: octeon: drop redundant mac address checkLuka Perkov1-1/+1
2013-10-14staging: octeon: Removed space at start of lineNandini Hanumanthagowda1-1/+1
2013-10-14staging: octeon: Fixed line over 80 chars warningNandini Hanumanthagowda1-8/+12
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-01-29Merge branch 'master' into for-nextJiri Kosina1-6/+6
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko1-4/+2
2013-01-03treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers1-1/+1
2012-11-21staging: octeon: remove use of __devexitBill Pemberton1-1/+1
2012-11-21staging: octeon: remove use of __devinitBill Pemberton1-4/+4
2012-11-21staging: octeon_ethernet: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-23staging: octeon_ethernet: Convert to use device tree.David Daney1-54/+99
2012-05-02Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman1-1/+1
2012-04-24staging: octeon-ethernet: fix build errors by including interrupt.hImre Kaloz1-0/+1
2012-04-10staging:octeon Fix typos in staging:octeonJustin P. Mattock1-1/+1
2011-12-07MIPS: Octeon: Move some Ethernet support files out of staging.David Daney1-8/+8
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-6/+6
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-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-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-149/+105
2010-02-27Staging: Octeon: Remove /proc/octeon_ethernet_statsDavid Daney1-4/+0
2010-02-27Staging: Octeon: Reformat a bunch of comments.David Daney1-29/+13
2010-02-27Staging: Octeon: Free transmit SKBs in a timely mannerDavid Daney1-24/+23
2010-02-27Staging: Octeon: Run phy bus accesses on a workqueue.David Daney1-50/+63
2010-02-27Staging: octeon: remove unneeded includesDavid Daney1-1/+0
2010-02-27Staging: Octeon Ethernet: Enable scatter-gather.David Daney1-2/+5
2010-02-27Staging: Octeon Ethernet: Convert to NAPI.David Daney1-32/+20
2010-02-27Staging: Octeon Ethernet: Rewrite transmit code.David Daney1-38/+31
2010-02-27Staging: Octeon Ethernet: Remove unused code.David Daney1-25/+6
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 Daney1-12/+11
2009-11-23Staging: octeon-ethernet: Assign proper MAC addresses.David Daney1-12/+41