mbuf: rename deprecated VLAN flags
[dpdk.git] / drivers / net / enic / enic_rxtx.c
2017-10-26 Olivier Matzmbuf: rename deprecated VLAN flags
2017-08-03 Aaron Conolenet/enic: fix crash when freeing 0 packet to mempool
2017-06-12 John Daleynet/enic: flow API mark and flag support
2017-04-19 John Daleynet/enic: remove initialization of some mbuf fields
2017-04-05 Olivier Matzmbuf: make segment prefree function public
2017-02-10 John Daleynet/enic: fix memory leak with oversized Tx packets
2017-01-18 Santosh Shuklanet/enic: use I/O device memory read/write API
2017-01-17 John Daleynet/enic: use new Rx checksum flags
2017-01-17 John Daleynet/enic: support TSO
2016-10-13 John Daleynet/enic: add ethernet VLAN packet type
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