aboutsummaryrefslogtreecommitdiffstats
path: root/vnet
AgeCommit message (Expand)AuthorFilesLines
2016-11-03Timestamp now a 64-bit integer: ns since 1/1/1970Dave Barach1-0/+6
2016-11-03Adding Sequence Number - Per Packet Counter(PPC) support for iOAM6.AkshayaNadahalli5-69/+330
2016-11-02feature: recover "show ip features" commandDamjan Marion1-0/+204
2016-11-02feature: all input nodes must have same nextsDamjan Marion10-121/+88
2016-11-02ethernet: fix wrong start node for ethernet tx feature pathDamjan Marion1-1/+1
2016-11-02Allow empty DPDK device init configPierre Pfister1-0/+1
2016-11-02adj: fix typosDamjan Marion1-6/+6
2016-11-01dpdk-hqos: don't hold up packets indefinitely under low loadDavid Hotham2-0/+34
2016-11-01feature: add new feature handling code and device-input featuresDamjan Marion22-408/+686
2016-11-01Fix recursion loop - recurse through coverNeale Ranns2-2/+72
2016-11-01VPP-437: ip6 hbh processing with FIB 2.0Shwetha2-150/+29
2016-11-01MPLS Exp-null TestsNeale Ranns5-47/+38
2016-11-01vppinfra: add STATIC_ASSERT macroDamjan Marion2-6/+13
2016-11-01l2: fix l2-patch nodeDamjan Marion1-25/+10
2016-11-01dpdk: use u32 for next0Damjan Marion1-4/+4
2016-11-01config: rename ip_config_main_t to vnet_feature_config_main_tDamjan Marion26-47/+53
2016-10-31Update _slabshr fields when updating HQoS masksDavid Hotham1-0/+6
2016-10-31vppinfra: use 64-bit crc32 instruction in bihash_24_8Damjan Marion1-1/+9
2016-10-31vhost-user: fix crash in vhost_user_intfc_tx (VPP-519)Damjan Marion1-6/+0
2016-10-29IPv6 Classify Forwarding Graph errorsNeale Ranns8-19/+24
2016-10-28policer: replace uintX_t with uX, fix styleDamjan Marion8-1764/+1926
2016-10-27Fix potential L2 forwarding crash with stale L2FIB entry (VPP-516)John Lo4-50/+44
2016-10-27Fix coverity issues in LISPFilip Tehlar1-1/+2
2016-10-27Per-packet IPFIX record generation pluginDave Barach1-1/+1
2016-10-26features: fix crash due to missing null terminationDamjan Marion1-8/+8
2016-10-26dpdk: enable building with dpdk 16.11-rc1Damjan Marion2-0/+28
2016-10-26dpdk: remove support for dpdk 16.04Damjan Marion10-2602/+3
2016-10-26dpdk: remove support for dpdk 2.2Damjan Marion3-68/+0
2016-10-26dpdk: remove KNI supportDamjan Marion5-228/+2
2016-10-26Use only 24 bits for vni in lisp-gpe data packetsFlorin Coras2-3/+4
2016-10-25dpdk: remove dpdk_pmd_constructor_initDamjan Marion1-71/+0
2016-10-25Support IETF routing Yang models (VPP-503).Neale Ranns26-99/+700
2016-10-25Fix LISP src/dst based policyFilip Tehlar4-13/+259
2016-10-24Fix VXLAN tunnel delete crashJohn Lo1-2/+2
2016-10-23Dual Loop Lookup and Adj-midchainNeale Ranns2-145/+534
2016-10-21Fix Coverity Errors in FIB. This is mainly consolidating the vnet_link_t and ...Neale Ranns18-153/+120
2016-10-21Quad-loop ip4_lookup_inline, add _x4 validate buffer enqueueDave Barach1-65/+115
2016-10-18Deprecate MPLSoGRE tunnels (VPP-502)Neale Ranns13-1359/+110
2016-10-18Update tx and output node runtime when recycling interfacePierre Pfister1-0/+18
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 McFall4-108/+331
2016-10-17Support MPLSoGRE with the new FIB 2.0John Lo3-127/+50
2016-10-17style: fix VLIB_NODE_FUNCTION_MULTIARCH indentDamjan Marion3-15/+26
2016-10-17VPP-492: Fix ability to change mac address of the interfacePavel Kotucek1-2/+5
2016-10-15VPP-488: Fix build errors, which uncovered IPv6 load balance lookup bug.Billy McFall12-35/+74
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 Ranns53-1524/+1968
2016-10-13feature: rename vnet_ip_feature_* to vnet_feature_*Damjan Marion8-54/+54
2016-10-13VPP-286: Add CLI Command documentation via doxygen comments for vnet/vnet/ip.Billy McFall14-164/+1105