mempool: introduce helpers for populate and required size
[dpdk.git] / drivers / net / enic /
2019-10-25 Flavia Musatescunet: add new header file for VXLAN
2019-10-23 Hyong Youb Kimnet/enic: add flow implementation based on Flow Manager API
2019-10-23 Hyong Youb Kimnet/enic: enable GENEVE with options offload
2019-10-23 Hyong Youb Kimnet/enic: fix crash in secondary process
2019-10-23 Hyong Youb Kimnet/enic: fix probe for secondary process
2019-10-07 John Daleynet/enic: add PCI id for new virtual function
2019-10-07 Ivan Ilchenkoethdev: change allmulticast callbacks to return status
2019-10-07 Igor Romanovethdev: make stats and xstats reset callbacks return int
2019-10-07 Andrew Rybchenkoethdev: change promiscuous callbacks to return status
2019-10-07 Ivan Ilchenkoethdev: change device info get callback to return int
2019-07-29 John Daleynet/enic: restore default log level to info
2019-07-23 John Daleynet/enic: remove PMD log type references
2019-07-22 David Marchandeal: fix IOVA mode selection as VA for PCI drivers
2019-06-13 John Daleynet/enic: remove flow locks
2019-06-13 John Daleynet/enic: remove flow count action support
2019-06-13 Hyong Youb Kimnet/enic: report speed capabilities
2019-06-13 Hyong Youb Kimnet/enic: set min and max MTU
2019-06-13 Andrew Rybchenkonet/enic: fix Tx prepare to set positive rte_errno
2019-06-13 Stephen Hemmingernet/enic: remove unnecessary cast
2019-06-03 David Marchandnet: replace IPv4/v6 constants with uppercase name
2019-05-24 Olivier Matznet: add rte prefix to UDP structure
2019-05-24 Olivier Matznet: add rte prefix to TCP structure
2019-05-24 Olivier Matznet: add rte prefix to SCTP structure
2019-05-24 Olivier Matznet: add rte prefix to IP structure
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-05-24 Olivier Matznet: add rte prefix to ether functions
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-04-19 Thomas Monjalonethdev: deprecate legacy filter API
2019-04-12 Hyong Youb Kimnet/enic: fix VLAN inner type matching for old hardware
2019-04-12 Hyong Youb Kimnet/enic: fix raw item length check
2019-03-20 Hyong Youb Kimnet/enic: fix max MTU calculation
2019-03-08 Hyong Youb Kimnet/enic: fix inner packet matching
2019-03-08 Hyong Youb Kimnet/enic: fix endianness in VLAN match
2019-03-08 Hyong Youb Kimnet/enic: fix VXLAN match
2019-03-08 Hyong Youb Kimnet/enic: reset VXLAN port regardless of overlay offload
2019-03-08 Hyong Youb Kimnet/enic: enable limited support for raw flow item
2019-03-08 Hyong Youb Kimnet/enic: move arguments into struct
2019-03-08 Hyong Youb Kimnet/enic: enable limited passthru flow action
2019-03-08 Hyong Youb Kimnet/enic: enable limited RSS flow action
2019-03-08 Hyong Youb Kimnet/enic: check for unsupported flow item types
2019-03-08 Hyong Youb Kimnet/enic: allow flow mark ID 0
2019-03-08 Hyong Youb Kimnet/enic: fix SCTP match for flow API
2019-03-08 Hyong Youb Kimnet/enic: fix flow director SCTP matching
2019-03-08 Hyong Youb Kimnet/enic: remove unused functions
2019-02-26 Bruce Richardsonbuild: set RTE_ARCH_64 based on pointer size
2019-01-14 Hyong Youb Kimnet/enic: remove redundant log level check
2019-01-14 Hyong Youb Kimnet/enic: remove useless include
2018-12-13 Hyong Youb Kimnet/enic: support multicast filtering
2018-12-13 Hyong Youb Kimnet/enic: add handler to return firmware version
2018-12-13 Hyong Youb Kimnet/enic: release port upon close
2018-11-13 Hyong Youb Kimnet/enic: fix size check in Tx prepare handler
2018-11-05 Hyong Youb Kimnet/enic: use macro for attribute weak
2018-10-29 Ferruh Yigitfix global variable issues
2018-10-26 Hyong Youb Kimnet/enic: add missing Tx offload flags
2018-10-26 Hyong Youb Kimnet/enic: fix supported packet types
2018-10-18 John Daleynet/enic: fix counter action
2018-10-11 Hyong Youb Kimnet/enic: add AVX2 based vectorized Rx handler
2018-10-11 Hyong Youb Kimnet/enic: move common Rx functions to a new header...
2018-10-11 John Daleynet/enic: support flow counter action
2018-10-11 John Daleynet/enic: fix flow API memory leak
2018-10-11 Hyong Youb Kimnet/enic: explicitly disable overlay offload
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-10-11 Hyong Youb Kimnet/enic: enable IOVA mode
2018-10-11 Hyong Youb Kimnet/enic: do not use non-standard integer types
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-08-02 Hyong Youb Kimnet/enic: reset VXLAN port during initialization
2018-08-02 Hyong Youb Kimnet/enic: revert mbuf fast free offload
2018-07-23 Hyong Youb Kimnet/enic: pick the right Rx handler after changing MTU
2018-07-11 Thomas Monjalonremove useless constructor headers
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: add handlers to add/delete vxlan port number
2018-07-02 Hyong Youb Kimnet/enic: add devarg to specify ingress VLAN rewrite...
2018-07-02 Hyong Youb Kimnet/enic: report ring limits and preferred default...
2018-07-02 Hyong Youb Kimnet/enic: initialize RQ fetch index before enabling RQ
2018-07-02 Hyong Youb Kimnet/enic: do not overwrite admin Tx queue limit
2018-07-02 Hyong Youb Kimnet/enic: update the UDP RSS detection mechanism
2018-07-02 Hyong Youb Kimnet/enic: fix receive packet types
2018-05-14 Hyong Youb Kimnet/enic: fix missing offload capabilities
2018-05-14 Hyong Youb Kimnet/enic: fix flow drop action
2018-05-14 Hyong Youb Kimnet/enic: update UDP RSS controls
2018-05-14 Hyong Youb Kimnet/enic: fix RSS hash type advertisement
2018-05-14 John Daleynet/enic: set rte errno to positive value
2018-05-14 Hyong Youb Kimnet/enic: fix the MTU handler to rely on max packet...
2018-05-14 Hyong Youb Kimnet/enic: enable RQ first and then post Rx buffers
2018-04-27 Adrien Mazarguilethdev: add transfer attribute to flow API
2018-04-27 Adrien Mazarguilethdev: fix TPID handling in flow API
2018-04-27 Adrien Mazarguilethdev: alter behavior of flow API actions
2018-04-27 John Daleynet/enic: fix uninitialized variable
2018-04-27 Hyong Youb Kimnet/enic: enable overlay offload for VXLAN and GENEVE
2018-04-27 David Marchandnet/enic: add primary MAC address handler
2018-04-13 Ferruh Yigitethdev: replace bus specific struct with generic dev
2018-04-13 Hyong Youb Kimnet/enic: support drop flow action
next