aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/octeon/ethernet-rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-08staging: switch to netif_napi_add_weight()Jakub Kicinski1-2/+2
2020-10-27staging: octeon: Drop on uncorrectable alignment or FCS errorAlexander Sverdlin1-15/+19
2020-02-12Revert "staging: octeon: delete driver"Chris Packham1-0/+538
2019-12-17staging: octeon: delete driverGreg Kroah-Hartman1-538/+0
2019-10-14staging: octeon: remove typedef declaration for cvmx_wqeWambui Karuga1-3/+3
2019-07-29staging/octeon: Allow test build on !MIPSMatthew Wilcox (Oracle)1-12/+1
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-08-18staging: octeon: fix line over 80 charactersJohn Smith1-38/+41
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-6/+4
2017-03-08staging: octeon: remove unused variableArnd Bergmann1-1/+0
2017-02-22Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-3/+3
2017-02-16staging: octeon: Use net_device_stats from struct net_deviceTobias Klauser1-3/+3
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-09-18Staging: octeon: ethernet-rx: fixed three redundant blank line style issuesCathal Mullaney1-3/+0
2016-09-02staging: octeon: prevent poll during rx initAaro Koskinen1-0/+6
2016-09-02staging: octeon: support enabling multiple rx groupsAaro Koskinen1-51/+75
2016-09-02staging: octeon: move group number into rx group dataAaro Koskinen1-9/+11
2016-09-02staging: octeon: move irq into rx group specific dataAaro Koskinen1-7/+10
2016-09-02staging: octeon: create a struct for rx group specific dataAaro Koskinen1-6/+9
2016-09-02staging: octeon: move common poll code into a separate functionAaro Koskinen1-10/+19
2016-09-02staging: octeon: pass the NAPI instance reference to irq handlerAaro Koskinen1-4/+4
2016-09-02staging: octeon: use passed interrupt number in the handlerAaro Koskinen1-3/+3
2016-09-02staging: octeon: disable rx interrupts in oct_rx_shutdownAaro Koskinen1-0/+9
2016-03-28staging: octeon: Fix alignment with open parenthesisLaura Garcia Liebana1-3/+4
2016-03-11staging: octeon: Fix lines over 80 charactersLaura Garcia Liebana1-3/+7
2016-03-11staging: octeon: Remove blank lines after open braceLaura Garcia Liebana1-1/+0
2016-03-11staging: octeon: Fix block commentsLaura Garcia Liebana1-15/+5
2016-03-11staging: octeon: Remove comparison to NULLLaura Garcia Liebana1-3/+3
2016-02-20staging: octeon: drop atomic usage from rx countersAaro Koskinen1-20/+3
2015-10-04staging: octeon: Add kernel-doc params descriptionCristina Moraru1-0/+2
2015-10-02Staging: octeon: Use preferred kernel typeAybuke Ozdemir1-4/+4
2015-09-03STAGING: Octeon: Support CN68XX style WQEJanne Huttunen1-22/+36
2015-09-03STAGING: Octeon: Set SSO group mask properly on CN68XXAaro Koskinen1-4/+17
2015-09-03STAGING: Octeon: Properly enable/disable SSO WQE interruptsAaro Koskinen1-15/+39
2015-04-30staging: octeon-ethernet: update boilerplate commentsAaro Koskinen1-20/+4
2015-04-30staging: octeon-ethernet: eliminate DONT_WRITEBACKAaro Koskinen1-2/+1
2015-04-30staging: octeon-ethernet: eliminate USE_SKBUFFS_IN_HW defineAaro Koskinen1-2/+2
2015-04-30staging: octeon-ethernet: eliminate USE_10MBPS_PREAMBLE_WORKAROUND defineAaro Koskinen1-5/+2
2015-01-17Staging: octeon: Add blank lines after declarationsJamie Lawler1-0/+2
2014-12-02staging: octeon: Fix checkpatch 80 character limit warningsLuis de Bethencourt1-16/+33
2014-11-26staging: octeon-ethernet: drop multiple NAPI instancesAaro Koskinen1-99/+10
2014-10-30staging: octeon-ethernet: disable load balance for receiving packet when CONFIG_RPS is enabled.Eunbong Song1-0/+2
2014-10-02staging: octeon: Combined seperate strings.Gulsah Kose1-2/+1
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-06staging: octeon-ethernet: allow to use only 1 CPU for packet processingAaro Koskinen1-1/+1
2013-10-06staging: octeon-ethernet: allow to set IRQ smp_affinity freelyAaro Koskinen1-5/+4
2013-09-25staging: octeon: Fix typo in staging/octeonMasanari Iida1-2/+2
2013-09-17staging: octeon-ethernet: remove skb alloc failure warningsAaro Koskinen1-3/+0
2013-09-17staging: octeon-ethernet: make dropped packets to consume NAPI budgetAaro Koskinen1-1/+1