vfio: more verbose error messages
[dpdk.git] / lib /
2014-06-18 Anatoly Burakovvfio: more verbose error messages
2014-06-18 Anatoly Burakovvfio: open container at startup rather than during...
2014-06-18 Bruce Richardsoni40e: remove endian.h include
2014-06-18 Jijiang Liuixgbe/base: update copyright to 2014
2014-06-18 Jijiang Liuixgbe/base: various changes
2014-06-18 Jijiang Liuixgbe/base: vf changes
2014-06-18 Jijiang Liuixgbe/base: x540 changes
2014-06-18 Jijiang Liuixgbe/base: filtering changes
2014-06-18 Jijiang Liuixgbe/base: flow director changes
2014-06-18 Jijiang Liuixgbe/base: allow to read in sff8472
2014-06-18 Jijiang Liuixgbe/base: allow access to PHY register without lock
2014-06-18 Jijiang Liuixgbe/base: rework protected access to autoc register
2014-06-18 Jijiang Liuixgbe/base: rework locking
2014-06-18 Jijiang Liuixgbe/base: rework flow control
2014-06-18 Jijiang Liuixgbe/base: rework link negotiation
2014-06-18 Jijiang Liuixgbe/base: disable laser control if manageability...
2014-06-18 Jijiang Liuixgbe/base: allow to disable link on D3
2014-06-18 Jijiang Liuixgbe/base: allow to enable and disable Rx
2014-06-18 Jijiang Liuixgbe/base: allow to read rtrup2tc register
2014-06-18 Jijiang Liuixgbe/base: rework PCIe disabling
2014-06-18 Jijiang Liuixgbe/base: name constants
2014-06-18 Jijiang Liuixgbe/base: improve error handling
2014-06-18 Jijiang Liuixgbe/base: minor changes
2014-06-18 Jijiang Liue1000/base: update copyright to 2014
2014-06-18 Jijiang Liue1000/base: various changes
2014-06-18 Jijiang Liue1000/base: fix K1 beacon for 82579
2014-06-18 Jijiang Liue1000/base: m88e1512 phy in 82575
2014-06-18 Jijiang Liue1000/base: fix m88e1112 for 82575
2014-06-18 Jijiang Liue1000/base: fix i354
2014-06-18 Jijiang Liue1000/base: fix i217
2014-06-18 Jijiang Liue1000/base: i210 PLL workaround
2014-06-18 Jijiang Liue1000/base: improve error handling
2014-06-18 Jijiang Liue1000/base: minor changes
2014-06-18 Jijiang Liue1000/base: cleanup c10, ulp and nahum6 i218 support
2014-06-17 Ivan Bouleixgbevf: allow to set MTU
2014-06-17 Samuel Gauthierethdev: MTU accessors
2014-06-17 David Marchandethdev: allow to force Rx scatter mode
2014-06-17 David Marchandethdev: store minimum Rx buffer size
2014-06-17 David Marchandethdev: autoneg parameter in flow control accessors
2014-06-17 Zijie Panethdev: retrieve flow control configuration
2014-06-17 Min Caokvargs: fix build with gcc 4.5.1
2014-06-17 Helin Zhangi40e: new poll mode driver
2014-06-17 Helin Zhangi40e: base driver
2014-06-17 Helin Zhangpci: add i40e devices
2014-06-17 Helin Zhangmbuf: add new packet flags for i40e
2014-06-17 Helin Zhangethdev: set port based vlan
2014-06-17 Helin Zhangethdev: function to compare ethernet addresses
2014-06-17 Helin Zhangethdev: new link speeds
2014-06-17 Helin Zhangethdev: more RSS flags
2014-06-17 Helin Zhangethdev: allow maximum packet length to less than 1518
2014-06-17 Helin Zhangpci: access to specific bits via sysfs
2014-06-17 Pablo de Laraixgbe: fix link status interrupt of bypass device
2014-06-17 Ivan Bouleethdev: add Rx error counters for missed, badcrc and...
2014-06-17 Cristian Dumitrescuapp/test: packet framework unit tests
2014-06-17 Cristian Dumitrescucfgfile: library to interpret config files
2014-06-17 Cristian Dumitrescupipeline: new packet framework logic
2014-06-17 Cristian Dumitrescutable: stub
2014-06-17 Cristian Dumitrescutable: array
2014-06-17 Cristian Dumitrescutable: hash
2014-06-17 Cristian Dumitrescutable: ACL
2014-06-17 Cristian Dumitrescutable: LPM IPv6
2014-06-17 Cristian Dumitrescutable: LPM IPv4
2014-06-17 Cristian Dumitrescutable: new packet framework API
2014-06-17 Cristian Dumitrescuport: source and sink
2014-06-17 Cristian Dumitrescuport: hierarchical scheduler
2014-06-17 Cristian Dumitrescuport: IPv4 reassembly
2014-06-17 Cristian Dumitrescuport: IPv4 fragmentation
2014-06-17 Cristian Dumitrescuport: ring
2014-06-17 Cristian Dumitrescuport: ethdev
2014-06-17 Cristian Dumitrescuport: new packet framework API
2014-06-17 Cristian Dumitresculpm: check rule existence
2014-06-17 Cristian Dumitrescumbuf: meta-data offset
2014-06-17 Thomas Monjalonip_frag: clean includes
2014-06-16 Jingjing Wuixgbe: add filters
2014-06-16 Jingjing Wuigb: add filters
2014-06-16 Jingjing Wuethdev: add filters
2014-06-16 Anatoly Burakovip_frag: add IPv6 reassembly
2014-06-16 Anatoly Burakovip_frag: add IPv6 fragmentation support
2014-06-16 Anatoly Burakovip_frag: rename ipv4_fragmentation function
2014-06-16 Anatoly Burakovip_frag: refactor reassembly code into a proper library
2014-06-16 Anatoly Burakovip_frag: rename structures in fragmentation table
2014-06-16 Anatoly Burakovip_frag: remove unneeded check and macro
2014-06-16 Anatoly Burakovip_frag: new internal common header
2014-06-16 Anatoly Burakovip_frag: fix code style
2014-06-16 Anatoly Burakovip_frag: refactor IPv4 fragmentation into a proper...
2014-06-16 Anatoly Burakovip_frag: move fragmentation/reassembly headers into...
2014-06-16 Anatoly Burakovigb_uio: remove PCI id table
2014-06-16 Anatoly Burakoveal: add command line option to select vfio interrupt...
2014-06-16 Anatoly Burakovpci: enable vfio device binding
2014-06-16 Anatoly Burakovvfio: add multiprocess support
2014-06-16 Anatoly Burakovvfio: DMA mapping
2014-06-16 Anatoly Burakovvfio: interrupts
2014-06-16 Anatoly Burakovvfio: header for build support
2014-06-16 Anatoly Burakoveal: move interrupt type out of igb_uio
2014-06-16 Anatoly Burakovigb_uio: make compilation optional
2014-06-16 Anatoly Burakovpci: rename RTE_PCI_DRV_NEED_IGB_UIO to RTE_PCI_DRV_NEE...
2014-06-16 Anatoly Burakovpci: distinguish between legitimate failures and non...
2014-06-16 Anatoly Burakovpci: fix code style
2014-06-16 Anatoly Burakovpci: move uio mapping in a dedicated file
2014-06-16 Anatoly Burakovpci: rework uio mapping to prepare for vfio
next