ethdev: add namespace
[dpdk.git] / drivers / net / sfc / sfc_ef10_rx.c
2021-10-22 Ferruh Yigitethdev: add namespace
2021-07-23 Ivan Ilchenkonet/sfc: add xstats for Rx/Tx doorbells
2021-03-12 Andrew Rybchenkonet/sfc: update copyright year
2020-11-05 Morten Brørupmbuf: clean up comments and prefix
2020-10-16 Andrew Rybchenkonet/sfc: support per-queue Rx prefix for EF100
2020-10-16 Andrew Rybchenkonet/sfc: log doorbell addresses useful for debugging
2020-09-30 Andrew Rybchenkonet/sfc: include header with debug helpers directly
2020-04-21 Andrew Rybchenkonet/sfc: add Xilinx copyright
2019-11-11 Pavan Nikhileshdrivers/net: update Rx RSS hash offload capabilities
2019-06-13 Georgiy Levashovnet/sfc: support Rx interrupts for ef10 datapath
2019-06-13 Andrew Rybchenkonet/sfc: advertise offload capabilities by Rx datapaths
2019-02-08 Igor Romanovnet/sfc: use NIC Rx descs limits instead of defines
2018-10-11 Igor Romanovnet/sfc: support Rx descriptor status on EF10 datapath
2018-10-11 Andrew Rybchenkonet/sfc: support Rx scatter in EF10 Rx datapath
2018-10-11 Andrew Rybchenkonet/sfc: rename variable to prepare for scatter support
2018-10-11 Andrew Rybchenkonet/sfc: avoid usage of prepared packets number in...
2018-10-11 Andrew Rybchenkonet/sfc: decrease number of variables maintained on...
2018-10-11 Andrew Rybchenkonet/sfc: avoid dummy writes to Rx queue state structure
2018-10-11 Andrew Rybchenkonet/sfc: check mbufs allocated using mempool API for Rx
2018-10-11 Andrew Rybchenkonet/sfc: use mbuf raw free instead of mempool put directly
2018-10-11 Andrew Rybchenkonet/sfc: receive prepared packets even in Rx exception...
2018-07-23 Andrew Rybchenkonet/sfc: prepare to support Rx datapath without checksum
2018-04-27 Andrew Rybchenkonet/sfc: support equal stride super-buffer Rx mode
2018-04-27 Andrew Rybchenkonet/sfc: allow to take mbuf pool into account when...
2018-04-27 Andrew Rybchenkonet/sfc: conditionally compile support for tunnel packets
2018-04-27 Andrew Rybchenkonet/sfc: move EF10 Rx event parser to shared header
2018-04-27 Andrew Rybchenkonet/sfc: prepare EF10 Rx event parser to be reused
2018-04-27 Andrew Rybchenkonet/sfc: factor out function to push Rx doorbell
2018-03-30 Andrew Rybchenkonet/sfc: support runtime VI window size
2018-03-30 Ivan Malovnet/sfc: support driver-wide dynamic logging
2018-03-30 Andy Moretonnet/sfc/base: update hardware headers for Medford2
2018-01-16 Andrew Rybchenkonet/sfc: change license to BSD-3-Clause
2018-01-16 Andrew Rybchenkonet/sfc: support more options for a number of Rx descri...
2018-01-16 Andrew Rybchenkonet/sfc: use Rx queue max fill level calculated on...
2018-01-16 Andrew Rybchenkonet/sfc: make refill threshold check Rx datapath specific
2018-01-16 Andrew Rybchenkonet/sfc: correct Rx checksum offloads for tunnel packets
2018-01-16 Andrew Rybchenkonet/sfc: support VXLAN and NVGRE packet types classific...
2018-01-16 Andrew Rybchenkonet/sfc: fix incorrect bitwise ORing of L3/L4 packet...
2017-11-06 Santosh Shukladrivers/net: rename physical address type to IOVA
2017-11-06 Thomas Monjalonmbuf: rename data address helpers to IOVA
2017-10-06 Ivan Malovnet/sfc: support Rx descriptor status API
2017-06-12 Andrew Rybchenkonet/sfc: support multi-process
2017-04-19 Andrew Rybchenkonet/sfc: remove unnecessary mbuf initialization on Rx
2017-04-04 Andrew Rybchenkonet/sfc: implement EF10 native Rx datapath