net/enic: support scatter Rx in MTU update
[dpdk.git] / drivers / net / enic / enic_rxtx.c
2016-09-30 John Daleynet/enic: support scatter Rx in MTU update
2016-09-30 John Daleynet/enic: fix bad L4 checksum flag on ICMP packets
2016-07-21 John Daleynet/enic: fix possible Rx corruption
2016-07-15 John Daleynet/enic: decrement Tx mbuf reference count before...
2016-07-10 Thomas Monjalonnet/enic: remove useless assert macro
2016-06-24 Nelson Escobarnet/enic: support scattered Rx
2016-06-23 Nelson Escobarnet/enic: improve packet type identification
2016-06-15 John Daleynet/enic: fix Tx IP and UDP/TCP checksum offload
2016-06-15 John Daleynet/enic: expand local Tx mbuf flags variable to 64...
2016-06-15 John Daleynet/enic: add an assert macro
2016-06-15 John Daleynet/enic: remove unused code
2016-06-15 John Daleynet/enic: optimize the Tx function
2016-06-15 John Daleynet/enic: refactor Tx mbuf recycling
2016-06-15 John Daleynet/enic: use Tx completion index instead of messages
2016-06-15 John Daleynet/enic: streamline mbuf handling in Tx path
2016-06-15 John Daleynet/enic: remove unused functions in Tx path
2016-06-15 John Daleynet/enic: put Tx and Rx functions into same file