drivers/crypto: invoke probing finish function
[dpdk.git] / lib /
2021-10-20 Akhil Goyalcryptodev: add device probing finish function
2021-10-20 Akhil Goyalcryptodev: move inline APIs into separate structure
2021-10-20 Akhil Goyalcryptodev: allocate max space for internal queue array
2021-10-20 Akhil Goyalcryptodev: separate out internal structures
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 Xuan Dingvhost: enable IOMMU for async vhost
2021-10-21 Xuan Dingvfio: allow partially unmapping adjacent memory
2021-10-21 Li Fengvhost: add sanity check on inflight last index
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-22 Zhihong Pengcmdline: free on exit
2021-10-22 Dmitry Kozlyukcmdline: make struct rdline opaque
2021-10-22 Dmitry Kozlyukcmdline: make struct cmdline opaque
2021-10-22 Gowrishankar Muthu... mempool: add telemetry endpoint
2021-10-22 Bruce Richardsonbuild/windows: remove separate list of libs
2021-10-22 Bruce Richardsondmadev: enable build on Windows
2021-10-22 David Marchanddmadev: remove symbol versioning for inline helpers
2021-10-22 Stephen Hemmingerpdump: support pcapng and filtering
2021-10-22 Stephen Hemmingerbpf: add function to dump eBPF instructions
2021-10-22 Stephen Hemmingerbpf: add function to convert classic BPF to DPDK BPF
2021-10-22 Stephen Hemmingerbpf: allow self-xor operation
2021-10-22 Stephen Hemmingerpcapng: add new library for writing pcapng files
2021-10-22 Stephen Hemmingerpdump: disable on Windows
2021-10-21 Chengwen Fengdmadev: fix debug build
2021-10-21 David Marchanddmadev: hide devices array
2021-10-21 Harry van Haareneventdev: add usage hints to port configure API
2021-10-21 Naga Harish K S Veventdev/eth_rx: fix WRR buffer overrun
2021-10-21 Pavan Nikhilesheventdev: mark trace variables as internal
2021-10-21 Pavan Nikhilesheventdev: make trace API internal
2021-10-21 Pavan Nikhilesheventdev: promote event vector API to stable
2021-10-21 Pavan Nikhilesheventdev/timer: move adapters memory to hugepage
2021-10-21 Pavan Nikhilesheventdev/timer: rearrange struct fields
2021-10-21 Pavan Nikhilesheventdev: remove rte prefix for internal structs
2021-10-21 Pavan Nikhilesheventdev: hide timer adapter PMD file
2021-10-21 Pavan Nikhilesheventdev: hide event device related structures
2021-10-21 Pavan Nikhilesheventdev: use new API for inline functions
2021-10-21 Pavan Nikhilesheventdev: move inline APIs into separate structure
2021-10-21 Pavan Nikhilesheventdev: allocate max space for internal arrays
2021-10-21 Pavan Nikhilesheventdev: separate internal structures
2021-10-21 Pavan Nikhilesheventdev: make driver interface as internal
2021-10-21 Ganapati Kundapuraeventdev/eth_rx: support telemetry
2021-10-21 Naga Harish K S Veventdev/eth_rx: add per-queue event buffer
2021-10-21 Naga Harish K S Veventdev/eth_rx: add event buffer size configurability
2021-10-21 Ganapati Kundapuraeventdev/eth_rx: support Rx queue config get
2021-10-21 Ganapati Kundapuraeventdev/eth_rx: use timestamp as dynamic mbuf field
2021-10-21 Pavan Nikhilesheventdev/eth_rx: simplify event vector config
2021-10-21 Shijith Thottoneventdev/crypto: add cryptodev start in adapter spec
2021-10-21 Ganapati Kundapuraeventdev/eth_rx: make enqueue buffer circular
2021-10-21 Xueming Lidevargs: make bus optional
2021-10-21 Xueming Lidevargs: support path value with global device syntax
2021-10-21 Olivier Matzmbuf: fix reset on mbuf free
2021-10-21 Honnappa Nagarahallihash: promote some functions to stable
2021-10-21 Honnappa Nagarahalliring: fix name size in ring structure
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-18 Georg Sauthoffnet: fix aliasing in checksum computation
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 Gregory Etelsonnet: introduce IPv4 IHL and version fields
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
2021-10-12 Ivan Malovethdev: negotiate delivery of packet metadata from...
2021-10-12 Andrew Rybchenkoethdev: remove deprecated shared counter attribute
2021-10-12 Viacheslav Galaktionovethdev: fix representor port ID search by name
next