dpdk.git
2015-03-09 Michael Qiuapp/testpmd: forbid actions on invalid port
2015-03-09 Michael Qiuapp/testpmd: fix log with no bound device
2015-03-09 Takuya Asadavirtio: add default Tx configuration
2015-03-09 Huawei Xievhost: check file descriptor before closing
2015-03-09 Huawei Xievhost: fix file descriptors naming
2015-03-09 Huawei Xievhost: use loop instead of goto
2015-03-09 Huawei Xievhost: combine select with sleep
2015-03-09 Ouyang Changchunixgbe: fix VF Tx for X550
2015-03-09 Michael Qiueal/x86: fix integer cast in memcpy
2015-03-09 Zhihong Wangeal/x86: fix strict aliasing rules
2015-03-09 Keith Wilesmk: move internal file
2015-03-05 Huawei Xievhost: fix crash by removing device when requested
2015-03-05 Panu Matilainenethdev: add missing symbol export for port release
2015-03-05 Ouyang Changchuntools: fix binding to unsupported driver
2015-03-05 Keith Wilesethdev: fix hotplug check for Rx and Tx callbacks
2015-03-05 Cunming Liangixgbe: check rxd number to avoid mbuf leak
2015-03-05 Tetsuya Mukawamk: fix config build on freebsd
2015-03-04 Stephen Hemmingerapp/test: remove unneeded casts
2015-03-04 Stephen Hemmingerexamples: remove unneeded casts
2015-03-04 Stephen Hemmingerenic: remove useless cast
2015-03-04 Stephen Hemmingereal/linux: remove useless memset
2015-03-04 Stephen Hemmingereal/bsd: remove useless assignments
2015-03-04 Pawel Wodkowskicmdline: fix parameter type
2015-03-04 Pawel Wodkowskiring: fix memory leak
2015-03-04 Pawel Wodkowskikvargs: fix freeing behaviour for null
2015-03-04 Pawel Wodkowskitimer: fix callback declaration inconsistency
2015-03-04 Thomas Monjalonbond: remove debug function to fix link with shared lib
2015-03-04 Thomas Monjalonmlx4: mute auto config in quiet mode
2015-03-04 Thomas Monjalonmlx4: fix build with mempool debug enabled
2015-03-04 Thomas Monjalonvirtio: fix build with debug enabled
2015-03-04 Thomas Monjalonvirtio: fix build with mempool debug enabled
2015-03-04 Thomas Monjalonfm10k: fix build with debug enabled
2015-03-04 Thomas Monjalonmempool: fix build with debug enabled
2015-03-03 Thomas Monjaloneal/linux: fix build
2015-03-02 Pawel Wodkowskidevargs: fix null dereferencing on failure
2015-03-02 Neil Hormaneal: clean up export of socket id variable
2015-03-02 Jijiang Liui40e: advertise TSO capability
2015-03-02 Jijiang Liui40e: enable TSO support
2015-03-02 Jijiang Liui40e: move Tx offloads parameters to separate structure
2015-02-27 Tetsuya Mukawaapp/testpmd: fix crash when portmask is specified
2015-02-27 Tetsuya Mukawanull: fix build with gcc-4.7
2015-02-27 Tetsuya Mukawanull: fix build with icc
2015-02-27 Tetsuya Mukawaethdev: fix build with icc
2015-02-27 Changchun Ouyangvirtio: fix build on freebsd
2015-02-26 Thomas Monjalonmlx4: fix build
2015-02-26 Thomas Monjalonmlx4: remove old version compatibility
2015-02-26 Thomas Monjalonethdev: fix build without hotplug
2015-02-25 Thomas Monjalonversion: 2.0.0-rc1
2015-02-25 Tetsuya Mukawanull: support port hotplug
2015-02-25 Tetsuya Mukawanull: new poll mode driver
2015-02-25 Tetsuya Mukawaapp/testpmd: support port hotplug
2015-02-25 Tetsuya Mukawapcap: support port hotplug
2015-02-25 Tetsuya Mukawadoc: add port hotplug framework in programmers guide
2015-02-25 Tetsuya Mukawaethdev: attach or detach port
2015-02-25 Tetsuya Mukawaethdev: add device type
2015-02-25 Tetsuya Mukawaethdev: close device
2015-02-25 Tetsuya Mukawaethdev: release port
2015-02-25 Tetsuya Mukawaethdev: remove assumption that port will not be detached
2015-02-25 Tetsuya Mukawaeal: add vdev init and uninit
2015-02-25 Tetsuya Mukawapci: probe or close device
2015-02-25 Tetsuya Mukawapci: unmap igb_uio resources
2015-02-25 Tetsuya Mukawapci: consolidate address comparisons
2015-02-25 Michael Qiupci: select memory mapping from driver type
2015-02-25 Michael Qiupci: add kernel driver type
2015-02-25 Panu Matilainenixgbe: fix build with gcc 5
2015-02-25 Yerden Zhumabekovapp/test: add crc32 algorithms equivalence check
2015-02-25 Adrien Mazarguildoc: add mlx4 driver
2015-02-25 Adrien Mazarguilmlx4: new poll mode driver
2015-02-25 Adrien Mazarguilscripts: check features to generate configuration header
2015-02-25 Zhihong Wangeal/x86: optimize memcpy for SSE and AVX
2015-02-25 Zhihong Wangapp/test: extend memcpy test coverage
2015-02-25 Zhihong Wangapp/test: remove unnecessary memcpy test cases
2015-02-25 Zhihong Wangapp/test: disable variable tracking assignment for...
2015-02-25 Robert Sanfordtimer: fix reset return value
2015-02-25 Robert Sanfordtimer: fix stress test on multiple runs
2015-02-25 Robert Sanfordtimer: pause in reset sync
2015-02-25 Pawel Wodkowskiexamples/l2fwd-jobstats: add new example
2015-02-25 Cunming Liangeal: fix missing symbol in version map
2015-02-24 Bruce Richardsondoc: update programmers guide for uio_pci_generic
2015-02-24 Bruce Richardsondoc: update linux guide for uio_pci_generic use
2015-02-24 Bruce Richardsoneal/linux: remove unnecessary check for primary instance
2015-02-24 Bruce Richardsoneal/linux: populate uio maps from pci resources array
2015-02-24 Bruce Richardsoneal/linux: mmap uio resources using resourceX files
2015-02-24 Pawel Wodkowskimaintainers: claim responsibility for jobstats library...
2015-02-24 Pawel Wodkowskiexamples/l2fwd-jobstats: new example
2015-02-24 Pawel Wodkowskijobstats: new library
2015-02-24 Daniel Mrzyglodapp/test: fix missing NULL pointer checks
2015-02-24 David Marchanddevargs: restore empty devargs
2015-02-24 Cunming Liangdoc: new eal multi-pthread feature
2015-02-24 Cunming Liangring: add optional yield to avoid spin forever
2015-02-24 Cunming Liangring: support non-EAL thread
2015-02-24 Cunming Liangmempool: support non-EAL thread
2015-02-24 Cunming Liangtimer: support non-EAL thread
2015-02-24 Cunming Liangspinlock: support non-EAL thread
2015-02-24 Cunming Lianglog: support non-EAL thread
2015-02-24 Cunming Liangeal: initialize lcore and socket id
2015-02-24 Cunming Liangmalloc: avoid unknown socket id
2015-02-24 Cunming Liangeal: apply thread affinity by assigned cpuset
2015-02-24 Cunming Liangeal: thread affinity API
2015-02-24 Cunming Liangeal: get unique thread id
next