net/mlx5: fix Rx interrupt handling and cleanup
[dpdk.git] / drivers / net / mlx5 / mlx5_rxq.c
2020-07-29 Dekel Pelednet/mlx5: fix Rx interrupt handling and cleanup
2020-07-29 Ophir Munknet/mlx5: fix premature disabling of interrupt
2020-07-21 Viacheslav Ovsiienkonet/mlx5: add queue start and stop
2020-07-21 Dekel Pelednet/mlx5: implement CQ for Rx using DevX API
2020-07-21 Ophir Munkcommon/mlx5: remove inclusion of Verbs header files
2020-07-21 Ophir Munknet/mlx5: replace Linux specific calls
2020-07-21 Suanming Mounet/mlx5: convert queue objects to unified malloc
2020-07-21 Suanming Mounet/mlx5: convert control path memory to unified malloc
2020-07-21 Viacheslav Ovsiienkonet/mlx5: convert Rx timestamps in real-time format
2020-07-21 Viacheslav Ovsiienkonet/mlx5: fix UAR lock sharing for multiport devices
2020-06-30 Michael Baumnet/mlx5: fix iterator type in Rx queue management
2020-06-30 Ori Kamcommon/mlx5: move doorbell record from net driver
2020-06-30 Ophir Munkcommon/mlx5: move some getter functions from net driver
2020-06-16 Alexander Kozyrevnet/mlx5: fix descriptors number adjustment
2020-06-16 Ophir Munknet/mlx5: remove umem field dependency on Direct Verbs
2020-06-16 Ophir Munknet/mlx5: remove attributes dependency on Verbs
2020-06-02 Michael Baumnet/mlx5: fix hairpin Rx queue creation error path
2020-04-21 Alexander Kozyrevnet/mlx5: improve logging of MPRQ selection
2020-04-21 Suanming Mounet/mlx5: convert hrxq to indexed
2020-04-21 Alexander Kozyrevnet/mlx5: enable MPRQ multi-stride operations
2020-04-21 Alexander Kozyrevnet/mlx5: add device parameter for MPRQ stride size
2020-04-21 Bing Zhaonet/mlx5: introduce buffer size parameter for hairpin
2020-04-21 Dekel Peledcommon/mlx5: fix RSS key copy to TIR context
2020-02-19 Bing Zhaonet/mlx5: fix hairpin queue capacity
2020-02-05 Alexander Kozyrevcommon/mlx5: improve assert control
2020-02-05 Matan Azradcommon/mlx5: introduce common library
2020-02-05 Matan Azradnet/mlx5: separate DevX commands interface
2020-01-20 Dekel Pelednet/mlx5: optimize Rx hash fields conversion
2020-01-20 Viacheslav Ovsiienkonet/mlx5: allow allocated mbuf with external buffer
2020-01-17 Dekel Pelednet/mlx5: fix setting of Rx hash fields
2020-01-17 Dekel Pelednet/mlx5: add define of LRO segment chunk size
2019-11-20 Matan Azradnet/mlx5: fix Rx queue release assertions
2019-11-20 Dekel Pelednet/mlx5: fix getting Rx queue type
2019-11-12 Dekel Pelednet/mlx5: set maximum LRO packet size
2019-11-11 Pavan Nikhileshdrivers/net: update Rx RSS hash offload capabilities
2019-11-08 Ori Kamnet/mlx5: split hairpin flows
2019-11-08 Ori Kamnet/mlx5: support RSS on hairpin
2019-11-08 Ori Kamnet/mlx5: support Rx hairpin queues
2019-10-23 Xiaoyu Minnet/mlx5: fix crash on hash Rx queue handling for drop
2019-10-23 Ori Kamnet/mlx5: fix allocation size of RQT attribute
2019-07-29 Matan Azradnet/mlx5: allow LRO per Rx queue
2019-07-29 Matan Azradnet/mlx5: allow implicit LRO flow
2019-07-29 Matan Azradnet/mlx5: handle LRO packets in regular Rx queue
2019-07-29 Matan Azradnet/mlx5: fix DevX Rx queue memory alignment
2019-07-29 Matan Azradnet/mlx5: allow LRO in regular Rx queue
2019-07-29 Matan Azradnet/mlx5: fix DevX Rx queue type
2019-07-29 Matan Azradnet/mlx5: fix DevX scattered Rx queue size
2019-07-29 Matan Azradnet/mlx5: support mbuf headroom for LRO packet
2019-07-29 Matan Azradnet/mlx5: limit LRO size to maximum Rx packet
2019-07-29 Matan Azradnet/mlx5: fix Rx scatter mode validation
2019-07-24 Dekel Pelednet/mlx5: fix Rx queue release of resources
2019-07-24 Dekel Pelednet/mlx5: fix doorbell release on Rx queue release
2019-07-23 Matan Azradnet/mlx5: adjust maximum LRO message size
2019-07-23 Matan Azradnet/mlx5: zero LRO mbuf headroom
2019-07-23 Matan Azradnet/mlx5: replace external mbuf shared memory
2019-07-23 Dekel Pelednet/mlx5: support LRO with single RxQ object
2019-07-23 Dekel Pelednet/mlx5: create advanced RxQ via DevX
2019-07-23 Dekel Pelednet/mlx5: add function for Rx verbs work queue
2019-07-23 Dekel Pelednet/mlx5: add function for Rx verbs completion queue
2019-07-23 Dekel Pelednet/mlx5: rename hash RxQ verbs to general
2019-07-23 Dekel Pelednet/mlx5: rename verbs indirection table to obj
2019-07-23 Dekel Pelednet/mlx5: rename RxQ verbs to general RxQ object
2019-07-23 Dekel Pelednet/mlx5: check conditions to enable LRO
2019-07-23 Dekel Pelednet/mlx5: introduce LRO
2019-07-23 Dekel Pelednet/mlx5: remove redundant item from union
2019-07-23 Dekel Pelednet/mlx5: fix typos in comments
2019-06-13 Matan Azradnet/mlx5: separate Rx queue initialization
2019-06-13 Matan Azradnet/mlx5: mitigate Rx doorbell memory barrier
2019-06-13 Matan Azradnet/mlx5: remove Rx queues indexes correlation
2019-05-27 Dekel Pelednet/mlx5: fix memory free on queue create error
2019-05-24 Dekel Pelednet/mlx5: move locally used functions to static
2019-05-24 Dekel Pelednet/mlx5: fix description of return value
2019-05-24 Dekel Pelednet/mlx5: fix missing validation of null pointer
2019-05-24 Dekel Pelednet/mlx5: remove unused functions
2019-05-08 Dekel Pelednet/mlx5: fix release of Rx queue object
2019-05-08 Yongseok Kohnet/mlx5: fix Multi-Packet RQ mempool name
2019-05-03 Yongseok Kohnet/mlx5: fix flow action destroy
2019-05-03 Dekel Pelednet/mlx5: fix comments mixing Rx and Tx
2019-04-19 Ori Kamnet/mlx5: fix release of jump to queue action
2019-04-12 Yongseok Kohnet/mlx5: remove redundant queue index
2019-03-29 Viacheslav Ovsiienkonet/mlx5: switch to the shared IB device context
2019-03-29 Viacheslav Ovsiienkonet/mlx5: switch to the shared context IB attributes
2019-03-29 Viacheslav Ovsiienkonet/mlx5: switch to the shared protection domain
2019-03-01 Thomas Monjalonnet/mlx: prefix private structure
2019-01-18 Yongseok Kohnet/mlx5: fix deprecated library API for Rx padding
2018-12-21 Yongseok Kohnet/mlx5: fix Multi-Packet RQ mempool free
2018-11-16 Yongseok Kohnet/mlx5: optimize Rx buffer replenishment threshold
2018-11-16 Ali Alnubaninet/mlx5: fix initialization of struct members
2018-11-05 Ophir Munknet/mlx5: support default RSS key as null
2018-11-05 Dekel Pelednet/mlx5: enable loopback by configured mode
2018-11-05 Yongseok Kohnet/mlx5: add 128B padding of Rx completion entry
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-08-08 Yongseok Kohnet/mlx5: fix minimum size of multi-packet Rx queue
2018-08-05 Yongseok Kohnet/mlx5: fix minimum number of Multi-Packet RQ buffers
2018-08-02 Matan Azradnet/mlx5: fix packet type offload for tunnels
2018-07-12 Moti Haimovskynet/mlx5: support 32-bit systems
2018-07-12 Nelio Laranjeironet/mlx5: remove useless arguments in hrxq API
2018-07-12 Nelio Laranjeironet/mlx5: use a macro for the RSS key size
2018-07-12 Nelio Laranjeironet/mlx5: handle drop queues as regular queues
2018-07-02 Ferruh Yigitethdev: add new offload flag to keep CRC
next