devtools: pass custom options to checkpatch
[dpdk.git] / lib / librte_ethdev /
2019-07-03 Morten Brørupnet: move TCP flags from ethdev header
2019-06-29 David Marchandenforce experimental tag at beginning of declarations
2019-06-29 David Marchandremove experimental tags from all symbol definitions
2019-06-13 Andrew Rybchenkoethdev: fix Tx prepare documentation to use positive...
2019-06-13 Sunil Kumar Koriethdev: add default value for max segment
2019-06-13 David Marchandethdev: add a check on mempool during RxQ setup
2019-06-06 Tom Barbetteethdev: add API to read device clock
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 ICMP structure
2019-05-24 Olivier Matznet: add rte prefix to ESP 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-05-02 John McNamaradoc: fix spelling reported by aspell in comments
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-19 Thomas Monjalonethdev: deprecate legacy filter API
2019-04-11 Jasvinder Singhmeter: replace color definitions
2019-04-05 Tom Barbetteethdev: document mask requirements for RETA
2019-04-05 Qiming Yangethdev: add VXLAN-GPE tunnel type
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-29 Rami Rosenethdev: fix a typo
2019-03-21 Stephen Hemmingerethdev: check for invalid device name
2019-03-20 Andrew Rybchenkoethdev: highlight that all-multicast is retained on...
2019-03-20 Andrew Rybchenkoethdev: advertise default MAC as retained on restart
2019-03-20 Andrew Rybchenkoethdev: advertise MTU as retained across stop/start
2019-03-20 Rami Rosenethdev: fix method name in doxygen comment
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-22 Andrew Rybchenkoethdev: fix errno to have positive value
2019-01-18 Nithin Dabilpuramethdev: report error on ring name truncation
2019-01-14 David Marchandethdev: declare Tx prepare API as not experimental
2018-12-20 Reshma Pattanmeter: unify packet color definition
2018-12-13 Yaroslav Brustinovethdev: fix typo in queue setup error log
2018-11-21 Ferruh Yigitethdev: remove unused deferred device state
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: fix iterator default behaviour for representors
2018-10-26 Thomas Monjalonethdev: filter destroy event before probed
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
next