test mbuf attach
[dpdk.git] / drivers / net / sfc / base /
2020-07-21 Andrew Rybchenkonet/sfc/base: improve headers independence
2020-05-21 Igor Romanovnet/sfc/base: fix manual filter delete in EF10
2020-05-05 Andrew Rybchenkonet/sfc/base: fix build when EVB is enabled
2020-05-05 Andrew Rybchenkonet/sfc/base: use simpler EF10 family run-time checks
2020-05-05 Andrew Rybchenkonet/sfc/base: use simpler EF10 family conditional check
2020-04-21 Andrew Rybchenkonet/sfc: add Xilinx copyright
2020-04-21 Igor Romanovnet/sfc/base: add API to get currently operating filters
2020-04-21 Igor Romanovnet/sfc/base: refactor multicast filters reconfiguration
2020-04-21 Igor Romanovnet/sfc/base: refactor unicast filters reconfiguration
2020-04-21 Igor Romanovnet/sfc/base: refactor filters mark in reconfigure
2020-04-21 Igor Romanovnet/sfc/base: refactor filters cleanup in reconfigure
2020-04-14 Pavan Nikhileshbuild: disable experimental API check internally
2020-03-18 Igor Romanovnet/sfc/base: handle manual and auto filter clashes...
2020-03-18 Igor Romanovnet/sfc/base: refactor filter lookup loop in EF10
2020-03-18 Igor Romanovnet/sfc/base: reject automatic filter creation by users
2020-03-18 Igor Romanovnet/sfc/base: reduce filter priorities to implemented...
2019-11-08 Hemant Agrawalnet/sfc: add SPDX tag in meson file
2019-07-24 Andrew Rybchenkonet/sfc: unify power of 2 alignment check macro
2019-07-24 Andrew Rybchenkonet/sfc: fix align to power of 2 when align has smaller...
2019-07-24 Andrew Rybchenkonet/sfc: fix power of 2 round up when align has smaller...
2019-06-20 Gautam Dawarnet/sfc/base: add APIs for PTP privilege configuration
2019-06-20 Gautam Dawarnet/sfc/base: provide API to fetch vPort statistics
2019-06-20 Gautam Dawarnet/sfc/base: provide APIs to configure and reset vPort
2019-06-20 Gautam Dawarnet/sfc/base: provide proxy APIs to client drivers
2019-06-20 Gautam Dawarnet/sfc/base: implement proxy auth MCDI event handling
2019-06-20 Gautam Dawarnet/sfc/base: support proxy auth operations for SR-IOV
2019-06-20 Gautam Dawarnet/sfc/base: support data path with EVB module
2019-06-20 Gautam Dawarnet/sfc/base: factor out upstream port vAdaptor allocation
2019-06-20 Gautam Dawarnet/sfc/base: implement vSwitch create/destroy
2019-06-20 Gautam Dawarnet/sfc/base: add EVB module vSwitch/vPort/vAdaptor ops
2019-06-20 Gautam Dawarnet/sfc/base: add MCDI wrappers for vPort and vSwitch...
2019-06-20 Gautam Dawarnet/sfc/base: introduce EVB module for SR-IOV
2019-06-20 Gautam Dawarnet/sfc/base: export the zero-based MCDI port number
2019-06-20 Kevin Lampisnet/sfc/base: add definition of OEM TLV
2019-06-20 Paul Foxnet/sfc/base: add definition of bundle metadata partition
2019-06-20 Richard Houldsworthnet/sfc/base: add background mode firmware updating
2019-06-20 Richard Houldsworthnet/sfc/base: transition to the extensible NVRAM info API
2019-06-20 Richard Houldsworthnet/sfc/base: support direct FW update for bundle parti...
2019-06-20 Richard Houldsworthnet/sfc/base: add firmware ID header
2019-06-20 Andrew Rybchenkonet/sfc/base: update MCDI headers
2019-06-20 Richard Houldsworthnet/sfc/base: add NVRAM info
2019-06-20 Richard Houldsworthnet/sfc/base: add extensible NVRAM info function
2019-06-20 Richard Houldsworthnet/sfc/base: add capabilities for bundle partition
2019-06-20 Richard Houldsworthnet/sfc/base: add driver version string registration
2019-06-20 Andrew Rybchenkonet/sfc/base: do not rely on indirect header inclusion
2019-06-20 Mark Spendernet/sfc/base: improve code style in sensors decoding
2019-06-20 Mark Spendernet/sfc/base: fix shift by more bits than field width
2019-06-20 Andrew Leenet/sfc/base: fix signed/unsigned mismatch
2019-06-20 Gautam Dawarnet/sfc/base: enable chained multicast on all EF10...
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/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/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-01-14 Igor Romanovnet/sfc/base: fix Tx descriptor max number check
2018-11-13 Igor Romanovnet/sfc/base: fix field order in filter spec struct
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 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...
next