net/sfc: fix MAC stats update for stopped device
[dpdk.git] / drivers / net / sfc / sfc_ethdev.c
2021-07-23 Ivan Ilchenkonet/sfc: fix MAC stats update for stopped device
2021-07-23 Ivan Ilchenkonet/sfc: fix xstats query by unsorted list of IDs
2021-07-23 Ivan Ilchenkonet/sfc: fix xstats query by ID according to ethdev
2021-07-23 Ivan Ilchenkonet/sfc: fix reading adapter state without locking
2021-07-23 Ivan Ilchenkonet/sfc: fix MAC stats lock in xstats query by ID
2021-07-20 Igor Romanovnet/sfc: prepare for internal Tx queue
2021-07-20 Igor Romanovnet/sfc: prepare for internal Rx queue
2021-04-26 Ferruh Yigitdrivers/net: fix FW version query
2021-03-26 Thomas Monjalonethdev: replace callback getting filter operations
2021-03-16 Vijay Kumar Srivastavanet/sfc: skip driver probe for incompatible device...
2021-03-12 Andrew Rybchenkonet/sfc: update copyright year
2021-01-29 Viacheslav Galaktionovnet/sfc: fix generic byte statistics to exclude FCS...
2021-01-29 Bruce Richardsonethdev: make driver-only headers private
2021-01-19 Steve Yangnet/sfc: fix jumbo frame flag condition for MTU set
2020-11-20 Ivan Malovnet/sfc: rely on native thread safety in flow mechanism
2020-11-03 Andrew Rybchenkoethdev: remove legacy FDIR filter type support
2020-11-03 Andrew Rybchenkoethdev: remove legacy global filter configuration support
2020-11-03 Andrew Rybchenkoethdev: remove legacy HASH filter type support
2020-11-03 Andrew Rybchenkoethdev: remove legacy tunnel filter type support
2020-11-03 Andrew Rybchenkoethdev: remove legacy N-tuple filter type support
2020-11-03 Andrew Rybchenkoethdev: remove legacy SYN filter type support
2020-11-03 Andrew Rybchenkoethdev: remove legacy flexible filter type support
2020-11-03 Andrew Rybchenkoethdev: remove legacy EtherType filter type support
2020-11-03 Andrew Rybchenkoethdev: remove legacy MACVLAN filter type support
2020-11-03 Ivan Malovnet/sfc: support concept of switch domains/ports
2020-10-16 Ferruh Yigitethdev: add device flag to bypass auto-filled queue...
2020-10-16 Ivan Ilchenkoethdev: change stop operation callback to return int
2020-10-16 Thomas Monjalonethdev: reset all when releasing a port
2020-10-16 Andrew Rybchenkonet/sfc: implement EF100 native Tx
2020-10-16 Andrew Rybchenkonet/sfc: implement EF100 native Rx
2020-10-16 Andrew Rybchenkonet/sfc: support EF100
2020-10-16 Andrew Rybchenkonet/sfc: add capabilities for Rx/Tx support in libefx
2020-10-16 Igor Romanovnet/sfc: check for maximum number of Rx scatter buffers
2020-09-30 Andrew Rybchenkonet/sfc: create virtual switch to enable VFs
2020-09-30 Igor Romanovnet/sfc: fix RSS hash offload if queue action is used
2020-09-30 Thomas Monjalondrivers/net: check process type in close operation
2020-09-30 Thomas Monjalonethdev: remove old close behaviour
2020-09-30 Thomas Monjalonethdev: allow drivers to return error on close
2020-09-30 Andrew Rybchenkonet/sfc: use own logging helper macros
2020-09-18 Ferruh Yigitethdev: move inline device operations
2020-07-21 Andrew Rybchenkonet/sfc: avoid unnecessary actions on dummy default...
2020-04-21 Andrew Rybchenkonet/sfc: add Xilinx copyright
2020-04-21 Igor Romanovnet/sfc: check actual all multicast unknown unicast...
2020-03-18 Igor Romanovnet/sfc: fix promiscuous and allmulticast toggles errors
2020-02-19 Ferruh Yigitnet/sfc: fix log format specifiers
2019-10-07 Ivan Ilchenkoethdev: change allmulticast callbacks to return status
2019-10-07 Igor Romanovethdev: make stats and xstats reset callbacks return int
2019-10-07 Andrew Rybchenkoethdev: change promiscuous callbacks to return status
2019-10-07 Ivan Ilchenkoethdev: change device info get callback to return int
2019-07-24 Andrew Rybchenkonet/sfc: fix power of 2 round up when align has smaller...
2019-07-04 Andrew Rybchenkonet/sfc: release port upon close
2019-07-04 Andrew Rybchenkonet/sfc: ensure that device is closed on removal
2019-06-13 Georgiy Levashovnet/sfc: support Rx interrupts for efx datapath
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-05-24 Olivier Matznet: add rte prefix to ether functions
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
next