dpdk.git
2014-10-23 Huawei Xieexamples/vhost: add branch hints
2014-10-23 Huawei Xieexamples/vhost: disable guest notifications
2014-10-23 Huawei Xieexamples/vhost: mergeable buffer option
2014-10-23 Huawei Xieexamples/vhost: adapt Tx routing to lib
2014-10-23 Huawei Xieexamples/vhost: use burst enqueue and dequeue from lib
2014-10-23 Huawei Xieexamples/vhost: register with lib
2014-10-23 Huawei Xieexamples/vhost: hpa regions for zero copy
2014-10-23 Huawei Xieexamples/vhost: add vhost dev struct
2014-10-23 Huawei Xieexamples/vhost: remove functions implemented in lib
2014-10-22 Huawei Xieexamples/vhost: copy old vhost example
2014-10-22 Declan Dohertybond: disable broadcast mode if mbuf refcnt is disabled
2014-10-22 Marc Sunekni: fix build
2014-10-21 Marc Sunekni: memzone pool for alloc and release
2014-10-21 Ouyang Changchunixgbe: fix build with mbuf refcnt disabled
2014-10-20 Jingjing Wui40e: generic filter control
2014-10-20 Jingjing Wuethdev: introduce generic filter control
2014-10-20 Helin Zhangi40evf: support RSS
2014-10-20 Helin Zhangi40e: expose RSS functions and relevant macros
2014-10-20 Helin Zhangethdev: better typing of RSS constants
2014-10-20 Bruce Richardsonapp/test: fix crash for fbk hashes with a lot of entries
2014-10-20 Alan Carewcontigmem: fix buffer overrun on unload
2014-10-20 Pablo de Laraethdev: fix memory corruption with default Rx/Tx config...
2014-10-17 Thomas Monjalonmk: fix doc cleaning
2014-10-15 Bernard Iremongerdoc: add copyright and version
2014-10-15 Thomas Monjalonmk: generate html guides with sphinx
2014-10-15 Thomas Monjalondoc: move doxygen files in api subdirectory
2014-10-15 Thomas Monjalonmk: rename doxygen rules
2014-10-15 Bernard Iremongermk: fix doxygen clean
2014-10-15 Ouyang Changchunvirtio: increase max Rx packet length
2014-10-15 Sergio Gonzalez... mk: pass CC option for kernel modules
2014-10-15 Sergio Gonzalez... mk: pass verbose flag for kernel modules
2014-10-15 Jijiang Liui40e: add Rx error statistics
2014-10-15 Helin Zhangi40e/base: fix build with gcc < 4.4
2014-10-15 Ouyang Changchunvirtio: fix needed vring entry number
2014-10-13 Thomas Monjalonvhost: add in doc
2014-10-13 Huawei Xievhost: add makefile
2014-10-13 Huawei Xievhost: comment identified issues
2014-10-13 Huawei Xievhost: coding style fixes
2014-10-13 Huawei Xievhost: static variable fixes
2014-10-13 Huawei Xievhost: clean includes
2014-10-13 Huawei Xievhost: add debug print
2014-10-13 Huawei Xievhost: add private context field
2014-10-13 Huawei Xievhost: supported features
2014-10-13 Huawei Xievhost: allow to enable or disable features
2014-10-13 Huawei Xievhost: get available vring entries
2014-10-13 Huawei Xievhost: rename ops registering function
2014-10-13 Huawei Xievhost: expose register and start functions
2014-10-13 Huawei Xievhost: get internal ops when registering
2014-10-13 Huawei Xievhost: remove index parameter
2014-10-13 Huawei Xievhost: enqueue/dequeue burst
2014-10-13 Huawei Xievhost: add queue id parameter
2014-10-13 Huawei Xievhost: calculate mbuf size
2014-10-13 Huawei Xievhost: return packets to upper layer
2014-10-13 Huawei Xievhost: move address translation function
2014-10-13 Huawei Xievhost: move internal structure
2014-10-13 Huawei Xievhost: remove retry logic
2014-10-13 Huawei Xievhost: remove zero copy memory region generation logic
2014-10-13 Huawei Xievhost: remove switching related logics
2014-10-13 Huawei Xievhost: remove useless code for Rx/Tx
2014-10-13 Huawei Xievhost: move from examples to dedicated library
2014-10-10 Daniel Mrzyglodtools: fix setup script for Fedora 21
2014-10-10 Keith Wilesmempool: remove useless variable
2014-10-10 Ouyang Changchunixgbe/base: disable some gcc warnings
2014-10-10 Pablo de Laraexamples: use factorized default Rx/Tx configuration
2014-10-10 Pablo de Larai40e: set default Rx/Tx configuration
2014-10-10 Pablo de Laraixgbe: set default Rx/Tx configuration
2014-10-10 Pablo de Laraigb: set default Rx/Tx configuration
2014-10-10 Pablo de Laraethdev: get default Rx/Tx configuration from dev info
2014-10-10 Pablo de Laraethdev: reset whole dev info structure before filling
2014-10-09 Pablo de Laraexamples/netmap_compat: add default build target
2014-10-09 Nicolás Pernas... app/testpmd: print message if queue start/stop is not...
2014-10-09 Nicolás Pernas... pcap: fix double stop error
2014-10-09 Jim Harrisi40e: fix Tx descriptors reset
2014-10-09 Pablo de Laraixgbe: fix build with bypass enabled
2014-10-09 Keith Wilesmempool: fix build with debug enabled and clang
2014-10-09 David Marchandeal/bsd: fix core detection
2014-10-08 Bruce Richardsonmbuf: comment for ctrl mbuf flag
2014-10-08 Bruce Richardsonmbuf: update Rx flag format
2014-10-08 Bruce Richardsonmbuf: group Tx flags near end of field
2014-10-08 Bruce Richardsonapp/testpmd: change rxfreet default to 32
2014-10-08 Bruce Richardsonixgbe: add prefetch to improve slow-path tx perf
2014-10-08 Bruce Richardsonmbuf: switch vlan_tci and reserved2 fields
2014-10-08 Bruce Richardsonmbuf: add userdata pointer field
2014-10-08 Bruce Richardsonmbuf: ensure next pointer is set to null on free
2014-10-07 Helin Zhangi40e/base: fix arq_event_info struct
2014-10-07 Helin Zhangi40e/base: debug write register request
2014-10-07 Helin Zhangi40e/base: support 10G base T
2014-10-07 Helin Zhangi40e/base: get link status to report flow control settings
2014-10-07 Helin Zhangi40e/base: workaround for firmware version
2014-10-07 Helin Zhangi40e/base: get rid of sparse warnings
2014-10-07 Helin Zhangi40e/base: force a shifted bit to be unsigned
2014-10-07 Helin Zhangi40e/base: remove code for TPH
2014-10-07 Helin Zhangi40e/base: remove code for software validation only
2014-10-07 Helin Zhangi40e/base: remove useless code for pre-boot
2014-10-07 Helin Zhangi40e/base: remove useless code for Solaris
2014-10-07 Helin Zhangi40e/base: remove test code for ethtool
2014-10-07 Helin Zhangi40e/base: support nvmupdate by default
2014-10-07 Helin Zhangi40e/base: make the indentation more consistent
2014-10-07 Ouyang Changchunixgbe: support X550
2014-10-07 Ouyang Changchunixgbe/base: support X550
next