aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/octeon/ethernet-tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-24staging: octeon: Fix return type of cvm_oct_xmit and cvm_oct_xmit_powNathan Huckleberry1-2/+2
2021-05-10staging: octeon: ethernet-tx: Fix formatting issue in function headerLee Jones1-1/+0
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-1/+1
2020-03-30staging/octeon: fix up merge errorRandy Dunlap1-1/+1
2020-02-12Revert "staging: octeon: delete driver"Chris Packham1-0/+717
2019-12-17staging: octeon: delete driverGreg Kroah-Hartman1-717/+0
2019-10-15staging: octeon: fix restricted __be16 degrades to integerWambui Karuga1-1/+1
2019-10-14staging: octeon: remove typedef declartion for cvmx_pko_command_word0Wambui Karuga1-1/+1
2019-10-14staging: octeon: remove typedef declaration for cvmx_wqeWambui Karuga1-1/+1
2019-10-12Merge tag 'staging-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-4/+5
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-4/+2
2019-10-01staging: octeon: Use "(uintptr_t)" to cast from pointer to intGeert Uytterhoeven1-4/+5
2019-07-29staging/octeon: Allow test build on !MIPSMatthew Wilcox (Oracle)1-11/+1
2019-07-26staging: octeon: Fix build failure due to typo.David S. Miller1-1/+1
2019-07-24Build fixes for skb_frag_size conversionMatthew Wilcox (Oracle)1-1/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-3/+2
2019-03-18staging: octeon: Lines should not end with a '('Branden Bonaby1-9/+11
2018-12-24staging: octeon: fix build failure with XFRM enabledFlorian Westphal1-2/+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-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu1-2/+1
2017-02-22Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-5/+5
2017-02-16staging: octeon: Use net_device_stats from struct net_deviceTobias Klauser1-5/+5
2017-01-08net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn1-3/+2
2016-03-28staging: octeon: Fix alignment with open parenthesisLaura Garcia Liebana1-2/+3
2016-03-28staging: octeon: Use type int instead of int32_tLaura Garcia Liebana1-5/+5
2016-03-11staging: octeon: Fix braces in condition statementLaura Garcia Liebana1-1/+2
2016-03-11staging: octeon: Remove multiple blank linesLaura Garcia Liebana1-2/+0
2016-03-11staging: octeon: Remove blank lines after open braceLaura Garcia Liebana1-1/+0
2016-03-11staging: octeon: Fix block commentsLaura Garcia Liebana1-25/+8
2016-03-11staging: octeon: Remove comparison to NULLLaura Garcia Liebana1-1/+1
2016-03-11staging: octeon: Move logical operators on the correct lineLaura Garcia Liebana1-4/+4
2016-02-11staging: octeon: Add spaces around operatorsJanani Ravichandran1-4/+5
2016-02-07staging: octeon: Fix logic for waking octeon ethernet tx queue.Luuk Paulussen1-1/+1
2016-02-07staging: octeon-ethernet: fix TCP/UDP checksum calcHamish Martin1-1/+1
2015-10-24staging: octeon: Remove explicit NULL comparisonMuhammad Falak R Wani1-1/+1
2015-10-02Staging: octeon: Use preferred kernel typeAybuke Ozdemir1-3/+3
2015-09-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-9/+10
2015-09-03STAGING: Octeon: Support CN68XX style WQEJanne Huttunen1-9/+10
2015-07-14staging: style fix for octeon/ethernet-tx.cJacob Kiefer1-4/+6
2015-04-30staging: octeon-ethernet: update boilerplate commentsAaro Koskinen1-20/+4
2015-04-30staging: octeon-ethernet: eliminate DONT_WRITEBACKAaro Koskinen1-1/+1
2015-04-30staging: octeon-ethernet: eliminate USE_HW_TCPUDP_CHECKSUM defineAaro Koskinen1-1/+1
2015-04-01MIPS: Octeon: Fix to IP checksum offloading in Little EndianPaul Martin1-1/+1
2015-04-01MIPS: Octeon: Set up ethernet hardware for little endianPaul Martin1-0/+3
2014-10-20Staging: octeon: ethernet-tx: fixed coding style warnings, missing blank linesRoberto Medina1-0/+11
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+3
2014-03-24staging/octeon-ethernet: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-3/+3
2014-03-04staging: octeon-ethernet: make cvm_oct_free_tx_skbs staticAaro Koskinen1-1/+1
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0