Age | Commit message (Expand) | Author | Files | Lines |
2018-08-29 | Consolidate table->index conversion in fib-path CLI processing |  Neale Ranns | 1 | -19/+0 |
2018-08-27 | MPLS: allow 16 as a valid output label |  Neale Ranns | 1 | -1/+1 |
2018-08-24 | MPLS tunnel: don't reuse hw-indices |  Neale Ranns | 1 | -27/+15 |
2018-08-03 | loop counter to prevent infiinte number of look ups per-packet |  Neale Ranns | 2 | -1/+9 |
2018-07-30 | FIB: return entry prefix by const reference to avoid the copy |  Neale Ranns | 1 | -9/+7 |
2018-07-23 | fix vector index range checks |  Eyal Bari | 2 | -2/+2 |
2018-07-20 | IP directed broadcast |  Neale Ranns | 1 | -0/+1 |
2018-06-26 | node functions cannot be always_inline |  Damjan Marion | 1 | -1/+1 |
2018-06-11 | MTU: Software interface / Per-protocol MTU support |  Ole Troan | 1 | -0/+3 |
2018-05-03 | MPLS prefetch fixes |  Neale Ranns | 2 | -15/+15 |
2018-04-18 | typo fix: UNKOWN -> UNKNOWN |  Andrey "Zed" Zaikin | 1 | -1/+1 |
2018-03-19 | Coverity found bugs in recent MPLS changes |  Neale Ranns | 1 | -15/+6 |
2018-03-16 | QoS recording and marking |  Neale Ranns | 1 | -1/+4 |
2018-03-13 | Common form of fib-path reproting in dumps |  Neale Ranns | 1 | -11/+2 |
2018-03-09 | MPLS Unifom mode |  Neale Ranns | 7 | -92/+84 |
2018-01-30 | Allow the provider of a midchain adjacency to pass context data that is retur... |  Neale Ranns | 2 | -4/+13 |
2018-01-23 | VPPAPIGEN: vppapigen replacement in Python PLY. |  Ole Troan | 1 | -1/+1 |
2018-01-18 | FIB Inherited Srouce |  Neale Ranns | 1 | -2/+2 |
2018-01-11 | api: remove transport specific code from handlers |  Florin Coras | 1 | -12/+12 |
2018-01-09 | api: refactor vlibmemory |  Florin Coras | 1 | -4/+4 |
2017-12-20 | Fix MPLS local-label CLI help string |  Marek Gradzki | 1 | -1/+1 |
2017-12-09 | BIER in non-MPLS netowrks |  Neale Ranns | 1 | -14/+0 |
2017-12-08 | Remove the unused 'create VRF if needed' API parameters |  Neale Ranns | 1 | -4/+0 |
2017-11-26 | FIB: store the node type not the function pointer. |  Neale Ranns | 1 | -2/+0 |
2017-11-22 | CLI for interface MPLS enable returns errors to caller |  Neale Ranns | 1 | -1/+5 |
2017-11-22 | Fix MPLS local-label CLI |  Neale Ranns | 1 | -2/+2 |
2017-11-18 | unformat function for FIB paths |  Neale Ranns | 2 | -205/+14 |
2017-11-10 | Break up vpe.api |  Neale Ranns | 2 | -0/+32 |
2017-11-09 | BIER |  Neale Ranns | 2 | -2/+3 |
2017-11-07 | UDP Encapsulation. |  Neale Ranns | 1 | -1/+3 |
2017-10-15 | Revert "Enforce FIB table creation before use" |  Florin Coras | 1 | -0/+5 |
2017-10-14 | Source Lookup progammable via API |  Neale Ranns | 1 | -2/+13 |
2017-10-13 | Enforce FIB table creation before use |  Neale Ranns | 1 | -5/+0 |
2017-10-09 | vppapigen: support per-file (major,minor,patch) version stamps |  Dave Barach | 1 | -0/+2 |
2017-10-05 | Distributed Virtual Router Support |  Neale Ranns | 1 | -7/+1 |
2017-10-04 | [aarch64] Fixes CLI crashes on dpaa2 platform. |  Christophe Fontaine | 1 | -2/+2 |
2017-09-19 | Fix MPLS table create CLI |  Neale Ranns | 1 | -7/+2 |
2017-09-18 | Fixes for issues Coverity has reported (VPP-972) |  Chris Luke | 1 | -1/+1 |
2017-09-13 | Add a name to the creation of an IP and MPLS table |  Neale Ranns | 4 | -28/+46 |
2017-09-11 | replace uint32_t with u32 |  Neale Ranns | 1 | -2/+2 |
2017-09-11 | FIB table add/delete API |  Neale Ranns | 4 | -30/+154 |
2017-09-06 | Fixes for issues raised by Coverity (VPP-972) |  Chris Luke | 1 | -3/+0 |
2017-08-14 | FIB table add/delete API only |  Neale Ranns | 2 | -0/+31 |
2017-08-10 | MPLS tunnel - multiple labels on the CLI - fix cut and paste robot errors |  Neale Ranns | 1 | -13/+4 |
2017-08-09 | Allow multiple MPLS output labels to be passed on the CLI |  Neale Ranns | 2 | -13/+43 |
2017-08-08 | L2 over MPLS |  Neale Ranns | 5 | -80/+94 |
2017-08-01 | FIB path weight incorrect in dump (VPP-922) |  Neale Ranns | 2 | -3/+6 |
2017-07-18 | FIB path preference |  Neale Ranns | 2 | -0/+4 |
2017-06-10 | MPLS: cannot delete a path from the CLI |  Neale Ranns | 1 | -13/+25 |
2017-06-01 | MPLS trace the EOS bit correctly |  Neale Ranns | 1 | -1/+2 |