ethdev: fix adding invalid MAC address
[dpdk.git] / drivers / net / sfc /
2017-04-28 Andrew Rybchenkonet/sfc: fix LSC interrupt support for UIO cases
2017-04-28 Andrew Rybchenkonet/sfc: correct estimation of max DMA descriptors...
2017-04-19 Andrew Rybchenkonet/sfc: correct RSS hash availability condition
2017-04-19 Andrew Rybchenkonet/sfc: use zero RSS channels as disabled RSS indicator
2017-04-19 Andrew Rybchenkonet/sfc: reset RSS channels back to 0 on close
2017-04-19 Andrew Rybchenkonet/sfc: remove logically dead code
2017-04-19 Andrew Rybchenkonet/sfc: remove unnecessary mbuf initialization on Rx
2017-04-18 Jan Blunckdrivers/net: do not use ethdev driver
2017-04-06 Qi Zhangeal: clean up interrupt handle
2017-04-04 Andy Moretonnet/sfc/base: fix out of bounds read in VIs allocation
2017-04-04 Andy Moretonnet/sfc/base: fix potential buffer overflow in Tx queue...
2017-04-04 Andy Moretonnet/sfc/base: fix failure path in EF10 Tx queue PIO...
2017-04-04 Andrew Rybchenkonet/sfc: fix device reconfigure
2017-04-04 Andrew Rybchenkonet/sfc: support changing the number of transmit queues
2017-04-04 Andrew Rybchenkonet/sfc: support changing the number of receive queues
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: remove EvQ info array to simplify reconfigure
2017-04-04 Andrew Rybchenkonet/sfc: remove flags from EvQ info
2017-04-04 Andrew Rybchenkonet/sfc: move EvQ entries to the EvQ control structure
2017-04-04 Andrew Rybchenkonet/sfc: remove unused max entries from EvQ info
2017-04-04 Andrew Rybchenkonet/sfc: bind EvQ DMA space to EvQ type and type-local...
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: use correct function to free scattered packet...
2017-04-04 Andrew Rybchenkonet/sfc: fix leak if EvQ DMA space allocation fails
2017-04-04 Andrew Rybchenkonet/sfc: destroy event queue when Tx queue is released
2017-04-04 Andrew Rybchenkonet/sfc: destroy event queue when Rx queue is released
2017-04-04 Andrew Rybchenkonet/sfc: implement simple EF10 native Tx datapath
2017-04-04 Andrew Rybchenkonet/sfc: make multi-segment support a Tx datapath feature
2017-04-04 Andrew Rybchenkonet/sfc: implement EF10 native Tx datapath
2017-04-04 Andrew Rybchenkonet/sfc: make TSO a datapath-dependent feature
2017-04-04 Andrew Rybchenkonet/sfc: make VLAN insertion a datapath-dependent feature
2017-04-04 Andrew Rybchenkonet/sfc: factor out libefx-based Tx datapath
2017-04-04 Andrew Rybchenkonet/sfc: implement EF10 native Rx datapath
2017-04-04 Andrew Rybchenkonet/sfc: remove few conditions in Rx queue refill
2017-04-04 Andrew Rybchenkonet/sfc: make Rx scatter a datapath-dependent feature
2017-04-04 Andrew Rybchenkonet/sfc: factor out libefx-based Rx datapath
2017-04-04 Andrew Rybchenkonet/sfc: do not use Rx queue control state on datapath
2017-04-04 Andrew Rybchenkonet/sfc: emphasis that RSS hash flag is an Rx queue...
2017-04-04 Andrew Rybchenkonet/sfc: use different callbacks for event queues
2017-04-04 Andrew Rybchenkonet/sfc: add missing BSD license line and update year
2017-04-04 Ivan Malovnet/sfc: add callback to retrieve FW version
2017-04-04 Ivan Malovnet/sfc/base: add advanced function to extract FW version
2017-04-04 Ivan Malovnet/sfc: add VFs to the table of PCI IDs for supported...
2017-04-04 Ivan Malovnet/sfc: support MCDI proxy
2017-04-04 Ivan Malovnet/sfc: avoid failure on port start if Rx mode is...
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 Andrew Rybchenkonet/sfc/base: do not ignore MAC stats update period
2017-04-04 Ivan Malovnet/sfc: set multicast address list in started state...
2017-04-04 Roman Zhukovnet/sfc: add unknown unicast/multicast match in flow API
2017-04-04 Roman Zhukovnet/sfc: support UDP in flow API filters
2017-04-04 Roman Zhukovnet/sfc: support TCP in flow API filters
2017-04-04 Roman Zhukovnet/sfc: support IPV6 in flow API filters
2017-04-04 Roman Zhukovnet/sfc: support IPV4 in flow API filters
2017-04-04 Roman Zhukovnet/sfc: support VLAN in flow API filters
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-04-04 Andrew Rybchenkonet/sfc: implement dummy filter control callback
2017-04-04 Mark Spendernet/sfc/base: improve API to get supported filter matches
2017-04-04 Mark Spendernet/sfc/base: split local MAC I/G back into separate...
2017-04-04 Andrew Rybchenkonet/sfc: remove Tx DMA descriptor boundary crossing...
2017-04-04 Andrew Rybchenkonet/sfc/base: separate limitations on Tx DMA descriptors
2017-04-04 Ivan Malovnet/sfc: support statistics reset
2017-04-04 Ivan Malovnet/sfc/base: add MCDI agnostic wrapper for MAC stats...
2017-03-27 Olivier Matzmk: optimize directory dependencies
2017-02-10 Ivan Malovnet/sfc: fix setting empty multicast list
2017-01-30 Ferruh Yigitdrivers/net: remove redundant new line from logs
2017-01-30 Ivan Malovnet/sfc: fix TSO limits imposed to the number of Tx...
2017-01-30 Andrew Rybchenkonet/sfc: use eal I/O device memory barriers API
2017-01-30 Andrew Rybchenkonet/sfc: use eal I/O device memory read/write API
2017-01-30 Andrew Rybchenkonet/sfc: enable TSO by default
2017-01-30 Andrew Rybchenkonet/sfc: do not panic if alarms are not supported
2017-01-30 Andrew Rybchenkonet/sfc: fix flow control settings on port start
2017-01-30 Andrew Rybchenkonet/sfc: fix link status when port is not started
2017-01-30 Andrew Rybchenkonet/sfc: synchronize link status with HW on start
2017-01-30 Andrew Rybchenkonet/sfc: avoid usage of possibly uninitialized link...
2017-01-17 Andrew Rybchenkonet/sfc: advertise kmod dependencies in pmdinfo
2017-01-17 Ivan Malovnet/sfc: support firmware-assisted TSO
2017-01-17 Ivan Malovnet/sfc: update RSS redirection table
2017-01-17 Ivan Malovnet/sfc: query RSS redirection table
2017-01-17 Ivan Malovnet/sfc: set RSS key and hash types config
2017-01-17 Ivan Malovnet/sfc: query RSS key and hash types config
2017-01-17 Ivan Malovnet/sfc: support RSS hash offload
2017-01-17 Ivan Malovnet/sfc: add basic stubs for RSS support on driver...
2017-01-17 Andrew Rybchenkonet/sfc/base: do not use enum type when values are...
2017-01-17 Ivan Malovnet/sfc: support VLAN offload on transmit path
2017-01-17 Ivan Malovnet/sfc: support deferred start of transmit queues
2017-01-17 Ivan Malovnet/sfc: support Tx free threshold
2017-01-17 Ivan Malovnet/sfc: get transmit queue information
2017-01-17 Andrew Rybchenkonet/sfc: support deferred start of receive queues
2017-01-17 Andrew Rybchenkonet/sfc: support scattered Rx DMA
2017-01-17 Andrew Rybchenkonet/sfc: get RxQ descriptor done
2017-01-17 Andrew Rybchenkonet/sfc: get RxQ pending descriptors count
2017-01-17 Andrew Rybchenkonet/sfc: support Rx free threshold
2017-01-17 Andrew Rybchenkonet/sfc: get receive queue information
next