net/sfc: fix initialization error path
[dpdk.git] / drivers / net / sfc / sfc.c
2020-03-18 Igor Romanovnet/sfc: fix initialization error path
2020-02-19 Ferruh Yigitnet/sfc: fix log format specifiers
2019-06-13 Georgiy Levashovnet/sfc: support Rx interrupts for efx datapath
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 Ivan Malovnet/sfc: improve log about missing HW TSO support
2019-03-01 Stephen Hemmingernet/sfc: do not use PMD log type
2019-02-08 Igor Romanovnet/sfc: use NIC EVQ descs limits instead of defines
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: 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: remove TxQ control from shared TxQ info
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-02-07 Andrew Rybchenkonet/sfc: fix logging from secondary process
2018-04-27 Andrew Rybchenkonet/sfc: add Rx descriptor wait timeout
2018-04-27 Andrew Rybchenkonet/sfc: support DPDK firmware variant
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-27 Ivan Malovnet/sfc: add missing Rx fini on RSS setup fail path
2018-04-13 Andrew Rybchenkonet/sfc: support loopback mode configuration
2018-04-13 Andrew Rybchenkonet/sfc: support choice of FW subvariant without Tx...
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 Gautam Dawarnet/sfc/base: support choosing firmware variant
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 Andy Moretonnet/sfc/base: report memory BAR number
2018-01-16 Andrew Rybchenkonet/sfc: change license to BSD-3-Clause
2018-01-16 Andrew Rybchenkonet/sfc: support UDP tunnel ports configuration
2018-01-16 Andrew Rybchenkonet/sfc: retry port start to handle MC reboot in the...
2018-01-16 Andrew Rybchenkonet/sfc: handle MC reboot event
2017-11-06 Santosh Shukladrivers/net: rename physical address type to IOVA
2017-11-06 Thomas Monjalonmemzone: rename address from physical to IOVA
2017-10-08 Jianfeng Tanmem: remove API to get physical address in dom0
2017-10-06 Andrew Rybchenkonet/sfc: use RSS key size define from base driver
2017-10-06 Mark Spendernet/sfc/base: rename API to check Rx scale and hash...
2017-10-06 Ivan Malovnet/sfc: fix unused variable in RSS-agnostic build
2017-06-12 Ferruh Yigitdrivers/net: add generic ethdev macro to get PCI device
2017-04-04 Andrew Rybchenkonet/sfc: fix device reconfigure
2017-04-04 Andrew Rybchenkonet/sfc: clarify Tx subsystem configure/close function...
2017-04-04 Andrew Rybchenkonet/sfc: clarify Rx subsystem configure/close function...
2017-04-04 Andrew Rybchenkonet/sfc: initialize port data on attach
2017-04-04 Andrew Rybchenkonet/sfc: move event support init to attach stage
2017-04-04 Andrew Rybchenkonet/sfc: clarify interrupts support function names
2017-04-04 Andrew Rybchenkonet/sfc: do not drop TSO on device configure
2017-04-04 Andrew Rybchenkonet/sfc: choose datapaths after probe and before attach
2017-04-04 Andrew Rybchenkonet/sfc: add missing BSD license line and update year
2017-04-04 Roman Zhukovnet/sfc: support flow API filters
2017-04-04 Andrew Rybchenkonet/sfc: provide a way to check if filter is supported
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: add basic stubs for RSS support on driver...
2017-01-17 Andrew Rybchenkonet/sfc: support link speed and duplex settings
2017-01-17 Andrew Rybchenkonet/sfc: support link status change interrupt
2017-01-17 Ivan Malovnet/sfc: implement transmit path start / stop
2017-01-17 Ivan Malovnet/sfc: provide basic stubs for Tx subsystem
2017-01-17 Andrew Rybchenkonet/sfc: implement Rx queue start and stop operations
2017-01-17 Andrew Rybchenkonet/sfc: implement Rx subsystem stubs
2017-01-17 Andrew Rybchenkonet/sfc: minimum port control sufficient to receive...
2017-01-17 Andrew Rybchenkonet/sfc: support event queue
2017-01-17 Andrew Rybchenkonet/sfc: interrupts support sufficient for event queue...
2017-01-17 Andrew Rybchenkonet/sfc: estimate available resources
2017-01-17 Andrew Rybchenkonet/sfc: add device start and stop operations
2017-01-17 Andrew Rybchenkonet/sfc: add device configuration checks
2017-01-17 Andrew Rybchenkonet/sfc: add configure and close stubs
2017-01-17 Andrew Rybchenkonet/sfc: add init on attach