aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/octeon/ethernet-tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-11Staging: octeon: fix line over 80 characters in ethernet-tx.cEbru Akagunduz1-20/+45
2013-10-11Staging: octeon: fix quoted string split across lines in ethernet-tx.cEbru Akagunduz1-2/+2
2013-09-25staging: octeon: Fix typo in staging/octeonMasanari Iida1-1/+1
2012-05-22Merge tag 'staging-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-5/+5
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-05-06skb: Add inline helper for getting the skb end offset from headAlexander Duyck1-1/+1
2012-05-02Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman1-5/+5
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-5/+5
2011-12-07MIPS: Octeon: Move some Ethernet support files out of staging.David Daney1-6/+6
2011-11-09STAGING: octeon-ethernet: Fix compile error caused by skb_frag_struct changeDavid Daney1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-28staging: octeon: use printk_ratelimited instead of printk_ratelimitChristian Dietrich1-5/+6
2010-02-27Staging: Octeon: Reformat a bunch of comments.David Daney1-7/+7
2010-02-27Staging: Octeon: Free transmit SKBs in a timely mannerDavid Daney1-27/+110
2010-02-27Staging: Octeon Ethernet: Use constants from in.hDavid Daney1-4/+4
2010-02-27Staging: Octeon Ethernet: Enable scatter-gather.David Daney1-7/+50
2010-02-27Staging: Octeon Ethernet: Rewrite transmit code.David Daney1-60/+112