net/hinic: fix snprintf length of cable info
[dpdk.git] / drivers / net / sfc /
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
2018-12-21 Andrew Rybchenkonet/sfc: pass HW Tx queue index on creation
2018-11-13 Igor Romanovnet/sfc/base: fix field order in filter spec struct
2018-10-29 Ferruh Yigitadd missing static keyword to globals
2018-10-26 Thomas Monjalonethdev: free all common data when releasing port
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
next