ethdev: add namespace
[dpdk.git] / drivers / net / sfc / sfc_tx.c
2021-10-22 Ferruh Yigitethdev: add namespace
2021-10-12 Igor Romanovnet/sfc: implement representor Tx queue start/stop
2021-10-12 Igor Romanovnet/sfc: reserve queues for port representors
2021-07-23 Ivan Ilchenkonet/sfc: add xstats for Rx/Tx doorbells
2021-07-20 Igor Romanovnet/sfc: prepare for internal Tx queue
2021-03-22 Andrew Rybchenkonet/sfc: improve tunnel TSO mask calculation
2021-03-12 Andrew Rybchenkonet/sfc: update copyright year
2020-10-16 Ivan Malovnet/sfc: support tunnel TSO for EF100 native Tx
2020-10-16 Ivan Malovnet/sfc: support TSO for EF100 native datapath
2020-10-16 Ivan Malovnet/sfc: add header segments check for EF100 Tx
2020-10-16 Andrew Rybchenkonet/sfc: add capabilities for Rx/Tx support in libefx
2020-04-21 Andrew Rybchenkonet/sfc: add Xilinx copyright
2019-06-13 Andrew Rybchenkonet/sfc: advertise offload capabilities by Tx datapaths
2019-04-05 Ivan Malovnet/sfc: support tunnel TSO on EF10 native Tx datapath
2019-04-05 Igor Romanovnet/sfc: introduce descriptor space check in Tx prepare
2019-04-05 Igor Romanovnet/sfc: move TSO header checks from Tx burst to Tx...
2019-04-05 Igor Romanovnet/sfc: support Tx preparation in EFX datapath
2019-04-05 Igor Romanovnet/sfc: improve TSO header length check in EFX datapath
2019-02-08 Igor Romanovnet/sfc: use NIC Tx descriptor size instead of common
2019-02-08 Igor Romanovnet/sfc: use NIC min number of Tx descs instead of...
2019-02-07 Andrew Rybchenkonet/sfc: separate adapter primary process and shared...
2019-02-07 Andrew Rybchenkonet/sfc: move TxQ shared information to adapter shared
2019-02-07 Andrew Rybchenkonet/sfc: remove TxQ control from shared TxQ info
2019-02-07 Andrew Rybchenkonet/sfc: support Tx descriptor status in secondary...
2019-02-07 Andrew Rybchenkonet/sfc: move datapath TxQ handle to shared TxQ info
2019-02-07 Andrew Rybchenkonet/sfc: move TxQ state to multi-process shared location
2019-02-07 Andrew Rybchenkonet/sfc: move datapath ops pointers to process private...
2019-02-07 Andrew Rybchenkonet/sfc: avoid usage of TxQ control structure in info get
2019-01-14 Ivan Malovnet/sfc: discard last seen VLAN TCI if Tx packet is...
2018-12-21 Andrew Rybchenkonet/sfc: pass HW Tx queue index on creation
2018-10-11 Igor Romanovnet/sfc: support TSO in EF10 Tx datapath
2018-09-27 Igor Romanovnet/sfc: fix a Tx queue double release possibility
2018-09-14 Igor Romanovnet/sfc: support runtime Tx queue setup
2018-07-04 Ferruh Yigitethdev: remove old offload API
2018-05-14 Andrew Rybchenkonet/sfc: fix inner TCP/UDP checksum offload control
2018-05-14 Wei Daiethdev: new Rx/Tx offloads API
2018-03-30 Andrew Rybchenkonet/sfc: support runtime VI window size
2018-03-30 Ivan Malovnet/sfc: prepare to merge init logs with main log type
2018-01-21 Ivan Malovnet/sfc: convert to new Tx offload API
2018-01-21 Ivan Malovnet/sfc: factor out function to report Tx capabilities
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 Tx descri...
2018-01-16 Andrew Rybchenkonet/sfc: use Tx queue max fill level calculated on...
2018-01-16 Andrew Rybchenkonet/sfc: make Tx free threshold check datapath specific
2018-01-16 Andrew Rybchenkonet/sfc: support inner checksum offload on transmit
2017-11-14 Andrew Rybchenkonet/sfc: avoid Tx queue setup failure if thresholds...
2017-11-06 Thomas Monjalonmbuf: rename data address helpers to IOVA
2017-10-06 Ivan Malovnet/sfc: free mbufs in bulks on simple EF10 Tx reap
2017-10-06 Ivan Malovnet/sfc: support Tx descriptor status API
2017-06-12 Andrew Rybchenkonet/sfc: handle already flushed Tx queue gracefully
2017-06-12 Andrew Rybchenkonet/sfc: add Tx queue flush failed flag for sanity
2017-06-12 Ferruh Yigitdrivers/net: add generic ethdev macro to get PCI device
2017-04-04 Andrew Rybchenkonet/sfc: support changing the number of transmit queues
2017-04-04 Andrew Rybchenkonet/sfc: clarify Tx subsystem configure/close function...
2017-04-04 Andrew Rybchenkonet/sfc: remove EvQ info array to simplify reconfigure
2017-04-04 Andrew Rybchenkonet/sfc: bind EvQ DMA space to EvQ type and type-local...
2017-04-04 Andrew Rybchenkonet/sfc: do not drop TSO on device configure
2017-04-04 Andrew Rybchenkonet/sfc: destroy event queue when Tx queue is released
2017-04-04 Andrew Rybchenkonet/sfc: make multi-segment support a Tx datapath feature
2017-04-04 Andrew Rybchenkonet/sfc: implement EF10 native Tx datapath
2017-04-04 Andrew Rybchenkonet/sfc: make TSO a datapath-dependent feature
2017-04-04 Andrew Rybchenkonet/sfc: make VLAN insertion a datapath-dependent feature
2017-04-04 Andrew Rybchenkonet/sfc: factor out libefx-based Tx datapath
2017-04-04 Andrew Rybchenkonet/sfc: add missing BSD license line and update year
2017-04-04 Andrew Rybchenkonet/sfc: remove Tx DMA descriptor boundary crossing...
2017-01-30 Ivan Malovnet/sfc: fix TSO limits imposed to the number of Tx...
2017-01-30 Andrew Rybchenkonet/sfc: enable TSO by default
2017-01-17 Ivan Malovnet/sfc: support firmware-assisted TSO
2017-01-17 Ivan Malovnet/sfc: support VLAN offload on transmit path
2017-01-17 Ivan Malovnet/sfc: support deferred start of transmit queues
2017-01-17 Ivan Malovnet/sfc: support Tx free threshold
2017-01-17 Ivan Malovnet/sfc: send bursts of packets
2017-01-17 Ivan Malovnet/sfc: implement transmit path start / stop
2017-01-17 Ivan Malovnet/sfc: set up and release Tx queues
2017-01-17 Ivan Malovnet/sfc: add function to check configured Tx mode
2017-01-17 Ivan Malovnet/sfc: provide basic stubs for Tx subsystem