net/ice: fix GTPU down/uplink and extension conflict
[dpdk.git] / drivers / net / enic /
2020-07-11 Hyong Youb Kimnet/enic: support burst mode info
2020-07-11 Wei Hu (Xavier)ethdev: fix VLAN offloads set if no relative capabilities
2020-07-11 Hyong Youb Kimnet/enic: add more flow manager actions to dump
2020-07-11 Hyong Youb Kimnet/enic: support VLAN push and pop flow actions
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-04-21 John Daleynet/enic: allow multiple mark and flag actions
2020-04-21 John Daleynet/enic: support flow API RSS ranges on outer headers
2020-04-21 John Daleynet/enic: change Rx queue ordering to enable RSS action
2020-04-21 John Daleynet/enic: update flow manager API
2020-04-21 Hyong Youb Kimnet/enic: fix flow action reordering
2020-04-16 Thomas Monjalonreplace unused attributes
2020-04-16 Thomas Monjalonreplace packed attributes
2020-04-14 Pavan Nikhileshbuild: disable experimental API check internally
2020-03-27 Ferruh Yigitlog: add API to check if a logtype can log in a given...
2020-02-05 John Daleynet/enic: use common min and max macros
2020-01-17 John Daleynet/enic: move min/max macros
2020-01-17 John Daleynet/enic: consolidate and remove some defines
2020-01-17 John Daleynet/enic: replace some PMD macros with standard API
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-11-20 Reshma Pattannet: use IPV4 VHL constant
2019-11-20 Andrew Rybchenkodrivers/net: fix RSS hash offload flag if no RSS
2019-11-11 Pavan Nikhileshdrivers/net: update Rx RSS hash offload capabilities
2019-11-08 Hyong Youb Kimnet/enic: re-enable link status change interrupt
2019-11-08 Hyong Youb Kimnet/enic: suppress unwanted error messages
2019-11-08 Hyong Youb Kimnet/enic: fix speed capabilities for new VF
2019-11-08 Hyong Youb Kimnet/enic: fix whitespaces in log macros
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
next