aboutsummaryrefslogtreecommitdiffstats
path: root/vnet
AgeCommit message (Expand)AuthorFilesLines
2016-01-28Remove unused tcp.hKevin Paul Herbert3-399/+0
2016-01-27Enable Chelsio T5 supportDamjan Marion3-2/+50
2016-01-27Remove vestigal TCP implementationKevin Paul Herbert12-3437/+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 Barach8-6/+95
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
2016-01-14Merge "Avoid crash in vhost-user driver when running multithreaded"Damjan Marion1-0/+6
2016-01-14Dual loop decrement TTL.Ole Troan7-48/+164
2016-01-14Added ICMP4 error node.Ole Troan5-143/+204
2016-01-12Avoid crash in vhost-user driver when running multithreadedDamjan Marion1-0/+6
2016-01-07- ICMP6: Add generic ICMP6 error node. Caller sets code/type fields.Ole Troan8-58/+198
2016-01-06MAP: Decrement TTL of payload IPv4 packet.Ole Troan3-2/+36
2016-01-05Fix dual loop >= 4. Fix format specified for printing u64 counter.Ole Troan3-4/+4
2016-01-05Clean up script to generate LW46 bindings / MAP-E rules.Ole Troan4-785/+53
2015-12-18Fix warnings/errors reported by clangDamjan Marion12-15/+12
2015-12-17Add vpe-api message to get vxlan tunnel details.Dave Wallace2-0/+8
2015-12-16Fix warnings in policer codeDamjan Marion1-2/+2
2015-12-16Fix warnings in MAP-T codeDamjan Marion1-1/+1
2015-12-16Fix warnings in CNAT codeDamjan Marion1-2/+2
2015-12-16Don't send more than one mapping req in l2output nodeDamjan Marion2-3/+17
2015-12-16Introduce support for DPDK 2.2Damjan Marion2-9/+32
2015-12-15Remove autotools generated productsDave Barach10-40814/+0
2015-12-15Merge "replacing all vec_sort() invocations to vec_sort_with_function()"Dave Wallace3-11/+61
2015-12-15replacing all vec_sort() invocations to vec_sort_with_function()Matus Fabian3-11/+61
2015-12-14Fix vhost-user input interface handlingDamjan Marion1-4/+2
2015-12-14Warnings be goneDave Barach3-0/+4
2015-12-14Merge "Move rpc handler where it belongs, related cleanup"Ed Warnicke6-1156/+9
2015-12-14Move rpc handler where it belongs, related cleanupDave Barach6-1156/+9
2015-12-14Remove inline from definition of bd_validate()Damjan Marion2-2/+2
2015-12-12Clear one-time test key, add missing cast in big-endian l2 fib key computationDave Barach2-1/+2
2015-12-08Initial commit of vpp code.Ed Warnicke454-0/+204156