summaryrefslogtreecommitdiffstats
path: root/vnet/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
2016-06-29Fix the spelling of the word "suppress".Chris Luke2-11/+13
2016-06-28VPP-48 Fixes for ip4/6 ttl checks and icmp responsesChris Luke6-72/+244
2016-06-26Misc. janitorial work:Dave Barach4-4/+16
2016-06-23Show command support for ip feature pathsDave Barach3-1/+131
2016-06-22ARP/NDP does not send solicitation when no source address is availablePierre Pfister5-6/+26
2016-06-22Fix for build failure due to iOAM plugin header file pathShwetha1-0/+1
2016-06-19Output interface MTU check ignored in double-loopChris Luke1-8/+9
2016-06-18Give correct argument to ip_call_add_del_adjacency_callbacksPierre Pfister1-1/+1
2016-06-17Dynamically compute ip feature subgraph orderDave Barach11-122/+509
2016-06-17VPP-76:APIs for Proof of transit feature added to iOAMShwetha3-187/+125
2016-06-156rd: Move to pluginOle Troan2-6/+0
2016-06-16VPP-19: Split the lookup.h IP_LOOKUP_NEXT enum.Ole Troan7-316/+33
2016-06-14Reset new indirect adjacdncy template before using itDamjan Marion2-0/+4
2016-06-14Fix node siblingsOle Troan2-11/+4
2016-06-13Explicity specify IP address type for format_ip46_address functionDamjan Marion3-5/+23
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-07IPv6 HBH: Refactor code. Separate out RFC2460 HBH handling and the more exper...Ole Troan6-567/+535
2016-06-04VPP-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-25Add Vxlan-Gpe over IPv6Hongjun Ni1-0/+1
2016-05-19Add support for multiple microarchitectures in single binaryDamjan Marion9-0/+61
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