pci: introduce library and driver
[dpdk.git] / drivers / net / sfc / sfc.h
2017-10-26 Gaetan Rivetpci: introduce library and driver
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-07-19 Ivan Malovnet/sfc: support xstats retrieval by ID
2017-07-08 Gaetan Rivetnet/sfc: include PCI header directly
2017-07-06 Ivan Malovnet/sfc: support flow API isolated mode
2017-06-12 Andrew Rybchenkonet/sfc: support multi-process
2017-06-12 Andrew Rybchenkonet/sfc: use locally stored data for logging
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: initialize port data on attach
2017-04-04 Andrew Rybchenkonet/sfc: remove EvQ info array to simplify reconfigure
2017-04-04 Andrew Rybchenkonet/sfc: clarify interrupts support function names
2017-04-04 Andrew Rybchenkonet/sfc: choose datapaths after probe and before attach
2017-04-04 Andrew Rybchenkonet/sfc: factor out libefx-based Tx datapath
2017-04-04 Andrew Rybchenkonet/sfc: factor out libefx-based Rx datapath
2017-04-04 Andrew Rybchenkonet/sfc: add missing BSD license line and update year
2017-04-04 Ivan Malovnet/sfc: support MCDI proxy
2017-04-04 Ivan Malovnet/sfc: poll MAC stats if periodic DMA is not supported
2017-04-04 Ivan Malovnet/sfc: add kvarg control for MAC statistics update...
2017-04-04 Ivan Malovnet/sfc: set multicast address list in started state...
2017-04-04 Andrew Rybchenkonet/sfc: provide a way to check if filter is supported
2017-04-04 Ivan Malovnet/sfc: support statistics reset
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 Ivan Malovnet/sfc: support promiscuous and all-multicast control
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 Andrew Rybchenkonet/sfc: add basic statistics
2017-01-17 Andrew Rybchenkonet/sfc: support parameter to choose performance profile
2017-01-17 Andrew Rybchenkonet/sfc: implement MCDI logging callback
2017-01-17 Andrew Rybchenkonet/sfc: restart RxQ in case of exception on event...
2017-01-17 Ivan Malovnet/sfc: provide basic stubs for Tx subsystem
2017-01-17 Andrew Rybchenkonet/sfc: implement Rx subsystem stubs
2017-01-17 Artem Andreevnet/sfc: retrieve link info
2017-01-17 Andrew Rybchenkonet/sfc: minimum port control sufficient to receive...
2017-01-17 Andrew Rybchenkonet/sfc: maintain management event queue
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: add device start and stop operations
2017-01-17 Andrew Rybchenkonet/sfc: add configure and close stubs
2017-01-17 Andrew Rybchenkonet/sfc: add init on attach
2017-01-17 Andrew Rybchenkonet/sfc: libefx-based driver stub