net/dpaa2: support congestion overhead
[dpdk.git] / drivers / net / sfc /
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 Ivan Malovnet/sfc: free mbufs in bulks on EF10 native Tx reap
2017-10-06 Stephen Hemmingernet/sfc: remove unnecessary void casts
2017-10-06 Ivan Malovnet/sfc: support flow API RSS action
2017-10-06 Andrew Rybchenkonet/sfc: use RSS key size define from base driver
2017-10-06 Ivan Malovnet/sfc/base: add RSS key size define
2017-10-06 Mark Spendernet/sfc/base: add API to set an RSS context for a filter
2017-10-06 Mark Spendernet/sfc/base: update RSS API to take RSS context parameter
2017-10-06 Mark Spendernet/sfc/base: add API to allocate and free RSS contexts
2017-10-06 Mark Spendernet/sfc/base: rename API to check Rx scale and hash...
2017-10-06 Mark Spendernet/sfc/base: add the max number of RSS exclusive contexts
2017-10-06 Mark Spendernet/sfc/base: fix default RSS context check on Siena
2017-10-06 Mark Spendernet/sfc/base: define a handle to denote default RSS...
2017-10-06 Ivan Malovnet/sfc: fix unused variable in RSS-agnostic build
2017-10-06 Ivan Malovnet/sfc: support Tx descriptor status API
2017-10-06 Ivan Malovnet/sfc: support Rx descriptor status API
2017-10-06 Ivan Malovnet/sfc: specify correct scale table size on Rx start
2017-10-06 Mark Spendernet/sfc/base: insert filters for encapsulated packets
2017-10-06 Mark Spendernet/sfc/base: support filters for encapsulated packets
2017-10-06 Mark Spendernet/sfc/base: use proper MCDI command for encap filters
2017-10-06 Andrew Rybchenkonet/sfc/base: provide information about supported tunnels
2017-07-19 Ivan Malovnet/sfc: support xstats retrieval by ID
2017-07-19 Ivan Malovnet/sfc: request MAC stats upload immediately on port...
2017-07-08 Gaetan Rivetnet/sfc: include PCI header directly
2017-07-06 Ivan Malovnet/sfc: support flow API isolated mode
2017-07-01 Bernard Iremongerethdev: add return values to callback process API
2017-06-14 Jerin Jacobfix typos using codespell utility
2017-06-12 Andrew Rybchenkonet/sfc: rely on one desc is one mbuf in simple EF10...
2017-06-12 Andrew Rybchenkonet/sfc: check added but not completed descs on EF10...
2017-06-12 Andrew Rybchenkonet/sfc: handle already flushed Tx queue gracefully
2017-06-12 Andrew Rybchenkonet/sfc: add Tx queue flush failed flag for sanity
2017-06-12 Andrew Rybchenkonet/sfc: handle already flushed Rx queue gracefully
2017-06-12 Andy Moretonnet/sfc/base: let caller know that queue is already...
2017-06-12 Andy Moretonnet/sfc/base: fix error code usage in common code
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-12 Ferruh Yigitdrivers/net: remove unnecessary macro for unused variables
2017-06-05 David Marchanddrivers/net: fix vfio kmod dependency
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
next