net/virtio-user: add new virtual PCI driver
[dpdk.git] / drivers / net / i40e /
2016-06-16 Remy Hortonethdev: remove name from extended statistic fetch
2016-06-16 Remy Hortonnet/i40e: fetch extended statistics with integer ids
2016-06-15 Olivier Matzmbuf: add new Rx flags for stripped VLAN
2016-06-07 Jerin Jacobmk: fix cross-compilation
2016-05-24 Olivier Matzmbuf: add prefetch helpers
2016-05-17 Olivier Matzmbuf: add raw allocation function
2016-05-06 Jingjing Wui40e: fix VLAN stripping from inner header
2016-05-06 Beilei Xingi40evf: expose queue info functions reused from PF
2016-05-06 Björn Töpeli40evf: report error for unsupported CRC stripping...
2016-05-06 Daniel Mrzyglodi40e: remove unneeded NULL check
2016-05-06 Bruce Richardsoni40e: simplify SSE packet length extraction code
2016-05-06 Bruce Richardsoni40e: improve performance of vector PMD
2016-05-06 Bruce Richardsoni40e: require SSE4.1 support for vector driver
2016-05-06 Rami Roseni40e: remove redundant fdir forward declarations
2016-05-06 Jingjing Wui40e: fix packet count stats
2016-05-06 Remy Hortoni40e: fix register dump offset
2016-04-20 Thomas Monjalonethdev: remove deprecated statistics
2016-04-06 Zhe Taoi40e: fix TSO
2016-04-06 Jingjing Wui40evf: fix link info update
2016-04-01 Marc Suneethdev: redesign link speed config
2016-04-01 Marc Suneethdev: add speed capabilities
2016-04-01 Marc Suneethdev: rename link speed constants
2016-04-01 Thomas Monjalonethdev: use constants for link state
2016-03-31 Jingjing Wui40e: fix crash on DCB query
2016-03-31 Rami Roseni40e: fix typo in flow director comment
2016-03-25 Marvin Liuapp/testpmd: fix build on FreeBSD
2016-03-25 Jiangu Zhaoi40e: fix using memory after free
2016-03-25 Zhe Taoi40e: fix build without Rx bulk alloc
2016-03-25 Jingjing Wui40e: extend flow director for VLAN
2016-03-25 Andrey Chilikini40e: fix VLAN bitmasks for input set
2016-03-25 Jingjing Wui40e: allow filtering on more IP header fields
2016-03-25 Jingjing Wui40e: use default filter input set on init
2016-03-25 Jingjing Wui40e: remove flex payload from input selection
2016-03-25 Jingjing Wui40e: split function for hash and flow director input
2016-03-25 Jingjing Wui40evf: support reporting PF reset
2016-03-25 Jingjing Wui40evf: allocate virtchnl commands buffer per VF
2016-03-25 Jianfeng Tanethdev: query supported packet types
2016-03-22 Igor Ryzhovethdev: remove missed packets from error counter
2016-03-16 Remy Hortoni40e: support default MAC address setting
2016-03-16 Remy Hortoni40e: add EEPROM and registers dumping
2016-03-16 Jingjing Wui40e: support setting VF MAC address
2016-03-16 Zhe Taoi40e: add VEB switching support
2016-03-16 Rami Roseni40e: fix typo in a comment
2016-03-16 Jingjing Wui40e: enable DCB in VMDQ VSIs
2016-03-16 Helin Zhangi40evf: use base driver defined interface
2016-03-16 Helin Zhangi40e/base: add base driver release info
2016-03-16 Helin Zhangi40e/base: update AQ command structures and macros
2016-03-16 Helin Zhangi40e/base: add AQ thermal sensor control struct
2016-03-16 Helin Zhangi40e/base: add virtchnl offload for X722 PCTYPES
2016-03-16 Helin Zhangi40e/base: add some register definitions
2016-03-16 Helin Zhangi40e: use AQ for Rx control register read/write
2016-03-16 Helin Zhangi40e/base: fix coding style
2016-03-16 Helin Zhangi40e/base: save VSI resource count on update
2016-03-16 Helin Zhangi40e/base: fix driver load failure
2016-03-16 Helin Zhangi40e/base: avoid unwanted Tx traffic mirroring
2016-03-16 Helin Zhangi40e/base: support LED blinking with new PHY
2016-03-16 Helin Zhangi40e/base: add AQ switch configuration
2016-03-16 Helin Zhangi40e/base: add VEB statistics control
2016-03-16 Helin Zhangi40e/base: support mirroring rules
2016-03-16 Helin Zhangi40e/base: set shared bit for multicast filters
2016-03-16 Helin Zhangi40e/base: fix PHY NVM interaction
2016-03-16 Helin Zhangi40e/base: unify the capability function
2016-03-16 Helin Zhangi40e/base: fix proxy for X722
2016-03-16 Helin Zhangi40e/base: fix wake on lan for X722
2016-03-16 Helin Zhangi40e: update device ids
2016-03-16 Helin Zhangi40e/base: fix uncertain event descriptor issue
2016-03-16 Helin Zhangi40e/base: set AQ count after memory allocation
2016-03-16 Helin Zhangi40e/base: fix missing check for stopped admin queue
2016-03-16 Helin Zhangi40e/base: limit version check of DCB
2016-03-16 Helin Zhangi40e/base: support NVM read on X722
2016-03-16 Helin Zhangi40e/base: add flag for X722 register access
2016-03-16 Helin Zhangi40e/base: acquire NVM ownership before reading it
2016-03-16 Helin Zhangi40e/base: fix compilation warnings
2016-03-16 Helin Zhangi40evf: rework MAC address validation
2016-03-16 Helin Zhangi40e: generate MAC address for VF
2016-03-16 Julien Meunieri40e: fix VLAN filtering
2016-03-16 Rich Lanei40e: fix inverted check for no refcount
2016-03-13 Xutao Suni40e: add tunnel filter for IP in GRE
2016-03-13 Xutao Sunethdev: rework tunnel filtering structure
2016-03-13 Wenzhuo Luethdev: rename UDP tunnel port functions
2016-03-11 Helin Zhangi40e: fix overflow
2016-03-11 Helin Zhangethdev: add vlan type when setting ether type
2016-03-09 Helin Zhangi40e: enable extended tag
2016-03-04 Ravi Kerurmbuf: get DMA address
2016-02-10 Huawei Xieremove extra parentheses in return statement
2015-12-15 Jingjing Wui40e: fix flow director index sign
2015-12-15 Jingjing Wui40e: fix max frame size
2015-12-10 Helin Zhangi40e: fix filtering with vlan input
2015-12-07 Stephen Hemmingerremove blank lines at end-of-file
2015-12-06 Jingjing Wui40evf: fix MAC deletion when stopping
2015-12-06 Andrey Chilikini40e: fix flex payload mask
2015-12-06 Thomas Monjaloneal: fix build with Xen dom0 enabled
2015-11-27 Michael Qiudrivers: fix constant suffix for 32-bit platforms
2015-11-27 Helin Zhangi40evf: fix RSS key configuration
2015-11-23 Jingjing Wui40evf: fix write flush
2015-11-23 Jingjing Wui40e: fix BW info without DCB enabled
2015-11-23 Jingjing Wui40e: fix DCB configuration with firmware >= 5.x
2015-11-23 Helin Zhangi40e: skip link control as firmware workaround
2015-11-23 Helin Zhangi40e: fix reconfiguring hash enable flags
2015-11-23 Harry van Haareni40e: remove CRC size from byte counters
next