common/mlx5: fix user mode register access command
[dpdk.git] / drivers / net / cxgbe /
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-06-17 Karra Satwiknet/cxgbe: always enable HASH filter support
2020-06-17 Rahul Lakkireddynet/cxgbe: ignore flow default masks for unrequested...
2020-06-17 Rahul Lakkireddynet/cxgbe: fix SMT leak in filter error and free path
2020-06-17 Rahul Lakkireddynet/cxgbe: fix double MPS alloc by flow validate and...
2020-06-17 Rahul Lakkireddynet/cxgbe: fix L2T leak in filter error and free path
2020-06-17 Rahul Lakkireddynet/cxgbe: fix CLIP leak in filter error path
2020-04-25 Luca Boccassifix various typos found by Lintian
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 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
2020-01-17 Rahul Lakkireddynet/cxgbe: announce Tx multi-segments offload
2020-01-17 Dharmik Thakkarnet/cxgbe: remove local bool type
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-11-20 Andrew Rybchenkodrivers/net: fix RSS hash offload flag if no RSS
2019-11-11 Pavan Nikhileshdrivers/net: update Rx RSS hash offload capabilities
2019-10-08 Rahul Lakkireddynet/cxgbe: fix races on flow API operations
2019-10-07 Rahul Lakkireddynet/cxgbe: support setting VLAN PCP via flow API
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-10-07 Rahul Lakkireddynet/cxgbe: avoid polling link status before device...
2019-10-07 Rahul Lakkireddynet/cxgbe: fix prefetch for non-coalesced Tx packets
2019-10-07 Rahul Lakkireddynet/cxgbe: fix parsing VLAN ID rewrite action
2019-10-07 Rahul Lakkireddynet/cxgbe: fix slot allocation for IPv6 flows
2019-10-07 Rahul Lakkireddynet/cxgbe: fix null access when allocating CLIP entry
2019-10-07 Rahul Lakkireddynet/cxgbe: add prefix to global functions
2019-10-07 Ivan Ilchenkoethdev: change allmulticast callbacks to return status
2019-10-07 Igor Romanovethdev: make stats and xstats reset callbacks return int
2019-10-07 Andrew Rybchenkoethdev: change promiscuous callbacks to return status
2019-10-07 Ivan Ilchenkoethdev: change device info get callback to return int
2019-08-27 Stephen Hemmingernet/cxgbe: implement dynamic log type
2019-06-13 Stephen Hemmingernet/cxgbe: remove unnecessary cast
2019-06-06 David Marchandnet/cxgbe: fix RxQ errors stat
2019-06-03 David Marchandnet: replace IPv4/v6 constants with uppercase name
2019-05-29 David Marchandnet/cxgbe: do not dereference global config struct
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-04-19 Rahul Lakkireddynet/cxgbe: update Chelsio T5/T6 NIC device ids
2019-04-19 Stephen Hemmingernet/cxgbe: fix colliding function names
2019-03-21 Vishal Kulkarninet/cxgbe: fix missing checksum flags and packet type
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: fix macros related to logs for Windows
2018-12-21 Rahul Lakkireddynet/cxgbe: use relative paths for includes
2018-12-21 Rahul Lakkireddynet/cxgbe: skip parsing match items with no spec
2018-12-21 Rahul Lakkireddynet/cxgbe: fix overlapping regions in TID table
2018-12-13 Rahul Lakkireddynet/cxgbe: fix control queue mbuf pool naming convention
2018-11-13 Rahul Lakkireddynet/cxgbevf: fix illegal memory access when freeing...
2018-11-13 Rahul Lakkireddynet/cxgbe: fix wrong ingress port value set in filter...
2018-11-13 Rahul Lakkireddynet/cxgbe: increase completion wait time for flow opera...
2018-11-13 Rahul Lakkireddynet/cxgbe: fix check for redefined match items
2018-11-13 Rahul Lakkireddynet/cxgbe: check Rx config before doing VLAN strip...
2018-11-13 Rahul Lakkireddynet/cxgbevf: add PCI uninitialization for VF
2018-10-29 Ferruh Yigitadd missing static keyword to globals
2018-10-26 Thomas Monjalonethdev: free all common data when releasing port
2018-10-18 Rahul Lakkireddynet/cxgbe: add action to swap MAC addresses
2018-10-17 Thomas Monjalonethdev: rename memzones allocated for DMA
2018-10-11 Rahul Lakkireddynet/cxgbe: add flow actions to modify IP and TCP/UDP...
2018-09-27 Rahul Lakkireddynet/cxgbe: announce Rx scatter offload
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
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-09-03 Shagun Agrawalnet/cxgbe: fix memory access when parsing flow match...
2018-08-02 Shagun Agrawalnet/cxgbevf: do not allocate control queues
2018-08-02 Shagun Agrawalnet/cxgbe: fix null dereference on CLIP failure
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 Rahul Lakkireddynet/cxgbe: enable more RSS hash functions
2018-07-04 Rahul Lakkireddynet/cxgbe: add link up and down ops
2018-07-04 Shagun Agrawalnet/cxgbe: support to redirect packets to egress port
2018-07-04 Shagun Agrawalnet/cxgbe: support to match on ingress physical port
2018-07-04 Shagun Agrawalnet/cxgbe: support to flush flows in HASH region
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-07-02 Ferruh Yigitethdev: add new offload flag to keep CRC
2018-06-14 Bruce Richardsonnet/cxgbe: add to meson build
2018-06-14 Shagun Agrawalnet/cxgbe: implement flow flush operation
2018-06-14 Shagun Agrawalnet/cxgbe: implement flow query operation
next