Age | Commit message (Expand) | Author | Files | Lines |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 1 | -3/+3 |
2020-12-11 | fib: remove unsued path flag |  Neale Ranns | 1 | -5/+0 |
2020-12-11 | fib: Remove unused BIER variables |  Neale Ranns | 1 | -11/+5 |
2020-12-08 | fib: Source Address Selection |  Neale Ranns | 1 | -2/+14 |
2020-11-16 | fib: remove misleading FIB_PATH_TYPE_LAST |  Benoît Ganne | 1 | -14/+0 |
2020-02-20 | fib: fib path realloc during midchain stack |  Neale Ranns | 1 | -9/+13 |
2020-02-07 | fib: fix non-NULL terminated vectors in cli output |  Benoît Ganne | 1 | -1/+1 |
2020-01-27 | ipip: Multi-point interface |  Neale Ranns | 1 | -1/+2 |
2020-01-09 | fib: leverage well-optimized clib_memcpy |  Zhiyong Yang | 1 | -1/+1 |
2019-12-17 | ip: Protocol Independent IP Neighbors |  Neale Ranns | 1 | -2/+2 |
2019-12-17 | fib: Glean on NBMA interface points to drop |  Neale Ranns | 1 | -77/+71 |
2019-10-09 | fib: P2P interfaces do not need specific multicast adjacencies |  Neale Ranns | 1 | -3/+18 |
2019-09-25 | fib: fix some typos in fib/mtrie |  Lijian.Zhang | 1 | -1/+1 |
2019-07-24 | fib: Support the POP of a Psuedo Wire Control Word |  Neale Ranns | 1 | -0/+13 |
2019-06-18 | fib: fib api updates |  Neale Ranns | 1 | -38/+100 |
2019-04-19 | FIB: recursion casues path realloc |  Neale Ranns | 1 | -1/+12 |
2019-03-22 | ADJ: more thorough link up check |  Neale Ranns | 1 | -5/+5 |
2018-12-20 | FIB: encode the label stack in the FIB path during table dump |  Neale Ranns | 1 | -4/+23 |
2018-12-07 | FIB recusrion loop checks traverse midchain adjacencies |  Neale Ranns | 1 | -2/+14 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 1 | -3/+3 |
2018-10-16 | FIB: use vlib-log for debugging |  Neale Ranns | 1 | -30/+35 |
2018-10-16 | Sticky Load-balance |  Neale Ranns | 1 | -6/+11 |
2018-10-08 | Adding Multipath support for exclusive DPO based fib path entries via rpath |  Vijayabhaskar Katamreddy | 1 | -2/+11 |
2018-09-25 | FIB: recusrive paths must lock the table to prevent its deletion |  Neale Ranns | 1 | -0/+6 |
2018-09-20 | UDP-Encap: name counters for the stats segment |  Neale Ranns | 1 | -1/+1 |
2018-07-30 | FIB: return entry prefix by const reference to avoid the copy |  Neale Ranns | 1 | -4/+1 |
2018-07-10 | FIB path dump: fix next-hop-table ID for recursive routes |  Neale Ranns | 1 | -0/+2 |
2018-04-25 | GBPv6: NAT66 actions for GBP |  Neale Ranns | 1 | -1/+1 |
2018-04-17 | IP mcast: allow unicast address as a next-hop |  Neale Ranns | 1 | -2/+2 |
2018-03-13 | Common form of fib-path reproting in dumps |  Neale Ranns | 1 | -1/+9 |
2018-03-09 | MPLS Unifom mode |  Neale Ranns | 1 | -11/+9 |
2018-03-01 | 6RD: Rewritten 6RD RFC5969 support. |  Ole Troan | 1 | -0/+1 |
2018-01-09 | DVR: run L3 output features |  Neale Ranns | 1 | -38/+68 |
2017-12-21 | fib: make deag entries urpf extempt |  Florin Coras | 1 | -0/+5 |
2017-12-15 | fib: fix show fib path-list and path |  Florin Coras | 1 | -2/+2 |
2017-12-09 | BIER in non-MPLS netowrks |  Neale Ranns | 1 | -115/+66 |
2017-11-26 | FIB: store the node type not the function pointer. |  Neale Ranns | 1 | -2/+0 |
2017-11-14 | Ip6 dump not showing fib table names (VPP-1063) |  Neale Ranns | 1 | -4/+3 |
2017-11-11 | MPLS disposition actions at the tail of unicast LSPs |  Neale Ranns | 1 | -1/+12 |
2017-11-09 | BIER |  Neale Ranns | 1 | -15/+370 |
2017-11-07 | UDP Encapsulation. |  Neale Ranns | 1 | -1/+72 |
2017-10-25 | L3 proxy FIB source for container networking |  Andrew Yourtchenko | 1 | -7/+8 |
2017-10-14 | Source Lookup progammable via API |  Neale Ranns | 1 | -2/+8 |
2017-10-05 | Distributed Virtual Router Support |  Neale Ranns | 1 | -22/+42 |
2017-10-04 | Dump of deag/lookup routes has is_drop=1 (VPP-995) |  Neale Ranns | 1 | -0/+2 |
2017-08-21 | PPPoE usses a midchain adjacency stack on an interface-tx DPO |  Neale Ranns | 1 | -7/+7 |
2017-08-08 | L2 over MPLS |  Neale Ranns | 1 | -44/+35 |
2017-08-01 | FIB path weight incorrect in dump (VPP-922) |  Neale Ranns | 1 | -2/+3 |
2017-07-31 | Fix fib_path encoding (VPP-921) |  Florin Coras | 1 | -0/+2 |
2017-07-18 | FIB path preference |  Neale Ranns | 1 | -4/+43 |