dpdk.git
2017-04-04 Ferruh Yigitnet/kni: add KNI PMD
2017-04-04 Shahaf Shulernet/mlx5: add out of buffer counter to extended statistic
2017-04-04 Keith Wilesnet/tap: fix possibly unterminated string
2017-04-04 Nirmoy Daskni: fix build on Suse 12 SP3
2017-04-04 Allain Legacycfgfile: support empty value
2017-04-04 Joseph Richardcfgfile: fix parsing of long fields
2017-04-04 Allain Legacycfgfile: constrain string search
2017-04-04 Allain Legacycfgfile: support configurable comment character
2017-04-04 Allain Legacycfgfile: support global properties section
2017-04-04 Allain Legacytest/cfgfile: add basic unit tests
2017-04-04 Yong Wangdoc: fix a typo in howto guide
2017-04-04 David Huntdistributor: fix creation error checks
2017-04-04 Wei Daiexamples/ip_fragmentation: fix check of packet type
2017-04-04 Reshma Pattandoc: add option -d for plugins in Linux guide
2017-04-04 Jerin Jacobeal/linux: fix build with glibc 2.25
2017-04-04 Bruce Richardsonnic_uio: fix device binding at boot
2017-04-04 Jianfeng Tanvfio: fix secondary process start
2017-04-03 Anatoly Burakovvfio: fix build
2017-04-03 Ferruh Yigitigb_uio: fix build with kernel < 3.2
2017-04-03 Shreyansh Jainmempool: move stack handler as a driver
2017-04-03 Shreyansh Jainmempool: move ring handler as a driver
2017-04-03 Shreyansh Jainmempool: fix crash when handler not found
2017-04-03 Andriy Berestovskyymempool: fix typos
2017-04-03 Gage Eadsmempool: update non-EAL thread note
2017-03-30 Ferruh Yigitmk: use icc default inline limit
2017-03-30 David Suigb_uio: use non-threaded ISR
2017-03-30 Alejandro Luceroigb_uio: map dummy DMA forcing IOMMU domain attachment
2017-03-30 Alejandro Lucerovfio: support hotplug
2017-03-30 Nikhil Raovfio: fix disabling INTx
2017-03-30 Anatoly Burakovvfio: fix build on old kernel
2017-03-30 Ferruh Yigitkni: fix build with kernel 4.11
2017-03-30 Olivier Matzmk: fix dependencies to optional configs
2017-03-30 Olivier Matznet/mlx5: implement descriptor status API
2017-03-30 Olivier Matznet/i40e: implement descriptor status API
2017-03-30 Olivier Matznet/ixgbe: implement descriptor status API
2017-03-30 Olivier Matznet/igb: implement descriptor status API
2017-03-30 Olivier Matznet/e1000: implement descriptor status API
2017-03-30 Olivier Matzethdev: add descriptor status API
2017-03-29 Bruce Richardsonring: make struct and macros type agnostic
2017-03-29 Bruce Richardsonring: create common function for updating tail index
2017-03-29 Bruce Richardsonring: separate out head index manipulation
2017-03-29 Bruce Richardsonring: reduce scope of local variables
2017-03-29 Bruce Richardsonexamples/quota_watermark: use ring space for watermarks
2017-03-29 Bruce Richardsonring: return remaining entry count when dequeuing
2017-03-29 Bruce Richardsonring: return free space when enqueuing
2017-03-29 Bruce Richardsonring: make bulk and burst return values consistent
2017-03-29 Bruce Richardsonring: remove watermark support
2017-03-29 Bruce Richardsonring: remove the yield when waiting for tail update
2017-03-29 Bruce Richardsonring: remove debug setting
2017-03-29 Bruce Richardsonring: eliminate duplication of size and mask fields
2017-03-29 Bruce Richardsonring: create common structure for prod and cons metadata
2017-03-29 Bruce Richardsonring: remove split cacheline build setting
2017-03-29 David Huntmaintainers: add to distributor lib maintainers
2017-03-29 David Huntdoc: update distributor app guide for new burst API
2017-03-29 David Huntdoc: update distributor lib guide for new burst API
2017-03-29 David Huntexamples/distributor: give Rx thread a core
2017-03-29 David Huntexamples/distributor: tweak for performance
2017-03-29 David Huntexamples/distributor: add dedicated core
2017-03-29 David Huntexamples/distributor: wait for ports to come up
2017-03-29 David Huntexamples/distributor: allow for extra stats
2017-03-29 David Hunttest/distributor: add performance test for burst mode
2017-03-29 David Hunttest/distributor: test single and burst API
2017-03-29 David Huntdistributor: add symbol versioning
2017-03-29 David Huntdistributor: switch over to new API
2017-03-29 David Hunttest/distributor: add extra parameters
2017-03-29 David Huntdistributor: add SIMD flow matching
2017-03-29 David Huntdistributor: add new burst-capable library
2017-03-29 David Huntdistributor: create private header file
2017-03-29 David Huntdistributor: rename legacy files
2017-03-28 Bruce Richardsoncrypto/scheduler: fix include of local headers
2017-03-28 Bruce Richardsonnet/xenvirt: fix missing dependency on cmdline lib
2017-03-27 Bruce Richardsondrivers/crypto: use ring size function
2017-03-27 Bruce Richardsoneal/bsd: query the cpu count only once
2017-03-27 Bruce Richardsondevtools: make log checking script BSD-compatible
2017-03-27 Olivier Matzmk: optimize directory dependencies
2017-03-27 Billy McFallnet/vhost: free consumed Tx buffers on demand
2017-03-27 Billy McFallnet/igb: free consumed Tx buffers on demand
2017-03-27 Billy McFallethdev: add API to free consumed buffers in Tx ring
2017-03-27 Aaron Conoleeal: add info about various init error codes
2017-03-27 Aaron Conoleeal: do not panic on bus probe/scan failure
2017-03-27 Aaron Conoleeal: do not panic on vdev init failure
2017-03-27 Aaron Conoleeal: do not panic on PCI failures
2017-03-27 Aaron Conoleeal: do not panic if plugins fail to init
2017-03-27 Aaron Conoleeal: do not panic on interrupt thread init
2017-03-27 Aaron Conoleeal: do not panic on timer init failure
2017-03-27 Aaron Conoleeal: do not panic on a number of conditions
2017-03-27 Aaron Conoleeal: set errno when exiting for already initialized
2017-03-27 Aaron Conoleeal: do not panic on memzone init failure
2017-03-27 Aaron Conoleeal: do not panic on argument parsing error
2017-03-27 Aaron Conoleeal: do not panic on hugepage info init
2017-03-27 Aaron Conoleeal: do not panic when CPU is not supported
2017-03-27 Aaron Conoleeal: do not panic on CPU detection
2017-03-27 Ben Walkerpci: fix device registration on FreeBSD
2017-03-27 Jerin Jacobtest: add a new unit test case status
2017-03-27 Jerin Jacobtest: store only the test case name
2017-03-27 Olivier Matzmk: remove invalid phony target
2017-03-27 Olivier Matzmk: fix message when test application is not built
2017-03-19 David Marchandmaintainers: resign from eal maintenance
2017-03-16 Christian Ehrhardtmk: provide option to set major ABI version
2017-03-15 Vladyslav Buslovlpm6: extend next hop field
next