mbuf: add rte prefix to offload flags
[dpdk.git] / drivers / net / enic / enic_rxtx.c
2021-07-30 Olivier Matzmbuf: add rte prefix to offload flags rename-olflags1
2021-04-13 John Daleynet/enic: fix completion pointer calculation
2021-01-29 Bruce Richardsonethdev: make driver-only headers private
2021-01-19 Hyong Youb Kimnet/enic: use 64B completion queue entries if available
2020-01-17 John Daleynet/enic: consolidate and remove some defines
2019-06-13 Andrew Rybchenkonet/enic: fix Tx prepare to set positive rte_errno
2018-11-13 Hyong Youb Kimnet/enic: fix size check in Tx prepare handler
2018-10-11 Hyong Youb Kimnet/enic: move common Rx functions to a new header...
2018-10-11 Hyong Youb Kimnet/enic: add VLAN and csum offloads to simple Tx handler
2018-10-11 Hyong Youb Kimnet/enic: do not use deprecated Tx VLAN packet flag
2018-10-11 Hyong Youb Kimnet/enic: set Rx VLAN offload flag for non-stripped...
2018-08-02 Hyong Youb Kimnet/enic: revert mbuf fast free offload
2018-07-02 John Daleynet/enic: cap Rx packet processing to end of desc ring
2018-07-02 John Daleynet/enic: add simple Rx handler
2018-07-02 Hyong Youb Kimnet/enic: check maximum packet size in Tx prepare handler
2018-07-02 Hyong Youb Kimnet/enic: add the simple version of Tx handler
2018-07-02 Hyong Youb Kimnet/enic: reduce Tx completion updates
2018-07-02 Hyong Youb Kimnet/enic: support mbuf fast free offload
2018-07-02 Hyong Youb Kimnet/enic: use mbuf pointer array for inflight Tx packets
2018-07-02 Hyong Youb Kimnet/enic: fix receive packet types
2018-05-14 John Daleynet/enic: set rte errno to positive value
2018-04-27 Hyong Youb Kimnet/enic: enable overlay offload for VXLAN and GENEVE
2018-01-29 Hyong Youb Kimnet/enic: set L4 checksum flags for IPv6 packets
2018-01-29 Hyong Youb Kimnet/enic: add Tx prepare handler
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-16 John Daleynet/enic: remove a conditional from the Tx path
2018-01-16 John Daleynet/enic: use TSO flags
2018-01-16 Hyong Youb Kimnet/enic: use BSD-3-Clause
2018-01-16 Hyong Youb Kimnet/enic: refill only the address of the RQ descriptor
2018-01-16 Hyong Youb Kimnet/enic: remove a couple unnecessary statements
2018-01-16 Hyong Youb Kimnet/enic: fix L4 Rx ptype comparison
2018-01-16 Hyong Youb Kimnet/enic: do not set checksum unknown offload flag
2017-11-02 John Daleynet/enic: fix TSO for packets greater than 9208 bytes
2017-11-06 Santosh Shuklambuf: rename physical address to IOVA
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