mk: build with _GNU_SOURCE defined by default
[dpdk.git] / drivers / net / sfc /
2018-10-11 Ivan Malovnet/sfc: allow to query RSS key and HF when RSS is...
2018-10-11 Ivan Malovnet/sfc: allow to query RSS key and HF in isolated...
2018-10-11 Ivan Malovnet/sfc: do not skip RSS configuration step on reconfigure
2018-10-11 Igor Romanovnet/sfc: support Tx descriptor status on EF10 datapath
2018-10-11 Igor Romanovnet/sfc: support TSO in EF10 Tx datapath
2018-10-11 Igor Romanovnet/sfc: put generalised TSO declarations in a header
2018-10-11 Igor Romanovnet/sfc: support Rx descriptor status on EF10 datapath
2018-10-11 Andrew Rybchenkonet/sfc: support Rx scatter in EF10 Rx datapath
2018-10-11 Andrew Rybchenkonet/sfc: rename variable to prepare for scatter support
2018-10-11 Andrew Rybchenkonet/sfc: avoid usage of prepared packets number in...
2018-10-11 Andrew Rybchenkonet/sfc: decrease number of variables maintained on...
2018-10-11 Andrew Rybchenkonet/sfc: avoid dummy writes to Rx queue state structure
2018-10-11 Andrew Rybchenkonet/sfc: check mbufs allocated using mempool API for Rx
2018-10-11 Andrew Rybchenkonet/sfc: use mbuf raw free instead of mempool put directly
2018-10-11 Andrew Rybchenkonet/sfc: receive prepared packets even in Rx exception...
2018-09-27 Richard Houldsworthnet/sfc/base: use transceiver ID when reading info
2018-09-27 Richard Houldsworthnet/sfc/base: add accessor to whole link status
2018-09-27 Tom Millingtonnet/sfc/base: guard Rx scale code with corresponding...
2018-09-27 Richard Houldsworthnet/sfc/base: infer port mode bandwidth from max link...
2018-09-27 Richard Houldsworthnet/sfc/base: support improvements to bandwidth calcula...
2018-09-27 Richard Houldsworthnet/sfc/base: add X2 port modes to bandwidth calculator
2018-09-27 Richard Houldsworthnet/sfc/base: update to current port mode terminology
2018-09-27 Richard Houldsworthnet/sfc/base: adjust PHY module info interface
2018-09-27 Richard Houldsworthnet/sfc/base: expose PHY module device address constants
2018-09-27 Richard Houldsworthnet/sfc/base: make last byte of module information...
2018-09-27 Igor Romanovnet/sfc: fix a Tx queue double release possibility
2018-09-27 Igor Romanovnet/sfc: fix an Rx queue double release possibility
2018-09-27 Vijay Srivastavanet/sfc/base: add helper API to make Geneve filter...
2018-09-27 Andy Moretonnet/sfc/base: fix MAC Tx stats for less or equal to...
2018-09-27 Richard Houldsworthnet/sfc/base: modify phy caps to indicate FEC request
2018-09-27 Ivan Malovnet/sfc/base: improve handling of legacy RSS hash flags
2018-09-27 Ivan Malovnet/sfc/base: simplify the code to parse RSS hash type
2018-09-27 Ivan Malovnet/sfc/base: check buffer size for hash flags
2018-09-27 Ivan Malovnet/sfc/base: use simpler code to check hash algorithm...
2018-09-27 Vijay Srivastavanet/sfc/base: add support to get active FEC type
2018-09-27 Ivan Malovnet/sfc/base: fix a typo in unicast filter insertion...
2018-09-27 Ivan Malovnet/sfc/base: fix name of the argument to store RSS...
2018-09-27 Mark Spendernet/sfc/base: prevent access to the NIC config before...
2018-09-27 Andy Moretonnet/sfc/base: fix ID retrieval in v3 licensing
2018-09-27 Andy Moretonnet/sfc/base: add API to inform libefx of hardware...
2018-09-27 Andy Moretonnet/sfc/base: add routine to check for hardware presence
2018-09-27 Gautam Dawarnet/sfc/base: fix out of bounds read when dereferencing...
2018-09-27 Mark Spendernet/sfc/base: add information if TSO workaround is...
2018-09-27 Martin Harveynet/sfc/base: avoid usage of too big arrays on stack
2018-09-27 Richard Houldsworthnet/sfc/base: generalise EF10 NVRAM buffer interface
2018-09-27 Richard Houldsworthnet/sfc/base: add accessor for default port mode
2018-09-27 Richard Houldsworthnet/sfc/base: add buffer editing functions to boot...
2018-09-27 Martin Harveynet/sfc/base: add API to retrieve sensor limits
2018-09-27 Martin Harveynet/sfc/base: check size of memory to read sensors...
2018-09-27 Martin Harveynet/sfc/base: add generated description of sensors
2018-09-27 Mark Spendernet/sfc/base: remove probes when a Tx queue is too...
2018-09-27 Martin Harveynet/sfc/base: refactor monitors support
2018-09-27 Vijay Srivastavanet/sfc/base: add check for TUNNEL module in NIC reset API
2018-09-27 Martin Harveynet/sfc/base: move empty efsys definitions to EFX headers
2018-09-27 Vijay Srivastavanet/sfc/base: fix outer IPID field in TSO option descri...
2018-09-27 Paul Foxnet/sfc/base: add more definitions of partitions
2018-09-27 Andrew Rybchenkonet/sfc/base: fix build because of no declaration
2018-09-27 Andy Moretonnet/sfc/base: add space after sizeof
2018-09-27 Andy Moretonnet/sfc/base: properly align on line continuation
2018-09-27 Martin Harveynet/sfc/base: fix SAL annotation for input buffers
2018-09-27 Andrew Jacksonnet/sfc/base: highlight that image layout header generated
2018-09-27 Martin Harveynet/sfc/base: fix output buffer SAL annotation
2018-09-27 Martin Harveynet/sfc/base: fix invalid order of memset arguments
2018-09-27 Martin Harveynet/sfc/base: fix PreFAST warnings because of unused...
2018-09-27 Bruce Richardsonnet/*/base: allow use of experimental APIs in base...
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-09-14 Igor Romanovnet/sfc: support runtime Tx queue setup
2018-09-14 Igor Romanovnet/sfc: support runtime Rx queue setup
2018-07-23 Andrew Rybchenkonet/sfc: handle unknown L3 packet class in EF10 event...
2018-07-23 Andrew Rybchenkonet/sfc: fix assert in set multicast address list
2018-07-23 Andrew Rybchenkonet/sfc: prepare to support Rx datapath without checksum
2018-07-23 Andrew Rybchenkonet/sfc: fix Rx queue offloads reporting in queue info
2018-07-23 Andrew Rybchenkonet/sfc: move Rx checksum offload check to device level
2018-07-23 Igor Romanovnet/sfc: fallback to filter with zero vid
2018-07-23 Igor Romanovnet/sfc: fix filter exceptions logic
2018-07-12 Bruce Richardsonnet/sfc: disable for 32-bit builds
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-07-04 Ferruh Yigitethdev: remove old offload API
2018-07-04 Andrew Rybchenkonet/sfc: support Rx descriptor status for EF10 ESSB...
2018-07-04 Andrew Rybchenkonet/sfc: support ops to check ready descriptors in...
2018-07-04 Andrew Rybchenkonet/sfc: fix double-free in EF10 ESSB Rx queue purge
2018-07-04 Andrew Rybchenkonet/sfc: discard packets with bad CRC on EF10 ESSB Rx
2018-07-04 Andrew Rybchenkonet/sfc: cut non VLAN ID bits from TCI
2018-07-02 Ferruh Yigitethdev: add new offload flag to keep CRC
2018-05-30 Andrew Rybchenkonet/sfc: add missing Rx descriptor status callback
2018-05-17 Roman Zhukovnet/sfc: fix errno if flow API RSS action parse fails
2018-05-17 Ivan Malovnet/sfc: improve unsupported flow pattern message
2018-05-17 Andrew Rybchenkonet/sfc: fix minimum number of Rx descriptors in ESSB...
2018-05-14 Andy Greennet/sfc: make sure that stats name is nul-terminated
2018-05-14 Andrew Rybchenkonet/sfc: fix inner TCP/UDP checksum offload control
2018-05-14 Wei Daiethdev: new Rx/Tx offloads API
2018-05-14 Andrew Rybchenkonet/sfc/base: add Medford2 head-of-line blocking stats
2018-05-14 Andrew Rybchenkonet/sfc/base: support RxDP scatter disabled truncate...
2018-05-14 Andrew Rybchenkonet/sfc/base: generate Medford2 RxDP stats
2018-05-14 Andrew Rybchenkonet/sfc/base: fix Medford2 FEC stats range
2018-05-14 Andrew Rybchenkonet/sfc: rely on ethdev mapping of Tx offloads to TxQ...
2018-04-27 Roman Zhukovnet/sfc: support MARK and FLAG actions in flow API
2018-04-27 Roman Zhukovnet/sfc: make processing of flow rule actions more...
2018-04-27 Roman Zhukovnet/sfc/base: get max supported value for action MARK
2018-04-27 Roman Zhukovnet/sfc/base: support MARK and FLAG actions in filters
next