test: fix buffer overflow in Tx burst
[dpdk.git] / drivers /
2021-01-18 Liang Manet/ice: implement power management API
2021-01-18 Liang Manet/i40e: implement power management API
2021-01-18 Liang Manet/ixgbe: implement power management API
2021-01-18 Anatoly Burakoveal: change power intrinsics API
2021-01-17 Kumar Amberraw/ioat: support secondary process
2021-01-17 Long Linet/netvsc: support VF device hot add/remove
2021-01-15 Tyler Retzlaffbus/pci: fix build with Windows SDK >= 10.0.20253
2021-01-15 Gaetan Rivetbus/dpaa: optimize device name parsing
2021-01-14 Pallavi Kadamdrivers/net: build i40e and mlx5 on Windows
2021-01-14 Ophir Munkcommon/mlx5: enable compilation on Windows
2021-01-14 Tal Shnaidermancommon/mlx5: fix pointer cast on Windows
2021-01-14 Michael Baumcommon/mlx5: remove doorbell allocation functions
2021-01-14 Michael Baumnet/mlx5: move Rx RQ creation to common
2021-01-14 Michael Baumcommon/mlx5: share DevX RQ creation
2021-01-14 Michael Baumnet/mlx5: move ASO SQ creation to common
2021-01-14 Michael Baumnet/mlx5: move Tx SQ creation to common
2021-01-14 Michael Baumnet/mlx5: move rearm and clock queue SQ creation to...
2021-01-14 Michael Baumregex/mlx5: move DevX SQ creation to common
2021-01-14 Michael Baumcommon/mlx5: share DevX SQ creation
2021-01-14 Michael Baumcommon/mlx5: enhance page size configuration
2021-01-14 Michael Baumnet/mlx5: move Rx CQ creation to common
2021-01-14 Michael Baumnet/mlx5: move Tx CQ creation to common
2021-01-14 Michael Baumnet/mlx5: move ASO CQ creation to common
2021-01-14 Michael Baumnet/mlx5: move rearm and clock queue CQ creation to...
2021-01-14 Michael Baumvdpa/mlx5: move DevX CQ creation to common
2021-01-14 Michael Baumregex/mlx5: move DevX CQ creation to common
2021-01-14 Michael Baumcommon/mlx5: share DevX CQ creation
2021-01-14 Michael Baumnet/mlx5: fix leak on ASO SQ creation failure
2021-01-14 Michael Baumnet/mlx5: remove CQE padding device argument
2021-01-14 Michael Baumcommon/mlx5: fix completion queue entry size configuration
2021-01-13 Dekel Pelednet/mlx5: fix hairpin flow split decision
2021-01-13 Tal Shnaidermannet/mlx5: split multi-thread flow handling per OS
2021-01-13 Kiran Kumar Knet/octeontx2: support 24B custom L2 header parsing
2021-01-13 Sunil Kumar Korinet/octeontx2: fix corruption in segments list
2021-01-13 Yunjian Wangnet/mvneta: check allocation in Rx queue flush
2021-01-13 Somnath Koturnet/bnxt: check chip reset in stop and close
2021-01-13 Somnath Koturnet/bnxt: fix error handling in device start
2021-01-13 Somnath Koturnet/bnxt: fix lock init and destroy
2021-01-13 Kalesh APnet/bnxt: add Rx logic for 58818 chips
2021-01-13 Kalesh APnet/bnxt: modify context memory allocation
2021-01-13 Kalesh APnet/bnxt: support LRO for SR2 chip
2021-01-13 Kalesh APnet/bnxt: modify VNIC accounting
2021-01-13 Kalesh APnet/bnxt: add new Rx checksum mode
2021-01-13 Kalesh APnet/bnxt: support 58818 chip family
2021-01-13 Jeff Guonet/ice: refactor packet type parsing
2021-01-13 Jeff Guonet/ice/base: add more packet type values
2021-01-13 Murphy Yangnet/i40e: add null input checks
2021-01-13 Haiyue Wangnet/iavf: support new VLAN capabilities
2021-01-13 Haiyue Wangnet/ice: add DCF VLAN handling
2021-01-13 Haiyue Wangnet/iavf: support CRC strip disabling
2021-01-13 Qi Zhangcommon/iavf: update copyright date
2021-01-13 Qi Zhangcommon/iavf: support VLAN offload by DCF
2021-01-13 Qi Zhangcommon/iavf: support new VLAN capabilities
2021-01-13 Leyi Rongnet/ice: enlarge Rx queue rearm threshold to 64
2021-01-13 Murphy Yangnet/ice: disable IPv4 checksum offload in vector Tx
2021-01-13 Alvin Zhangnet/ice: fix RSS lookup table initialization
2021-01-13 Murphy Yangnet/iavf: fix conflicting RSS combination rules
2021-01-13 Jiawen Wunet/txgbe: add security type in flow action
2021-01-13 Jiawen Wunet/txgbe: add security offload in Rx and Tx
2021-01-13 Jiawen Wunet/txgbe: destroy security session
2021-01-13 Jiawen Wunet/txgbe: add security session create operation
2021-01-13 Jiawen Wunet/txgbe: add IPsec context creation
2021-01-13 Jiawen Wunet/txgbe: add TM hierarchy commit
2021-01-13 Jiawen Wunet/txgbe: support TM node add and delete
2021-01-13 Jiawen Wunet/txgbe: support TM shaper profile add and delete
2021-01-13 Jiawen Wunet/txgbe: add TM capabilities get operation
2021-01-13 Jiawen Wunet/txgbe: add TM configuration init and uninit
2021-01-13 Jiawen Wunet/txgbe: support UDP tunnel port add and delete
2021-01-13 Jiawen Wunet/txgbe: flush all filters
2021-01-13 Jiawen Wunet/txgbe: support destroying consistent filter
2021-01-13 Jiawen Wunet/txgbe: support creating consistent filter
2021-01-13 Jiawen Wunet/txgbe: parse RSS filter
2021-01-13 Jiawen Wunet/txgbe: restore RSS filter
2021-01-13 Jiawen Wunet/txgbe: parse flow director filter
2021-01-13 Jiawen Wunet/txgbe: support flow director filter add and delete
2021-01-13 Jiawen Wunet/txgbe: configure flow director filter
2021-01-13 Jiawen Wunet/txgbe: add flow director filter init and uninit
2021-01-13 Jiawen Wunet/txgbe: parse L2 tunnel filter
2021-01-13 Jiawen Wunet/txgbe: support L2 tunnel filter add and delete
2021-01-13 Jiawen Wunet/txgbe: config L2 tunnel filter with e-tag
2021-01-13 Jiawen Wunet/txgbe: add L2 tunnel filter init and uninit
2021-01-13 Jiawen Wunet/txgbe: parse syn filter
2021-01-13 Jiawen Wunet/txgbe: support syn filter add and delete
2021-01-13 Jiawen Wunet/txgbe: parse ethertype filter
2021-01-13 Jiawen Wunet/txgbe: support ethertype filter add and delete
2021-01-13 Jiawen Wunet/txgbe: parse n-tuple filter
2021-01-13 Jiawen Wunet/txgbe: support ntuple filter add and delete
2021-01-13 Jiawen Wunet/txgbe: add ntuple filter init and uninit
2021-01-13 Jiawen Wunet/txgbe: add generic flow API
2021-01-13 Andrew Boyernet/ionic: stop queues when LIF is stopped
2021-01-13 Andrew Boyernet/ionic: improve queue state handling
2021-01-13 Andrew Boyernet/ionic: improve link state handling
2021-01-13 Andrew Boyernet/ionic: complete release on close
2021-01-13 Andrew Boyernet/ionic: remove multi-LIF support
2021-01-13 Andrew Boyernet/ionic: preserve Rx mode across LIF stop/start
2021-01-13 Andrew Boyernet/ionic: preserve RSS state unless RETA size changes
2021-01-13 Maxime Coquelinnet/virtio: fix memory init with vDPA backend
2021-01-13 Maxime Coquelinnet/virtio: add missing backend features negotiation
2021-01-13 Karra Satwiknet/cxgbe: accept VLAN flow items without ethertype
2021-01-13 John Daleynet/enic: remove deprecated flow director code
next