doc: announce behavior change in bus probing
[dpdk.git] / drivers / net / sfc / sfc_rx.h
2021-07-20 Igor Romanovnet/sfc: add Rx datapath method to get pushed buffers...
2021-07-20 Igor Romanovnet/sfc: support initialising different Rx queue types
2021-07-20 Igor Romanovnet/sfc: prepare for internal Rx queue
2021-03-12 Andrew Rybchenkonet/sfc: update copyright year
2021-01-29 Bruce Richardsonethdev: make driver-only headers private
2020-10-16 Igor Romanovnet/sfc: check for maximum number of Rx scatter buffers
2020-09-30 Igor Romanovnet/sfc: fix RSS hash offload if queue action is used
2020-04-21 Andrew Rybchenkonet/sfc: add Xilinx copyright
2019-06-13 Georgiy Levashovnet/sfc: support Rx interrupts for efx datapath
2019-05-03 Igor Romanovnet/sfc: fix MTU change to check Rx scatter consistency
2019-02-07 Andrew Rybchenkonet/sfc: move RSS config to adapter shared
2019-02-07 Andrew Rybchenkonet/sfc: remove RxQ control from shared RxQ info
2019-02-07 Andrew Rybchenkonet/sfc: remove unnecessary functions to get RxQ index
2019-02-07 Andrew Rybchenkonet/sfc: move datapath RxQ handle to shared RxQ info
2019-02-07 Andrew Rybchenkonet/sfc: move RxQ state to multi-process shared location
2019-02-07 Andrew Rybchenkonet/sfc: remove wrappers around Rx descriptor count...
2019-02-07 Andrew Rybchenkonet/sfc: avoid usage of RxQ control structure in info get
2018-04-27 Andrew Rybchenkonet/sfc: support equal stride super-buffer Rx mode
2018-04-27 Ivan Malovnet/sfc: convert to the advanced EFX RSS interface
2018-04-27 Ivan Malovnet/sfc: remove conditional compilation for RSS
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-21 Ivan Malovnet/sfc: convert to new Rx offload API
2018-01-21 Ivan Malovnet/sfc: factor out function to report Rx capabilities
2018-01-16 Andrew Rybchenkonet/sfc: change license to BSD-3-Clause
2018-01-16 Andrew Rybchenkonet/sfc: use Rx queue max fill level calculated on...
2018-01-16 Andrew Rybchenkonet/sfc/base: control RxQ scatter using flag instead...
2017-04-04 Andrew Rybchenkonet/sfc: clarify Rx subsystem configure/close function...
2017-04-04 Andrew Rybchenkonet/sfc: factor out libefx-based Rx datapath
2017-04-04 Andrew Rybchenkonet/sfc: do not use Rx queue control state on datapath
2017-04-04 Andrew Rybchenkonet/sfc: emphasis that RSS hash flag is an Rx queue...
2017-04-04 Andrew Rybchenkonet/sfc: add missing BSD license line and update year
2017-01-17 Ivan Malovnet/sfc: query RSS key and hash types config
2017-01-17 Ivan Malovnet/sfc: add basic stubs for RSS support on driver...
2017-01-17 Andrew Rybchenkonet/sfc: support deferred start of receive queues
2017-01-17 Andrew Rybchenkonet/sfc: get RxQ descriptor done
2017-01-17 Andrew Rybchenkonet/sfc: get RxQ pending descriptors count
2017-01-17 Andrew Rybchenkonet/sfc: support Rx free threshold
2017-01-17 Andrew Rybchenkonet/sfc: implement device callback to Rx burst of packets
2017-01-17 Andrew Rybchenkonet/sfc: implement Rx queue start and stop operations
2017-01-17 Andrew Rybchenkonet/sfc: calculate Rx buffer size which may be used
2017-01-17 Andrew Rybchenkonet/sfc: implement Rx queue setup release operations
2017-01-17 Andrew Rybchenkonet/sfc: implement Rx subsystem stubs