summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-09version: 1.4.1r2v1.4.1r2Thomas Monjalon
2013-10-09log: remove app path from syslog idThomas Monjalon
2013-09-30ixgbe: add Tx->Rx loopback mode for 82599Qinglai Xiao
2013-09-30doc: add meter, sched, power and KNIThomas Monjalon
2013-09-17lib: update version to 1.4.1r1 and add helper macrosv1.4.1r1Thomas Monjalon
2013-09-17lib: fix some doxygen commentsThomas Monjalon
2013-09-17app/testpmd: fix configuration of pause framesZijie Pan
2013-09-17kni: fix build with kernel 3.10Thomas Monjalon
2013-09-17kni: fix build with kernel 3.9Thomas Monjalon
2013-09-17kni: fix build with kernel < 3.3 with netdev_features_t backportAdrien Mazarguil
2013-09-17kni: fix build with 802.1p kernel supportThomas Monjalon
2013-09-17igb: restore workaround errata with wthresh on 82576Stephen Hemminger
2013-09-17ethdev: fix non-reconfigurable pmd initThomas Monjalon
2013-09-17ethdev: add pause frame counters for em/igb/ixgbeIvan Boule
2013-09-17ethdev: add support for device offload capabilitiesIvan Boule
2013-09-17pci: add flag to force unbind deviceDamien Millescamps
2013-09-17pci: use igb_uio mapping only when neededThomas Monjalon
2013-09-17pci: do not check BAR0 mappingDavid Marchand
2013-09-17mem: fix log for --no-hugeThomas Monjalon
2013-09-17mem: fix mempool for --no-hugeDamien Millescamps
2013-09-17mem: get hugepages configDamien Millescamps
2013-09-17mem: get memzone from any CPU socket when hugepages are disabledAdrien Mazarguil
2013-09-17mem: fix rte_malloc(SOCKET_ID_ANY), try to allocate on other nodesOlivier Matz
2013-09-17mem: remove unneeded logOlivier Matz
2013-09-17mem: get physical address of any rte_malloc bufferDidier Pallard
2013-09-17mem: more const qualifiers in malloc APIThomas Monjalon
2013-09-17mem: get physical address of any pointerDamien Millescamps
2013-09-17timer: get TSC frequency from /proc/cpuinfoThomas Monjalon
2013-09-17timer: check TSC reliabilityIvan Boule
2013-09-17eal: fix recording of detected/enabled logical coresIvan Boule
2013-09-17eal: fix type of pointer arithmetic resultThomas Monjalon
2013-09-17eal: add support for shared object driversDamien Millescamps
2013-09-17mk: allow to specify DESTDIR in build ruleOlivier Matz
2013-09-17mk: in install rule, don't overwrite .config if it already existsOlivier Matz
2013-09-17mk: allow to specify O= in install ruleOlivier Matz
2013-09-17mk: rule helpThomas Monjalon
2013-09-17mk: add rule to list configsThomas Monjalon
2013-09-17doc: how to buildThomas Monjalon
2013-09-17mk: insert version number in doxygen configThomas Monjalon
2013-09-17mk: add rule to print version numberThomas Monjalon
2013-09-17doc: generate HTML for API with doxygenThomas Monjalon
2013-09-17mk: clean dead doc rulesThomas Monjalon
2013-09-17mk: factorize some rulesThomas Monjalon
2013-09-17mk: allow to build shared librariesDidier Pallard
2013-09-17config: disable KNI for 32-bit because cannot workJean-Mickael Guerin
2013-09-17update version to 1.4.1v1.4.1r0Intel
2013-09-17examples/ip_reassembly: various updatesIntel
2013-09-17examples/dpdk_qat: rework port discoveryIntel
2013-09-17examples/qos_sched: minor changesIntel
2013-09-17examples/qos_sched: add --msz for mempool sizeIntel