ethdev: return diagnostic when setting MAC address
[dpdk.git] / drivers / net / sfc / sfc_ethdev.c
2018-04-13 Olivier Matzethdev: return diagnostic when setting MAC address
2018-04-13 Ferruh Yigitethdev: replace bus specific struct with generic dev
2018-03-30 Andrew Rybchenkonet/sfc: support Medford2 family adapters
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 Ivan Malovnet/sfc: add dynamic log level for MCDI messages
2018-03-30 Ivan Malovnet/sfc: remove dedicated init log parameter
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 Ivan Malovnet/sfc: support driver-wide dynamic logging
2018-03-30 Stephen Hemmingernet/sfc: use link status helper functions
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-21 Ivan Malovnet/sfc: convert to new Tx offload API
2018-01-21 Ivan Malovnet/sfc: factor out function to report Tx capabilities
2018-01-21 Ivan Malovnet/sfc: convert to new Rx offload API
2018-01-21 Ivan Malovnet/sfc: factor out function to report Rx capabilities
2018-01-16 Andrew Rybchenkonet/sfc: change license to BSD-3-Clause
2018-01-16 Andrew Rybchenkonet/sfc: support more options for a number of Tx descri...
2018-01-16 Andrew Rybchenkonet/sfc: support more options for a number of Rx descri...
2018-01-16 Andrew Rybchenkonet/sfc: support inner checksum offload on transmit
2018-01-16 Andrew Rybchenkonet/sfc: support VXLAN and NVGRE packet types classific...
2018-01-16 Andrew Rybchenkonet/sfc: support UDP tunnel ports configuration
2018-01-16 Andrew Rybchenkonet/sfc/base: control RxQ scatter using flag instead...
2018-01-16 Ivan Malovnet/sfc: fix main MAC address handling
2017-10-26 Gaetan Rivetpci: introduce library and driver
2017-10-26 Gaetan Rivetethdev: remove detachable device flag
2017-10-12 Matan Azradethdev: add return value to stats get dev op
2017-10-06 Ivan Malovnet/sfc: add device state check to reta update
2017-10-06 Ivan Malovnet/sfc: free mbufs in bulks on simple EF10 Tx reap
2017-10-06 Stephen Hemmingernet/sfc: remove unnecessary void casts
2017-10-06 Andrew Rybchenkonet/sfc: use RSS key size define from base driver
2017-10-06 Mark Spendernet/sfc/base: update RSS API to take RSS context parameter
2017-10-06 Ivan Malovnet/sfc: support Tx descriptor status API
2017-10-06 Ivan Malovnet/sfc: support Rx descriptor status API
2017-07-19 Ivan Malovnet/sfc: support xstats retrieval by ID
2017-07-06 Ivan Malovnet/sfc: support flow API isolated mode
2017-06-12 Andrew Rybchenkonet/sfc: advertise that device is detachable
2017-06-12 Andrew Rybchenkonet/sfc: support multi-process
2017-06-12 Andrew Rybchenkonet/sfc: use locally stored data for logging
2017-06-12 Andrew Rybchenkonet/sfc: carefully cleanup on init failure and shutdown
2017-06-12 Ferruh Yigitdrivers/net: add generic ethdev macro to get PCI device
2017-06-05 David Marchanddrivers/net: fix vfio kmod dependency
2017-04-19 Andrew Rybchenkonet/sfc: use zero RSS channels as disabled RSS indicator
2017-04-18 Jan Blunckdrivers/net: do not use ethdev driver
2017-04-04 Andrew Rybchenkonet/sfc: fix device reconfigure
2017-04-04 Andrew Rybchenkonet/sfc: choose datapaths after probe and before attach
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 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: 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: add callback to retrieve FW version
2017-04-04 Ivan Malovnet/sfc: add VFs to the table of PCI IDs for 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 Roman Zhukovnet/sfc: support flow API filters
2017-04-04 Andrew Rybchenkonet/sfc: implement dummy filter control callback
2017-04-04 Ivan Malovnet/sfc: support statistics reset
2017-02-10 Ivan Malovnet/sfc: fix setting empty multicast list
2017-01-30 Andrew Rybchenkonet/sfc: fix link status when port is not started
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: add basic stubs for RSS support on driver...
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
2017-01-17 Andrew Rybchenkonet/sfc: handle received packet type info from HW
2017-01-17 Andrew Rybchenkonet/sfc: support checksum offloads on receive
2017-01-17 Ivan Malovnet/sfc: support multicast addresses list controls
2017-01-17 Ivan Malovnet/sfc: support main MAC address change
2017-01-17 Ivan Malovnet/sfc: support promiscuous and all-multicast control
2017-01-17 Artem Andreevnet/sfc: support link up/down
2017-01-17 Andrew Rybchenkonet/sfc: support link speed and duplex settings
2017-01-17 Andrew Rybchenkonet/sfc: support MTU change
2017-01-17 Andrew Rybchenkonet/sfc: support link status change interrupt
2017-01-17 Andrew Rybchenkonet/sfc: support flow control settings
2017-01-17 Andrew Rybchenkonet/sfc: support extended statistics
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 Ivan Malovnet/sfc: send bursts of packets
2017-01-17 Ivan Malovnet/sfc: set up and release Tx queues
2017-01-17 Ivan Malovnet/sfc: provide basic stubs for Tx subsystem
2017-01-17 Andrew Rybchenkonet/sfc: implement device callback to Rx burst of packets
2017-01-17 Andrew Rybchenkonet/sfc: implement Rx queue setup release operations
next