memzone: rename address from physical to IOVA
[dpdk.git] / drivers / net / sfc / sfc.c
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