mempool: fix slow allocation of large mempools
[dpdk.git] / drivers / net / cxgbe /
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
2018-06-14 Shagun Agrawalnet/cxgbe: implement flow destroy 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-06-14 Rahul Lakkireddynet/cxgbe: report configured link auto-negotiation
2018-05-22 Shagun Agrawalnet/cxgbevf: fix inter-VM traffic when physical link...
2018-05-14 Rahul Lakkireddynet/cxgbe: free resources during uninit
2018-05-14 Thomas Monjalonethdev: add probing finish function
2018-05-14 Wei Daiethdev: new Rx/Tx offloads API
2018-04-24 Jianfeng Tandrivers/net: do not use private ethdev data
2018-04-13 Ferruh Yigitdrivers/net: remove redundant icc flag
2018-04-13 Ferruh Yigitdrivers/net: fix icc deprecated parameter warning
2018-04-13 Olivier Matzethdev: return diagnostic when setting MAC address
2018-04-13 Ferruh Yigitethdev: replace bus specific struct with generic dev
2018-04-13 Shagun Agrawalnet/cxgbe: update to Rx/Tx offload API
2018-04-13 Shagun Agrawalnet/cxgbe: add option to keep outer VLAN tag in QinQ
2018-04-11 Anatoly Burakovnet/cxgbe: use contiguous allocation for DMA memory
2018-03-30 Rahul Lakkireddynet/cxgbe: convert to SPDX license tags
next