Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-11-15 | GBP: redirect contracts | Neale Ranns | 1 | -9/+7 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 1 | -1/+1 |
2018-10-30 | ADJ: init MTU to interface default | Neale Ranns | 2 | -1/+4 |
2018-10-23 | c11 safe string handling support | Dave Barach | 3 | -7/+7 |
2018-10-01 | Add adjacency counters to the stats segment | Neale Ranns | 1 | -2/+6 |
2018-09-24 | Trivial: Clean up some typos. | Paul Vinciguerra | 1 | -1/+1 |
2018-08-27 | Adjacency walks protected by 'walk in progress' flag | Neale Ranns | 1 | -2/+11 |
2018-07-30 | SIXRD: fix post introduction of the directed subnet broadcast | Neale Ranns | 1 | -1/+2 |
2018-07-20 | IP directed broadcast | Neale Ranns | 3 | -0/+23 |
2018-07-16 | Adjacency-BFD: assume BFD down on create | Neale Ranns | 1 | -8/+16 |
2018-06-11 | MTU: Software interface / Per-protocol MTU support | Ole Troan | 7 | -37/+18 |
2018-05-25 | ARP proxy dumps | Neale Ranns | 4 | -4/+11 |