odp4vpp.git
2016-04-02 Florin CorasLISP GPE: initial CP commit and DP improvements
2016-04-01 Damjan MarionAdd options to link with external DPDK tree
2016-04-01 Damjan MarionAdd option to link DPDK dynamically
2016-04-01 Damjan MarionAdd support for installing ipv4 routes via unresolved...
2016-03-31 Damjan MarionEnable af_packet interfaces in the API test apps
2016-03-30 Dave BarachRemove historical tags, fix the debug tag
2016-03-29 Damjan MarionAdd DPDK 16.04-rc2 support
2016-03-29 John LoUpdate ENIC driver patches for DPDK 2.2.0
2016-03-29 Dave BarachSupport per-interface packet rx redirection
2016-03-29 Damjan MarionAdd abbility to specify dpdk tarball download base url
2016-03-29 Ed WarnickeFix to centos vagrant file
2016-03-29 Damjan MarionMove classify_table_index under the union
2016-03-29 Dave BarachAdjacency allocator
2016-03-29 Ed WarnickeFix epl-release in make install-dep for rpm
2016-03-29 Jurek MatuszewskiIncrement MRU if hardware supports CRC stripping
2016-03-29 Todd Foggoa... Allow vlans to be programmed on 40GE VF interfaces
2016-03-29 Todd Foggoa... Mark some show commands as mp safe
2016-03-28 Dave Barachevent logger skeletons, improve debug CLI
2016-03-26 Dave BarachImprove main-loop event-logs
2016-03-25 ShwethaiOAM trace configuration APIs
2016-03-25 Damjan MarionUse rte_mempool private data for storing vlib_buffer_t
2016-03-25 Ed WarnickeFix distclean to correctly handle Centos
2016-03-25 Ed WarnickeFix vagrant centos flavor to work with top level make...
2016-03-25 Damjan Marionvpp-api-test and sample-plugin should depend on dpdk...
2016-03-25 Ed WarnickeAdd build-root/*.rpm to .gitignore
2016-03-25 Damjan MarionRemove unnecesary clib_bitmap_set from af_packet input...
2016-03-24 Pierre Pfisterl2-rw: Packet rewrite feature for L2 bridges
2016-03-24 Damjan MarionReduce number of parallel gcc invocations from 4 to...
2016-03-23 John LoFix L2 flood packet replication interaction with VXLAN...
2016-03-23 John LoAdd dpdk vmxnet3 driver patch and init.c change to...
2016-03-22 Pierre Pfistertapcli: Receive vector of packets and memory leak fix
2016-03-21 Damjan MarionUnbreak build on gcc-5
2016-03-20 Dave Barachvnet classifier debug CLI enhancements
2016-03-19 rangan* Added support to configure trace type as a
2016-03-19 Dave Barachcosmetic: indent code
2016-03-19 Nagaprabhanjan... Add llc_init in osi_init to ensure init order dependency
2016-03-19 Keith Burns... Adminis-trivia - rename skel files
2016-03-18 Damjan Marionadd ctags and cscope files to .gitignore
2016-03-18 Ed WarnickeAdd -y to apt-get install for install-dep target
2016-03-18 Dave BarachFix longstanding next-frame clone bug
2016-03-18 Pierre Pfistervnet_classify: Handle non-aligned vectors and various...
2016-03-18 Dave BarachMake adjacencies shareable
2016-03-17 Todd FoggoaBring back p1.c so plugins can see DPDK symbols
2016-03-17 Damjan MarionReincarnate call to unix_physmem_init() for non-dpdk use
2016-03-17 Damjan MarionDon't stop binding pci device if write to new_id fails
2016-03-17 Damjan MarionFew additions to top-level Makefile
2016-03-16 Damjan Marionaf_packet: vec functions should not be used on pool
2016-03-16 Dave WallaceAdd VLIB_INIT_FUNCTION() to dual-loop-skel
2016-03-16 Damjan MarionAdd vpp native linux kernel AF_PACKET interface support
2016-03-14 Damjan MarionDeclare node, hw_interface_class and device_class insta...
2016-03-14 Jean-Mickael... fix declaration of symbol of different size
2016-03-14 Jean-Mickael... dpdk: fix link error
2016-03-14 Yoann DesmouceauxBetter match vhost-user specification for live migration
2016-03-14 Dave WallaceFix skel files to use <vppinfra/*.h> instead of <clib...
2016-03-14 Stefan KobzaDo not use hugepages if none are available.
2016-03-14 Vincent JARDINlex - yylval undeclared
2016-03-11 Pierre PfisterSet hardware iface state for loopback interfaces
2016-03-11 Vincent JARDINlt-*m4 - remove auto generated files
2016-03-10 John LoMore updated match to ENIC PMD for DPDK 2.2.0 including...
2016-03-09 Pierre PfisterFix IPv6 NDP and bridge BVI and restore NDP and ARP...
2016-03-07 Dave BarachFix longstanding cleanup-flag bug
2016-03-07 Dave BarachPacket filter control-plane API bugfix
2016-03-07 Pavel KotucekAdd sw_interface_clear_stats API call
2016-03-07 Jean-Mickael... build: fix call to mkdir
2016-03-04 Bud GriseAllow dpdk linkstate and stat polling intervals to...
2016-03-04 ranganModified ioam CLI syntax to conform with other CLIs
2016-03-04 Shesha SreenivasamurthyCollect per Q stats for vhost-user interface
2016-03-04 Jean-Mickael... vppinfra: remove generated config.h.in
2016-03-04 Maros Marsalekgitignore
2016-03-04 Damjan MarionAdd CPU detection functions
2016-03-04 Damjan MarionUse xxhash in map code when SSE4.2 not available
2016-03-03 Damjan MarionRefuse to start if binary requires unavailable CPU...
2016-03-03 John LoChange default L3 MTU to allow jumbo packets for non...
2016-03-03 Nikhil P RaoCopy flags when cloning next_frames
2016-03-03 Damjan MarionUse CRC32 instruction only when build for SSE4.2 enable...
2016-03-03 John LoFix UDP length check for local IP/UDP lookup and error...
2016-03-02 Ole TroanTAP: Jumbo-frame support.
2016-03-02 Todd FoggoaAlways showing DPDK physical memory on bootup
2016-03-02 Bud GriseAdd rotates to v6 worker hash to prevent SIP/DIP synchr...
2016-03-02 Dave BarachRemove spurious call to unix_physmem_init(...)
2016-03-01 Sean HopeDump DPDK physmem to stdout before allocating mbufs
2016-03-01 Christian DechamplainAdd ability to filter and change MACs
2016-03-01 Georgi SavovFix for TX and RX descriptor queue lockup
2016-02-29 Sean HopeAdd ability to override the interface name.
2016-02-29 Pavel KotucekFixed vxlan link status.
2016-02-29 Dave Barach-O3 warnings be gone
2016-02-26 Damjan MarionInvert matching logic for *_uses_dpdk in build-data...
2016-02-26 Bud GriseAdd packet tracing hint
2016-02-26 Pavel KotucekFixed issue with json output in vpp_api_test.
2016-02-26 John LoFix ENIC PMD not sending the first packet on TX.
2016-02-26 John LoFix link bonding PMD slave status polling path used...
2016-02-26 Damjan MarionUpdate PowerPC (qppc) platform to build with Ubuntu...
2016-02-26 Damjan MarionAdd support for native vpp_lite (non-dpdk) platform
2016-02-25 Damjan MarionMove dpdk (un)format functions to separate c file
2016-02-25 John LoAdd support of Ethernet link bonding utilizing DPDK...
2016-02-25 Damjan Marionadd install-dep target to toplevel Makefile
2016-02-25 John LoFix indexing error in init.c for vnet dpdk.
2016-02-25 Yoann DesmouceauxAdd live migration support to (non-dpdk) vhost-user...
2016-02-24 Dave BarachLink the vpp application against libvnet.so, not libvnet.a
2016-02-24 Shesha SreenivasamurthyEnable all vrings if PROTOCOL_FEATURES are not negotiated
next