net: add rte prefix to ether structures
[dpdk.git] / drivers / net / thunderx / nicvf_ethdev.c
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-07-23 Rakesh Kudurumallanet/thunderx: support Rx VLAN offload
2018-07-23 Pavan Nikhileshnet/thunderx: enable Rx checksum offload
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-07-02 Ferruh Yigitethdev: add new offload flag to keep CRC
2018-07-02 Ferruh Yigitnet/thunderx: fix build with gcc optimization on
2018-07-02 Rakesh Kudurumallanet/thunderx: add support for hardware first skip feature
2018-05-14 Wei Daiethdev: new Rx/Tx offloads API
2018-05-14 Pavan Nikhileshnet/thunderx: remove deprecated Txq flags
2018-04-27 Nitin Saxenanet/thunderx: fix MTU configuration for jumbo packets
2018-04-23 Andrew Rybchenkomempool: rename flag to control IOVA-contiguous objects
2018-04-13 Ferruh Yigitethdev: replace bus specific struct with generic dev
2018-03-30 Stephen Hemmingernet/thunderx: use link status helper functions
2018-01-31 Harry van Haarennet/thunderx: align dynamic log names with standard
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-21 Maciej Czekajnet/thunderx: convert to new offload API
2018-01-16 Thomas Monjalonethdev: remove useless parameter in callback process
2018-01-16 Thomas Monjalonethdev: fix link autonegotiation value
2018-01-16 Pavan Nikhileshnet/thunderx: implement dynamic logging
2018-01-09 Jerin Jacobdrivers: use SPDX tag for Cavium copyright files
2017-11-06 Santosh Shukladrivers/net: rename physical address type to IOVA
2017-11-06 Thomas Monjalonmemzone: rename address from physical to IOVA
2017-10-26 Gaetan Rivetpci: introduce library and driver
2017-10-12 Matan Azradethdev: add return value to stats get dev op
2017-10-06 Jerin Jacobnet/thunderx: add device speed capability info
2017-07-08 Jerin Jacobupdate Cavium Inc copyright headers
2017-07-01 Bernard Iremongerethdev: add return values to callback process API
2017-06-14 Jerin Jacobfix typos using codespell utility
2017-06-12 Jerin Jacobnet/thunderx: manage PCI device mapping for SQS VFs
2017-06-12 Ferruh Yigitdrivers/net: add generic ethdev macro to get PCI device
2017-06-12 Jerin Jacobnet/thunderx: add compile-time checks
2017-06-05 David Marchanddrivers/net: fix vfio kmod dependency
2017-04-19 Jerin Jacobnet/thunderx: reduce writes to mbuf
2017-04-19 Marcin Wilknet/thunderx: fix stats access out of bounds
2017-04-18 Jan Blunckdrivers/net: do not use ethdev driver
2017-04-04 Andriy Berestovskyynet/thunderx: wait to complete during link update
2017-04-04 Jerin Jacobnet/thunderx: fix build on FreeBSD
2017-04-04 Jerin Jacobnet/thunderx: check data offset alignment requirement
2016-12-25 Jan Blunckethdev: decouple from PCI device
2016-12-25 Jan Blunckethdev: move info filling of PCI into drivers
2016-12-20 Olivier Matzdrivers: advertise kmod dependencies in pmdinfo
2016-11-10 Jerin Jacobnet/thunderx: support CN83xx devices
2016-11-10 Jerin Jacobnet/thunderx: disable L3 alignment padding
2016-10-14 Bernard Iremongerethdev: add an argument to internal callback function
2016-10-13 Shreyansh Jaindrivers: rename register macro prefix
2016-10-13 Kamil Rytarowskinet/thunderx: add final bits for secondary queue support
2016-10-13 Kamil Rytarowskinet/thunderx: add secondary queue set support in configure
2016-10-13 Kamil Rytarowskinet/thunderx: add secondary queue set support in start
2016-10-13 Kamil Rytarowskinet/thunderx: add secondary queue set support in stop...
2016-10-13 Kamil Rytarowskinet/thunderx: remove private data to ethdev link
2016-10-13 Kamil Rytarowskinet/thunderx: add secondary queue set in interrupt...
2016-10-13 Kamil Rytarowskinet/thunderx: cleanup
2016-09-30 Jerin Jacobnet/thunderx: support 81xx SoC
2016-09-30 Jerin Jacobnet/thunderx: add tunneling extension info capability...
2016-09-30 Jerin Jacobnet/thunderx: remove generic passX references
2016-10-03 Jan Viktorinpci: inherit common driver in PCI driver
2016-10-03 David Marchanddrivers: use PCI registration macro
2016-09-16 Pablo de Laradrivers: make driver names consistent
2016-07-05 Kamil Rytarowskinet/thunderx: fix memory alloc issue when changing...
2016-07-10 Zyta Szpakethdev: get registers width
2016-07-10 Pablo de Laradrivers: remove static driver names
2016-07-06 Neil Hormandrivers: update registration macro usage
2016-07-01 Bruce Richardsonmempool: rename functions with confusing names
2016-06-20 Jerin Jacobnet/thunderx: add device start/stop and close
2016-06-20 Jerin Jacobnet/thunderx: support Tx queue start and stop
2016-06-20 Jerin Jacobnet/thunderx: support Rx queue start and stop
2016-06-20 Jerin Jacobnet/thunderx: get Rx queue count
2016-06-20 Jerin Jacobnet/thunderx: query supported packet types
2016-06-20 Jerin Jacobnet/thunderx: add single and multi-segment Tx
2016-06-20 Jerin Jacobnet/thunderx: add statistics
2016-06-20 Jerin Jacobnet/thunderx: support promiscuous mode
2016-06-20 Jerin Jacobnet/thunderx: support MTU configuration
2016-06-20 Jerin Jacobnet/thunderx: support RSS and RETA query and update
2016-06-20 Jerin Jacobnet/thunderx: add Tx queue setup and release
2016-06-20 Jerin Jacobnet/thunderx: add Rx queue setup and release
2016-06-20 Jerin Jacobnet/thunderx: get device infos
2016-06-20 Jerin Jacobnet/thunderx: support ethdev configure
2016-06-20 Jerin Jacobnet/thunderx: support register dump
2016-06-20 Jerin Jacobnet/thunderx: add link status and update
2016-06-20 Jerin Jacobnet/thunderx: add PMD skeleton