version: 16.04-rc3
[dpdk.git] / lib / librte_eal / bsdapp /
2016-03-22 Thomas Monjalonmk: restrict CPU flags list
2016-03-13 Panu Matilainenmk: fix eal shared library dependencies
2016-03-09 Huawei Xiepci: use new compiler flag for x86
2016-03-09 Harry van Haareneal: check if primary process is alive
2016-03-09 Harry van Haareneal: fix race condition in multi-process startup
2016-03-05 Thomas Monjalonconfig: remove EAL flags for OS environment
2016-03-03 Thomas Monjaloneal: fix symbol map version number
2016-02-29 Stephen Hemmingerlog: add missing symbols
2016-02-16 David Marchandeal: introduce PCI ioport API
2016-02-16 Thomas Monjaloneal: move CPU flag functions out of headers
2016-02-16 Thomas Monjaloneal: get CPU flag name
2016-02-10 Huawei Xieremove extra parentheses in return statement
2016-02-03 Yuanhan Liupci: export device mapping functions
2016-01-29 Ferruh Yigiteal: move cpu flags out of headers
2015-12-15 Thomas Monjaloneal: remove zombie symbols
2015-12-06 Thomas Monjaloneal: fix build with Xen dom0 enabled
2015-11-19 Remy Hortoneal: add keep alive monitoring
2015-11-12 Panu Matilaineneal: move plugin loading from linuxapp to common
2015-11-04 Tiwei Bieeal: do not reset getopt lib
2015-11-04 Bruce Richardsoneal/bsd: fix build
2015-11-04 Cunming Liangeal: query multi-vector interrupt capability
2015-11-04 Cunming Liangeal/linux: forbid enabling zero interrupt vector
2015-11-04 Cunming Liangeal: reserve VFIO vector zero for misc interrupt
2015-11-03 Ravi Kerureal: set name to threads
2015-10-25 Zhe Taoeal: fix memory leak in stack dump
2015-09-03 Thomas Monjaloneal: remove deprecated function
2015-09-03 Thomas Monjalonethdev: remove Rx interrupt switch
2015-08-04 Thomas Monjalonpci: fix bsd build with gcc
2015-08-03 Thomas Monjalonpci: fix build on FreeBSD
2015-07-28 Thomas Monjaloneal/bsd: fix build
2015-07-27 Cunming Liangeal/linux: add interrupt API for drivers
2015-07-27 Cunming Liangeal/linux: add Rx interrupt control function
2015-07-27 Cunming Liangeal/linux: add interrupt vectors
2015-07-27 Cunming Liangeal/bsd: fix inappropriate header guards
2015-07-27 Stephen Hemmingereal: provide functions to access PCI config
2015-07-27 Ravi Kerureal: deduplicate memory initialization
2015-07-27 Ravi Kerureal: deduplicate timer functions
2015-07-26 Ravi Kerureal: deduplicate lcore initialization
2015-07-26 David Marchandeal: remove useless PCI id header inclusions
2015-07-26 David Marchandeal: remove dependency on drivers
2015-07-22 Rahul Lakkireddynic_uio: allow to bind any device
2015-07-18 Thomas Monjalonpci: fix detach and uninit naming
2015-07-16 Sergio Gonzalez... mem: introduce memzone freeing
2015-07-16 Sergio Gonzalez... mem: move librte_malloc to eal/common
2015-07-15 Sergio Gonzalez... mem: fix initialization with --no-huge option
2015-07-14 Tetsuya Mukawavfio: fix device initialization
2015-07-08 Raz Amirnic_uio: probe and attach devices after unload
2015-07-08 Tetsuya Mukawaeal: enable port hotplug as default for linux and bsd
2015-07-08 Tetsuya Mukawapci: merge probing and closing functions for linux...
2015-07-08 Tetsuya Mukawapci: merge mapping functions for linux and bsd
2015-07-08 Tetsuya Mukawapci: merge uio functions for linux and bsd
2015-07-08 Tetsuya Mukawapci: merge resource mapping functions for linux and bsd
2015-07-08 Tetsuya Mukawapci: merge mapping structures for linux and bsd
2015-07-08 Tetsuya Mukawapci: introduce function to map uio resource by index
2015-07-08 Tetsuya Mukawapci: introduce functions to alloc and free uio resource
2015-07-08 Tetsuya Mukawapci: fix uio mapping differences between linux and bsd
2015-07-08 Tetsuya Mukawapci/bsd: rename structures
2015-07-08 Tetsuya Mukawapci: fix memory leaks and needless increment of map...
2015-07-08 Tetsuya Mukawapci: fix coding style
2015-06-23 Ferruh Yigitlib: remove extra parenthesis after return
2015-06-22 Keith Wileseal: fix log level of early messages
2015-06-12 Stephen Hemmingereal: fix whitespace
2015-05-22 Bruce Richardsonring: move to drivers/net/
2015-05-22 Bruce Richardsonpcap: move drivers/net/
2015-05-11 Bruce Richardsoneal/bsd: fix build on FreeBSD
2015-05-11 Sujith Sankarenic: add device ids
2015-04-28 Raz Amireal/bsd: fix virtio on FreeBSD
2015-04-01 Thomas Monjalonpci: rename passthrough driver to kernel driver
2015-03-12 David Marchandeal: fix tailq init for uio and vfio resources
2015-03-10 Bruce Richardsoneal/bsd: enable contigmem blocks >1GB in size
2015-03-10 David Marchandtailq: remove static slots
2015-03-10 David Marchandtailq: move to dynamic tailq
2015-03-10 David Marchandtailq: introduce dynamic register system
2015-03-10 David Marchandtailq: get rid of broken reserve api
2015-03-10 David Marchandtailq: remove unneeded inclusions
2015-03-10 David Marchandpci: use lookup tailq api
2015-03-04 Stephen Hemmingereal/bsd: remove useless assignments
2015-03-02 Neil Hormaneal: clean up export of socket id variable
2015-02-25 Tetsuya Mukawapci: consolidate address comparisons
2015-02-25 Cunming Liangeal: fix missing symbol in version map
2015-02-24 Cunming Liangeal: initialize lcore and 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
2015-02-24 Cunming Liangeal: get socket id from cpu id
2015-02-24 Cunming Liangeal: add cpuset into lcore config
2015-02-24 Cunming Liangeal/bsd: fix namespace conflict
2015-02-24 Cunming Liangeal/bsd: standardize init sequence between linux and bsd
2015-02-24 Thomas Monjaloneal: add help option
2015-02-20 Sergio Gonzalez... eal: fix dynamic link with virtio
2015-02-03 Neil Hormanmk: add library version extension
2015-02-03 Neil Hormanlib: provide initial versioning
2015-01-16 Bruce Richardsonnic_uio: fix thread structure compatibility for future...
2014-11-27 Sergio Gonzalez... eal/bsd: remove unused HPET support
2014-11-27 Sergio Gonzalez... eal/bsd: use sysctl to get TSC frequency
2014-11-25 Thomas Monjaloneal: factorize configuration adjustment
2014-11-25 Thomas Monjaloneal: factorize options sanity check
2014-11-25 Thomas Monjaloneal: factorize internal config reset
2014-11-25 Thomas Monjaloneal: factorize common headers
2014-11-25 Thomas Monjaloneal: move internal headers in source directory
next