Age | Commit message (Expand) | Author | Files | Lines |
2020-03-17 | ip: ip_address_t uses ip46_address_t |  Neale Ranns | 2 | -6/+6 |
2020-02-21 | ipsec: IPSec protection for multi-point tunnel interfaces |  Neale Ranns | 2 | -2/+2 |
2020-02-18 | misc: fix coverity warnings |  Dave Barach | 1 | -1/+1 |
2020-01-10 | docs: Edit FEATURE.yaml files so they can be published |  John DeNisco | 1 | -2/+2 |
2020-01-03 | lisp: add feature.yaml |  Florin Coras | 1 | -0/+11 |
2019-12-10 | api: multiple connections per process |  Dave Barach | 1 | -1/+1 |
2019-12-03 | fib: constify the adjacency in the rewrite nodes |  Neale Ranns | 1 | -2/+4 |
2019-11-12 | ip: IP address and prefix types (moved from LISP) |  Neale Ranns | 6 | -22/+22 |
2019-10-30 | lisp: fix lisp-gpe db hash |  Benoît Ganne | 1 | -2/+2 |
2019-08-20 | vppapigen: remove support for legacy typedefs |  Paul Vinciguerra | 1 | -3/+3 |
2019-05-16 | init / exit function ordering |  Dave Barach | 1 | -1/+1 |
2019-04-08 | fixing typos |  Jim Thompson | 1 | -1/+1 |
2018-12-07 | FIB recusrion loop checks traverse midchain adjacencies |  Neale Ranns | 1 | -44/+10 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 1 | -1/+1 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 7 | -30/+30 |
2018-10-22 | lisp-gpe: register udp port only if enabled (VPP-1468) |  Florin Coras | 1 | -5/+7 |
2018-09-25 | L2 BD: introduce a BD interface on which to send UU packets |  Neale Ranns | 1 | -2/+2 |
2018-08-15 | Remove client_index field from replies in API |  Ondrej Fabry | 1 | -1/+0 |
2018-08-14 | Fix context field position in API definition |  Ondrej Fabry | 1 | -1/+1 |
2018-07-11 | avoid using thread local storage for thread index |  Damjan Marion | 2 | -2/+2 |
2018-01-30 | Allow the provider of a midchain adjacency to pass context data that is retur... |  Neale Ranns | 1 | -1/+3 |
2018-01-23 | VPPAPIGEN: vppapigen replacement in Python PLY. |  Ole Troan | 1 | -1/+1 |
2018-01-11 | api: remove transport specific code from handlers |  Florin Coras | 1 | -4/+4 |
2018-01-09 | api: refactor vlibmemory |  Florin Coras | 1 | -1/+1 |
2017-12-11 | ONE-33 "one statistics flush" throws assert when one counter not added |  Swarup Nayak | 1 | -0/+3 |
2017-12-09 | BIER in non-MPLS netowrks |  Neale Ranns | 1 | -0/+2 |
2017-12-02 | gpe: fix gpe enable/disable command |  Florin Coras | 1 | -1/+1 |
2017-10-31 | LISP: add P-ITR/P-ETR/xTR API handlers, ONE-24 |  Filip Tehlar | 6 | -9/+19 |
2017-10-24 | Add extern to *_main global variable declarations in header files. |  Dave Wallace | 1 | -1/+1 |
2017-10-09 | vppapigen: support per-file (major,minor,patch) version stamps |  Dave Barach | 1 | -0/+2 |
2017-10-04 | [aarch64] Fixes CLI crashes on dpaa2 platform. |  Christophe Fontaine | 4 | -10/+10 |
2017-09-13 | gpe: initialize fib index for native forward entries |  Florin Coras | 1 | -4/+6 |
2017-09-11 | FIB table add/delete API |  Neale Ranns | 3 | -9/+22 |
2017-09-04 | LISP: re-fetch mapping before it expires |  Filip Tehlar | 3 | -14/+58 |
2017-08-23 | Remove unused retval from gpe_native_fwd_rpath type definition |  Marek Gradzki | 1 | -2/+0 |
2017-08-23 | gpe: add l2 lb counters |  Florin Coras | 1 | -1/+5 |
2017-08-18 | gpe: fix sub-interface hash lookup |  Florin Coras | 2 | -10/+10 |
2017-08-08 | L2 over MPLS |  Neale Ranns | 3 | -13/+15 |
2017-06-16 | LISP-GPE: add test CLI for NSH |  Filip Tehlar | 2 | -0/+132 |
2017-06-16 | Fix vni/dp_table endianness for gpe iface addition (VPP-882) |  Florin Coras | 1 | -6/+8 |
2017-06-16 | Fix gpe_native_fwd_rpaths_get (VPP-883) |  Florin Coras | 1 | -1/+3 |
2017-06-15 | Add VAT handlers for LISP-GPE API |  Filip Tehlar | 2 | -11/+24 |
2017-06-09 | Fix gpe coverity issue (VPP-874) |  Florin Coras | 1 | -3/+8 |
2017-06-08 | LISP: add NSH support |  Filip Tehlar | 2 | -4/+7 |
2017-06-08 | Add gpe native-forward static route support |  Florin Coras | 5 | -16/+402 |
2017-06-06 | Fix coverity issue |  Filip Tehlar | 1 | -0/+3 |
2017-06-05 | LISP-GPE: return index of newly created fwd entry, VPP-868 |  Filip Tehlar | 4 | -2/+20 |
2017-06-05 | LISP: fix GPE entry dump, VPP-871 |  Filip Tehlar | 1 | -5/+5 |
2017-05-26 | LISP: do not try to delete paths when fwd entry is negative |  Filip Tehlar | 1 | -4/+7 |
2017-05-22 | LISP-GPE: add dump call for VNIs in use |  Filip Tehlar | 5 | -1/+74 |