net/mlx5: use SPDX tags in 6WIND copyrighted files
[dpdk.git] / drivers / net / mlx5 / mlx5_rxtx.c
2018-02-01 Olivier Matznet/mlx5: use SPDX tags in 6WIND copyrighted files
2018-01-28 Yongseok Kohnet/mlx5: fix synchronization on polling Rx completions
2018-01-28 Yongseok Kohnet/mlx5: replace I/O memory barrier with coherent...
2018-01-16 Shahaf Shulernet/mlx5: convert to new Tx offloads API
2018-01-16 Yongseok Kohnet/mlx5: clean up multi-segment packet processing
2018-01-16 Yongseok Kohnet/mlx5: add fallback in Tx for multi-segment packet
2018-01-16 Yongseok Kohnet/mlx5: add missing sanity checks for Tx completion...
2018-01-16 Yongseok Kohnet/mlx5: consolidate condition checks for TSO
2018-01-16 Yongseok Kohnet/mlx5: enable inlining data from multiple segments
2018-01-16 Nélio Laranjeironet/mlx5: fix Tx checksum offloads
2018-01-16 Nélio Laranjeironet/mlx5: remove redundant inline variable
2018-01-16 Nélio Laranjeironet/mlx5: move variable declaration
2018-01-16 Nélio Laranjeironet/mlx5: remove 32-bit support
2017-11-14 Thierry Herbelotnet/mlx5: fix build without soft counters
2017-11-07 Yongseok Kohnet/mlx5: fix tunneled TCP/UDP packet type
2017-10-26 Yongseok Kohnet/mlx5: fix TSO inline size calculation
2017-10-26 Olivier Matzmbuf: rename deprecated VLAN flags
2017-10-26 Shahaf Shulernet/mlx5: fix packet type flags for Ethernet only frame
2017-10-12 Raslan Darawshehnet/mlx5: add Rx HW timestamp
2017-10-12 Yongseok Kohnet/mlx5: cleanup memory barriers
2017-10-12 Nélio Laranjeironet/mlx5: prefix Tx structures and functions
2017-10-12 Nélio Laranjeironet/mlx5: prefix Rx structures and functions
2017-10-06 Shachar Beisernet/mlx5: support upstream rdma-core
2017-10-06 Shachar Beisernet/mlx5: replace network to host macros
2017-10-06 Shahaf Shulernet/mlx5: fix TSO segment size verification
2017-10-06 Shahaf Shulernet/mlx5: enforce Tx num of segments limitation
2017-10-06 Shahaf Shulernet/mlx5: fix Tx stats error counter logic
2017-10-06 Yongseok Kohnet/mlx5: fix calculating TSO inline size
2017-10-06 Nélio Laranjeironet/mlx5: remove pedantic pragma
2017-10-06 Nélio Laranjeironet/mlx5: prepare vector Rx ring at setup time
2017-08-03 Yongseok Kohnet/mlx5: fix error statistics in SSE Rx
2017-07-31 Yongseok Kohnet/mlx5: fix L4 packet type support
2017-07-31 Yongseok Kohnet/mlx5: fix missing packet type calculation
2017-07-19 Yongseok Kohnet/mlx5: change start pointer of compressed completion
2017-07-07 Yongseok Kohnet/mlx5: add vectorized Rx/Tx burst for x86
2017-07-07 Yongseok Kohnet/mlx5: use buffer address for LKEY search
2017-07-07 Yongseok Kohnet/mlx5: free buffers in bulk on Tx completion
2017-07-07 Yongseok Kohnet/mlx5: change indexing for Tx SW ring
2017-07-06 Shahaf Shulernet/mlx5: fix TSO segment size
2017-07-06 Adrien Mazarguilnet/mlx5: fix misplaced Rx interrupts functions
2017-06-12 Nélio Laranjeironet/mlx5: remove already initialised mbuf fields
2017-06-06 Jerin Jacobeal: introduce macro for always inline
2017-05-10 Yongseok Kohnet/mlx5: change error-prone code on Tx path
2017-05-10 Yongseok Kohnet/mlx5: fix index handling for Tx ring
2017-04-19 Yongseok Kohnet/mlx5: change calculating inline room for Tx
2017-04-19 Nélio Laranjeironet/mlx5: remove extra check on Rx
2017-04-06 Nelio Laranjeironet/mlx5: fix an uninitialized variable
2017-04-05 Olivier Matzmbuf: set mbuf fields while in pool
2017-04-05 Olivier Matzmbuf: make raw free function public
2017-04-04 Nélio Laranjeironet/mlx5: fix mark id retrieval
2017-04-04 Nélio Laranjeironet/mlx5: fix Tx when first segment size is too short
2017-04-04 Yongseok Kohnet/mlx5: add enhanced multi-packet send for ConnectX-5
2017-04-04 Shahaf Shulernet/mlx5: support user space Rx interrupt event
2017-04-04 Shahaf Shulernet/mlx5: fix TSO TCP checksum flag
2017-04-04 Shahaf Shulernet/mlx5: support hardware TSO for VXLAN and GRE
2017-04-04 Shahaf Shulernet/mlx5: add hardware checksum offload for tunnel...
2017-04-04 Shahaf Shulernet/mlx5: support hardware TSO
2017-04-04 Nélio Laranjeironet/mlx5: support flag flow action
2017-04-04 Nélio Laranjeironet/mlx5: add RSS hash result with mark id
2017-04-04 Nélio Laranjeironet/mlx5: fix flow mark action handling
2017-04-04 Shahaf Shulernet/mlx5: fix VLAN stripping indication
2017-03-30 Olivier Matznet/mlx5: implement descriptor status API
2017-02-10 Yongseok Kohnet/mlx5: fix updating total length of multi-packet...
2017-02-10 Nélio Laranjeironet/mlx5: fix inline WQE consumption
2017-02-10 Nélio Laranjeironet/mlx5: fix Tx WQE corruption caused by starvation
2017-02-10 Nélio Laranjeironet/mlx5: fix ethernet header re-writing
2017-01-30 Nélio Laranjeironet/mlx5: fix Rx packet validation and type
2017-01-30 Yongseok Kohnet/mlx5: fix queue wrap-around of multi-packet send
2017-01-30 Yongseok Kohnet/mlx5: add prefetching Rx completion queue
2017-01-17 Matthieu Ternisien... net/mlx: fix IPv4 and IPv6 packet type
2017-01-17 Shahaf Shulernet/mlx5: fix multi segment packet send
2017-01-17 Nélio Laranjeironet/mlx5: fix Tx doorbell
2017-01-17 Nélio Laranjeironet/mlx5: remove inefficient prefetching
2017-01-17 Nélio Laranjeironet/mlx5: optimize copy of Ethernet header
2017-01-17 Nélio Laranjeironet/mlx5: move static prototype
2017-01-17 Nélio Laranjeironet/mlx5: fix missing inline attributes
2017-01-17 Nélio Laranjeironet/mlx5: use vector types to speed up processing
2017-01-17 Nélio Laranjeironet/mlx5: use work queue buffer as a raw buffer
2017-01-17 Nélio Laranjeironet/mlx5: prepare Tx vectorization
2017-01-17 Nélio Laranjeironet/mlx5: support mark flow action
2017-01-17 Nélio Laranjeironet/mlx5: fix RSS hash result for flows
2017-01-17 Nélio Laranjeironet/mlx5: do not invalidate title CQE
2017-01-17 Nélio Laranjeironet/mlx5: fix endianness in Tx completion queue
2017-01-17 Nélio Laranjeironet/mlx5: fix leak when starvation occurs
2016-11-07 Nelio Laranjeironet/mlx: fix support for new Rx checksum flags
2016-11-07 Nelio Laranjeironet/mlx5: define explicit fields for Rx offloads
2016-11-07 Nelio Laranjeironet/mlx5: fix Rx checksum macros
2016-11-07 Elad Persikonet/mlx5: fix buffer alignment in Tx
2016-10-13 Nélio Laranjeironet/mlx5: return RSS hash result in mbuf
2016-09-30 Nélio Laranjeironet/mlx5: support Mellanox OFED 3.4
2016-09-30 Nélio Laranjeironet/mlx5: remove gather loop on segments
2016-09-30 Nélio Laranjeironet/mlx5: reduce memory overhead for WQE handling
2016-09-30 Nélio Laranjeironet/mlx5: reduce memory overhead for BF handling
2016-09-30 Nélio Laranjeironet/mlx5: reduce memory overhead for CQE handling
2016-09-30 Nélio Laranjeironet/mlx5: reduce memory overhead of Rx/Tx descriptors
2016-09-30 Nélio Laranjeironet/mlx5: rework hardware structures
2016-09-30 Bruce Richardsonnet/mlx: fix debug build with gcc 6.1
2016-09-30 Nélio Laranjeironet/mlx5: fix inline logic
2016-09-30 Nélio Laranjeironet/mlx5: re-factorize functions
2016-09-30 Nélio Laranjeironet/mlx5: force inline for completion function
next