dpdk.git
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
2014-10-07 Ouyang Changchunixgbe/base: i2c combined read/write
2014-10-07 Ouyang Changchunixgbe/base: malicious driver detection
2014-10-07 Ouyang Changchunixgbe/base: iosf sideband read/write
2014-10-07 Ouyang Changchunixgbe/base: anti spoofing
2014-10-07 Ouyang Changchunixgbe/base: source address pruning
2014-10-07 Ouyang Changchunixgbe/base: support EEE
2014-10-07 Ouyang Changchunixgbe/base: dma coalescing
2014-10-07 Ouyang Changchunixgbe/base: thermal sensor
2014-10-07 Ouyang Changchunixgbe/base: fdir cloud mode
2014-10-07 Ouyang Changchunixgbe/base: reset VF registers
2014-10-07 Ouyang Changchunixgbe/base: clean phy sfp handling
2014-10-07 Ouyang Changchunixgbe/base: support qsfp and lco
2014-10-07 Ouyang Changchunixgbe/base: move phy sfp detection in a function
2014-10-07 Ouyang Changchunixgbe/base: rework semaphore
2014-10-07 Ouyang Changchunixgbe/base: remove unnecessary delay
2014-10-07 Ouyang Changchunixgbe/base: wait longer while polling X540 flash update
2014-10-07 Ouyang Changchunixgbe/base: wait longer for VF link status
2014-10-07 Ouyang Changchunixgbe/base: fix flow control comment
2014-10-07 Ouyang Changchunixgbe/base: refactor manageability block communication
2014-10-07 Ouyang Changchunixgbe/base: refactor eeprom checksum calculation
2014-10-07 Ouyang Changchunixgbe/base: factorize fdir command complete check
2014-10-07 Ouyang Changchunixgbe/base: move manageability function
2014-10-07 Ouyang Changchunixgbe/base: new error types
2014-10-03 Ouyang Changchunixgbe/base: various clean up
2014-10-03 Ouyang Changchunixgbe/base: minor changes
2014-10-01 Damjan Marionvirtio: fix crash if VIRTIO_NET_F_CTRL_VQ is not negotiated
2014-09-30 Daniel Mrzyglodkni: fix build on Ubuntu 12.04.5
2014-09-30 Bruce Richardsonixgbe: fix build with clang
2014-09-29 Thomas Monjalonversion: 1.8.0-rc1
2014-09-29 Ouyang Changchunethdev: rename flag for queue start and stop
next