aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
2016-06-13VPP-117: Fix ip4 and ip6 lookup and rewrite tracesPierre Pfister2-68/+95
2016-06-09VPP-117: Add trace to ip4 and ip6 lookup nodesPierre Pfister4-19/+84
2016-06-03VPP-100: Fix IP4 local handling of TCP/IP fragmented packetJohn Lo1-3/+3
2016-06-02VPP-100: Fix IPv4 local handling of IP fragmented packetsJohn Lo1-3/+7
2016-05-16VPP-69: Create fib or bridge domain with arbitrary IDPierre Pfister4-0/+61
2016-05-09VPP-44: iOAM service and path verification using shamir's secret sharingShwetha Bhandari3-12/+194
2016-05-06Check IP adj_index to make sure it is valid to prevent possible crashJohn Lo2-2/+6
2016-04-30IP6 SR multicast replicatorKeith Burns (alagalah)1-0/+4
2016-04-29Add indirect next hop supportDamjan Marion4-40/+156
2016-04-29Fix ip-udp encap checksum for ip6Florin Coras1-0/+20
2016-04-29Fix ip4 address formatting in the show ip fib ouptutDamjan Marion2-3/+6
2016-04-29Add lisp-gpe ip6 data-plane supportFlorin Coras1-66/+115
2016-04-28VXLAN over IPv6.Chris Luke1-0/+1
2016-04-28Track number of ethernet vlans in a frameChris Luke1-1/+1
2016-04-28Fix Bug VPP-22Florin Coras1-1/+1
2016-04-27Increase the trace bufffer sizeChris Luke1-1/+1
2016-04-26Fix compile errors reported by clangDamjan Marion1-1/+1
2016-04-26Port glean neighbor entry support to IPv6Pierre Pfister10-68/+336
2016-04-22Add clib_memcpy macro based on DPDK rte_memcpy implementationDamjan Marion9-65/+55
2016-04-18Add support for AArch32Christophe Fontaine1-2/+2
2016-04-16Using classifier/ACL from now on. Changes pertaining to that.rangan1-21/+52
2016-04-14Change ARP and IP6-ND nodes to use interface-output node for outputJohn Lo2-29/+3
2016-04-14Opaque index is not populated when ACL is configured. Fixed it.rangan1-1/+6
2016-04-13Create macro for next_nodes used in lookup family of nodesDamjan Marion5-138/+42
2016-04-12IP6 FIB: Micro optimization in lookupPierre Pfister1-4/+9
2016-04-11Add a counter for unknown IPv6 hop-by-hop options.Yoann Desmouceaux1-2/+9
2016-04-11Fix possible infinite loop in IPv6 hop-by-hop header parsingYoann Desmouceaux1-0/+6
2016-04-08fix uninitialized vars warnings with -OsBenoƮt Ganne1-2/+2
2016-04-06Fix ip4 udp encap length typeFlorin Coras1-2/+2
2016-04-02Fix DPDK check in udp.hFlorin Coras1-2/+2
2016-04-02LISP GPE: initial CP commit and DP improvementsFlorin Coras1-1/+98
2016-04-01Add support for installing ipv4 routes via unresolved next hopDamjan Marion4-145/+210
2016-03-29Move classify_table_index under the unionDamjan Marion4-7/+12
2016-03-29Adjacency allocatorDave Barach6-601/+342
2016-03-25iOAM trace configuration APIsShwetha2-5/+11
2016-03-25Use rte_mempool private data for storing vlib_buffer_tDamjan Marion2-2/+2
2016-03-21Unbreak build on gcc-5Damjan Marion1-1/+1
2016-03-20vnet classifier debug CLI enhancementsDave Barach2-3/+9
2016-03-19* Added support to configure trace type as arangan3-60/+497
2016-03-18Make adjacencies shareableDave Barach4-11/+233
2016-03-14Declare node, hw_interface_class and device_class instances as externalDamjan Marion1-2/+2
2016-03-04Modified ioam CLI syntax to conform with other CLIsrangan1-10/+10
2016-03-03Fix UDP length check for local IP/UDP lookup and error handling.John Lo1-10/+21
2016-02-26Add support for native vpp_lite (non-dpdk) platformDamjan Marion1-1/+3
2016-02-04ip[46].h: Remove tcp referenceKevin Paul Herbert2-8/+0
2016-01-28Remove unused tcp.hKevin Paul Herbert2-398/+0
2016-01-27Remove vestigal TCP implementationKevin Paul Herbert11-3431/+2
2016-01-27ip_checksum.c: Fixes for ip_csum_and_memcpy() alignment issuesKevin Paul Herbert2-53/+69
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 Lo2-4/+12