aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-10ipfix: add l4 unformat support for mask and match (VPP-204)Juraj Sloboda1-5/+8
2016-10-10ipfix: add classification nodes for flow statistics (VPP-204)Juraj Sloboda5-0/+18
2016-10-10FIB2.0: memory leaks during load-balance update (VPP-475)Neale Ranns2-51/+54
2016-10-07unicast RPF for FIB2.0Neale Ranns3-135/+197
2016-10-07VPP-395 Add udp-punt node(s) and APIAlexander Popovsky (apopovsk)4-2/+375
2016-10-06Fix IP6 ND solicitation termination to allow link-local source IPJohn Lo1-2/+3
2016-10-05Fix crash caused by "show trace" due to incorrect usage of IP adjacency.Vengada Govindan1-9/+9
2016-10-03FIB Memory Usage DiagnosticsNeale Ranns2-7/+4
2016-10-03L2 over LISP and GRE (VPP-457)Neale Ranns7-200/+160
2016-10-03(VPP-455) arp doesn't work when ip4 classifier configured with fib 2.0Neale Ranns3-1/+106
2016-09-30VPP-363: add ability to change mac address of the interfacePavel Kotucek1-0/+20
2016-09-28Fix packet trace for IP4/IP6 lookup/forwarding nodesJohn Lo2-11/+8
2016-09-25Packet-generator related fib 2.0 fixesDave Barach2-4/+10
2016-09-23Fix source RPF check in ip4_localDave Barach1-0/+5
2016-09-21A Protocol Independent Hierarchical FIB (VPP-352)Neale Ranns22-6053/+2746
2016-09-14VPP-408: fix coverity warning in run_ping_ip46_address()Andrew Yourtchenko1-1/+9
2016-09-13Implement IPv6/IPv4 ping.Andrew Yourtchenko2-0/+873
2016-09-11Move CLI examples from wiki to code - VPP-165Keith Burns (alagalah)3-1/+91