net: add rte prefix to GRE structure
[dpdk.git] / drivers / net / softnic /
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-17 Bruce Richardsonbuild: increase readability via shortcut variables
2019-04-11 Jasvinder Singhmeter: replace color definitions
2019-04-05 Jasvinder Singhnet/softnic: fix unchecked return value
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy without adding extra...
2019-03-29 Nemanja Marjanovicnet/softnic: support QinQ PPPoE encapsulation
2019-03-12 Bruce Richardsonmk: use linux and freebsd in config names
2019-03-12 Bruce Richardsonbuild/linux: rename macro from LINUXAPP to LINUX
2019-03-01 Pallantla Poornimanet/softnic: fix possible buffer overflow
2019-01-10 Fan Zhangnet/softnic: use separate session mempools
2019-01-10 Fan Zhangcryptodev: change queue pair configure structure
2019-01-10 Cristian Dumitrescunet/softnic: support service cores
2018-11-21 Jasvinder Singhnet/softnic: fix undefined device info fields
2018-11-02 Reshma Pattannet/softnic: fix string copy
2018-11-02 Jasvinder Singhnet/softnic: fix mixing enum values
2018-10-29 Ferruh Yigitadd missing static keyword to globals
2018-10-27 Agalya Babu RadhaK... net/softnic: disable in FreeBSD build with meson
2018-10-26 Thomas Monjalonethdev: free all common data when releasing port
2018-10-26 Fan Zhangnet/softnic: add crypto commands
2018-10-26 Fan Zhangnet/softnic: add symmetric crypto action
2018-10-26 Fan Zhangnet/softnic: configure crypto port
2018-10-26 Fan Zhangnet/softnic: add cryptodev
2018-10-17 Reshma Pattannet/softnic: support flow API VXLAN encap action
2018-10-17 Cristian Dumitrescunet/softnic: support VXLAN encap
2018-10-22 Anatoly Burakovmk: build with _GNU_SOURCE defined by default
2018-10-12 Cristian Dumitrescunet/softnic: support VXLAN flow decap action
2018-10-12 Cristian Dumitrescunet/softnic: support packet decap action
2018-10-12 Cristian Dumitrescunet/softnic: support flow mark action
2018-10-12 Cristian Dumitrescunet/softnic: support packet tag action
2018-10-12 Reshma Pattannet/softnic: support flow flush
2018-10-12 Reshma Pattannet/softnic: fix IPv6 endianness
2018-10-12 Jasvinder Singhnet/softnic: support flow meter action
2018-10-12 Jasvinder Singhnet/softnic: read meter statistics
2018-10-12 Jasvinder Singhnet/softnic: update policer actions
2018-10-12 Jasvinder Singhnet/softnic: update DSCP table
2018-10-12 Jasvinder Singhnet/softnic: update meter profile
2018-10-12 Jasvinder Singhnet/softnic: destroy meter object
2018-10-12 Jasvinder Singhnet/softnic: create meter object
2018-10-12 Jasvinder Singhnet/softnic: delete meter profile
2018-10-12 Jasvinder Singhnet/softnic: add meter profile
2018-10-12 Jasvinder Singhnet/softnic: support metering and policing
2018-10-12 Reshma Pattannet/softnic: parse raw flow item
2018-10-12 Reshma Pattannet/softnic: support flow query
2018-10-12 Reshma Pattannet/softnic: support flow destroy
2018-10-12 Reshma Pattannet/softnic: support flow create
2018-10-12 Reshma Pattannet/softnic: map flow action to table action
2018-10-12 Reshma Pattannet/softnic: map flow match to hash table
2018-10-12 Reshma Pattannet/softnic: parse flow match for ACL table
2018-10-12 Reshma Pattannet/softnic: map flow match to ACL table
2018-10-12 Reshma Pattannet/softnic: support flow validate
2018-10-12 Reshma Pattannet/softnic: get eth device
2018-10-12 Reshma Pattannet/softnic: add table and port helper functions
2018-10-12 Reshma Pattannet/softnic: replace pointers with arrays
2018-10-12 Reshma Pattannet/softnic: add flow attribute option
2018-10-12 Reshma Pattannet/softnic: map flow attribute to pipeline table
2018-10-12 Reshma Pattannet/softnic: add flow API
2018-10-12 Kevin Laatznet/softnic: use table library headers
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-07-25 Cristian Dumitrescunet/softnic: add command for default tmgr hierarchy
2018-07-25 Cristian Dumitrescunet/softnic: add command for tmgr hierarchy commit
2018-07-25 Cristian Dumitrescunet/softnic: add command for tmgr node addition
2018-07-25 Cristian Dumitrescunet/softnic: add command for tmgr shared shaper
2018-07-25 Cristian Dumitrescunet/softnic: add command for tmgr shaper profile
2018-07-25 Cristian Dumitrescunet/softnic: add command for tmgr create
2018-07-23 Jasvinder Singhnet/softnic: fix memory illegal access after free
2018-07-12 Jasvinder Singhnet/softnic: add firmware script
2018-07-12 Jasvinder Singhnet/softnic: implement start and stop
2018-07-12 Jasvinder Singhnet/softnic: setup Rx/Tx queues
2018-07-12 Jasvinder Singhnet/softnic: add command for TTL action
2018-07-12 Jasvinder Singhnet/softnic: add command for meter action
2018-07-12 Jasvinder Singhnet/softnic: add command to read stats
2018-07-12 Jasvinder Singhnet/softnic: add command for pipeline table entries
2018-07-12 Jasvinder Singhnet/softnic: add command to enable/disable pipeline
2018-07-12 Jasvinder Singhnet/softnic: add command to create objects
2018-07-12 Jasvinder Singhnet/softnic: add connection agent
2018-07-12 Jasvinder Singhnet/softnic: add command interface
2018-07-12 Cristian Dumitrescunet/softnic: add run API
2018-07-12 Jasvinder Singhnet/softnic: add thread
2018-07-12 Jasvinder Singhnet/softnic: add pipeline object
2018-07-12 Jasvinder Singhnet/softnic: add table action profile
2018-07-12 Jasvinder Singhnet/softnic: add port action profile
2018-07-12 Jasvinder Singhnet/softnic: add traffic manager object
2018-07-12 Jasvinder Singhnet/softnic: add tap object
2018-07-12 Jasvinder Singhnet/softnic: add mempool object
2018-07-12 Jasvinder Singhnet/softnic: add link object
2018-07-12 Jasvinder Singhnet/softnic: add software queue object
2018-07-12 Jasvinder Singhnet/softnic: restructure
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-07-02 Ferruh Yigitethdev: add new offload flag to keep CRC
2018-06-14 Bruce Richardsonnet/softnic: add to meson build
2018-05-14 Thomas Monjalonethdev: add probing finish function
2018-05-04 Nikhil Raoethdev: support WRED thresholds in bytes
2018-04-27 Stephen Hemmingernet/softnic: convert to dynamic logging
2018-04-27 Ferruh Yigitdrivers/net: fix link autoneg value for virtual PMDs
2018-04-24 Jianfeng Tandrivers/net: share vdev data to secondary process
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-16 Thomas Monjalonethdev: fix link autonegotiation value
2018-01-04 Bruce Richardsondrivers: use SPDX tag for Intel copyright files
next