test mbuf attach
[dpdk.git] / drivers / net / avp /
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-05-06 Kevin Traynornet/avp: fix gcc 10 maybe-uninitialized warning
2020-04-16 Thomas Monjalonreplace packed attributes
2020-04-16 Thomas Monjalonreplace alignment attributes
2020-04-14 Pavan Nikhileshbuild: disable experimental API check internally
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-10-07 Igor Romanovethdev: make stats and xstats reset callbacks return int
2019-10-07 Andrew Rybchenkoethdev: change promiscuous callbacks to return status
2019-10-07 Ivan Ilchenkoethdev: change device info get callback to return int
2019-07-23 Nithin Dabilpuramdrivers/net: use ack in interrupt handlers
2019-07-02 Bruce Richardsondrivers: add reasons for components being disabled
2019-06-28 Allain Legacynet/avp: remove resources when port is closed
2019-06-06 David Marchandnet/avp: fix RxQ errors stat
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
2018-11-26 Thomas Monjalonfix indentation in symbol maps
2018-10-27 Agalya Babu RadhaK... net/avp: disable in FreeBSD build with meson
2018-10-26 Thomas Monjalonethdev: free all common data when releasing port
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-07-12 Bruce Richardsonnet/avp: fix 32-bit meson builds
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/avp: add to meson build
2018-05-14 Thomas Monjalondrivers/net: use higher level of probing helper for PCI
2018-04-13 Ferruh Yigitethdev: replace bus specific struct with generic dev
2018-03-30 Allain Legacynet/avp: convert to SPDX license tags
2018-03-30 Allain Legacynet/avp: conform to new ethdev offload API
2018-01-31 Harry van Haarennet/avp: align dynamic log names with standard
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-16 Adrien Mazarguillib: fix missing includes in exported headers
2018-01-16 Stephen Hemmingernet/avp: implement dynamic logging
2017-11-06 Santosh Shukladrivers/net: rename physical address type to IOVA
2017-11-06 Thomas Monjalonremove useless memzone includes
2017-10-26 Gaetan Rivetpci: introduce library and driver
2017-10-26 David Hartonethdev: allow returning error on VLAN offload ops
2017-10-26 Olivier Matzmbuf: rename deprecated VLAN flags
2017-10-26 Gaetan Rivetethdev: remove detachable device flag
2017-10-24 Olivier Matzmk: do not generate LDLIBS from directory dependencies
2017-10-12 Matan Azradethdev: add return value to stats get dev op
2017-10-06 Zhiyong Yangethdev: increase port id range
2017-06-12 Ferruh Yigitnet/avp: remove redundant assignment
2017-06-12 Ferruh Yigitdrivers/net: add generic ethdev macro to get PCI device
2017-06-12 Ferruh Yigitdrivers/net: remove unnecessary macro for unused variables
2017-04-28 Ferruh Yigitnet/avp: fix interrupt migration check
2017-04-30 Adrien Mazarguilnet/avp: fix exported headers
2017-04-18 Jan Blunckdrivers/net: do not use ethdev driver
2017-04-06 Qi Zhangeal: clean up interrupt handle
2017-04-04 Allain Legacynet/avp: handle interrupt migration
2017-04-04 Allain Legacynet/avp: add device start and stop operations
2017-04-04 Allain Legacynet/avp: add device promiscuous functions
2017-04-04 Allain Legacynet/avp: add device statistics operations
2017-04-04 Allain Legacynet/avp: add packet transmit functions
2017-04-04 Allain Legacynet/avp: add packet receive functions
2017-04-04 Allain Legacynet/avp: add queue setup and release
2017-04-04 Allain Legacynet/avp: add device configuration
2017-04-04 Allain Legacynet/avp: add device initialization
2017-04-04 Allain Legacynet/avp: support driver registration
2017-04-04 Allain Legacynet/avp: add debug log macros
2017-04-04 Allain Legacynet/avp: add public header files
2017-04-04 Allain Legacynet/avp: add base files