net/hns3: modify a function name
[dpdk.git] / lib / ethdev /
2022-06-21 Sean Morrisseyethdev: remove unneeded header includes
2022-06-08 Spike Duethdev: introduce available Rx descriptors threshold
2022-06-02 Thomas Monjalonethdev: promote port ownership API as stable
2022-06-02 Jiawei Wangethdev: add IPv4/IPv6 ECN header rewrite action
2022-06-01 Min Hu (Connor)ethdev: fix port close in secondary process
2022-05-31 Robin Zhangethdev: support SFF-8636 module telemetry
2022-05-31 Robin Zhangethdev: support SFF-8472 module telemetry
2022-05-31 Robin Zhangethdev: support SFF-8079 module telemetry
2022-05-31 Robin Zhangethdev: add common code for different SFF specs
2022-05-31 Robin Zhangethdev: add telemetry command for module EEPROM
2022-05-30 Min Hu (Connor)ethdev: fix port state when stop
2022-05-25 Dmitry Kozlyukethdev: prohibit polling stopped queue
2022-05-20 Chengwen Fengethdev: fix possible null pointer access
2022-05-20 Chengwen Fengethdev: fix memory leak in xstats telemetry
2022-05-20 Chengwen Fengethdev: simplify xstats get implementation
2022-05-20 Chengwen Fengethdev: clarify null location case in xstats get
2022-05-19 Jerin Jacobethdev: add protocol based meter input color selection
2022-05-12 Huisong Liethdev: fix RSS update when RSS is disabled
2022-05-12 Aman Singhethdev: fix build with vtune option
2022-03-08 Ferruh Yigitethdev: fix doxygen comments for device info struct
2022-02-27 Stephen Hemmingerremove extra blank line at EOF
2022-02-24 Alexander Kozyrevethdev: bring in async indirect actions operations
2022-02-24 Alexander Kozyrevethdev: bring in async queue-based flow rules operations
2022-02-24 Alexander Kozyrevethdev: add flow item/action templates
2022-02-24 Alexander Kozyrevethdev: introduce flow engine configuration
2022-02-16 David Marchandethdev: fix MAC address in telemetry device info
2022-02-22 Bruce Richardsonethdev: fix cast for C++ compatibility
2022-02-22 Brian Dooleyethdev: add missing C++ guards
2022-02-11 Ferruh Yigitethdev: move driver interface functions to its own...
2022-02-11 Ferruh Yigitethdev: introduce generic dummy packet burst function
2022-02-11 Sean Zhangethdev: support GRE optional fields
2022-02-11 Min Hu (Connor)ethdev: introduce dump API
2022-02-10 Yunjian Wangethdev: remove unnecessary null check
2022-02-10 Akhil Goyalethdev: add mbuf dynfield for incomplete IP reassembly
2022-02-10 Akhil Goyalethdev: introduce IP reassembly offload
2022-02-09 Jie Wangethdev: add L2TPv2 RSS offload type
2022-02-12 Stephen Hemmingerremove unnecessary null checks
2022-02-08 Jerin Jacobethdev: support queue-based priority flow control
2022-02-01 Kumara Parameshwaranethdev: add internal function to device struct from...
2022-01-25 Yunjian Wangethdev: fix Rx queue telemetry memory leak on failure
2022-01-13 Ferruh Yigitethdev: mark old macros as deprecated
2021-11-26 Viacheslav Ovsiienkoethdev: announce migration to generic flow modify action
2021-11-26 Jerin Jacobdoc: add traffic metering API walk-through
2021-11-26 Sean Morrisseyfix PMD wording
2021-11-15 Ferruh Yigitethdev: fix typos
2021-11-09 Dmitry Kozlyukethdev: fix device capability to string translation
2021-11-05 Ferruh Yigitethdev: fix crash on owner delete
2021-11-04 Gregory Etelsonethdev: fix variable length flow elements support
2021-11-04 Thomas Monjalonethdev: promote device removal check function as stable
2021-11-02 Dmitry Kozlyukethdev: add capability to keep shared objects on restart
2021-11-02 Dmitry Kozlyukethdev: add capability to keep flow rules on restart
2021-10-27 David Marchandethdev: warn once when using port not ready
2021-10-25 Harman Kalradrivers: remove direct access to interrupt handle
2021-10-25 Harman Kalralib: remove direct access to interrupt handle
2021-10-24 Olivier Matzmbuf: add namespace to offload flags
2021-10-22 Andrew Rybchenkoethdev: avoid usage of ULL for 64-bit unsigned constants
2021-10-22 Andrew Rybchenkoethdev: replace single bit masks with macros
2021-10-22 Ferruh Yigitethdev: add namespace
2021-10-22 Ivan Ilchenkoethdev: forbid MTU set before device configure
2021-10-22 Andrew Rybchenkoethdev: remove unused L2 tunnel mask defines
2021-10-21 Xueming Liethdev: get device capability name as string
2021-10-21 Xueming Liethdev: introduce shared Rx queue
2021-10-21 Huisong Liethdev: fix PCI device release in secondary process
2021-10-21 Jie Wangethdev: support L2TPv2 and PPP procotol
2021-10-21 Andrew Rybchenkoethdev: remove full stop after short comments
2021-10-21 Andrew Rybchenkoethdev: make device and data structures readable
2021-10-21 Andrew Rybchenkoethdev: remove reserved fields from internal structures
2021-10-21 Andrew Rybchenkoethdev: fix EEPROM spelling
2021-10-21 Andrew Rybchenkoethdev: fix ID spelling in comments and log messages
2021-10-21 Andrew Rybchenkoethdev: fix VLAN spelling including VLAN ID case
2021-10-21 Andrew Rybchenkoethdev: fix DCB and VMDq spelling
2021-10-21 Andrew Rybchenkoethdev: fix Ethernet spelling
2021-10-21 Andrew Rybchenkoethdev: fix Rx/Tx spelling
2021-10-21 Andrew Rybchenkoethdev: avoid documentation in next lines
2021-10-20 Thomas Monjalonethdev: replace bit shifts with macros
2021-10-20 Andrew Rybchenkoethdev: forbid closing started device
2021-10-20 Viacheslav Ovsiienkoethdev: introduce configurable flexible item
2021-10-20 Gregory Etelsonethdev: support flow elements with variable length
2021-10-18 Ferruh Yigitethdev: unify MTU checks
2021-10-18 Ferruh Yigitethdev: remove jumbo offload flag
2021-10-18 Ferruh Yigitethdev: move MTU set check to library
2021-10-18 Ferruh Yigitethdev: move jumbo frame offload check to library
2021-10-18 Ferruh Yigitethdev: fix max Rx packet length
2021-10-15 Jie Wangethdev: add API to get device configuration
2021-10-14 Gowrishankar Muthu... ethdev: add telemetry endpoint for device info
2021-10-14 Viacheslav Ovsiienkoethdev: add experimental comment for modify field action
2021-10-14 Viacheslav Ovsiienkoethdev: update modify field flow action
2021-10-14 Ivan Malovethdev: query proxy port to manage transfer flows
2021-10-13 Ivan Malovethdev: deprecate direction attributes in transfer...
2021-10-13 Ivan Malovethdev: deprecate hard-to-use or ambiguous items and...
2021-10-13 Ivan Malovethdev: add represented port action to flow API
2021-10-13 Ivan Malovethdev: add port representor action to flow API
2021-10-13 Ivan Malovethdev: add represented port item to flow API
2021-10-13 Ivan Malovethdev: add port representor item to flow API
2021-10-13 Konstantin Ananyevethdev: hide internal structures
2021-10-13 Konstantin Ananyevethdev: add API to retrieve multiple MAC addresses
2021-10-13 Konstantin Ananyevethdev: make fast-path functions to use new flat array
2021-10-13 Konstantin Ananyevethdev: copy fast-path API into separate structure
2021-10-13 Konstantin Ananyevethdev: change input parameters for Rx queue count
2021-10-13 Konstantin Ananyevethdev: allocate max space for internal queue array
next