examples/kni: new parameters
[dpdk.git] / lib /
2013-10-09 Intelkni: add vhost backend
2013-10-09 Intelkni: move FIFO functions
2013-10-09 Intelkni: allow multiple threads
2013-10-09 Intelkni: identify device by name
2013-10-09 Intelkni: generate random MAC address if needed
2013-10-09 Intelkni: fix build with kernel 3.10
2013-10-09 Intelkni: clean logs
2013-10-09 Intelkni: minor changes
2013-10-09 Intelvirtio: add new driver
2013-10-09 Intelethdev: random MAC address
2013-10-09 Inteleal: increase I/O privilege
2013-10-09 Intelpcap: add new driver
2013-10-09 Intelring: add new driver
2013-10-09 Intelethdev: allow device without registered driver
2013-10-09 Intelethdev: export allocate function
2013-10-09 Inteleal: introduce non-pci devices
2013-10-09 Intelixgbe: add VMDq support
2013-10-09 Inteligb: add VMDq support
2013-10-09 Intelethdev: add VMDq support
2013-10-09 Intelixgbe: fix VF init without setup
2013-10-09 Inteligb: fix VF init without setup
2013-10-09 Intele1000: fix descriptor overflow
2013-10-09 Intele1000: minor changes
2013-10-09 Intelethdev: reset unsupported stats
2013-10-09 Intelmem: retrieve mempool cache only when needed
2013-10-09 Intelmem: retry malloc with smaller block size when failure
2013-10-09 Inteltimer: use a skip list
2013-10-09 Intellpm: rework rules storage
2013-10-09 Intelsched: minor changes
2013-10-09 Inteleal: use pause only with SSE2
2013-10-09 Inteleal: allow to whitelist devices
2013-10-09 Inteleal: allow to blacklist address without domain prefix
2013-10-09 Inteleal: rework CPU mask parsing
2013-10-09 Inteleal: minor changes
2013-10-09 Intelmk: shared libraries
2013-10-09 Inteldoc: whitespace changes in licenses
2013-09-17 Intelupdate version to 1.4.1
2013-09-17 Intelixgbe: fix DCB setup
2013-09-17 Intelixgbe: check DD bit for specific RX descriptor
2013-09-17 Inteligb: check DD bit of specific RX descriptor
2013-09-17 Intelethdev: check DD bit of specific RX descriptor
2013-09-17 Intelixgbe: RX queue count is not implemented for VF
2013-09-17 Intelixgbe: use DD bit to count RX available descriptors
2013-09-17 Inteligb: use DD bit to count RX available descriptors
2013-09-17 Intelethdev: fix doxygen comment for rte_eth_rx_queue_count
2013-09-17 Intelpci: check driver probe return code
2013-09-17 Intelmem: rework huge page mapping for secondary process
2013-09-17 Intelsched: only support TC 3 oversubscription
2013-09-17 Intelsched: add mtu parameter
2013-09-17 Intelsched: bitmap is now dynamically allocated
2013-09-17 Inteleal: use intrinsic function
2013-09-17 Intelupdate version to 1.4.0
2013-09-17 Intelexamples/ip_reassembly: initial import
2013-09-17 Intelkni: disable ETHTOOL_GRXRINGS
2013-09-17 Intelkni: fix build with kernel 3.8
2013-09-17 Intelkni: fix multi-process support
2013-09-17 Intelixgbe: force phy power up/down
2013-09-17 Inteligb: force phy power up/down
2013-09-17 Intelixgbe: update VMDq/DCB support
2013-09-17 Inteligb: update VMDq/DCB support
2013-09-17 Intelethdev: update VMDq/DCB support
2013-09-17 Intelethdev: set VMDq pool when adding mac address
2013-09-17 Intelixgbe: add PF support
2013-09-17 Inteligb: add PF support
2013-09-17 Intelethdev: add PF support
2013-09-17 Intelixgbe: support dual vlan
2013-09-17 Inteligb: fix max RX packet size and support dual VLAN
2013-09-17 Intelixgbe: retrieve RX available descriptors
2013-09-17 Inteligb: retrieve RX available descriptors
2013-09-17 Intele1000: retrieve RX available descriptors
2013-09-17 Intelethdev: retrieve RX available descriptors
2013-09-17 Intelixgbe: RSS RETA configuration
2013-09-17 Inteligb: RSS RETA configuration
2013-09-17 Intelethdev: RSS RETA configuration
2013-09-17 Intelixgbe: allocate structures on numa_node
2013-09-17 Intelethdev: store numa_node per device
2013-09-17 Intelixgbe: allow unsupported SFP
2013-09-17 Intelixgbe: force inlining
2013-09-17 Intelixgbe: log tx code path
2013-09-17 Intele1000: move workaround for wthresh on 82576 at wrong...
2013-09-17 Stephen Hemmingerigb: workaround errata with wthresh on 82576
2013-09-17 Intelethdev: more doxygen comments about fdir
2013-09-17 Intelpci: store numa_node per device
2013-09-17 Intelpci: configure SR-IOV with max_vfs
2013-09-17 Julien Courtatpci: fix probing blacklisted device with RTE_PCI_DRV_MU...
2013-09-17 Intelpci: don't unbind resources on exit
2013-09-17 Intelpci: rework interrupt handling
2013-09-17 Stephen Hemmingerpci: support multiple PCI regions per device
2013-09-17 Intelmbuf: force inlining
2013-09-17 Intelmem: force inlining
2013-09-17 Intelmem: remove RLIMIT_NOFILE update
2013-09-17 Intelmem: find most little element from heap
2013-09-17 Intelring: optimisations
2013-09-17 Inteltimer: add a rte_pause in a tight loop
2013-09-17 Inteltimer: prefer TSC to HPET
2013-09-17 Stephen Hemmingertimer: optimize for empty case
2013-09-17 Damien Millescampstimer: option --vmware-tsc-map for VMware guest
2013-09-17 Intelhash: jhash optimisation
2013-09-17 Intelhash: fix for multi-process apps
2013-09-17 Intelsched: initial import
next