Age | Commit message (Expand) | Author | Files | Lines |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 1 | -3/+3 |
2020-12-08 | fib: Adjacency flag for midchain to perfom flow hash (on inner packet) | Neale Ranns | 4 | -27/+74 |
2020-12-08 | fib: Source Address Selection | Neale Ranns | 5 | -75/+269 |
2020-10-28 | misc: Break the big IP header files to improve compile time | Neale Ranns | 1 | -0/+2 |
2020-09-02 | fib: fix ADJ_NBR_ITF_OK param error | yedg | 1 | -1/+1 |
2020-09-01 | fib: detect wrong adj neighbour bugs | Benoît Ganne | 1 | -0/+23 |
2020-08-06 | misc: harmonize names | Dave Barach | 3 | -7/+7 |
2020-06-05 | fib: fix adj pool expand cases | Dave Barach | 1 | -1/+24 |
2020-05-29 | fib: Safe adj walk | Neale Ranns | 1 | -8/+15 |
2020-05-26 | fib: Use basic hash for adjacency neighbour table | Neale Ranns | 1 | -82/+42 |
2020-05-13 | feature: Config end nodes are user specific | Neale Ranns | 1 | -5/+5 |
2020-05-04 | fib: midchain adjacency optimisations | Neale Ranns | 12 | -345/+483 |
2020-04-10 | fib: fix adjacency cli command issue | ShivaShankarK | 1 | -3/+1 |
2020-02-21 | ipsec: IPSec protection for multi-point tunnel interfaces | Neale Ranns | 2 | -4/+3 |
2020-02-20 | fib: adjacency midchain teardown (VPP-1841) | Neale Ranns | 3 | -5/+40 |
2020-02-03 | fib: invalid check for adj types. | Neale Ranns | 1 | -1/+1 |
2020-02-03 | fib: refresh adj pointer after fib_walk_sync due to possible realloc | Steven Luong | 1 | -0/+6 |
2020-01-30 | fib: fix typos in doxygen | Paul Vinciguerra | 1 | -10/+10 |
2020-01-27 | ipip: Multi-point interface | Neale Ranns | 4 | -18/+33 |
2020-01-27 | fib: Reload the adj after possible realloc (VPP-1822) | Neale Ranns | 1 | -0/+1 |
2020-01-22 | fib: Adjacency realloc during rewrite update walk (VPP-1822) | Neale Ranns | 1 | -4/+4 |
2020-01-09 | misc: fix feature description spelling | Ole Troan | 1 | -2/+1 |
2020-01-03 | fib: add adjacency feature.yaml | Neale Ranns | 1 | -0/+24 |
2019-12-17 | ip: Protocol Independent IP Neighbors | Neale Ranns | 5 | -15/+24 |
2019-12-17 | fib: Adjacency walk fix for IPv6 | Neale Ranns | 1 | -1/+1 |
2019-12-16 | vppinfra: bihash walk cb typedef and continue/stop controls | Neale Ranns | 1 | -3/+6 |
2019-12-15 | fib: Adjacency creation notifications for dlegates | Neale Ranns | 6 | -1/+29 |
2019-12-03 | fib: constify the adjacency in the rewrite nodes | Neale Ranns | 2 | -4/+4 |
2019-12-03 | fib feature: Code mechanics to decouple dependency of feature on adj | Neale Ranns | 2 | -8/+5 |
2019-11-26 | fib: reduce save_rewrite_length to u8 | Klement Sekera | 2 | -7/+9 |
2019-10-16 | fib: fix use-after-free for interface adj removal | Benoît Ganne | 1 | -0/+3 |
2019-09-25 | fib: fix some typos in fib/mtrie | Lijian.Zhang | 1 | -6/+6 |
2019-09-23 | fib: do not dump no-longer valid adjacencies | Benoît Ganne | 3 | -2/+17 |
2019-08-07 | fib tests: IP multicast over GRE | Neale Ranns | 1 | -0/+1 |
2019-07-24 | fib: remove unused input parameter | Zhiyong Yang | 1 | -5/+2 |
2019-07-23 | api: binary api cleanup | Dave Barach | 1 | -1/+1 |
2019-07-19 | fib: FIB Entry tracking | Neale Ranns | 1 | -9/+7 |
2019-05-16 | init / exit function ordering | Dave Barach | 1 | -7/+7 |
2019-05-13 | remove dead code in rewrite.c | Neale Ranns | 1 | -26/+0 |
2019-04-16 | ADJ: crash in format/show (VPP-1648) | Neale Ranns | 1 | -1/+1 |
2019-04-08 | fixing typos | Jim Thompson | 2 | -3/+3 |
2019-03-28 | IPSEC: run encrpyt as a feautre on the tunnel | Neale Ranns | 1 | -17/+5 |
2019-03-28 | Typos. A bunch of typos I've been collecting. | Paul Vinciguerra | 8 | -27/+27 |
2019-03-26 | ADJ: midchain delegate to performing stacking | Neale Ranns | 5 | -5/+237 |
2019-03-26 | Simplify adjacency rewrite code | Benoît Ganne | 2 | -142/+26 |
2019-03-07 | Honor vnet_rewrite_data_t data_bytes == 0 | Dave Barach | 1 | -1/+15 |
2019-03-04 | adj: migrate old MULTIARCH macros to VLIB_NODE_FN | Filip Tehlar | 2 | -20/+6 |
2019-02-22 | Callback functions must have the correct signature | Neale Ranns | 1 | -1/+3 |
2018-12-16 | IP6-MFIB: replace the radix tree with bihash (VPP-1526) | Neale Ranns | 1 | -0/+2 |
2018-12-07 | FIB recusrion loop checks traverse midchain adjacencies | Neale Ranns | 4 | -13/+282 |