maintainers: resign from eal maintenance
[dpdk.git] / lib / librte_eal /
2017-03-15 Matt Petersigb_uio: support devices with only I/O BAR
2017-03-15 Thomas Monjalonremove unmaintained TILE-Gx architecture
2017-03-09 Gowrishankar Muthu... eal/ppc: support sPAPR IOMMU for vfio-pci
2017-03-09 Ben Walkereal/linux: support running as unprivileged user
2017-03-08 Jan Blunckeal: ensure constness of container_of target
2017-03-08 Jan Blunckeal: fix container_of macro for const members
2017-02-27 Chris Metcalftile: fix build
2017-02-27 Chris Metcalfeal/tile: avoid use of non-upstreamed header
2017-02-21 Thomas Monjalonlog: remove old symbols from map
2017-02-21 Ferruh Yigitkni: remove KNI vhost support
2017-02-17 Thomas Monjalonversion: 17.05-rc0
2017-02-14 Thomas Monjalonversion: 17.02.0
2017-02-13 Qi Zhangvfio: fix maximum number of interrupt for MSI-X
2017-02-10 Thomas Monjalonversion: 17.02-rc3
2017-02-10 Yong Wangpci: fix UIO interrupt file descriptor check before...
2017-02-09 Patrick MacArthurvfio: fix file descriptor leak in multi-process
2017-01-30 Thomas Monjalonversion: 17.02-rc2
2017-01-29 Emmanuel Roullitdevargs: reset driver name pointer on parsing failure
2017-01-29 Olivier Matzeal: fix warning about debug log at startup
2017-01-29 Michał Mirosławkni: guard against unterminated name oops
2017-01-29 Michał Mirosławkni: set interface name source as user-space
2017-01-29 Ferruh Yigitkni: add build option for ethtool support
2017-01-19 Pablo de Laraeal: fix FreeBSD build
2017-01-19 Thomas Monjalonversion: 17.02-rc1
2017-01-19 Shreyansh Jainbus: add probing
2017-01-19 Shreyansh Jainbus: add scanning
2017-01-19 Shreyansh Jainbus: introduce bus abstraction
2017-01-18 Pablo de Laraefd: new Elastic Flow Distributor library
2017-01-18 Jerin Jacobeal/arm64: change barrier definitions to macros
2017-01-18 Jerin Jacobeal/arm64: override I/O device read/write access
2017-01-18 Jerin Jacobeal: let all architectures use generic I/O implementation
2017-01-18 Jerin Jacobeal: add generic I/O device read/write implementation
2017-01-18 Jerin Jacobeal: introduce I/O device memory read/write operations
2017-01-18 Jerin Jacobeal/arm64: define I/O device memory barriers
2017-01-18 Jerin Jacobeal/arm64: define SMP barrier
2017-01-18 Jerin Jacobeal/arm64: fix memory barrier definition
2017-01-18 Jerin Jacobeal/armv7: define I/O device memory barriers
2017-01-18 Jerin Jacobeal/arm: separate SMP barrier definition for ARMv7...
2017-01-18 Jerin Jacobeal/ppc64: define I/O device memory barriers
2017-01-18 Jerin Jacobeal/tile: define I/O device memory barriers
2017-01-18 Jerin Jacobeal/x86: define I/O device memory barriers
2017-01-18 Jerin Jacobeal: introduce I/O device memory barriers
2017-01-17 Michał Mirosławnet/i40e: return errno when interrupt setup fails
2017-01-17 Zhihong Wangeal: optimize aligned memcpy on x86
2017-01-12 Ben Walkerpci: use address struct in function arguments
2017-01-12 Ben Walkerpci: separate detaching ethernet ports from PCI devices
2017-01-12 Ben Walkerpci: unmap resources if probe fails
2017-01-04 Nelio Laranjeiroeal: define generic vector types
2017-01-04 Thomas Monjalontools: move to usertools
2016-12-25 Jan Blunckethdev: decouple from PCI device
2016-12-24 Stephen Hemmingereal: make driver pointer const in device struct
2016-12-24 Jan Blunckeal: allow passing const interrupt handle
2016-12-24 Jan Blunckeal: define container_of macro
2016-12-21 Stephen Hemmingerpci: remove unused unbind support
2016-12-21 Jerin Jacobeal: postpone vdev initialization
2016-12-21 Jianfeng Taneal: restrict cores auto detection
2016-12-21 Aaron Conoleeal: clarify the argc and argv documentation
2016-12-20 Olivier Matzdrivers: advertise kmod dependencies in pmdinfo
2016-12-07 Anatoly Burakovvdev: fix detaching with alias
2016-12-07 Robin Jarrykni: avoid using lsb_release script
2016-12-07 Thomas Monjalonconfig: remove insecure warnings
2016-12-06 Wei Daipci: fix check of mknod
2016-12-01 Olivier Matzlog: do not drop debug logs at compile time
2016-11-14 Thomas Monjalonversion: 17.02-rc0
2016-11-13 Thomas Monjalonversion: 16.11.0
2016-11-07 Thomas Monjalonversion: 16.11-rc3
2016-11-07 Igor Ryzhovpci: fix probing error if no driver found
2016-11-07 David Marchandpci: unset driver if probe fails
2016-11-06 Ben Walkerpci: probe only devices without any driver
2016-11-06 Jianbo Liueal/ppc: fix file descriptor leak when getting CPU...
2016-11-06 Jianbo Liueal/arm: fix file descriptor leak when getting CPU...
2016-10-26 Thomas Monjalonversion: 16.11-rc2
2016-10-25 Jan Blunckeal: add driver name alias
2016-10-25 Ferruh Yigitkni: fix build with kernel 4.9
2016-10-14 Ferruh Yigitkni: fix build with kernel < 3.1
2016-10-14 Thomas Monjalonversion: 16.11-rc1
2016-10-13 Shreyansh Jaindrivers: rename register macro prefix
2016-10-13 Ferruh Yigitkni: move kernel version ifdefs to compat header
2016-10-13 Ferruh Yigitkni: prefer uint32_t to unsigned int
2016-10-13 Ferruh Yigitkni: update log messages
2016-10-13 Ferruh Yigitkni: remove compile time debug configuration
2016-10-13 Ferruh Yigitkni: move functions to eliminate declarations
2016-10-13 Ferruh Yigitkni: remove unnecessary messages for out of memory
2016-10-13 Ferruh Yigitkni: update kernel logging
2016-10-13 Ferruh Yigitkni: prefer ether_addr_copy to memcpy
2016-10-13 Ferruh Yigitkni: prefer min_t to min
2016-10-13 Ferruh Yigitkni: enclose macros with complex values in parens
2016-10-13 Ferruh Yigitkni: do not use assignment in if condition
2016-10-13 Ferruh Yigitkni: move trailing statement on next line
2016-10-13 Ferruh Yigitkni: move comparison constants on the right
2016-10-13 Ferruh Yigitkni: remove useless return
2016-10-13 Ferruh Yigitkni: prefer unsigned int to unsigned
2016-10-13 Ferruh Yigitkni: fix spacing and line lenghts
2016-10-13 Ferruh Yigitkni: make static struct const
2016-10-13 Ferruh Yigitkni: uninitialize global variables
2016-10-13 Ferruh Yigitkni: move externs to the header file
2016-10-13 Vladyslav Buslovkni: support core id parameter in single threaded mode
2016-10-13 John Ousterhoutlog: respect logger configured before EAL init
2016-10-13 Mauricio Vasquez Bdoc: fix file argument of debug functions
2016-10-13 Thomas Monjalonapp/test: fix vdev names
next