aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet
AgeCommit message (Expand)AuthorFilesLines
2016-02-26Add packet tracing hintBud Grise1-27/+33
2016-02-26Add support for native vpp_lite (non-dpdk) platformDamjan Marion10-37/+39
2016-02-26Move dpdk (un)format functions to separate c fileDamjan Marion6-767/+805
2016-02-25Add support of Ethernet link bonding utilizing DPDK link bondingJohn Lo3-2/+61
2016-02-25Fix indexing error in init.c for vnet dpdk.John Lo1-2/+2
2016-02-25Add live migration support to (non-dpdk) vhost-user driverYoann Desmouceaux2-8/+144
2016-02-24Link the vpp application against libvnet.so, not libvnet.aDave Barach6-3/+37
2016-02-24Enable all vrings if PROTOCOL_FEATURES are not negotiatedShesha Sreenivasamurthy2-5/+23
2016-02-24Handle dynamic enable/disable VHOST_USER interfaceShesha Sreenivasamurthy4-11/+29
2016-02-23Enable DPDK KNI code based on DPDK configDamjan Marion4-1/+16
2016-02-23Fix warnings in vhost-user code with older version of DPDKDamjan Marion1-1/+5
2016-02-19Handle dpdk packet_types properlyDamjan Marion2-14/+45
2016-02-19Add custom mac address option to vhost interfaces.Pierre Pfister4-13/+30
2016-02-19Per-interface, per-address-family fast packet filterDave Barach6-0/+1440
2016-02-18Add jumbo frames support to non-dpdk vhost interfaces.Pierre Pfister1-290/+229
2016-02-16Show DPDK EAL cmdline args in 'show version verbose'Damjan Marion2-0/+6
2016-02-15Disable for-us udp/tcp checksum validation by defaultDave Barach3-4/+28
2016-02-14Implement multiple TX queue sharingDamjan Marion4-21/+46
2016-02-12Fix ARP show exception when not ARP entries as found.Keith Wiles1-8/+11
2016-02-11Pull in some additional symbols that may be needed by plugins.Josh Gahm1-0/+4
2016-02-11Use vppinfra bitmap for dpdk coremaskDamjan Marion1-6/+5
2016-02-10Compile with -Werror, so Jenkins will catch warningsDave Barach1-1/+1
2016-02-10Replace AC_PROG_LIBTOOL with LT_INITDave Barach1-1/+1
2016-02-10Vhost multi-q supportShesha Sreenivasamurthy5-115/+415
2016-02-10Clean up gcc-5.2 warningsDave Barach16-107/+74
2016-02-09SFF NSH support VXLAN GPEKeith Burns (alagalah)1-15/+115
2016-02-08Set vnet_buffer(b0)->sw_if_index[VLIB_TX]Dave Barach1-0/+3
2016-02-08Cisco Discovery Protocol, initial working attemptDave Barach7-0/+1477
2016-02-04ip[46].h: Remove tcp referenceKevin Paul Herbert2-8/+0
2016-02-03p1.c: Remove log() symbolKevin Paul Herbert1-1/+0
2016-02-02Use per-thread vlib_mainShesha Sreenivasamurthy2-7/+11
2016-02-01p1.c: Add symbols useful to IP protocol modulesKevin Paul Herbert1-1/+11
2016-02-01remove igb_uio static pci id table patch, use new_id for all NICsDamjan Marion1-19/+5
2016-02-01Changed key of NSH VXLAN tunnel.Keith Burns (alagalah)1-1/+1
2016-01-28Remove unused tcp.hKevin Paul Herbert2-398/+0
2016-01-27Enable Chelsio T5 supportDamjan Marion3-2/+50
2016-01-27Remove vestigal TCP implementationKevin Paul Herbert11-3431/+2
2016-01-27vnet: Add field for transmit timeKevin Paul Herbert1-0/+2
2016-01-27ip_checksum.c: Fixes for ip_csum_and_memcpy() alignment issuesKevin Paul Herbert2-53/+69
2016-01-27Fix l2output error-drop next node indexDamjan Marion1-4/+2
2016-01-26Set the ssvm_ethernet interface pid. Otherwise, the recursive lockDave Barach1-0/+1
2016-01-25MAP: Ensure fragmented packets get from ip4_map to ip4_map_reass.Ole Troan1-4/+8
2016-01-25MAP: Fix handling of jumbo frames.Ole Troan1-3/+0
2016-01-22aarch64 CPU arch / ThunderX platform initial supportDave Barach6-3/+62
2016-01-21PowerPC64-be arch support. Qemu ("qppc") platform support.Dave Barach6-1/+71
2016-01-20Rename vpe binary name to avoid collision with latexDamjan Marion1-1/+1
2016-01-19Enhance and fix packet trace for IP forwarding as follows:John Lo5-4/+19
2016-01-18Temporary remove inlines to unbreak compilation with GCC 5Damjan Marion12-23/+19
2016-01-17MAP: Updated rules generation script.Ole Troan2-23/+216
2016-01-14hw0 used without initialization in when DPDK is undefinedShesha Sreenivasamurthy1-2/+3