summaryrefslogtreecommitdiff
path: root/drivers/staging/octeon/ethernet.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-25staging: octeon: Remove explicit NULL comparisonMuhammad Falak R Wani1-1/+1
2015-10-18staging: octeon-ethernet: move cvm_oct_xaui_open()Aaro Koskinen1-0/+5
2015-10-18staging: octeon-ethernet: drop poll_now parameter from cvm_oct_common_openAaro Koskinen1-3/+2
2015-10-13staging: octeon-ethernet: xaui: use common initAaro Koskinen1-1/+1
2015-10-13staging: octeon: Fix kernel-doc function descriptionCristina Moraru1-7/+7
2015-10-13staging: octeon: Remove /** from regular commentsCristina Moraru1-3/+3
2015-10-13staging: octeon: Remove extra line from kernel-docCristina Moraru1-1/+1
2015-10-02Staging: octeon: Use preferred kernel typeAybuke Ozdemir1-4/+4
2015-09-04Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-2/+5
2015-09-03STAGING: Octeon: Increase output command buffersJanne Huttunen1-1/+1
2015-09-03STAGING: Octeon: Properly enable/disable SSO WQE interruptsAaro Koskinen1-1/+4
2015-08-01staging: octeon: add missing blank line after declarationsKevin Darbyshire-Bryant1-0/+1
2015-04-30staging: octeon-ethernet: update boilerplate commentsAaro Koskinen1-20/+4
2015-04-30staging: octeon-ethernet: eliminate OCTEON_ETHERNET_VERSIONAaro Koskinen1-1/+0
2015-04-30staging: octeon-ethernet: eliminate DONT_WRITEBACKAaro Koskinen1-3/+2
2015-04-30staging: octeon-ethernet: eliminate USE_RED defineAaro Koskinen1-4/+1
2015-04-30staging: octeon-ethernet: eliminate USE_HW_TCPUDP_CHECKSUM defineAaro Koskinen1-5/+2
2015-04-30staging: octeon-ethernet: sgmii/xaui: make link poll genericAaro Koskinen1-0/+21
2015-04-30staging: octeon-ethernet: delete sgmii and xaui specific uninit functionsAaro Koskinen1-2/+2
2015-04-30staging: octeon-ethernet: move ndo_stop to common initAaro Koskinen1-0/+3
2015-04-30staging: octeon-ethernet: consolidate ndo_stop functionsAaro Koskinen1-3/+3
2015-04-30staging: octeon-ethernet: consolidate ndo_open functionsAaro Koskinen1-0/+39
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-18Staging: octeon: Fixed a typoGustavo A. R. Silva1-1/+1
2014-12-16Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+1
2014-11-27staging: 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-29staging: octeon: Fix line 80 characters in ethernet.cEsra Altintas1-1/+2
2014-09-20staging: octeon: Fix quoted string split warning.Gulsah Kose1-2/+1
2014-09-20staging: octeon: Fix missing blank line warning.Gulsah Kose1-0/+6
2014-06-20staging: octeon-ethernet: Move PHY activation to .ndo_open().David Daney1-1/+1
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-03-05staging: octeon-ethernet: make num_packet_buffers staticAaro Koskinen1-1/+1
2014-03-05staging: 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-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-01-29Merge branch 'master' into for-nextJiri Kosina1-6/+6
2013-01-04net: 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-22staging: octeon: remove use of __devexitBill Pemberton1-1/+1
2012-11-22staging: octeon: remove use of __devinitBill Pemberton1-4/+4
2012-11-22staging: octeon_ethernet: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-23staging: octeon_ethernet: Convert to use device tree.David Daney1-54/+99