drivers/net: fix number of segment storage type
[dpdk.git] / drivers / net / ixgbe / ixgbe_rxtx.c
2017-11-10 Ilya V. Matveychikovdrivers/net: fix number of segment storage type
2017-11-06 Thomas Monjalonmbuf: rename data address helpers to IOVA
2017-11-06 Thomas Monjalonmemzone: rename address from physical to IOVA
2017-10-26 Radu Nicolaunet/ixgbe: fix build without security library
2017-10-26 Olivier Matzmbuf: rename deprecated VLAN flags
2017-10-26 Radu Nicolaunet/ixgbe: enable inline IPsec
2017-10-08 Jianfeng Tanmem: remove API to get physical address in dom0
2017-10-06 Wei Dainet/ixgbe: fix mapping of user priority to TC
2017-07-06 Qi Zhangnet/ixgbe: support packet type parsing in SSE Rx
2017-06-12 Ferruh Yigitnet/ixgbe: do not touch mbuf initialized fields
2017-06-06 Jerin Jacobeal: introduce macro for always inline
2017-04-28 Wei Dainet/ixgbe: align register setting when RSC is disabled
2017-04-05 Olivier Matzdrivers/net: do not touch mbuf next or nb segs on Rx
2017-04-05 Olivier Matzmbuf: make segment prefree function public
2017-04-04 Bernard Iremongernet/ixgbe: allocate TC bandwidth
2017-04-04 Zhiyong Yangnet/ixgbe: remove limit of Tx burst size
2017-04-04 Wenzhuo Lunet/ixgbe: fix TC bandwidth setting
2017-04-04 Jingjing Wunet/ixgbe: fix multi-queue mode check in SRIOV mode
2017-04-04 Wenzhuo Lunet/ixgbe: fix all queues drop setting of DCB
2017-03-30 Olivier Matznet/ixgbe: implement descriptor status API
2017-03-09 Olivier Matzethdev: move a queue id check to generic layer
2017-02-10 Jianbo Liunet/ixgbe: fix received packets number for ARM
2017-02-10 Jingjing Wunet/ixgbe: fix bitmask of supported Tx flags
2017-01-18 Santosh Shuklanet/ixgbe: use I/O device memory read/write API
2017-01-17 Ilya Maximetsnet/ixgbe: allow bulk alloc for the max size desc ring
2017-01-15 Tiwei Bienet/ixgbe: add MACsec offload
2017-01-04 Tomasz Kulaseknet/ixgbe: add Tx preparation
2016-10-26 Bernard Iremongernet/ixgbe: support multiqueue mode VMDq DCB with SRIOV
2016-10-13 Xiao Wangnet/ixgbe: implement new Rx checksum flag
2016-09-16 Amine Kherboucheremove unused ring includes
2016-06-23 Konstantin Ananyevnet/ixgbe: fix missed packet types on Rx
2016-06-15 Olivier Matzmbuf: add new Rx flags for stripped VLAN
2016-05-17 Olivier Matzmbuf: add raw allocation function
2016-05-06 Piotr Azarewiczixgbe: fix bit masking in queue stop
2016-05-06 Stephen Hemmingerixgbe: clean up code style
2016-04-08 Wenzhuo Luixgbe: fix packet type for VXLAN and NVGRE on X550
2016-03-31 Aaron Conoleixgbe: fix uninitialized warning
2016-03-25 Jianfeng Tanethdev: query supported packet types
2016-03-16 Wenzhuo Luixgbe: support new devices and MAC types
2016-03-16 Stephen Hemmingerixgbe: fix whitespace
2016-03-16 Stephen Hemmingerixgbe: speed up non-vector Tx
2016-03-13 Wenzhuo Luixgbe: offload VxLAN and NVGRE Tx checksum on X550
2016-03-13 Wenzhuo Luixgbe: offload VxLAN and NVGRE Rx checksum on X550
2016-03-04 Ravi Kerurmbuf: get DMA address
2016-02-10 Huawei Xieremove extra parentheses in return statement
2015-11-13 Stephen Hemmingerixgbe: use common functions to manage DMA zone
2015-11-11 Konstantin Ananyevixgbe: fix Tx hang when RS distance exceeds HW limit
2015-11-04 Pablo de Laraethdev: check queue state before starting or stopping
2015-11-03 Didier Pallardixgbe: remove useless fields in checksum offload
2015-11-01 Konstantin Ananyevixgbe: get queue info and descriptor limits
2015-11-01 Jingjing Wuixgbe: support DCB+RSS multi-queue mode
2015-11-01 Jingjing Wuethdev: rename DCB field in config structs
2015-10-28 Wenzhuo Luixgbevf: support RSS reta/hash query and update
2015-10-28 Wenzhuo Luixgbevf: support RSS config on x550
2015-10-28 Wenzhuo Luixgbe: support 512 RSS entries on x550
2015-09-09 Cunming Liangixgbe: remove burst size restriction of vector Rx
2015-09-09 Wenzhuo Luixgbe: fix X550 DCB
2015-09-03 Thomas Monjalonmbuf: remove packet type from offload flags
2015-08-03 Konstantin Ananyevixgbe: fix Rx with buffer address not word aligned
2015-07-30 Stephen Hemmingerixgbe: fix log level of debug messages
2015-07-30 Konstantin Ananyevixgbe: fix scalar scattered Rx with CRC
2015-07-30 Xuelin Shiixgbe: fix data access on big endian cpu
2015-07-27 Konstantin Ananyevixgbe: fix Rx queue reset
2015-07-26 Pablo de Laraixgbe: remove Rx bulk allocation option
2015-07-26 Konstantin Ananyevixgbe: fix release queue mbufs
2015-07-26 Konstantin Ananyevixgbe: revert mbuf refcnt check when clearing a ring
2015-07-22 Pablo de Laraixgbe: fix build with bulk alloc disabled
2015-07-19 Bernard Iremongerixgbe: free queue memory when closing
2015-07-15 Helin Zhangixgbe: replace some offload flags with packet type
2015-07-07 Helin Zhangixgbe: remove a discarded source line
2015-07-07 Zoltan Kissethdev: fix check of threshold for Tx freeing
2015-07-07 Bruce Richardsonixgbe: check mbuf refcnt when clearing a ring
2015-07-07 Bruce Richardsonixgbe: use cold attribute
2015-06-22 Didier Pallardixgbe: fix TSO in IPv6
2015-06-22 Sergio Gonzalez... ixgbevf: fix Rx function selection
2015-05-22 Bruce Richardsonixgbe: move to drivers/net/