net/sfc: decrease number of variables maintained on EF10 Rx
[dpdk.git] / drivers / net / sfc / sfc_ef10_rx.c
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