Age | Commit message (Expand) | Author | Files | Lines |
2020-05-15 | misc: removed executable bits from source files |  Ray Kinsella | 1 | -0/+0 |
2020-05-06 | docs: clean up make docs job |  Paul Vinciguerra | 1 | -1/+1 |
2020-04-14 | urpf: Unicast reverse Path Forwarding (plugin) |  Neale Ranns | 1 | -0/+24 |
2020-03-19 | ip: change ip API enums address_family and ip_proto size to u8 |  Jakub Grajciar | 2 | -14/+16 |
2020-03-19 | fib: format functions for path |  Neale Ranns | 2 | -0/+72 |
2020-03-06 | fib: path flag FIB_API_PATH_TYPE_INTERFACE_RX not copied to client |  IJsbrand Wijnands | 1 | -0/+4 |
2020-02-21 | fib: Uninitialised pad in the prefix (coverity warning) |  Neale Ranns | 1 | -0/+2 |
2020-02-20 | fib: fib path realloc during midchain stack |  Neale Ranns | 1 | -9/+13 |
2020-02-17 | misc: fix coverity warnings |  Dave Barach | 1 | -4/+4 |
2020-02-13 | fib: Fix some more realloc errors |  Neale Ranns | 5 | -55/+34 |
2020-02-11 | vppinfra: remove the historical mheap memory allocator |  Dave Barach | 1 | -12/+3 |
2020-02-07 | fib: fix non-NULL terminated vectors in cli output |  Benoît Ganne | 2 | -2/+2 |
2020-01-27 | ipip: Multi-point interface |  Neale Ranns | 1 | -1/+2 |
2020-01-22 | fib: FIB crash removing labelled route (VPP-1818) |  Neale Ranns | 1 | -7/+12 |
2020-01-14 | classify: Reduce the include dependencies on vnet_classify.h |  Neale Ranns | 1 | -0/+1 |
2020-01-09 | fib: leverage well-optimized clib_memcpy |  Zhiyong Yang | 3 | -6/+6 |
2019-12-22 | fib: use 32 bits per-source reference counter |  Miklos Tirpak | 2 | -2/+2 |
2019-12-17 | ip: Protocol Independent IP Neighbors |  Neale Ranns | 7 | -6/+59 |
2019-12-17 | fib: Glean on NBMA interface points to drop |  Neale Ranns | 2 | -86/+85 |
2019-12-16 | vppinfra: bihash walk cb typedef and continue/stop controls |  Neale Ranns | 1 | -2/+4 |
2019-12-04 | fib: Decouple source from priority and behaviour |  Neale Ranns | 23 | -371/+743 |
2019-11-26 | fib: Fix crash on cover update to non activated adj source |  Neale Ranns | 1 | -7/+11 |
2019-11-26 | fib: Another realloc burn |  Neale Ranns | 1 | -5/+13 |
2019-11-26 | fib: Table Replace |  Neale Ranns | 7 | -17/+219 |
2019-11-14 | fib: Copy the prefix before use in case the underlying entry reallocs. |  Neale Ranns | 3 | -6/+19 |
2019-10-14 | fib: recursive calculation leads to delegate pool realloc |  Neale Ranns | 1 | -4/+14 |
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 |