net: add rte prefix to ether defines
[dpdk.git] / lib / librte_ethdev / rte_ethdev.c
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: promote function for port count as stable
2019-04-19 Thomas Monjalonethdev: avoid explicit check of valid port state
2019-04-05 Thomas Monjalonethdev: add siblings iterators
2019-04-05 Thomas Monjalonethdev: simplify port state comparisons
2019-04-05 Dekel Peledethdev: fix typo in error messages
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy without adding extra...
2019-03-29 Stephen Hemmingerethdev: add min/max MTU to device info
2019-03-21 Stephen Hemmingerethdev: check for invalid device name
2019-03-20 Stephen Hemmingerethdev: replace snprintf with strlcpy on init
2019-03-20 Stephen Hemmingerethdev: replace snprintf with strlcpy for owner
2019-02-20 Thomas Monjalonethdev: remove unused variable
2019-01-18 Nithin Dabilpuramethdev: report error on ring name truncation
2018-12-13 Yaroslav Brustinovethdev: fix typo in queue setup error log
2018-11-13 Ferruh Yigitethdev: eliminate interim variable
2018-11-13 Wenzhuo Luethdev: fix device info getting
2018-11-13 Wenzhuo Luethdev: fix invalid configuration after failure
2018-11-06 Thomas Monjalonethdev: remove experimental tag for iterator API
2018-11-05 Ferruh Yigitethdev: fix redundant function pointer check
2018-10-29 Ferruh Yigitadd missing static keyword to globals
2018-10-26 Stephen Hemmingerethdev: make offload name API non-experimental
2018-10-26 Thomas Monjalonethdev: filter destroy event before probed
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 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-17 Thomas Monjalonethdev: rename memzones allocated for DMA
2018-10-17 Qi Zhangethdev: add function to release port in secondary process
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 Jerin Jacobethdev: support SCTP Rx checksum offload
2018-10-11 Xiaoyun Liethdev: get Rx queue interrupt fd
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-05 Kevin Traynorethdev: decrease log level for unneeded actions
2018-08-02 Stephen Hemmingerethdev: decrease log level of ownership change
2018-07-15 Gaetan Rivetdevargs: add non-variadic parsing function
2018-07-13 Kiran Kumarethdev: check queue stats mapping input arguments
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-07-04 Ferruh Yigitethdev: remove old offload API
2018-07-02 Ferruh Yigitethdev: add new offload flag to keep CRC
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-22 Zhiyong Yangethdev: fix storage type of latest port id
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: 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-01 Ferruh Yigitethdev: remove error return on RSS hash check
2018-04-27 Ferruh Yigitethdev: rename folder to library name