net: add rte prefix to IP structure
[dpdk.git] / drivers / bus /
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-05-02 Bruce Richardsonbus/fslmc: fix warning with GCC 9
2019-04-22 Stephen Hemmingerbus/vmbus: fix resource leak on error
2019-04-22 Stephen Hemmingerdrivers: remove blank line at EOF
2019-04-19 Rosen Xubus/ifpga: support AFU device search by name
2019-04-19 Rosen Xubus/ifpga: add AFU shared data
2019-04-17 Bruce Richardsonbuild: increase readability via shortcut variables
2019-04-04 Shreyansh Jainnet/dpaa2: update MC firmware version for FSLMC bus
2019-04-04 Shreyansh Jainbus/fslmc: cleanup unused firmware code
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy without adding extra...
2019-04-04 David Marchanddrivers: remove Linux EAL from include path
2019-04-02 Akhil Goyalcrypto/dpaa2_sec: support multi-process
2019-03-31 Natanael Copabus/fslmc: fix build with musl libc
2019-03-31 Natanael Copabus/fslmc: remove unused include of error.h
2019-03-30 Shahaf Shulerbus: introduce device level DMA memory mapping
2019-03-29 Hemant Agrawalbus/dpaa: delay fman device list to bus probe
2019-03-29 Akhil Goyalmempool/dpaa: allocate bp info for multiprocess
2019-03-29 Akhil Goyalbus/dpaa: save fq lookup table for secondary process
2019-03-29 Shreyansh Jainbus/dpaa: fix Rx discard register mask
2019-03-29 Stephen Hemmingerbus/fslmc: remove unneeded strdup
2019-03-29 Stephen Hemmingerbus/fslmc: decrease log level for unsupported devices
2019-03-29 Stephen Hemmingerbus/vmbus: refactor secondary mapping
2019-03-29 Stephen Hemmingerbus/vmbus: map ring in secondary process
2019-03-29 Stephen Hemmingerbus/vmbus: stop mapping if empty resource found
2019-03-29 Stephen Hemmingerbus/vmbus: fix check for mmap failure
2019-03-29 Stephen Hemmingerbus/vmbus: fix secondary process setup
2019-03-28 Stephen Hemmingerdrivers: fix SPDX license id consistency
2019-03-12 Bruce Richardsonbuild/freebsd: rename macro BSDPAPP to FREEBSD
2019-03-12 Bruce Richardsonbuild/linux: rename macro from LINUXAPP to LINUX
2019-03-12 Bruce Richardsoneal/linux: rename linuxapp to linux
2019-03-05 Raslan Darawshehbus/vdev: fix hotplug twice
2019-03-05 Thomas Monjalonbus/vdev: fix debug message on probing
2019-03-01 Hemant Agrawalnet/dpaa2: support low level loopback tester
2019-03-01 Nipun Guptabus/fslmc: add enqueue response read in qbman
2019-01-23 Alejandro Lucerovfio: fix error message
2019-01-18 Andy Peibus/ifpga: fix AFU probe failure handler
2019-01-18 Andy Peibus/ifpga: fix forcing optional devargs
2019-01-18 Andy Peibus/ifpga: fix build for cpp applications
2019-01-14 Pallantla Poornimadrivers: fix sprintf with snprintf
2019-01-14 Shreyansh Jainbus/fslmc: support secondary process
2019-01-14 Shreyansh Jainnet/dpaa2: change reference to private device
2019-01-14 Shreyansh Jainmempool/dpaa2: support saving context of buffer pool
2019-01-14 Nipun Guptabus/fslmc: support scanning DPDMUX object
2019-01-14 Hemant Agrawalbus/fslmc: make portal function static
2019-01-14 Hemant Agrawalbus/fslmc: rename portal pi index to consumer index
2019-01-14 Hemant Agrawalbus/fslmc: add dynamic config for memback portal mode
2019-01-14 Hemant Agrawalbus/fslmc: upgrade to latest qbman library
2019-01-14 Shreyansh Jainbus/fslmc: fix parse method for bus devices
2019-01-14 Hemant Agrawalbus/fslmc: fix to convert error msg to warning
2019-01-14 Hemant Agrawalbus/fslmc: fix to use correct physical core for logical...
2019-01-14 Youri Querrybus/fslmc: fix ring mode to use correct cache settings
2019-01-14 Sachin Saxenabus/fslmc: fix to reset portal memory before use
2019-01-14 Hemant Agrawalbus/dpaa: fix logical to physical core affine logic
2018-12-19 Tone Zhangvfio: support 64KB kernel page size
2018-12-19 Stephen Hemmingerbus/dpaa: do nothing if bus not present
2018-12-19 Stephen Hemmingerbus/vmbus: debug subchannel setup
2018-12-19 Stephen Hemmingerbus/vmbus: fix race in subchannel creation
2018-11-25 Darek Stojaczykvfio: do not needlessly setup device in secondary process
2018-11-25 Ferruh Yigitbus/pci: fix allocation of device path
2018-11-18 Thomas Monjalonvfio: fix build with Linux < 4.0
2018-11-18 Jeff Guovfio: add lock for hot-unplug failure handler
2018-11-14 Stephen Hemmingerbus/vmbus: fix directory handle leak on error
2018-11-11 Thomas Monjalondevargs: do not replace already inserted device
2018-11-06 Fan Zhangbus/pci: fix config r/w access
2018-11-05 Alejandro Lucerobus/pci: avoid call to DMA mask check
2018-11-05 Alejandro Luceromem: rename DMA mask check with proper prefix
2018-11-04 Ferruh Yigitbus/dpaa: fix build with gcc 9.0
2018-11-01 Thomas Monjalondrivers: remove useless constructor headers
2018-10-31 Qi Zhangbus/pci: fix resource mapping override
2018-10-29 Ferruh Yigitdrivers: prefix global variables with module name
2018-10-29 Ferruh Yigitadd missing static keyword to globals
2018-10-29 Darek Stojaczykbus/pci: propagate probing error codes
2018-10-29 Darek Stojaczykvfio: fix interrupt unregister for hotplug notifier
2018-10-29 Alejandro Lucerobus/pci: compare kernel driver instead of interrupt...
2018-10-28 Luca Boccassibus/pci: harmonize return value of config read
2018-10-28 Alejandro Lucerobus/pci: use IOVA DMA mask check when setting IOVA...
2018-10-28 Alejandro Lucerobus/pci: check IOMMU addressing limitation just once
2018-10-28 Qi Zhangbus/vdev: fix devargs after multi-process bus scan
2018-10-26 Thomas Monjalonbus/vdev: add iteration filter on name
2018-10-25 Paul Lusebus/vdev: fix multi-process IPC buffer leak on scan
2018-10-24 Shreyansh Jainbus/fslmc: ignore dpaax PA-VA table errors
2018-10-22 Qi Zhangbus/vdev: fix uninitialized device bus
2018-10-22 Anatoly Burakovvfio: improve musl compatibility
2018-10-22 Anatoly Burakovmk: build with _GNU_SOURCE defined by default
2018-10-19 Thomas Monjalondevargs: fix freeing during device removal
2018-10-17 Thomas Monjaloneal: allow probing a device again
2018-10-17 Thomas Monjaloneal: add function to query device status
2018-10-17 Thomas Monjalondrivers/bus: move driver assignment to end of probing
2018-10-17 Jerin Jacobvfio: fix missing header inclusion
2018-10-16 Hemant Agrawalnet/dpaa2: optimize fd reset in Tx path
2018-10-16 Nipun Guptabus/fslmc: support 32 enqueues/dequeues for LX2
2018-10-16 Nipun Guptabus/fslmc: support memory backed portals with QBMAN 5.0
2018-10-16 Hemant Agrawalbus/fslmc: upgrade mc FW APIs to 10.10.0
2018-10-16 Shreyansh Jainfslmc: enable dpaax library
2018-10-16 Shreyansh Jaindpaa: enable dpaax library
2018-10-16 Shreyansh Jainbus/fslmc: fix physical addressing check
2018-10-16 Jeff Guovfio: fix build with Linux < 4.0
2018-10-15 Jeff Guovfio: handle hotplug request notifier
next