net/tap: return empty port offload capabilities
[dpdk.git] / lib /
2018-04-27 Declan Dohertyethdev: add switch domain allocator
2018-04-27 Remy Hortonethdev: add common devargs parser
2018-04-27 Declan Dohertyethdev: add port representor device flag
2018-04-27 Declan Dohertyethdev: add generic create/destroy ethdev APIs
2018-04-27 Declan Dohertyethdev: add switch identifier parameter to port
2018-04-27 Qi Zhangethdev: add VLAN and MPLS actions to flow API
2018-04-27 Qi Zhangethdev: add TTL change actions to flow API
2018-04-27 Qi Zhangethdev: add neighbor discovery to flow API
2018-04-27 Xueming Liethdev: introduce tunnel type MPLS-in-GRE and MPLS...
2018-04-27 Xueming Liethdev: introduce new tunnel VXLAN-GPE
2018-04-27 Adrien Mazarguilethdev: add port ID item and action to flow API
2018-04-27 Adrien Mazarguilethdev: add physical port action to flow API
2018-04-27 Adrien Mazarguilethdev: rename physical port item in flow API
2018-04-27 Adrien Mazarguilethdev: fix behavior of VF/PF in flow API
2018-04-27 Adrien Mazarguilethdev: add transfer attribute to flow API
2018-04-27 Adrien Mazarguilethdev: fix default VLAN TCI mask in flow API
2018-04-27 Adrien Mazarguilethdev: fix TPID handling in flow API
2018-04-27 Adrien Mazarguilethdev: add encap level to RSS flow API action
2018-04-27 Adrien Mazarguilethdev: add hash function to RSS flow API action
2018-04-27 Adrien Mazarguilethdev: flatten RSS configuration in flow API
2018-04-27 Adrien Mazarguilethdev: fix C99 flexible arrays from flow API
2018-04-27 Adrien Mazarguilethdev: alter behavior of flow API actions
2018-04-27 Adrien Mazarguilethdev: remove DUP action from flow API
2018-04-27 Adrien Mazarguilethdev: clarify flow API pattern items and actions
2018-04-27 Adrien Mazarguilethdev: add error types to flow API
2018-04-27 Zijie Panethdev: add access to EEPROM
2018-04-27 Thomas Monjalonethdev: remove experimental flag of ports enumeration
2018-04-27 Qi Zhangethdev: support runtime queue setup
2018-04-27 Xueming Liethdev: introduce generic IP/UDP tunnel checksum and TSO
2018-04-27 Xueming Liethdev: add supported hash function check
2018-04-27 Didier Pallardnet: export IPv6 header extensions skip function
2018-04-27 Adrien Mazarguilethdev: fix missing include in flow API
2018-04-27 Adrien Mazarguilethdev: fix shallow copy of flow API RSS action
2018-04-27 Shahaf Shulerethdev: remove new to old offloads API helpers
2018-04-27 Xiao Wangvfio: add multi container support
2018-04-27 Xiao Wangvfio: extend data structure for multi container
2018-04-27 Maxime Coquelinvhost/crypto: fix build with gcc 4.7.2
2018-04-27 Thomas Monjaloneal: fix build on FreeBSD
2018-04-27 Thomas Monjaloneal: fix build with glibc < 2.16
2018-04-26 Artem V. Andreevmempool: support block dequeue operation
2018-04-26 Artem V. Andreevmempool: implement abstract mempool info API
2018-04-26 Stephen Hemmingereal: shut up warning about master lcore
2018-04-26 Anatoly Burakoveal: make semantics of lcore role function more intuitive
2018-04-25 Harry van Haarenservice: remove experimental tags
2018-04-25 Anatoly Burakoveal/linux: remove useless unlock of hugepage when clearing
2018-04-25 Stephen Hemmingerlog: add ability to match log type with globbing
2018-04-25 Stephen Hemmingereal: make log level save private
2018-04-25 Stephen Hemmingereal: allow symbolic log levels
2018-04-25 Stephen Hemmingereal: make syslog facility table const
2018-04-25 Aaron Conoleeal: abstract away the auxiliary vector
2018-04-25 Gaetan Riveteal: add last init priority
2018-04-25 Gaetan Riveteal: list acceptable init priorities
2018-04-25 Gaetan Rivetdevargs: rename legacy API
2018-04-25 Gaetan Rivetdevargs: use proper namespace prefix
2018-04-25 Gaetan Rivetdevargs: update syntax documentation
2018-04-25 Gaetan Rivetdevargs: make parsing variadic
2018-04-25 Gaetan Rivetdevargs: make devargs list private
2018-04-25 Gaetan Rivetdevargs: introduce iterator
2018-04-24 Olivier Matzeal: set affinity for control threads
2018-04-24 Olivier Matzeal: set name when creating a control thread
2018-04-24 Olivier Matzeal: add function to create control threads
2018-04-24 Olivier Matzuse sizeof to avoid double use of a length define
2018-04-24 Jianfeng Taneal: bring forward multi-process channel init
2018-04-24 Artem V. Andreevmempool: support flushing the default cache
2018-04-24 Andrew Rybchenkomempool: remove callback to register memory area
2018-04-24 Andrew Rybchenkomempool: deprecate xmem functions
2018-04-24 Andrew Rybchenkomempool: remove callback to get capabilities
2018-04-24 Andrew Rybchenkomempool: add op to populate objects using provided...
2018-04-24 Andrew Rybchenkomempool: add op to calculate memory size to be allocated
2018-04-23 Artem V. Andreevmempool: ensure mempool is initialized before populating
2018-04-23 Andrew Rybchenkomempool: rename flag to control IOVA-contiguous objects
2018-04-23 Andrew Rybchenkomempool: fix leak when no objects are populated
2018-04-23 Jianfeng Tanipc: fix timeout handling in async
2018-04-23 Jianfeng Tanipc: clean up code
2018-04-23 Anatoly Burakovipc: fix resource leak in init failure
2018-04-23 Anatoly Burakovipc: fix return without mutex unlock
2018-04-23 Anatoly Burakovipc: use strlcpy where applicable
2018-04-23 Anatoly Burakovfbarray: check sysconf failure
2018-04-23 Anatoly Burakovfbarray: fix potential null-dereference
2018-04-23 Anatoly Burakovfbarray: check for open failure
2018-04-23 Anatoly Burakovfbarray: use strlcpy instead of snprintf
2018-04-23 Anatoly Burakovfbarray: make all fbarrays hidden files
2018-04-23 Olivier Matzcmdline: standardize conversion of IP address strings
2018-04-23 Xiao Wangvfio: fix boundary check in region search
2018-04-23 Anoob Josephsecurity: extend userdata for IPsec events
2018-04-23 Anoob Josephsecurity: add ESN soft limit in config
2018-04-23 Anoob Josephethdev: support inline IPsec events
2018-04-23 Abhinandan Gujjarcryptodev: support session private data setting
2018-04-23 Abhinandan Gujjarcryptodev: set private data for session-less mode
2018-04-23 Ravi Kumarcrypto/ccp: support SHA3 family
2018-04-23 Fiona Trahecryptodev: change argument of driver registration
2018-04-23 Maxime Coquelinvhost: deprecate unsafe GPA translation API
2018-04-23 Maxime Coquelinvhost/crypto: move to safe GPA translation API
2018-04-23 Maxime Coquelinvhost: handle virtually non-contiguous buffers in Rx-mrg
2018-04-23 Maxime Coquelinvhost: handle virtually non-contiguous buffers in Rx
2018-04-23 Maxime Coquelinvhost: handle virtually non-contiguous buffers in Tx
2018-04-23 Maxime Coquelinvhost: add support for non-contiguous indirect descs...
2018-04-23 Maxime Coquelinvhost: ensure all range is mapped when translating...
2018-04-23 Maxime Coquelinvhost: introduce safe API for GPA translation
2018-04-23 Maxime Coquelinvhost: check all range is mapped when translating GPAs
next