ethdev: improve xstats names by IDs get prototype
[dpdk.git] / drivers / net / cxgbe / base /
2021-09-30 Nikhil Vasoyanet/cxgbe: avoid sending link params change from VF
2021-07-02 Rahul Lakkireddynet/cxgbe: add MAC match-all to track promiscuous traffic
2021-07-02 Rahul Lakkireddynet/cxgbe: use C11-style compiler builtins for atomics
2021-03-22 Rahul Lakkireddynet/cxgbe: disable Rx during port link down
2021-03-23 Natanael Copanet/cxgbe: remove use of uint type
2021-01-29 Bruce Richardsonethdev: make driver-only headers private
2021-01-19 Karra Satwiknet/cxgbe: support configuring link FEC
2021-01-19 Karra Satwiknet/cxgbe: rework and simplify link handling
2021-01-19 Karra Satwiknet/cxgbe: remove legacy 16-bit link capabilities
2020-09-18 Rahul Lakkireddynet/cxgbe: improve Rx congestion control
2020-09-18 Rahul Lakkireddynet/cxgbe: rework queue allocation between ports
2020-09-18 Rahul Lakkireddynet/cxgbe: fix queue DMA ring leaks during port close
2020-06-17 Karra Satwiknet/cxgbe: always enable HASH filter support
2020-03-18 Karra Satwiknet/cxgbe: add devargs to control filtermode and filtermask
2020-03-18 Karra Satwiknet/cxgbe: use firmware API for validating filter spec
2020-03-18 Karra Satwiknet/cxgbe: support flow API for source MAC rewrite
2020-03-18 Karra Satwiknet/cxgbe: support Source MAC Table
2020-03-18 Karra Satwiknet/cxgbe: support flow API for destination MAC rewrite
2020-03-18 Karra Satwiknet/cxgbe: support flow API for matching all packets...
2020-03-18 Karra Satwiknet/cxgbe: support flow API for matching IP TOS
2020-03-18 Karra Satwiknet/cxgbe: support flow API for matching QinQ VLAN
2019-10-08 Rahul Lakkireddynet/cxgbe: fix races on flow API operations
2019-10-07 Rahul Lakkireddynet/cxgbe: support matching VLAN via flow API
2019-10-07 Rahul Lakkireddynet/cxgbe: fetch max Tx coalesce limit from firmware
2019-10-07 Rahul Lakkireddynet/cxgbe: add devarg to control Tx coalescing
2019-10-07 Rahul Lakkireddynet/cxgbe: separate VF only devargs
2019-10-07 Rahul Lakkireddynet/cxgbe: use dynamic logging for debug prints
2019-06-13 Stephen Hemmingernet/cxgbe: remove unnecessary cast
2019-05-24 Olivier Matznet: add rte prefix to ether functions
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-04-19 Rahul Lakkireddynet/cxgbe: update Chelsio T5/T6 NIC device ids
2019-03-21 Vishal Kulkarninet/cxgbe: remove unused code in Rx path
2019-03-01 Andrius Sirvysdrivers/net: fix shifting 32-bit signed variable 31...
2018-12-21 Rahul Lakkireddynet/cxgbe: implement reset hit counters for offloaded...
2018-12-21 Rahul Lakkireddynet/cxgbe: fix other misc build issues for Windows
2018-12-21 Rahul Lakkireddynet/cxgbe: define symbols only when not available
2018-12-21 Rahul Lakkireddynet/cxgbe: use relative paths for includes
2018-10-18 Rahul Lakkireddynet/cxgbe: add action to swap MAC addresses
2018-10-11 Rahul Lakkireddynet/cxgbe: add flow actions to modify IP and TCP/UDP...
2018-09-14 Shagun Agrawalnet/cxgbe: add flow ops to match based on dest MAC
2018-09-14 Shagun Agrawalnet/cxgbe: add API to program hardware MPS table
2018-09-14 Shagun Agrawalnet/cxgbe: add flow operations to offload VLAN actions
2018-09-14 Shagun Agrawalnet/cxgbe: add API to program hardware layer 2 table
2018-07-23 Rahul Lakkireddynet/cxgbe: fix init failure due to new flash parts
2018-07-04 Rahul Lakkireddynet/cxgbevf: add missing Tx byte counters
2018-07-04 Rahul Lakkireddynet/cxgbe: fix Rx channel map and queue type
2018-07-04 Rahul Lakkireddynet/cxgbe: query firmware for max queues available
2018-07-04 Shagun Agrawalnet/cxgbe: support to redirect packets to egress port
2018-07-04 Shagun Agrawalnet/cxgbe: query hit counters for flows in HASH region
2018-07-04 Shagun Agrawalnet/cxgbe: support to delete flows in HASH region
2018-07-04 Shagun Agrawalnet/cxgbe: support to offload flows to HASH region
2018-07-04 Shagun Agrawalnet/cxgbe: add Compressed Local IP region
2018-07-04 Shagun Agrawalnet/cxgbe: validate flows offloaded to HASH region
2018-07-04 Shagun Agrawalnet/cxgbe: query firmware for HASH filter resources
2018-06-14 Shagun Agrawalnet/cxgbe: implement flow query operation
2018-06-14 Shagun Agrawalnet/cxgbe: implement flow create operation
2018-06-14 Shagun Agrawalnet/cxgbe: add control queue to communicate filter...
2018-06-14 Shagun Agrawalnet/cxgbe: parse and validate flows
2018-06-14 Shagun Agrawalnet/cxgbe: query firmware for filter resources
2018-04-13 Shagun Agrawalnet/cxgbe: add option to keep outer VLAN tag in QinQ
2018-03-30 Rahul Lakkireddynet/cxgbe: convert to SPDX license tags
2018-03-30 Kumar Sanghvinet/cxgbe: add VF port statistics
2018-03-30 Kumar Sanghvinet/cxgbe: update Tx and Rx path for VF
2018-03-30 Kumar Sanghvinet/cxgbe: enable RSS for VF
2018-03-30 Kumar Sanghvinet/cxgbe: initialize SGE and queues for VF
2018-03-30 Kumar Sanghvinet/cxgbe: add probe to initialize VF devices
2018-03-30 Kumar Sanghvinet/cxgbe: add base for enabling VF ports
2018-03-30 Kumar Sanghvinet/cxgbe: add VF firmware mailbox
2018-03-30 Rahul Lakkireddynet/cxgbe: rework and use 32-bit port capability
2018-03-30 Rahul Lakkireddynet/cxgbe: update link config for 32-bit port capability
2018-03-30 Kumar Sanghvinet/cxgbe: update link Forward Error Correction (FEC)
2018-03-30 Kumar Sanghvinet/cxgbe: support getting RSS hash configuration and key
2018-03-30 Kumar Sanghvinet/cxgbe: support updating RSS hash configuration...
2018-03-30 Kumar Sanghvinet/cxgbe: fix secondary process initialization
2018-03-30 Rahul Lakkireddynet/cxgbe: rework ethdev device allocation
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2017-11-06 Thomas Monjalonremove useless memzone includes
2017-10-26 Gaetan Rivetpci: introduce library and driver
2017-10-06 Congwen Zhangnet/cxgbe: fix memory leak
2017-07-16 Stephen Hemmingerdrivers/net: remove duplicate includes
2017-07-06 Rahul Lakkireddynet/cxgbe: update supported port module types
2017-06-12 Rahul Lakkireddynet/cxgbe: configure PCIe extended tags
2017-06-12 Rahul Lakkireddynet/cxgbe: improve latency for slow traffic
2017-06-12 Rahul Lakkireddynet/cxgbe: fix port statistics
2017-06-12 Rahul Lakkireddynet/cxgbe: add compressed error vector
2017-06-12 Rahul Lakkireddynet/cxgbe: update Rx path for Chelsio T6
2017-06-12 Rahul Lakkireddynet/cxgbe: update RXQ channel mapping for Chelsio T6
2017-06-12 Rahul Lakkireddynet/cxgbe: update hardware info prints
2017-06-12 Rahul Lakkireddynet/cxgbe/base: add forward error correction support
2017-06-12 Rahul Lakkireddynet/cxgbe: update link speeds and port modules
2017-06-12 Rahul Lakkireddynet/cxgbe/base: update flash part information
2017-06-12 Rahul Lakkireddynet/cxgbe/base: update register dump
2017-06-12 Rahul Lakkireddynet/cxgbe: add support to run Chelsio T6 cards
2017-05-05 Thomas Monjalonpci: remove eal prefix
2017-04-19 Henry Cainet/cxgbe: fix possible null pointer dereference
2017-01-30 Emmanuel Roullitnet/cxgbe/base: initialize variable before reading...
2017-01-18 Santosh Shuklanet/cxgbe: use I/O device memory read/write API
2016-06-15 Rahul Lakkireddynet/cxgbe: support register dump
2016-06-15 Rahul Lakkireddynet/cxgbe: support EEPROM access
2016-06-15 Rahul Lakkireddynet/cxgbe: set default PCIe completion timeout
next