aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/octeon/ethernet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-26staging: octeon-ethernet: fix incorrect PHY modeAaro Koskinen1-5/+35
2018-12-06staging: octeon-ethernet: delete redundant includeAaro Koskinen1-1/+0
2018-11-05staging: octeon: Fix style issuesIoannis Valasakis1-5/+5
2018-01-15staging: octeon: remove redundant license textGreg Kroah-Hartman1-4/+0
2018-01-15staging: octeon: add SPDX identifiers.Greg Kroah-Hartman1-0/+1
2017-02-16staging: octeon: Use net_device_stats from struct net_deviceTobias Klauser1-9/+9
2017-02-05staging: octeon: Fix line over 80 charactersKamal Heib1-1/+2
2017-01-03staging: octeon: Call SET_NETDEV_DEV()Florian Fainelli1-0/+2
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson1-12/+10
2016-09-16staging: octeon: remove multiple blank linesGargi Sharma1-2/+0
2016-09-15staging: octeon: use defines instead of magic numbersAsbjoern Sloth Toennesen1-6/+12
2016-09-12staging: octeon: stop using cvmx_helper_link_autoconf()Aaro Koskinen1-2/+4
2016-09-02staging: octeon: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-02staging: octeon: set up pknd for all interfacesAaro Koskinen1-0/+2
2016-09-02staging: octeon: enable taking multiple rx groups into useAaro Koskinen1-2/+47
2016-09-02staging: octeon: support enabling multiple rx groupsAaro Koskinen1-1/+5
2016-09-02staging: octeon: disable rx interrupts in oct_rx_shutdownAaro Koskinen1-9/+0
2016-09-01staging: octeon: configure rx-delay/tx-delayAaro Koskinen1-1/+13
2016-08-21net: ethernet: octeon: use phydev from struct net_devicePhilippe Reynes1-7/+5
2016-08-21staging: octeon: delete redundant log messageAaro Koskinen1-1/+0
2016-08-21staging: octeon: validate interface before calling INDEXAaro Koskinen1-3/+3
2016-03-28staging: octeon: Fix alignment with open parenthesisLaura Garcia Liebana1-2/+2
2016-03-11staging: octeon: Insert blank line after struct declarationLaura Garcia Liebana1-0/+5
2016-03-11staging: octeon: Move logical operators on the correct lineLaura Garcia Liebana1-12/+12
2016-03-11staging: octeon: Convert create_singlethread_workqueue()Bhaktipriya Shridhar1-17/+4
2016-02-20Staging: octeon: Remove blank lines after open bracesDilek Uzulmez1-1/+0
2016-02-20staging: octeon: drop atomic usage from rx countersAaro Koskinen1-12/+1
2016-02-11staging: octeon: refactor rgmii 10 mbps preamble error checkingAaro Koskinen1-2/+2
2015-10-24staging: octeon: Remove explicit NULL comparisonMuhammad Falak R Wani1-1/+1
2015-10-17staging: octeon-ethernet: move cvm_oct_xaui_open()Aaro Koskinen1-0/+5
2015-10-17staging: octeon-ethernet: drop poll_now parameter from cvm_oct_common_openAaro Koskinen1-3/+2
2015-10-12staging: octeon-ethernet: xaui: use common initAaro Koskinen1-1/+1
2015-10-12staging: octeon: Fix kernel-doc function descriptionCristina Moraru1-7/+7
2015-10-12staging: octeon: Remove /** from regular commentsCristina Moraru1-3/+3
2015-10-12staging: octeon: Remove extra line from kernel-docCristina Moraru1-1/+1
2015-10-02Staging: octeon: Use preferred kernel typeAybuke Ozdemir1-4/+4
2015-09-03Merge 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-07-31staging: 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