aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
2016-12-20Decouple dependencies/assumptions in MAC changeNeale Ranns1-1/+1
2016-12-14Ping response in a VRF context uses correct FIB for responseNeale Ranns1-0/+7
2016-12-14IP and MPLS route debug CLI fixesNeale Ranns1-0/+9
2016-12-12ip4: perf optimization in the ip4-input nodeDamjan Marion2-83/+76
2016-12-09ip4: perf optimization in the ip4-rewrite nodeDamjan Marion1-13/+6
2016-12-09Coding standards cleanup for vnet/vnet/ip, VPP-255Dave Barach52-7808/+9133
2016-12-09VPP-547: Fix for co-existence of HbH and RH header in Segment routing:Shwetha2-26/+155
2016-12-09VPP-470: Introduce VxLAN-GPE as transport for iOAM.Vengada Govindan1-5/+2
2016-12-08BFD: improve ip header handling, fix assertKlement Sekera1-3/+3
2016-12-07BFD: basic asynchronous session up/downKlement Sekera2-4/+10
2016-12-07Prevent re-entrant walks on an adjacency.Neale Ranns2-7/+24
2016-12-06Refactor binary APIs for IP, VPP-549Dave Barach2-0/+1634
2016-12-06api: missing support for dumping of neighbours (VPP-333)Pavel Kotucek2-24/+65
2016-12-05Locally generated packet go through lookup/load-balance - locally-generated i...Neale Ranns8-259/+203
2016-12-05Fix ICMP echo reply punt pathAlexander Popovsky2-21/+48
2016-12-02MPLS infrastructure improvmentsNeale Ranns4-17/+17
2016-12-01Add vxlan-bypass feature to IP4 forwarding pathJohn Lo2-2/+18
2016-11-30VXLAN multicast dst (remote) address supportEyal Bari2-0/+30
2016-11-23dpdk: remove rte_mbuf modifications at many places in the codeDamjan Marion3-77/+0
2016-11-22GRE tests and fixesNeale Ranns2-2/+2
2016-11-21Dual Loop Load-Balance NodesNeale Ranns2-74/+276
2016-11-16Add an ability to punt all unknown UDP traffic to the hostAlexander Popovsky (apopovsk)4-32/+88
2016-11-16VPP-521: Classify API enhancement to redirect traffic to pre-defined VRFSteve Shin1-4/+34
2016-11-15feature: convert ipsec output to new feature codeMatus Fabian2-0/+12
2016-11-12Clean up coverity warnings, VPP-486Dave Barach1-5/+4
2016-11-11feature: convert all feature nodes to new feature infraDamjan Marion11-762/+202
2016-11-10ip_frag: fix implicit enum conversionDamjan Marion1-1/+1
2016-11-09Fix a batch of coverity warnings, VPP-486Dave Barach1-1/+2
2016-11-08pg: support for packet generator on different worker threadsDamjan Marion5-5/+5
2016-11-07use STATIC_ASSERT macro instead of calling _Static_assert directlyDamjan Marion2-7/+7
2016-11-03Adding Sequence Number - Per Packet Counter(PPC) support for iOAM6.AkshayaNadahalli4-68/+329
2016-11-01feature: add new feature handling code and device-input featuresDamjan Marion5-600/+3
2016-11-01VPP-437: ip6 hbh processing with FIB 2.0Shwetha2-150/+29
2016-11-01vppinfra: add STATIC_ASSERT macroDamjan Marion1-2/+4
2016-11-01config: rename ip_config_main_t to vnet_feature_config_main_tDamjan Marion11-28/+31
2016-10-29IPv6 Classify Forwarding Graph errorsNeale Ranns3-9/+7
2016-10-25Support IETF routing Yang models (VPP-503).Neale Ranns4-16/+23
2016-10-21Fix Coverity Errors in FIB. This is mainly consolidating the vnet_link_t and ...Neale Ranns3-6/+4
2016-10-21Quad-loop ip4_lookup_inline, add _x4 validate buffer enqueueDave Barach1-65/+115
2016-10-18Load-balancing in IP4 dual loop typos. (VPP-501)Neale Ranns1-2/+2
2016-10-17VPP-491: Update CLI Command documentation for "show ip fib" and "show ip6 fib".Billy McFall2-40/+138
2016-10-15VPP-488: Fix build errors, which uncovered IPv6 load balance lookup bug.Billy McFall1-2/+2
2016-10-14VPP-490: vpp crash in show ip6 neighborBilly McFall1-8/+11
2016-10-14VPP-489: CLI Command "test lookup" crashes with invalid fib-index.Billy McFall1-1/+8
2016-10-14FIB2.0: Adjacency complete pull model (VPP-487)Neale Ranns5-95/+239
2016-10-13feature: rename vnet_ip_feature_* to vnet_feature_*Damjan Marion5-28/+28
2016-10-13VPP-286: Add CLI Command documentation via doxygen comments for vnet/vnet/ip.Billy McFall12-140/+998
2016-10-12Fix coverity warnings, VPP-486Dave Barach1-1/+1
2016-10-12Coverity warnings in new FIB code (VPP-484)Neale Ranns1-1/+1
2016-10-11Rename ip_feature_init_cast(...) to vnet_feature_arc_init(...), VPP-481Dave Barach6-274/+307