net: add rte prefix to ether structures
[dpdk.git] / drivers / net / sfc / sfc_ethdev.c
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-05-03 Igor Romanovnet/sfc: fix MTU change to check Rx scatter consistency
2019-04-12 Andrew Rybchenkonet/sfc: set min and max MTU
2019-04-05 Igor Romanovnet/sfc: support Tx preparation in EFX datapath
2019-03-21 Andrew Rybchenkonet/sfc: fix speed capabilities reported in device...
2019-02-08 Igor Romanovnet/sfc: use NIC Rx descs limits instead of defines
2019-02-08 Igor Romanovnet/sfc: use NIC min number of Tx descs instead of...
2019-02-07 Andrew Rybchenkonet/sfc: support Rx packet types get in secondary process
2019-02-07 Andrew Rybchenkonet/sfc: separate adapter primary process and shared...
2019-02-07 Andrew Rybchenkonet/sfc: remove adapter locks from secondary process ops
2019-02-07 Andrew Rybchenkonet/sfc: move isolated flag in adapter shared
2019-02-07 Andrew Rybchenkonet/sfc: move RSS config to adapter shared
2019-02-07 Andrew Rybchenkonet/sfc: move TxQ shared information to adapter shared
2019-02-07 Andrew Rybchenkonet/sfc: move RxQ shared information to adapter shared
2019-02-07 Andrew Rybchenkonet/sfc: make main logging macro reusable in secondary
2019-02-07 Andrew Rybchenkonet/sfc: move Rx/Tx datapath names to shared state
2019-02-07 Andrew Rybchenkonet/sfc: start to factor out multi-process shared data
2019-02-07 Andrew Rybchenkonet/sfc: remove TxQ control from shared TxQ info
2019-02-07 Andrew Rybchenkonet/sfc: remove RxQ control from shared RxQ info
2019-02-07 Andrew Rybchenkonet/sfc: remove unnecessary functions to get TxQ index
2019-02-07 Andrew Rybchenkonet/sfc: remove unnecessary functions to get RxQ index
2019-02-07 Andrew Rybchenkonet/sfc: support RSS RETA and hash config get in secondary
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: support Rx descriptor status in secondary...
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: move main log type to process private data
2019-02-07 Andrew Rybchenkonet/sfc: move datapath ops pointers to process private...
2019-02-07 Andrew Rybchenkonet/sfc: make it simpler to change datapath ops location
2019-02-07 Andrew Rybchenkonet/sfc: remove wrappers around Rx descriptor count...
2019-02-07 Andrew Rybchenkonet/sfc: avoid usage of TxQ control structure in info get
2019-02-07 Andrew Rybchenkonet/sfc: avoid usage of RxQ control structure in info get
2019-02-07 Andrew Rybchenkonet/sfc: fix logging from secondary process
2019-02-07 Andrew Rybchenkonet/sfc: remove control path logging from Rx queue...
2019-01-18 Andrew Rybchenkonet/sfc: fix Rx packets counter
2019-01-18 Ivan Malovnet/sfc: fix datapath name references in logs
2019-01-18 Andrew Rybchenkonet/sfc: fix VF error/missed stats mapping
2018-10-26 Thomas Monjalonethdev: free all common data when releasing port
2018-10-11 Ivan Malovnet/sfc: allow to query RSS key and HF when RSS is...
2018-10-11 Ivan Malovnet/sfc: allow to query RSS key and HF in isolated...
2018-09-27 Igor Romanovnet/sfc: fix a Tx queue double release possibility
2018-09-27 Igor Romanovnet/sfc: fix an Rx queue double release possibility
2018-09-14 Igor Romanovnet/sfc: support runtime Tx queue setup
2018-09-14 Igor Romanovnet/sfc: support runtime Rx queue setup
2018-07-23 Andrew Rybchenkonet/sfc: fix assert in set multicast address list
2018-07-23 Andrew Rybchenkonet/sfc: fix Rx queue offloads reporting in queue info
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-07-04 Ferruh Yigitethdev: remove old offload API
2018-05-14 Andy Greennet/sfc: make sure that stats name is nul-terminated
2018-05-14 Andrew Rybchenkonet/sfc: rely on ethdev mapping of Tx offloads to TxQ...
2018-04-27 Andrew Rybchenkonet/sfc: add Rx descriptor wait timeout
2018-04-27 Andrew Rybchenkonet/sfc: support callback to check if mempool is supported
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: factor out RSS fields from adapter info
2018-04-27 Ivan Malovnet/sfc: remove conditional compilation for RSS
2018-04-13 Olivier Matzethdev: return diagnostic when setting MAC address
2018-04-13 Ferruh Yigitethdev: replace bus specific struct with generic dev
2018-03-30 Andrew Rybchenkonet/sfc: support Medford2 family adapters
2018-03-30 Andrew Rybchenkonet/sfc: support link speeds up to 100G
2018-03-30 Roman Zhukovnet/sfc: add device parameter to choose FW variant
2018-03-30 Ivan Malovnet/sfc: add dynamic log level for MCDI messages
2018-03-30 Ivan Malovnet/sfc: remove dedicated init log parameter
2018-03-30 Ivan Malovnet/sfc: prepare to merge init logs with main log type
2018-03-30 Ivan Malovnet/sfc: support per-port dynamic logging
2018-03-30 Ivan Malovnet/sfc: support driver-wide dynamic logging
2018-03-30 Stephen Hemmingernet/sfc: use link status helper functions
2018-01-22 Ferruh Yigitethdev: separate driver APIs
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-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: support more options for a number of Tx descri...
2018-01-16 Andrew Rybchenkonet/sfc: support more options for a number of Rx descri...
2018-01-16 Andrew Rybchenkonet/sfc: support inner checksum offload on transmit
2018-01-16 Andrew Rybchenkonet/sfc: support VXLAN and NVGRE packet types classific...
2018-01-16 Andrew Rybchenkonet/sfc: support UDP tunnel ports configuration
2018-01-16 Andrew Rybchenkonet/sfc/base: control RxQ scatter using flag instead...
2018-01-16 Ivan Malovnet/sfc: fix main MAC address handling
2017-10-26 Gaetan Rivetpci: introduce library and driver
2017-10-26 Gaetan Rivetethdev: remove detachable device flag
2017-10-12 Matan Azradethdev: add return value to stats get dev op
2017-10-06 Ivan Malovnet/sfc: add device state check to reta update
2017-10-06 Ivan Malovnet/sfc: free mbufs in bulks on simple EF10 Tx reap
2017-10-06 Stephen Hemmingernet/sfc: remove unnecessary void casts
2017-10-06 Andrew Rybchenkonet/sfc: use RSS key size define from base driver
2017-10-06 Mark Spendernet/sfc/base: update RSS API to take RSS context parameter
2017-10-06 Ivan Malovnet/sfc: support Tx descriptor status API
2017-10-06 Ivan Malovnet/sfc: support Rx descriptor status API
2017-07-19 Ivan Malovnet/sfc: support xstats retrieval by ID
2017-07-06 Ivan Malovnet/sfc: support flow API isolated mode
2017-06-12 Andrew Rybchenkonet/sfc: advertise that device is detachable
2017-06-12 Andrew Rybchenkonet/sfc: support multi-process
2017-06-12 Andrew Rybchenkonet/sfc: use locally stored data for logging
2017-06-12 Andrew Rybchenkonet/sfc: carefully cleanup on init failure and shutdown
2017-06-12 Ferruh Yigitdrivers/net: add generic ethdev macro to get PCI device
2017-06-05 David Marchanddrivers/net: fix vfio kmod dependency
2017-04-19 Andrew Rybchenkonet/sfc: use zero RSS channels as disabled RSS indicator
next