dpdk.git
2016-02-24 Santosh Shuklavfio: support PCI ioport
2016-02-24 Santosh Shuklavfio: ignore mapping for ioport region
2016-02-24 Santosh Shuklaeal/linux: never check iopl for arm
2016-02-21 Thomas Monjalonaesni_mb: fix build clean
2016-02-21 Thomas Monjalonmbuf_offload: fix header for C++
2016-02-21 Thomas Monjalonhash: fix header for C++
2016-02-21 Thomas Monjaloneal: fix keep alive header for C++
2016-02-21 Pavel Fedinvhost: check memory map before address translation
2016-02-19 Rich Lanevhost: remove device operations pointers
2016-02-19 Olivier Matzmempool: fix leak when creation fails
2016-02-19 Rich Lanevhost: fix leak of fds and mmaps
2016-02-19 Yuanhan Liuvhost: remove duplicate header include
2016-02-19 Yuanhan Liuvhost: enable log_shmfd protocol feature
2016-02-19 Yuanhan Liuvhost: handle request to send RARP
2016-02-19 Yuanhan Liuvhost: claim support of guest announce
2016-02-19 Yuanhan Liuvhost: log vring desc buffer changes
2016-02-19 Yuanhan Liuvhost: log used vring changes
2016-02-19 Yuanhan Liuvhost: handle dirty pages logging request
2016-02-18 Panu Matilainenvhost: fix build dependency
2016-02-17 Jijiang Liuexamples/vhost: add virtio offload
2016-02-17 Jijiang Liuexamples/vhost: remove IPv4 header definition
2016-02-17 Jijiang Liuvhost: add guest offload setting
2016-02-17 Jijiang Liuvhost: add Tx offload capabilities
2016-02-16 David Marchandvirtio: use PCI ioport API
2016-02-16 David Marchandeal: introduce PCI ioport API
2016-02-16 David Marchandvirtio: fix check when mapping PCI resources
2016-02-16 David Marchandvirtio: fix FreeBSD build
2016-02-16 Thomas Monjaloneal: remove compiler optimization workaround
2016-02-16 Thomas Monjaloneal/ppc: adapt CPU flags check to the arch
2016-02-16 Thomas Monjaloneal/arm: adapt CPU flags check to the arch
2016-02-16 Thomas Monjaloneal: move CPU flag functions out of headers
2016-02-16 Thomas Monjaloneal: get CPU flag name
2016-02-16 Thomas Monjalonexamples: fix build dependencies
2016-02-16 Thomas Monjalonexamples/ethtool: fix build
2016-02-16 Thomas Monjalonexamples/ip_pipeline: fix build for x86_64 without...
2016-02-16 Thomas Monjalonexamples/l3fwd: fix build without SSE4.1
2016-02-16 Jerin Jacobexamples/distributor: fix build for non-x86 arch
2016-02-16 Jerin Jacobeal: introduce non-temporal prefetch
2016-02-11 Jerin Jacobethdev: reduce alignment requirement for 128-byte cache...
2016-02-11 Jerin Jacobbitmap: optimize for 128-bytes cache line
2016-02-11 Jerin Jacobmbuf: fix performance with 128-byte cache line
2016-02-11 Jerin Jacobeal: introduce new cache line macros
2016-02-11 Jerin Jacobconfig: clean cache line size selection scheme
2016-02-11 Thomas Monjalonconfig: add a common x86 flag
2016-02-11 Thomas Monjalonconfig: remove obsolete machine descriptions
2016-02-10 Thomas Monjalonconfig: remove useless explicit includes of generated...
2016-02-10 Bruce Richardsondoc: rename release notes 2.3 to 16.04
2016-02-10 Bruce Richardsonversion: switch to year.month numbers
2016-02-10 Thomas Monjalondoc: drop old naming of the project
2016-02-10 Huawei Xieremove extra parentheses in return statement
2016-02-09 Kamil Rytarowskieal/linux: support built-in kernel modules
2016-02-09 Kamil Rytarowskitools: support binding to built-in kernel modules
2016-02-09 Dawid Jurczaktools: support Python 3 in bind script
2016-02-09 Jeff Shawtools: fix unbinding failure handling
2016-02-09 Thomas Monjalondoc: introduce networking driver matrix
2016-02-09 Antonio Fischettidoc: add a further example in ACL guide
2016-02-09 Ferruh Yigitdoc: fix multi-process guide
2016-02-04 Zhihong Wangeal/x86: fix build with clang for old AVX
2016-02-03 Yuanhan Liuvirtio: move ioport macros
2016-02-03 Yuanhan Liuvirtio: support specification 1.0
2016-02-03 Yuanhan Liupci: export device mapping functions
2016-02-03 Yuanhan Liuvirtio: retrieve header size from device setting
2016-02-03 Yuanhan Liuvirtio: switch to 64 bit features
2016-02-03 Yuanhan Liuvirtio: move left PCI stuff in the right file
2016-02-03 Yuanhan Liuvirtio: introduce PCI implementation structure
2016-02-03 Yuanhan Liuvirtio: define offset as size_t type
2016-02-03 Yuanhan Liuvirtio: do not set vring address again at queue startup
2016-02-03 John McNamaradoc: add example text to release notes
2016-01-29 Ferruh Yigiteal: move cpu flags out of headers
2016-01-28 Ferruh Yigitlib: remove keyword extern for functions
2016-01-28 Anatoly Burakovvfio: support no-IOMMU mode
2016-01-28 Michael Qiueal/x86: fix build with gcc 5.3.1
2016-01-27 Zhihong Wangapp/test: adjust alignment unit for memcpy performance
2016-01-27 Zhihong Wangeal/x86: tune memcpy for platforms without AVX512
2016-01-27 Zhihong Wangeal/x86: optimize memcpy for AVX512 platforms
2016-01-27 Zhihong Wangeal/x86: identify AVX512 CPU flag
2016-01-27 Zhihong Wangmk: predefine AVX512 macro for compiler
2016-01-27 Zhihong Wangexamples/l3fwd: handle SIGINT and SIGTERM
2016-01-27 Zhihong Wangexamples/l2fwd: handle SIGINT and SIGTERM
2016-01-27 Zhihong Wangapp/testpmd: handle SIGINT and SIGTERM
2016-01-27 David Marchandethdev: move hotplug checks and logs in a common place
2016-01-27 David Marchandethdev: remove useless null checks
2016-01-27 David Marchandremove unneeded tests for NULL when freeing
2016-01-21 Zhihong Wangeal: remove unnecessary hugepage zero-filling
2016-01-21 Zhihong Wangeal: reduce timer initialization time
2016-01-19 Christian Ehrhardtmk: fix examples install
2016-01-16 John McNamaradoc: fix navigation levels in html sidebar of guides
2016-01-14 Wenzhuo Luixgbe/base: new FW values
2016-01-14 Wenzhuo Luixgbe/base: add X550T1 device
2016-01-14 Wenzhuo Luixgbe/base: support new thermal alarm
2016-01-14 Wenzhuo Luixgbe/base: add new X550 iXFI configuration function
2016-01-14 Wenzhuo Luixgbe/base: move X550 MDIO clock speed init
2016-01-14 Wenzhuo Luixgbe/base: prevent X550 KR PHY reset in init
2016-01-14 Wenzhuo Luixgbe/base: support KR mode for X550 link
2016-01-14 Wenzhuo Luixgbe/base: remove X550 driver config of KX4 PHY
2016-01-14 Wenzhuo Luixgbe/base: avoid needless copper PHY access
2016-01-14 Wenzhuo Luixgbe/base: check MAC type when setting X550 callbacks
2016-01-14 Wenzhuo Luixgbe/base: use mac-dependent values
2016-01-14 Wenzhuo Luixgbe/base: add flow director drop queue
2016-01-14 Wenzhuo Luixgbe/base: remove wait and check flow director signatu...
next