mbuf: add namespace to offload flags
[dpdk.git] / drivers / net / fm10k / fm10k_rxtx_vec.c
2021-10-24 Olivier Matzmbuf: add namespace to offload flags
2021-10-22 Ferruh Yigitethdev: add namespace
2021-08-10 Feifei Wangdrivers/net: fix vector Rx comments
2021-08-10 Feifei Wangdrivers/net: fix typo in vector Rx comment
2021-01-29 Bruce Richardsonethdev: make driver-only headers private
2020-11-03 Jeff Guonet/fm10k: fix vector Rx
2020-04-16 Thomas Monjalonreplace cold attributes
2019-11-08 Xiao Wangnet/fm10k: fix mbuf free in vector Rx
2019-08-06 Xiao Zhangnet/fm10k: fix address of first segment
2019-07-08 Xiao Wangnet/fm10k: fix descriptor filling in vector Tx
2019-03-29 Xiao Wangnet/fm10k: fix VLAN strip offload flag
2018-04-13 Wei Dainet/fm10k: convert to new Tx offloads API
2018-04-13 Wei Dainet/fm10k: convert to new Rx offloads API
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-04 Bruce Richardsondrivers: use SPDX tag for Intel copyright files
2017-11-06 Santosh Shuklambuf: rename physical address to IOVA
2017-10-26 Olivier Matzmbuf: rename deprecated VLAN flags
2017-06-12 Bruce Richardsonnet/fm10k: add compile-time checks to vector driver
2017-06-06 Jerin Jacobeal: introduce macro for always inline
2017-05-05 Qi Zhangnet/fm10k: fix memory overflow in 32-bit SSE Rx
2017-04-05 Jerin Jacobmbuf: make rearm data address naturally aligned
2017-04-05 Olivier Matzmbuf: make segment prefree function public
2017-04-04 Zhiyong Yangnet/fm10k: remove limit of Tx burst size
2016-10-26 Qi Zhangnet/fm10k: fix out of order Rx read
2016-10-13 Xiao Wangnet/fm10k: implement new Rx checksum flag
2016-09-28 Yuanhan Liunet: fix clang build
2016-06-20 Olivier Matznet/mbuf: remove unused Rx error flags
2016-05-24 Olivier Matzmbuf: add prefetch helpers
2016-05-06 Michael Frascafm10k: fix packet type for multi-segment packets
2016-03-25 Jianfeng Tanethdev: query supported packet types
2016-03-16 Xiao Wangfm10k: enable FTAG based forwarding
2016-03-16 Chen Jing D(Mark)fm10k: handle error flags in vector Rx
2015-11-24 Chen Jing D(Mark)fm10k: allow to disable vector driver
2015-11-24 Chen Jing D(Mark)fm10k: fix crash when closing
2015-11-02 Chen Jing D(Mark)fm10k: reset and release mbuf for vector Tx
2015-11-02 Chen Jing D(Mark)fm10k: add vector Tx
2015-11-02 Chen Jing D(Mark)fm10k: release mbuf for vector Rx
2015-11-02 Chen Jing D(Mark)fm10k: add vector scatter Rx
2015-11-02 Chen Jing D(Mark)fm10k: add vector Rx condition check
2015-11-02 Chen Jing D(Mark)fm10k: add vector Rx
2015-11-02 Chen Jing D(Mark)fm10k: add vector pre-condition check
2015-11-02 Chen Jing D(Mark)fm10k: introduce vector driver