aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2017-03-06Quad loop interface-output nodeDamjan Marion1-13/+48
2017-03-04DHCPv6 - Be consistent with the use of MFIB index as the RX FIB index for DHC...Neale Ranns4-20/+78
2017-03-04Cleanup URI code and TCP bugfixingFlorin Coras15-143/+537
2017-03-04Evolving SRv6 (Segment Routing for IPv6)Pablo Camarillo16-5227/+7599
2017-03-03Implement a loopback instance allocation scheme.Jon Loeliger2-12/+117
2017-03-03VPP-651: Ensure sw_if_index to node mapping for L2 output path is only done v...Andrew Yourtchenko3-3/+17
2017-03-03IPv6 RA improvementsNeale Ranns2-157/+123
2017-03-03Changing the IP table for an interface is an error if the interface already h...Neale Ranns7-66/+110
2017-03-02Clean up binary api message handler registration issuesDave Barach7-164/+2
2017-03-02bridge domain: fix members reordered when removingEyal Bari1-1/+1
2017-03-02Remove the unused VRF ID parameter from the IP neighbour Add/Del APINeale Ranns1-2/+0
2017-03-02Fix LISP Coverity warningFlorin Coras1-1/+1
2017-03-02VPP-648: CLI Memory leak with invalid parameterBilly McFall3-29/+88
2017-03-02BFD: command line interfaceKlement Sekera10-168/+1080
2017-03-01dpdk: be a pluginDamjan Marion30-11713/+11
2017-03-01VPP-598: tcp stack initial commitDave Barach59-447/+12496
2017-03-01devices: vnet_get_aggregate_rx_packets should not be dpdk specificDamjan Marion9-44/+58
2017-02-28dpdk: retire support for dpdk 16.07Damjan Marion5-58/+3
2017-02-28Clear L2 output config on interface mode change to L3 (VPP-651)John Lo1-4/+11
2017-02-28vlib: add buffer cloning supportDamjan Marion4-57/+74
2017-02-27BFD: disable debug printsKlement Sekera1-1/+1
2017-02-27vlib: add VLIB_BUFFER_EXT_HDR_VALID flagDamjan Marion3-5/+2
2017-02-27Add GPE CLI/API for setting encap modeFilip Tehlar7-4/+205
2017-02-27fix:vxlan mcast adj - added as ucast dpo adjEyal Bari1-1/+1
2017-02-26BFD: echo functionKlement Sekera8-318/+864
2017-02-25Add NSH to GPE decap pathFlorin Coras5-20/+56
2017-02-25MFIB: changes to improve route add/delete performanceNeale Ranns3-7/+12
2017-02-24FIB: 1) fix pool realloc during prefix export. 2) don't walk off the end of t...Neale Ranns3-7/+31
2017-02-24VPP-650: handle buffer failure in vlib_buffer_copy(...)Dave Barach3-9/+53
2017-02-24Fixed QAT device binding and device unbinding when vpp package is removedRadu Nicolau1-1/+1
2017-02-24MFIB memory leak. free the per-source interface hashNeale Ranns2-1/+3
2017-02-24VPP-279: Document changes for vnet/vnet/devicesBilly McFall2-100/+617
2017-02-23Fix vpp built-in version of api_unformat_sw_if_index(...)Dave Barach2-3/+2
2017-02-22Fix LISP and ONE crc marcosFilip Tehlar3-11/+26
2017-02-22VPP-635: CLI Memory leak with invalid parameterBilly McFall27-429/+1163
2017-02-16Consolidate DHCP v4 and V6 implementation. No functional change intendedNeale Ranns13-940/+840
2017-02-21Add Overlay Network Engine APIFilip Tehlar6-3/+3773
2017-02-21dhcp: multiple additionsNeale Ranns10-645/+787
2017-02-21Rename LISP GPE API to GPEFilip Tehlar9-91/+86
2017-02-21VPP-540 : pbb tag rewrite detailsPavel Kotucek6-82/+187
2017-02-20FIB reset leaves residual routes. Wrong API used to remove the routes meant t...Neale Ranns2-2/+5
2017-02-20LISP: don't show PITR generated mapping in dump callFilip Tehlar4-3/+15
2017-02-20CLI extension to add multiple (S,G)s at once and time itNeale Ranns1-10/+76
2017-02-20Python test IP and MPLS objects conform to infra.Neale Ranns11-15/+438
2017-02-17Remove duplicate ip6 get interface address codeNeale Ranns4-47/+9
2017-02-17BFD: put session admin-up/admin-downKlement Sekera1-12/+12
2017-02-17Implemented IKEv2 initiator features:Radu Nicolau13-186/+2180
2017-02-17ipsec: changed ipsec-input-ip6 node to be a sibling of ipsec-input-ip4, fixes...Radu Nicolau1-6/+1
2017-02-17l2 input: avoid per-packet trace checks in the fast pathDave Barach4-25/+54
2017-02-17dpdk: quad loop and prefetch in fill_free_listDamjan Marion1-15/+71