Age | Commit message (Expand) | Author | Files | Lines |
2019-10-09 | fib: P2P interfaces do not need specific multicast adjacencies | Neale Ranns | 1 | -3/+18 |
2019-10-07 | ip: MFIB CLI fix for parsing path flags | Neale Ranns | 1 | -0/+4 |
2019-09-25 | fib: fix some typos in fib/mtrie | Lijian.Zhang | 7 | -11/+11 |
2019-08-29 | ip: remove unused function parameter | Simon Zhang | 2 | -3/+2 |
2019-07-31 | fib: Add some path-list flags to its key | Neale Ranns | 2 | -1/+11 |
2019-07-31 | fib: fix calls to unformat_fib_path | Neale Ranns | 1 | -1/+1 |
2019-07-28 | fib: add invalid source type and fix debug log | Benoît Ganne | 3 | -19/+22 |
2019-07-24 | fib: Support the POP of a Psuedo Wire Control Word | Neale Ranns | 6 | -3/+35 |
2019-07-19 | fib: FIB Entry tracking | Neale Ranns | 11 | -64/+409 |
2019-07-10 | fib: fib_entry_flags_update takes a vector of paths | Neale Ranns | 1 | -5/+1 |
2019-07-09 | fib: fix urpf_itfs vector overflow | Benoît Ganne | 1 | -45/+16 |
2019-07-03 | fib: allow route delete with no paths and multipath=0 to remove the | Neale Ranns | 2 | -33/+43 |
2019-06-26 | fib: default flow hash config for each DPO protocol type | Neale Ranns | 1 | -2/+1 |
2019-06-26 | fib: adj cover refinement check change | Neale Ranns | 1 | -1/+3 |
2019-06-18 | fib: fib api updates | Neale Ranns | 14 | -515/+937 |
2019-06-06 | IP-Punt-redirect: allow the use of a FIB path to describe how to | Neale Ranns | 1 | -1/+3 |
2019-06-05 | L3 cross connect | Neale Ranns | 1 | -4/+8 |
2019-05-30 | FIB: correctly report IPv6 FIB Unicast and Multicast memory usage (VPP-1578)" | Neale Ranns | 4 | -13/+26 |
2019-05-16 | init / exit function ordering | Dave Barach | 2 | -15/+13 |
2019-04-19 | FIB: recursion casues path realloc | Neale Ranns | 1 | -1/+12 |
2019-04-08 | fixing typos | Jim Thompson | 4 | -11/+11 |
2019-03-28 | Typos. A bunch of typos I've been collecting. | Paul Vinciguerra | 10 | -30/+30 |
2019-03-26 | FIB: do debug before remvoing last source | Neale Ranns | 1 | -2/+2 |
2019-03-26 | ADJ: midchain delegate to performing stacking | Neale Ranns | 1 | -2/+0 |
2019-03-22 | ADJ: more thorough link up check | Neale Ranns | 1 | -5/+5 |
2019-03-12 | FIB: path parsing, table-id not fib-index (VPP-1586) | Neale Ranns | 1 | -1/+11 |
2019-03-12 | FIB: crash when deleting default route | Neale Ranns | 1 | -9/+0 |
2019-02-19 | VPP-1568:when entry src cover change, recursive-loop fib still can not work. | mu.duojiao | 1 | -0/+9 |
2019-02-15 | FIB: pass a copy the walk context | Neale Ranns | 1 | -1/+3 |
2019-02-07 | IPSEC: no second lookup after tunnel encap | Neale Ranns | 1 | -1/+3 |
2019-01-24 | add "Mtrie mheap usage" in "show ip fib memory" | Lollita Liu | 1 | -2/+9 |
2019-01-07 | VOM: mroutes | Neale Ranns | 1 | -0/+4 |
2018-12-24 | FIB: adj src assert fix part 2 | Neale Ranns | 1 | -1/+8 |
2018-12-23 | FIB: remove assert from adj src | Neale Ranns | 1 | -1/+0 |
2018-12-20 | FIB: encode the label stack in the FIB path during table dump | Neale Ranns | 8 | -16/+134 |
2018-12-16 | IP6-MFIB: replace the radix tree with bihash (VPP-1526) | Neale Ranns | 2 | -19/+22 |
2018-12-07 | FIB recusrion loop checks traverse midchain adjacencies | Neale Ranns | 1 | -2/+14 |
2018-12-03 | move [m]fib and BIER tests to unittest plugin | Neale Ranns | 1 | -10551/+0 |
2018-10-29 | Fixing Exclusive dpo path issues added when via rpath | Vijayabhaskar Katamreddy | 1 | -4/+18 |
2018-10-27 | FIB: Sources must be keep in priority order, so re-sort after a vec_del | Neale Ranns | 1 | -0/+2 |
2018-10-25 | Trivial: Cleanup missing va_ends. | Paul Vinciguerra | 2 | -5/+9 |
2018-10-23 | c11 safe string handling support | Dave Barach | 11 | -20/+20 |
2018-10-16 | FIB: use vlib-log for debugging | Neale Ranns | 11 | -96/+186 |
2018-10-16 | Sticky Load-balance | Neale Ranns | 4 | -16/+367 |
2018-10-08 | Adding Multipath support for exclusive DPO based fib path entries via rpath | Vijayabhaskar Katamreddy | 2 | -2/+16 |
2018-10-01 | Source VRF Select | Neale Ranns | 2 | -0/+34 |
2018-10-01 | mroute routers in the stats segment | Neale Ranns | 1 | -2/+2 |
2018-09-25 | FIB: recusrive paths must lock the table to prevent its deletion | Neale Ranns | 2 | -0/+9 |
2018-09-20 | UDP-Encap: name counters for the stats segment | Neale Ranns | 1 | -1/+1 |
2018-09-20 | Route counters in the stats segment | Neale Ranns | 4 | -0/+31 |