net: add rte prefix to GRE structure
[dpdk.git] / drivers / net / sfc /
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-05-24 Olivier Matznet: add rte prefix to ether functions
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-05-03 Igor Romanovnet/sfc: fix MTU change to check Rx scatter consistency
2019-04-19 Thomas Monjalonethdev: deprecate legacy filter API
2019-04-12 Andrew Rybchenkonet/sfc: set min and max MTU
2019-04-05 Andrew Rybchenkonet/sfc: improve Rx free threshold default
2019-04-05 Ivan Malovnet/sfc: support tunnel TSO on EF10 native Tx datapath
2019-04-05 Ivan Malovnet/sfc: improve log about missing HW TSO support
2019-04-05 Ivan Malovnet/sfc: factor out function to get IPv4 packet ID...
2019-04-05 Igor Romanovnet/sfc: add TSO header length check to Tx prepare
2019-04-05 Igor Romanovnet/sfc: introduce descriptor space check in Tx prepare
2019-04-05 Igor Romanovnet/sfc: move TSO header checks from Tx burst to Tx...
2019-04-05 Igor Romanovnet/sfc: support Tx preparation in EF10 simple datapath
2019-04-05 Igor Romanovnet/sfc: support Tx preparation in EF10 datapath
2019-04-05 Igor Romanovnet/sfc: support Tx preparation in EFX datapath
2019-04-05 Igor Romanovnet/sfc: make TSO descriptor numbers EF10-specific
2019-04-05 Igor Romanovnet/sfc: improve TSO header length check in EF10 datapath
2019-04-05 Igor Romanovnet/sfc: improve TSO header length check in EFX datapath
2019-03-21 Andrew Rybchenkonet/sfc: fix speed capabilities reported in device...
2019-03-12 Bruce Richardsonbuild/linux: rename macro from LINUXAPP to LINUX
2019-03-01 Stephen Hemmingernet/sfc: do not use PMD log type
2019-02-26 Bruce Richardsonbuild: set RTE_ARCH_64 based on pointer size
2019-02-08 Andrew Rybchenkonet/sfc/base: share macro to increment per-event type...
2019-02-08 Andrew Rybchenkonet/sfc/base: improve MCDI interface header inclusion
2019-02-08 Andrew Rybchenkonet/sfc/base: avoid division by 0 if no event queue...
2019-02-08 Andrew Rybchenkonet/sfc/base: simplify EF10 family run-time checks
2019-02-08 Andrew Rybchenkonet/sfc/base: simplify EF10 family conditional code...
2019-02-08 Andrew Rybchenkonet/sfc/base: pass Rx buffer size to RxQ init if supported
2019-02-08 Andrew Rybchenkonet/sfc/base: allow to specify Rx buffer size on queue...
2019-02-08 Richard Houldsworthnet/sfc/base: make bundle partition type available...
2019-02-08 Andrew Leenet/sfc/base: add Rx parse incomplete event queue statistic
2019-02-08 Andrew Rybchenkonet/sfc/base: rename header with MCDI strings
2019-02-08 Mark Spendernet/sfc/base: support the Rx event mode w/o continue
2019-02-08 Andrew Rybchenkonet/sfc/base: update auto-generated MCDI definition...
2019-02-08 Igor Romanovnet/sfc/base: remove deprecated macros that get queue...
2019-02-08 Igor Romanovnet/sfc/base: remove deprecated min/max desc defines
2019-02-08 Igor Romanovnet/sfc: use NIC event descriptor size instead of common
2019-02-08 Igor Romanovnet/sfc: use NIC Rx descriptor size instead of common
2019-02-08 Igor Romanovnet/sfc: use NIC Tx descriptor size instead of common
2019-02-08 Igor Romanovnet/sfc/base: round number of queue buffers up
2019-02-08 Igor Romanovnet/sfc/base: support different event descriptor sizes
2019-02-08 Igor Romanovnet/sfc/base: support different Rx descriptor sizes
2019-02-08 Igor Romanovnet/sfc/base: support different Tx descriptor sizes
2019-02-08 Igor Romanovnet/sfc/base: make NIC pointer const in NIC config get
2019-02-08 Igor Romanovnet/sfc/base: make max number of TxQ bufs EF10-specific
2019-02-08 Igor Romanovnet/sfc/base: move a macro to Siena implementation...
2019-02-08 Igor Romanovnet/sfc/base: move EVQ descs number check to generic...
2019-02-08 Igor Romanovnet/sfc/base: move Rx descs number check to generic...
2019-02-08 Igor Romanovnet/sfc/base: move Tx descs number check to generic...
2019-02-08 Igor Romanovnet/sfc: use NIC EVQ descs limits instead of defines
2019-02-08 Igor Romanovnet/sfc: use NIC Rx descs limits instead of defines
2019-02-08 Igor Romanovnet/sfc: use NIC min number of Tx descs instead of...
2019-02-08 Igor Romanovnet/sfc/base: remove min/max defines for number of...
2019-02-08 Igor Romanovnet/sfc/base: remove min/max defines for number of...
2019-02-08 Igor Romanovnet/sfc/base: define max desc number for every EF10 NIC
2019-02-08 Igor Romanovnet/sfc/base: remove min define for number of Tx descs
2019-02-08 Ivan Malovnet/sfc/base: report support for Tx checksum op descriptors
2019-02-08 Mark Spendernet/sfc/base: ensure EvQ poll stops when abort is requested
2019-02-08 Richard Houldsworthnet/sfc/base: update external port number calculation
2019-02-08 Richard Houldsworthnet/sfc/base: correct annotations where NULL input...
2019-02-07 Andrew Rybchenkonet/sfc: support Rx packet types get in secondary process
2019-02-07 Andrew Rybchenkonet/sfc: separate adapter primary process and shared...
2019-02-07 Andrew Rybchenkonet/sfc: remove adapter locks from secondary process ops
2019-02-07 Andrew Rybchenkonet/sfc: move isolated flag in adapter shared
2019-02-07 Andrew Rybchenkonet/sfc: move RSS config to adapter shared
2019-02-07 Andrew Rybchenkonet/sfc: move TxQ shared information to adapter shared
2019-02-07 Andrew Rybchenkonet/sfc: move RxQ shared information to adapter shared
2019-02-07 Andrew Rybchenkonet/sfc: make main logging macro reusable in secondary
2019-02-07 Andrew Rybchenkonet/sfc: move Rx/Tx datapath names to shared state
2019-02-07 Andrew Rybchenkonet/sfc: start to factor out multi-process shared data
2019-02-07 Andrew Rybchenkonet/sfc: remove TxQ control from shared TxQ info
2019-02-07 Andrew Rybchenkonet/sfc: remove RxQ control from shared RxQ info
2019-02-07 Andrew Rybchenkonet/sfc: remove unnecessary functions to get TxQ index
2019-02-07 Andrew Rybchenkonet/sfc: remove unnecessary functions to get RxQ index
2019-02-07 Andrew Rybchenkonet/sfc: support RSS RETA and hash config get in secondary
2019-02-07 Andrew Rybchenkonet/sfc: support Tx descriptor status in secondary...
2019-02-07 Andrew Rybchenkonet/sfc: move datapath TxQ handle to shared TxQ info
2019-02-07 Andrew Rybchenkonet/sfc: move TxQ state to multi-process shared location
2019-02-07 Andrew Rybchenkonet/sfc: support Rx descriptor status in secondary...
2019-02-07 Andrew Rybchenkonet/sfc: move datapath RxQ handle to shared RxQ info
2019-02-07 Andrew Rybchenkonet/sfc: move RxQ state to multi-process shared location
2019-02-07 Andrew Rybchenkonet/sfc: move main log type to process private data
2019-02-07 Andrew Rybchenkonet/sfc: move datapath ops pointers to process private...
2019-02-07 Andrew Rybchenkonet/sfc: make it simpler to change datapath ops location
2019-02-07 Andrew Rybchenkonet/sfc: remove wrappers around Rx descriptor count...
2019-02-07 Andrew Rybchenkonet/sfc: avoid usage of TxQ control structure in info get
2019-02-07 Andrew Rybchenkonet/sfc: avoid usage of RxQ control structure in info get
2019-02-07 Andrew Rybchenkonet/sfc: fix logging from secondary process
2019-02-07 Andrew Rybchenkonet/sfc: remove control path logging from Rx queue...
2019-02-07 Ivan Malovnet/sfc: log port ID as 16-bit unsigned integer on...
2019-01-24 Ivan Malovnet/sfc: fix port ID log
2019-01-24 Igor Romanovnet/sfc: fix crash in EF10 TSO if no payload
2019-01-18 Andrew Rybchenkonet/sfc: fix Rx packets counter
2019-01-18 Ivan Malovnet/sfc: fix datapath name references in logs
2019-01-18 Andrew Rybchenkonet/sfc: fix VF error/missed stats mapping
2019-01-14 Andrew Rybchenkonet/sfc: fix typo in preprocessor check
2019-01-14 Igor Romanovnet/sfc/base: fix Tx descriptor max number check
2019-01-14 Ivan Malovnet/sfc: discard last seen VLAN TCI if Tx packet is...
2019-01-14 Ivan Malovnet/sfc: add missing header guard to TSO header file
next