examples/fips_validation: fix buffer overflow
[dpdk.git] / drivers / net / iavf /
2020-07-29 Jeff Guonet/iavf: delete unsupported RSS types
2020-07-29 Jeff Guonet/iavf: add GTPU in default hash
2020-07-29 Junfeng Guonet/iavf: disable simple XOR RSS hash function
2020-07-21 Jeff Guonet/iavf: fix GTPU L4 hash
2020-07-11 Junfeng Guonet/iavf: support RSS for IPv4 IPv6 mix of GTP
2020-07-11 Junfeng Guonet/iavf: support flow director GTPU outer IPv4/IPv6
2020-07-07 Jeff Guonet/iavf: enable additional hash flow
2020-07-07 Jeff Guonet/iavf: enable 5 tuple RSS hash
2020-07-07 Jeff Guonet/iavf: refactor hash flow
2020-07-07 Junyu Jiangnet/iavf: fix RSS RETA after restart
2020-07-07 Ferruh Yigitnet/iavf: fix uninitialized variable
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-05-28 Jeff Guonet/iavf: fix flow uninit
2020-05-28 Jeff Guonet/iavf: fix RSS protocol field selector
2020-05-22 Jeff Guonet/iavf: fix flow access
2020-05-22 Jeff Guonet/iavf: fix setting L2TAG
2020-05-21 Leyi Rongnet/iavf: fix flow director after queue reconfigured
2020-05-19 Jeff Guonet/iavf: fix VF reset for RSS
2020-05-18 Ting Xunet/iavf: fix RXDID setting for Rx queue
2020-05-18 Jeff Guonet/iavf: fix RSS algorithm configuration
2020-05-18 Leyi Rongnet/iavf: remove useless assignment in Rx
2020-05-11 Jeff Guonet/iavf: fix flow API error logs
2020-05-11 Jeff Guonet/iavf: fix input set for RSS hash
2020-05-11 Alvin Zhangnet/iavf: fix link speed
2020-05-05 Simei Sunet/iavf: fix VF reset for flow director rule
2020-04-22 Cheng Pengnet/iavf: fix stats query error code
2020-04-21 Jeff Guonet/iavf: add RSS configuration for VF
2020-04-21 Simei Sunet/iavf: support flow director mark action
2020-04-21 Simei Sunet/iavf: support flow director PFCP
2020-04-21 Simei Sunet/iavf: support flow director L2TPv3 and IPsec
2020-04-21 Simei Sunet/iavf: support flow director GTPU
2020-04-21 Simei Sunet/iavf: support flow director basic rule
2020-04-21 Leyi Rongnet/iavf: add RSS hash parsing in SSE path
2020-04-21 Leyi Rongnet/iavf: add RSS hash parsing in AVX path
2020-04-21 Leyi Rongnet/iavf: support flow mark in SSE path
2020-04-21 Leyi Rongnet/iavf: support flow mark in AVX path
2020-04-21 Leyi Rongnet/iavf: support flow mark in normal data path
2020-04-21 Leyi Rongnet/iavf: add flow director enabled switch value
2020-04-21 Leyi Rongnet/iavf: support flexible Rx descriptor in SSE path
2020-04-21 Leyi Rongnet/iavf: support flexible Rx descriptor in AVX path
2020-04-21 Leyi Rongnet/iavf: support flexible Rx descriptor in normal...
2020-04-21 Leyi Rongnet/iavf: return error if opcode is mismatched
2020-04-21 Leyi Rongnet/iavf: support flexible Rx descriptor definitions
2020-04-21 Xiao Zhangnet/iavf: support more flow patterns
2020-04-21 Qiming Yangnet/iavf: support generic flow API
2020-04-21 Lunyuan Cuinet/iavf: enable port reset
2020-04-21 Haiyue Wangnet/iavf: stop PCI probe in DCF mode
2020-04-21 Shougang Wangnet/iavf: unify Rx packet type table
2020-04-16 Thomas Monjalonreplace cold attributes
2020-04-14 Pavan Nikhileshbuild: disable experimental API check internally
2020-01-17 Haiyue Wangnet/iavf: unify bool type value
2020-01-17 Haiyue Wangnet/iavf/base: move to drivers common directory
2020-01-17 Yahui Caonet/iavf: fix virtual channel return
2020-01-17 Qi Zhangnet/iavf/base: update version info
2020-01-17 Qi Zhangnet/iavf: move device state flag
2020-01-17 Qi Zhangnet/iavf/base: fix adminq return
2020-01-17 Qi Zhangnet/iavf/base: update copyright date
2020-01-17 Qi Zhangnet/iavf/base: support more link speeds
2020-01-17 Qi Zhangnet/iavf/base: update FW API version for X722
2020-01-17 Qi Zhangnet/iavf/base: fix command buffer memory leak
2020-01-17 Qi Zhangnet/iavf/base: increase max VSI count for VFs
2020-01-17 Qi Zhangnet/iavf/base: adjust indentation
2020-01-17 Qi Zhangnet/iavf/base: update virtual channel
2020-01-17 Qi Zhangnet/iavf/base: rename functions
2020-01-17 Qi Zhangnet/iavf/base: remove unnecessary compile option
2020-01-17 Qi Zhangnet/iavf/base: remove unused code
2020-01-17 Qi Zhangnet/iavf/base: update device IDs
2020-01-17 Qi Zhangnet/iavf/base: rename register macro
2020-01-17 Qi Zhangnet/iavf/base: rename error code enum
2020-01-17 Qi Zhangnet/iavf/base: remove unnecessary header file
2020-01-17 Tao Zhunet/iavf: add TSO offload use basic path
2020-01-17 Jiaqi Minnet/iavf: fix Rx total stats
2019-11-25 Stephen Hemmingerremove blank lines at end of file
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-11-20 Andrew Rybchenkodrivers/net: fix RSS hash offload flag if no RSS
2019-11-20 Leyi Rongnet/iavf: fix Tx checksum offload in AVX path
2019-11-11 Pavan Nikhileshdrivers/net: update Rx RSS hash offload capabilities
2019-10-23 Leyi Rongnet/iavf: enable AVX2 for iavf
2019-10-07 Stephen Hemmingernet/iavf: use dynamic log type for Tx/Rx debug
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-08-06 Xiao Zhangnet/iavf: fix address of first segment
2019-07-26 Qi Zhangnet/iavf: fix endless loop
2019-07-24 Xiaolong Yenet/iavf: replace license text with SPDX tag
2019-07-23 Qi Zhangnet/iavf: fix Rx bytes stats
2019-07-23 Ting Xunet/iavf: fix driver crash when enable TSO
2019-07-23 Nithin Dabilpuramdrivers/net: use ack in interrupt handlers
2019-07-22 David Marchandeal: fix IOVA mode selection as VA for PCI drivers
2019-07-01 Ivan Malovmbuf: clarify outer offsets for non-tunnel packets
2019-06-20 Lavanya Govindarajannet/iavf: move compile time define to configuration
2019-06-13 Andrew Rybchenkonet/iavf: fix Tx prepare to set positive rte_errno
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 ether defines
2019-05-24 Olivier Matznet: add rte prefix to ether functions
2019-05-24 Olivier Matznet: add rte prefix to ether structures
next