Age | Commit message (Expand) | Author | Files | Lines |
2017-02-28 | dpdk: retire support for dpdk 16.07 | Damjan Marion | 5 | -58/+3 |
2017-02-28 | Clear L2 output config on interface mode change to L3 (VPP-651) | John Lo | 1 | -4/+11 |
2017-02-28 | vlib: add buffer cloning support | Damjan Marion | 4 | -57/+74 |
2017-02-27 | BFD: disable debug prints | Klement Sekera | 1 | -1/+1 |
2017-02-27 | vlib: add VLIB_BUFFER_EXT_HDR_VALID flag | Damjan Marion | 3 | -5/+2 |
2017-02-27 | Add GPE CLI/API for setting encap mode | Filip Tehlar | 7 | -4/+205 |
2017-02-27 | fix:vxlan mcast adj - added as ucast dpo adj | Eyal Bari | 1 | -1/+1 |
2017-02-26 | BFD: echo function | Klement Sekera | 8 | -318/+864 |
2017-02-25 | Add NSH to GPE decap path | Florin Coras | 5 | -20/+56 |
2017-02-25 | MFIB: changes to improve route add/delete performance | Neale Ranns | 3 | -7/+12 |
2017-02-24 | FIB: 1) fix pool realloc during prefix export. 2) don't walk off the end of t... | Neale Ranns | 3 | -7/+31 |
2017-02-24 | VPP-650: handle buffer failure in vlib_buffer_copy(...) | Dave Barach | 3 | -9/+53 |
2017-02-24 | Fixed QAT device binding and device unbinding when vpp package is removed | Radu Nicolau | 1 | -1/+1 |
2017-02-24 | MFIB memory leak. free the per-source interface hash | Neale Ranns | 2 | -1/+3 |
2017-02-24 | VPP-279: Document changes for vnet/vnet/devices | Billy McFall | 2 | -100/+617 |
2017-02-23 | Fix vpp built-in version of api_unformat_sw_if_index(...) | Dave Barach | 2 | -3/+2 |
2017-02-22 | Fix LISP and ONE crc marcos | Filip Tehlar | 3 | -11/+26 |
2017-02-22 | VPP-635: CLI Memory leak with invalid parameter | Billy McFall | 27 | -429/+1163 |
2017-02-16 | Consolidate DHCP v4 and V6 implementation. No functional change intended | Neale Ranns | 13 | -940/+840 |
2017-02-21 | Add Overlay Network Engine API | Filip Tehlar | 6 | -3/+3773 |
2017-02-21 | dhcp: multiple additions | Neale Ranns | 10 | -645/+787 |
2017-02-21 | Rename LISP GPE API to GPE | Filip Tehlar | 9 | -91/+86 |
2017-02-21 | VPP-540 : pbb tag rewrite details | Pavel Kotucek | 6 | -82/+187 |
2017-02-20 | FIB reset leaves residual routes. Wrong API used to remove the routes meant t... | Neale Ranns | 2 | -2/+5 |
2017-02-20 | LISP: don't show PITR generated mapping in dump call | Filip Tehlar | 4 | -3/+15 |
2017-02-20 | CLI extension to add multiple (S,G)s at once and time it | Neale Ranns | 1 | -10/+76 |
2017-02-20 | Python test IP and MPLS objects conform to infra. | Neale Ranns | 11 | -15/+438 |
2017-02-17 | Remove duplicate ip6 get interface address code | Neale Ranns | 4 | -47/+9 |
2017-02-17 | BFD: put session admin-up/admin-down | Klement Sekera | 1 | -12/+12 |
2017-02-17 | Implemented IKEv2 initiator features: | Radu Nicolau | 13 | -186/+2180 |
2017-02-17 | ipsec: changed ipsec-input-ip6 node to be a sibling of ipsec-input-ip4, fixes... | Radu Nicolau | 1 | -6/+1 |
2017-02-17 | l2 input: avoid per-packet trace checks in the fast path | Dave Barach | 4 | -25/+54 |
2017-02-17 | dpdk: quad loop and prefetch in fill_free_list | Damjan Marion | 1 | -15/+71 |
2017-02-16 | Add NSH load-balance and drop DPO | Florin Coras | 5 | -15/+148 |
2017-02-16 | Fix NSH-LISP interface addition | Florin Coras | 1 | -15/+16 |
2017-02-16 | Fix crash on deleting previously activated IPv6 interface - VPP-636 | Wojciech Dec | 1 | -0/+4 |
2017-02-16 | LISP: minor enhacements | Filip Tehlar | 1 | -13/+13 |
2017-02-15 | LISP: fix deleting src/dst entry from GID dictionary | Filip Tehlar | 2 | -5/+24 |
2017-02-15 | BFD: loop back echo packets | Klement Sekera | 4 | -38/+247 |
2017-02-15 | Fix bug in definition of tcp_header_t | Juraj Sloboda | 1 | -1/+4 |
2017-02-14 | VPP-279: Document changes for vnet/vnet/devices | Billy McFall | 2 | -52/+210 |
2017-02-14 | BFD: respect remote demand mode | Klement Sekera | 1 | -9/+46 |
2017-02-14 | BFD: set per session UDP source port per RFC | Klement Sekera | 4 | -16/+43 |
2017-02-14 | Fix coverity issues: ioam | Shwetha Bhandari | 1 | -5/+6 |
2017-02-14 | Fix is_server flag in vhost dump (VPP-562) | Marek Gradzki | 1 | -0/+1 |
2017-02-14 | vhost-user: fix crash when descriptor points to unknown region | Damjan Marion | 1 | -1/+2 |
2017-02-13 | Out-of-tree Build Error fix | AkshayaNadahalli | 2 | -22/+20 |
2017-02-13 | Augment IP_DETAILS, IP_ADDRESS_DETAILS with a few context fields. | Jon Loeliger | 2 | -5/+15 |
2017-02-13 | Basic support for LISP-GPE encapsulated NSH packets | Florin Coras | 27 | -22/+942 |
2017-02-13 | VPP-632 : InBand OAM Analyser | AkshayaNadahalli | 5 | -41/+29 |