summaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx/files/drivers/net/ethernet/cavium/cns3xxx_eth.c
Commit message (Expand)AuthorAgeFilesLines
* cns3xxx: ethernet - clean the tx ring before refilling the rx ring to reduce ...nbd2013-03-111-4/+4
* cns3xxx: ethernet - clean the tx ring only in the poll function, not in the x...nbd2013-03-111-6/+11
* cns3xxx: increase number of ethernet driver rx buffersnbd2013-03-101-1/+1
* cns3xxx: prevent the ethernet driver from accessing uninitialized dma descrip...nbd2013-03-101-1/+2
* cns3xxx: minor ethernet driver cleanupnbd2013-03-101-35/+19
* cns3xxx: use kmalloc instead of kzalloc for ethernet rx buffersnbd2013-03-101-1/+1
* cns3xxx: fix an rx irq handling corner casenbd2013-03-101-5/+5
* cns3xxx: fix ethernet driver memory barrier usagenbd2013-03-101-5/+8
* cns3xxx: reduce buffer allocation size to 2048 bytes, improves ethernet perfo...nbd2013-03-101-1/+1
* cns3xxx: add linux 3.8 support and use it by defaultnbd2013-03-091-3/+3
* cns3xxx: convert ethernet patches to filesluka2012-11-111-0/+1349