net/virtio: inline refill and offload helpers
[dpdk.git] / drivers /
2018-12-21 Maxime Coquelinnet/virtio: inline refill and offload helpers
2018-12-21 Jens Freimannnet/virtio: avoid double accounting of bytes
2018-12-21 Hideyuki Yamashitanet/vhost: fix double free of MAC address
2018-12-21 Rahul Lakkireddynet/cxgbe: implement reset hit counters for offloaded...
2018-12-21 Stephen Hemmingernet/failsafe: remove unnecessary debug messages
2018-12-21 Bruce Richardsonnet/tap: add buffer overflow checks before checksum
2018-12-21 Yongseok Kohnet/mlx5: fix Multi-Packet RQ mempool free
2018-12-21 Zhirun Yannet/i40e: support PF respond VF request more queues
2018-12-21 Zhirun Yannet/i40e: support VF request more queues
2018-12-21 Rami Rosennet/i40e: fix config name in comment
2018-12-21 Rahul Lakkireddynet/cxgbe: fix other misc build issues for Windows
2018-12-21 Rahul Lakkireddynet/cxgbe: define symbols only when not available
2018-12-21 Rahul Lakkireddynet/cxgbe: fix macros related to logs for Windows
2018-12-21 Rahul Lakkireddynet/cxgbe: use relative paths for includes
2018-12-21 Wenzhuo Lunet/ice: support descriptor ops
2018-12-21 Wenzhuo Lunet/ice: support statistics
2018-12-21 Wenzhuo Lunet/ice: support advance Rx/Tx
2018-12-21 Wenzhuo Lunet/ice: support EEPROM information getting
2018-12-21 Wenzhuo Lunet/ice: support FW version getting
2018-12-21 Wenzhuo Lunet/ice: support Rx queue interruption
2018-12-21 Wenzhuo Lunet/ice: support RSS
2018-12-21 Wenzhuo Lunet/ice: support VLAN ops
2018-12-21 Wenzhuo Lunet/ice: support MAC ops
2018-12-21 Wenzhuo Lunet/ice: support MTU setting
2018-12-21 Wenzhuo Lunet/ice: support basic Rx/Tx
2018-12-21 Wenzhuo Lunet/ice: support packet type getting
2018-12-21 Wenzhuo Lunet/ice: support queue information getting
2018-12-21 Wenzhuo Lunet/ice: support link update
2018-12-21 Wenzhuo Lunet/ice: support getting device information
2018-12-21 Wenzhuo Lunet/ice: support device and queue ops
2018-12-21 Wenzhuo Lunet/ice: support device initialization
2018-12-21 Wenzhuo Lunet/ice/base: add OS specific implementation
2018-12-21 Paul M Stillwell Jrnet/ice/base: add structures for Rx/Tx queues
2018-12-21 Paul M Stillwell Jrnet/ice/base: add protocol structures and defines
2018-12-21 Paul M Stillwell Jrnet/ice/base: add various headers
2018-12-21 Paul M Stillwell Jrnet/ice/base: add common functions
2018-12-21 Paul M Stillwell Jrnet/ice/base: add code to work with the NVM
2018-12-21 Paul M Stillwell Jrnet/ice/base: add virtual switch code
2018-12-21 Paul M Stillwell Jrnet/ice/base: add basic Tx scheduler
2018-12-21 Paul M Stillwell Jrnet/ice/base: add control queue information
2018-12-21 Paul M Stillwell Jrnet/ice/base: add device IDs for Intel E800 Series...
2018-12-21 Paul M Stillwell Jrnet/ice/base: add sideband queue info
2018-12-21 Paul M Stillwell Jrnet/ice/base: add admin queue structures and commands
2018-12-21 Paul M Stillwell Jrnet/ice/base: add basic structures
2018-12-21 Paul M Stillwell Jrnet/ice/base: add registers for Intel E800 Series NIC
2018-12-21 Rahul Lakkireddynet/cxgbe: skip parsing match items with no spec
2018-12-21 Rahul Lakkireddynet/cxgbe: fix overlapping regions in TID table
2018-12-21 Michal Krawczyknet/ena: update version to 2.0.0
2018-12-21 Rafal Koziknet/ena: update completion queue after cleanup
2018-12-21 Rafal Koziknet/ena: add new way of getting Rx drops
2018-12-21 Solganik Alexandernet/ena: expose extended stats
2018-12-21 Michal Krawczyknet/ena: add per-queue software counters stats
2018-12-21 Rafal Koziknet/ena: fix cleanup for out of order packets
2018-12-21 Rafal Koziknet/ena: fix invalid reference to variable in union
2018-12-21 Rafal Koziknet/ena: add supported RSS offloads types
2018-12-21 Rafal Koziknet/ena: adjust new line in log messages
2018-12-21 Rafal Koziknet/ena: do not reconfigure queues on reset
2018-12-21 Rafal Koziknet/ena: destroy queues if start failed
2018-12-21 Rafal Koziknet/ena: call additional doorbells if needed
2018-12-21 Rafal Koziknet/ena: increase maximum Rx ring size
2018-12-21 Michal Krawczyknet/ena: support LLQv2
2018-12-21 Rafal Koziknet/ena: skip packet with wrong request id
2018-12-21 Rafal Koziknet/ena: add HW queues depth setup
2018-12-21 Rafal Koziknet/ena: add reset reason in Rx error
2018-12-21 Rafal Koziknet/ena: pass number of CPUs to the host info structure
2018-12-21 Rafal Koziknet/ena/base: update communication layer for the ENAv2
2018-12-21 Xiao Wangnet/ifc: support SW assisted VDPA live migration
2018-12-21 Xiao Wangnet/ifc: use vhost lib function for used ring logging
2018-12-21 Xiao Wangnet/ifc: add LM mode parameter
2018-12-21 Xiao Wangnet/ifc: detect if VDPA mode is specified
2018-12-21 Xiao Wangnet/ifc: store only registered device instance
2018-12-21 Xiao Wangnet/ifc: add probing error logs
2018-12-21 Xiao Wangvhost: provide helper for host notifier ctrl
2018-12-21 Jens Freimannnet/virtio: enable packed virtqueues by default
2018-12-21 Jens Freimannnet/virtio-user: fail if cq used with packed vq
2018-12-21 Yuanhan Liunet/virtio-user: add option to use packed queues
2018-12-21 Jens Freimannnet/virtio: support packed queue in send command
2018-12-21 Jens Freimannnet/virtio: implement Rx path for packed queues
2018-12-21 Jens Freimannnet/virtio: implement Tx path for packed queues
2018-12-21 Jens Freimannnet/virtio: dump packed virtqueue data
2018-12-21 Jens Freimannnet/virtio: vring init for packed queues
2018-12-21 Jens Freimannnet/virtio: add packed virtqueue helpers
2018-12-21 Jens Freimannnet/virtio: add packed virtqueue defines
2018-12-21 Stephen Hemmingernet/netvsc: fix probe when VF not found
2018-12-21 Stephen Hemmingernet/netvsc: fix transmit descriptor pool cleanup
2018-12-21 Stephen Hemmingernet/netvsc: support receive without VLAN strip
2018-12-21 Xiaoyun Linet/i40e: fix statistics inconsistency
2018-12-21 Zhirun Yannet/i40e: clear VF reset flags after reset
2018-12-19 Tone Zhangvfio: support 64KB kernel page size
2018-12-19 Tomasz Jozwiakcompress/qat: fix dequeue error counter
2018-12-19 Tomasz Jozwiakcompress/qat: fix return on building request error
2018-12-19 Tomasz Jozwiakcommon/qat: remove check of valid firmware response
2018-12-19 Arek Kusztalcrypto/qat: fix message for NULL algo setting unused...
2018-12-19 Arek Kusztalcrypto/qat: fix message for CCM when setting unused...
2018-12-19 Arek Kusztalcrypto/qat: fix block size error handling
2018-12-19 Kamil Chalupnikbb/turbo_sw: update for FlexRAN 18.09
2018-12-19 Kamil Chalupnikbb/turbo_sw: fix dynamic linking
2018-12-19 Kamil Chalupnikbbdev: support bigger transport block
2018-12-19 Kamil Chalupnikbbdev: enhance offload cost test
2018-12-19 Akash Saxenacrypto/openssl: remove useless check before freeing
next