net/sfc: add more debug messages to transfer flows
[dpdk.git] / drivers / net / ena /
2021-04-21 Bruce Richardsondrivers: change indentation in build files
2021-04-06 David Hartonnet/ena: fix releasing Tx ring mbufs
2021-02-22 Andrew Boyerdrivers/net: redefine array size macros
2021-01-29 Igor Chauskinnet/ena: prevent double doorbell
2021-01-29 Igor Chauskinnet/ena: fix Tx SQ free space assessment
2021-01-29 Michal Krawczyknet/ena: validate Rx req ID upon acquiring descriptor
2021-01-29 Amit Bernsteinnet/ena: fix Tx doorbell statistics
2021-01-29 Ido Segevnet/ena: flush Rx buffers memory pool cache
2021-01-29 Bruce Richardsonethdev: make driver-only headers private
2021-01-14 Pallavi Kadamdrivers/net: build i40e and mlx5 on Windows
2020-11-03 Michal Krawczyknet/ena: upgrade driver version to v2.2.0
2020-11-03 Michal Krawczyknet/ena/base: align IO CQ allocation to 4K
2020-11-03 Michal Krawczyknet/ena: change name of supported PCI device IDs
2020-11-03 Michal Krawczyknet/ena: fix setting Rx checksum flags in mbuf
2020-11-03 Michal Krawczyknet/ena: fix getting xstats global stats offset
2020-11-03 David Marchandnet/ena: remove unused macro
2020-10-19 Bruce Richardsonbuild: remove library name from version map file name
2020-10-16 Ferruh Yigitethdev: add device flag to bypass auto-filled queue...
2020-10-16 Ivan Ilchenkoethdev: change stop operation callback to return int
2020-10-16 Thomas Monjalonethdev: reset all when releasing a port
2020-10-16 Thomas Monjalonethdev: remove forcing stopped state upon close
2020-09-30 Thomas Monjalondrivers/net: check process type in close operation
2020-09-30 Thomas Monjalonethdev: remove old close behaviour
2020-09-30 Thomas Monjalonethdev: allow drivers to return error on close
2020-09-30 Michal Krawczyknet/ena: expose ENI stats as additional xstats
2020-09-30 Michal Krawczyknet/ena: lock dynamic usages of admin queue
2020-09-30 Michal Krawczyknet/ena/base: update generation date and commit
2020-09-30 Michal Krawczyknet/ena/base: simplify loop copying Rx descriptors
2020-09-30 Michal Krawczyknet/ena/base: convert values to 32-bit before shifting
2020-09-30 Michal Krawczyknet/ena/base: check null meta desc
2020-09-30 Michal Krawczyknet/ena/base: store admin stats as 64-bit
2020-09-30 Michal Krawczyknet/ena/base: add missing unlikely
2020-09-30 Michal Krawczyknet/ena/base: cleanup coding style
2020-09-30 Michal Krawczyknet/ena/base: check for RSS key configuration support
2020-09-30 Michal Krawczyknet/ena/base: do not use hardcoded RSS key buffer size
2020-09-30 Michal Krawczyknet/ena/base: split RSS function and hash getters
2020-09-30 Michal Krawczyknet/ena/base: add ENI stats
2020-09-30 Michal Krawczyknet/ena/base: rework setup of accelerated LLQ mode
2020-09-30 Michal Krawczyknet/ena/base: remove mmiowb not defined macro
2020-09-30 Michal Krawczyknet/ena/base: fix release of wait event
2020-09-30 Michal Krawczyknet/ena/base: make delay exponential in polling functions
2020-09-30 Michal Krawczyknet/ena/base: support admin status for resource busy
2020-09-30 Michal Krawczyknet/ena/base: specify delay operations
2020-09-30 Michal Krawczyknet/ena/base: use min/max macros with type conversion
2020-09-18 Ferruh Yigitethdev: remove underscore prefix from internal API
2020-09-18 Michal Krawczyknet/ena/base: fix doorbell evaluation for LLQ
2020-09-07 Ciara Powerbuild: remove makefiles
2020-08-12 Thomas Monjalonversion: 20.11-rc0
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-05-11 Ferruh Yigitnet/ena: fix build for O1 optimization
2020-04-21 Michal Krawczyknet/ena: update driver version to v2.1.0
2020-04-21 Michal Krawczyknet/ena: reuse zero length Rx descriptor
2020-04-21 Michal Krawczyknet/ena: refactor Tx
2020-04-21 Michal Krawczyknet/ena: use macros for ring index operations
2020-04-21 Michal Krawczyknet/ena: limit refill threshold by fixed value
2020-04-21 Michal Krawczyknet/ena: rework getting number of available descriptors
2020-04-21 Michal Krawczyknet/ena: refactor Rx
2020-04-21 Michal Krawczyknet/ena: disable meta caching
2020-04-21 Michal Krawczyknet/ena: add Tx drops statistic
2020-04-21 Michal Krawczyknet/ena: remove memory barriers before doorbells
2020-04-21 Michal Krawczyknet/ena: support large LLQ headers
2020-04-21 Michal Krawczyknet/ena: refactor getting IO queues capabilities
2020-04-21 Michal Krawczyknet/ena: set IO ring size to valid value
2020-04-21 Michal Krawczyknet/ena/base: update generation date and commit
2020-04-21 Michal Krawczyknet/ena/base: fix indentation of multiple defines
2020-04-21 Michal Krawczyknet/ena/base: fix types for printing timestamps
2020-04-21 Michal Krawczyknet/ena/base: use 48-bit memory addresses
2020-04-21 Michal Krawczyknet/ena/base: add error logs when preparing Tx
2020-04-21 Michal Krawczyknet/ena/base: fix indentation in CQ polling
2020-04-21 Michal Krawczyknet/ena/base: fix documentation of functions
2020-04-21 Michal Krawczyknet/ena/base: add accelerated LLQ mode
2020-04-21 Michal Krawczyknet/ena/base: remove extra properties strings
2020-04-21 Michal Krawczyknet/ena/base: rework interrupt moderation
2020-04-21 Michal Krawczyknet/ena/base: remove conversion of indirection table
2020-04-21 Michal Krawczyknet/ena/base: fix testing for supported hash function
2020-04-21 Michal Krawczyknet/ena/base: generate default random RSS hash key
2020-04-21 Igor Chauskinnet/ena/base: prevent allocation of zero sized memory
2020-04-21 Igor Chauskinnet/ena/base: make allocation macros thread-safe
2020-04-21 Michal Krawczyknet/ena: ensure Rx buffer size is at least 1400B
2020-04-14 Pavan Nikhileshbuild: disable experimental API check internally
2020-01-17 Maciej Bielskinet/ena: support Rx offset
2020-01-17 Michal Krawczyknet/ena/base: upgrade HAL for new HW features
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-11-08 Igor Chauskinnet/ena: fix indication of bad L4 Rx checksums
2019-10-07 Maciej Bielskinet/ena: change license clause to SPDX tags
2019-10-07 Stephen Hemmingernet/ena: use dynamic log type for debug logging
2019-10-07 Ivan Ilchenkoethdev: change device info get callback to return int
2019-08-05 Maciej Bielskinet/ena: fix L4 checksum Tx offload
2019-07-23 David Hartonnet/ena: fix admin CQ polling for 32-bit
2019-07-23 Michal Krawczyknet/ena: update version to 2.0.1
2019-06-13 Michal Krawczyknet/ena: fix assigning NUMA node to IO queue
2019-06-13 Michal Krawczyknet/ena: fix Rx checksum errors statistics
2019-06-13 Rafal Koziknet/ena: fix Tx statistics
2019-06-13 Stephen Hemmingernet/ena: remove unnecessary cast
2019-05-24 Olivier Matznet: add rte prefix to TCP structure
2019-05-24 Olivier Matznet: add rte prefix to IP defines
2019-05-24 Olivier Matznet: add rte prefix to IP structure
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-05-24 Olivier Matznet: add rte prefix to ether functions
next