net: support MPLS in software packet type parser
[dpdk.git] / lib / librte_ethdev /
2018-10-26 Thomas Monjalonethdev: support MAC address as iterator filter
2018-10-26 Thomas Monjalonethdev: support representor id as iterator filter
2018-10-26 Thomas Monjalonethdev: move representor parsing functions
2018-10-26 Thomas Monjalonethdev: remove deprecated attach/detach functions
2018-10-26 Thomas Monjalonethdev: allow iterating with pure class filter
2018-10-26 Thomas Monjalonethdev: add iterator to match devargs input
2018-10-26 Ori Kamethdev: add raw encapsulation action
2018-10-26 Dekel Peledethdev: support metadata as flow rule criteria
2018-10-26 Thomas Monjalonethdev: complete closing of port
2018-10-26 Thomas Monjalonethdev: remove release function for secondary process
2018-10-26 Thomas Monjalonethdev: free all common data when releasing port
2018-10-26 Thomas Monjalonethdev: fix doxygen comments of shared data fields
2018-10-18 Xiaoyu Minethdev: add generic MAC address rewrite actions
2018-10-18 Xiaoyu Minethdev: add generic TTL rewrite actions
2018-10-18 Alejandro Luceroethdev: add field for device data per process
2018-10-17 Thomas Monjalonethdev: rename memzones allocated for DMA
2018-10-17 Qi Zhangethdev: add function to release port in secondary process
2018-10-08 Rosen Xuethdev: expand queue threshold size of RED parameters
2018-10-11 Jerin Jacobethdev: add Tx offload outer UDP checksum definition
2018-10-11 Jerin Jacobethdev: add Rx offload outer UDP checksum definition
2018-10-11 Rahul Lakkireddyethdev: add flow action to swap MAC addresses
2018-10-11 Rahul Lakkireddyethdev: add flow API actions to modify TCP/UDP port...
2018-10-11 Rahul Lakkireddyethdev: add flow API actions to modify IP addresses
2018-10-11 Jerin Jacobethdev: support SCTP Rx checksum offload
2018-10-11 Xiaoyun Liethdev: get Rx queue interrupt fd
2018-10-11 Adrien Mazarguilethdev: deprecate flow object copy function
2018-10-11 Adrien Mazarguilethdev: add missing items/actions to flow object converter
2018-10-11 Adrien Mazarguilethdev: add flow API item/action name conversion
2018-10-11 Adrien Mazarguilethdev: add flow API object converter
2018-10-11 Thomas Monjalondevargs: rename enum items with singular form
2018-10-03 Gaetan Rivetethdev: register as a class
2018-10-03 Gaetan Rivetethdev: add private generic device iterator
2018-09-27 Paul M Stillwell Jrethdev: fix doxygen comment to be with structure
2018-09-27 Alejandro Luceroethdev: fix error handling in create function
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-09-14 Dekel Peledethdev: fix missing names in Tx offload name array
2018-08-28 Stephen Hemmingerethdev: fix port ownership logs
2018-08-28 Alejandro Luceroethdev: fix MAC changes when live change not supported
2018-08-28 Ilia Kurakinethdev: change vtune profiling approach
2018-08-09 Rami Rosenethdev: fix a doxygen comment for port allocation
2018-08-07 Thomas Monjalonethdev: bump library version
2018-08-05 Andrew Rybchenkoethdev: deprecate attach and detach functions
2018-08-05 Kevin Traynorethdev: decrease log level for unneeded actions
2018-08-02 Stephen Hemmingerethdev: decrease log level of ownership change
2018-08-01 Rami Rosenethdev: remove unused forward declaration
2018-08-01 Ben Sheltonethdev: clarify usage of TM node parent update
2018-07-23 Jasvinder Singhethdev: improve description for port name API
2018-07-23 Jerin Jacobethdev: fix queue statistics mapping documentation
2018-07-15 Gaetan Rivetdevargs: add non-variadic parsing function
2018-07-13 Kiran Kumarethdev: check queue stats mapping input arguments
2018-07-13 Nelio Laranjeiroethdev: fix missing function in map file
2018-07-12 Nelio Laranjeiroethdev: fix flow expansion matching types
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-07-05 Ferruh Yigitexamples: fix RSS hash function configuration
2018-07-04 Ferruh Yigitethdev: remove old offload API
2018-07-04 Ferruh Yigitethdev: document xstats API assumption
2018-07-02 Ferruh Yigitethdev: add new offload flag to keep CRC
2018-07-02 Nelio Laranjeiroethdev: add flow API to expand RSS flows
2018-07-02 Nelio Laranjeiroapp/testpmd: fix missing count action fields
2018-07-02 Ferruh Yigitethdev: convert static log type usage to dynamic
2018-07-02 Ferruh Yigitethdev: move log macro to header
2018-06-14 Ferruh Yigitethdev: force RSS offload rules again
2018-06-14 Ferruh Yigitethdev: force offloading API rules
2018-05-26 Ben Sheltonethdev: add missing TM function to export map
2018-05-22 Vipin Vargheseethdev: update description of port name
2018-05-22 Adrien Mazarguilethdev: fix shallow copy of flow API RAW item
2018-05-22 Zhiyong Yangethdev: fix storage type of latest port id
2018-05-22 Andy Greenethdev: fix type and scope of variables in Rx burst
2018-05-20 Andy Greenethdev: explicit cast of queue count return
2018-05-14 Ivan Malovethdev: improve doc for name by port ID API
2018-05-14 Yanglong Wuethdev: fix checking Rx/Tx queue status
2018-05-14 Matan Azradethdev: fix port removal notification timing
2018-05-14 Thomas Monjalonethdev: fix port probing notification
2018-05-14 Thomas Monjalonethdev: fix port visibility before initialization
2018-05-14 Matan Azradethdev: add lock to port allocation check
2018-05-14 Matan Azradethdev: allow ownership operations on unused port
2018-05-14 Thomas Monjalonethdev: add probing finish function
2018-05-14 Thomas Monjalonethdev: add doxygen comments for each state
2018-05-14 Thomas Monjalonethdev: fix debug log of owner id
2018-05-14 Wei Daiethdev: new Rx/Tx offloads API
2018-05-14 Ferruh Yigitethdev: fix corrupted device info in configure
2018-05-14 Qi Zhangethdev: convert Tx offloads to Tx queue config
2018-05-14 Ferruh Yigitlib: clear experimental version tag in linker scripts
2018-05-13 Andy Greenethdev: explicit cast of buffered Tx number
2018-05-04 Nikhil Raoethdev: support WRED thresholds in bytes
2018-05-01 Ben Sheltonethdev: fix TM API comment
2018-05-01 Ferruh Yigitethdev: remove error return on RSS hash check
2018-04-27 Ferruh Yigitethdev: rename folder to library name