dpdk.git
2014-02-26 Thomas Monjalonapp/test: fix build without librte_cmdline
2014-02-26 Aaro Koskinenkni: fix build with kernel 3.14
2014-02-26 Adrien Mazarguilkni: fix build with kernel < 3.3 with netdev_features_t...
2014-02-26 Thomas Monjalonkni: fix build with 802.1p kernel support
2014-02-26 Thomas Monjalonixgbe: remove residual fix about resetting big Tx queues
2014-02-26 Mats Liljegrenpcap: save if_index of the bound device
2014-02-26 David Marchandpcap: fix build when pcap_sendpacket is unavailable
2014-02-26 David Marchandpcap: fix build with old libpcap
2014-02-26 Robert Sanfordpcap: fix build with empty LIBPCAP_CFLAGS
2014-02-26 David Marchandpcap: use pcap-config to guess compilation flags
2014-02-26 Thomas Monjalonpcap: remove unused constant
2014-02-26 Mats Liljegrenethdev: introduce if_index in device info
2014-02-26 Thomas Monjalonethdev: fix non-reconfigurable pmd init
2014-02-26 Ivan Bouleethdev: add pause frame counters for em/igb/ixgbe
2014-02-26 Ivan Bouleethdev: add support for device offload capabilities
2014-02-26 Olivier Matzpci: add option --create-uio-dev to run without hotplug
2014-02-26 Olivier Matzpci: split the function providing uio device and mappings
2014-02-26 Thomas Monjalonpci: support 82546EB
2014-02-26 Damien Millescampspci: add flag to force unbind device
2014-02-26 Thomas Monjalonpci: use igb_uio mapping only when needed
2014-02-26 David Marchandpci: do not check BAR0 mapping
2014-02-26 Damien Millescampsmem: fix mempool for --no-huge
2014-02-26 Damien Millescampsmem: get hugepages config
2014-02-26 Adrien Mazarguilmem: get memzone from any CPU socket when hugepages...
2014-02-26 Olivier Matzmem: fix rte_malloc(SOCKET_ID_ANY), try to allocate...
2014-02-26 Olivier Matzmem: remove unneeded log
2014-02-26 Didier Pallardmem: get physical address of any rte_malloc buffer
2014-02-26 Thomas Monjalonmem: more const qualifiers in malloc API
2014-02-26 Damien Millescampsmem: get physical address of any pointer
2014-02-26 Didier Pallardtimer: add precise TSC function
2014-02-26 Thomas Monjalontimer: get TSC frequency from /proc/cpuinfo
2014-02-26 Ivan Bouletimer: check TSC reliability
2014-02-26 Olivier Matzspinlock: fix build with clang
2014-02-26 H. Peter Anvinhash: reverse the operand order to crc32
2014-02-26 Thomas Monjalonlog: remove app path from syslog id
2014-02-26 Thomas Monjalonkvargs: add in doc
2014-02-26 Olivier Matzkvargs: add test case in app/test
2014-02-26 Olivier Matzkvargs: make the NULL key to match all entries
2014-02-26 Olivier Matzkvargs: add the key in handler pameters
2014-02-26 Olivier Matzkvargs: add const attribute in handler parameters
2014-02-26 Olivier Matzkvargs: be strict when matching a key
2014-02-26 Olivier Matzkvargs: simpler parsing and allow duplicated keys
2014-02-26 Olivier Matzkvargs: rework API to fix memory leak
2014-02-26 Olivier Matzkvargs: remove useless size field
2014-02-26 Olivier Matzkvargs: remove driver name in arguments
2014-02-26 Olivier Matzkvargs: use the new library in pmd_pcap
2014-02-26 Olivier Matzkvargs: add a new library to parse key/value arguments
2014-02-26 Thomas Monjaloneal: remove unused macro for blacklist
2014-02-26 Ivan Bouleeal: fix recording of detected/enabled logical cores
2014-02-26 Thomas Monjaloneal: fix type of pointer arithmetic result
2014-02-26 Damien Millescampseal: add support for shared object drivers
2014-02-26 Adrien Mazarguilmk: fix command-line dependency check for quoted strings
2014-02-26 Julien Courtatmk: fix EXTRA_LDFLAGS override
2014-02-26 Didier Pallardmk: allow to build shared libraries
2014-02-26 Olivier Matzmk: allow to specify DESTDIR in build rule
2014-02-26 Olivier Matzmk: in install rule, don't overwrite .config if it...
2014-02-26 Olivier Matzmk: allow to specify O= in install rule
2014-02-26 Thomas Monjalonmk: rule help
2014-02-26 Thomas Monjalonmk: add rule to list configs
2014-02-26 Thomas Monjalondoc: how to build
2014-02-26 Thomas Monjalonmk: insert version number in doxygen config
2014-02-26 Thomas Monjalonmk: add rule to print version number
2014-02-26 Thomas Monjalondoc: fix some doxygen comments
2014-02-26 Thomas Monjalondoc: fix doxygen parsing of __attribute__
2014-02-26 Thomas Monjalondoc: add mbuf cloning functions in doxygen
2014-02-26 Thomas Monjalondoc: generate HTML for API with doxygen
2014-02-26 Thomas Monjalonmk: clean dead doc rules
2014-02-26 Thomas Monjalonmk: factorize some rules
2014-02-26 Thomas Monjalonconfig: remove unused KNI debug option
2014-02-26 Jean-Mickael... config: disable KNI for 32-bit because cannot work
2014-02-26 Bruce Richardsonversion: 1.6.0
2014-02-26 Bruce Richardsonexamples/netmap_compat: import netmap compatibility...
2014-02-26 Bruce Richardsonexamples/l2fwd-ivshmem: import sample application
2014-02-26 Bruce Richardsonexamples/vhost: import userspace vhost application
2014-02-26 Bruce Richardsonexamples/dpdk-qat: various updates
2014-02-26 Bruce Richardsonexamples: minor changes
2014-02-26 Bruce Richardsonapp/testpmd: disable RSS when in SRIOV
2014-02-26 Daniel Kanapp/testpmd: fix RSS by setting mq_mode
2014-02-26 Bruce Richardsonapp/testpmd: added new macfwd-retry mode
2014-02-26 Bruce Richardsonapp/test: fixes to python control script
2014-02-26 Bruce Richardsonapp/test: remove all-autotests option
2014-02-26 Bruce Richardsonapp/test: minor cleanup in test_acl
2014-02-26 Bruce Richardsonapp/test: conditionalize on timer enabled
2014-02-26 Bruce Richardsonapp/test: minor updates
2014-02-26 Bruce Richardsonixgbe: fix vf irq storm when running on Xen Dom0.
2014-02-26 Bruce Richardsonixgbe: prepare for vector pmd
2014-02-26 Bruce Richardsonixgbe: minor rework offloading bits fix
2014-02-26 Bryan Bensonixgbe: fix offloading bits when Rx bulk alloc is used
2014-02-26 Qinglai Xiaoixgbe: query assignment of VF queues
2014-02-26 Bruce Richardsonixgbe: fix disabling loopback mode
2014-02-26 Qinglai Xiaoixgbe: add Tx->Rx loopback mode for 82599
2014-02-26 Bruce Richardsonigb: fix dual vlan ethertype
2014-02-26 Stephen Hemmingerigb: restore workaround errata with wthresh on 82576
2014-02-26 Bruce Richardsonigb/ixgbe: remove useless header inclusion
2014-02-26 Maxime Leroyigb/ixgbe: allow RSS with only one Rx queue
2014-02-26 Maxime Leroyigb/ixgbe: ETH_MQ_RX_NONE should disable RSS
2014-02-26 Bruce Richardsonpcap: add missing dependency on malloc
2014-02-26 Bruce Richardsonvirtio: mark functions as always inline
2014-02-26 Bruce Richardsonvirtio: various improvements
2014-02-26 Bruce Richardsonvirtio: add close function
next