aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/octeon/ethernet-tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-27Staging: Octeon Ethernet: Fix memory allocation.David Daney1-3/+3
2010-02-27Staging: Octeon Ethernet: Remove unused code.David Daney1-99/+0
2009-12-11Staging: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-06-24Staging: octeon-ethernet: Fix race freeing transmit buffers.David Daney1-23/+33
2009-06-24Staging: octeon-ethernet: Convert to use net_device_ops.David Daney1-3/+3
2009-06-17Staging: Add octeon-ethernet driver files.David Daney1-0/+634