Age | Commit message (Expand) | Author | Files | Lines |
2019-10-09 | mpls: support fragmentation of mpls output packet | Rajesh Goel | 1 | -0/+18 |
2019-09-25 | fib: fix some typos in fib/mtrie | Lijian.Zhang | 4 | -4/+4 |
2019-08-29 | ip: remove unused function parameter | Simon Zhang | 1 | -3/+3 |
2019-08-15 | vlib: copy trace_handle in vlib_buffer_copy/clone() functions | John Lo | 1 | -4/+1 |
2019-07-24 | fib: Support the POP of a Psuedo Wire Control Word | Neale Ranns | 4 | -0/+399 |
2019-06-26 | fib: default flow hash config for each DPO protocol type | Neale Ranns | 2 | -0/+23 |
2019-06-18 | fib: fib api updates | Neale Ranns | 1 | -7/+23 |
2019-06-06 | DVR: Control the reinject as L2 or L3 based on the output interface type | Neale Ranns | 2 | -10/+83 |
2019-05-16 | init / exit function ordering | Dave Barach | 1 | -4/+9 |
2019-04-08 | fixing typos | Jim Thompson | 1 | -1/+1 |
2019-03-28 | Typos. A bunch of typos I've been collecting. | Paul Vinciguerra | 2 | -6/+6 |
2019-03-11 | dpo: migrate old MULTIARCH macros to VLIB_NODE_FN | Filip Tehlar | 5 | -157/+51 |
2019-02-14 | Add -fno-common compile option | Benoît Ganne | 6 | -4/+8 |
2018-12-18 | MFIB: recurse resolution through an MFIB entry | Neale Ranns | 4 | -0/+113 |
2018-12-16 | IP6-MFIB: replace the radix tree with bihash (VPP-1526) | Neale Ranns | 1 | -3/+3 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 2 | -3/+3 |
2018-11-02 | vlib: define minimum chained buffer segment size | Damjan Marion | 1 | -1/+2 |
2018-10-23 | c11 safe string handling support | Dave Barach | 8 | -8/+8 |
2018-10-16 | FIB: use vlib-log for debugging | Neale Ranns | 3 | -33/+39 |
2018-10-16 | Sticky Load-balance | Neale Ranns | 2 | -24/+130 |
2018-10-08 | replicate trace fix | Neale Ranns | 1 | -2/+6 |
2018-10-01 | mroute routers in the stats segment | Neale Ranns | 1 | -1/+6 |
2018-09-20 | Route counters in the stats segment | Neale Ranns | 1 | -1/+10 |
2018-09-14 | BIER API and load-balancing fixes | Neale Ranns | 1 | -2/+2 |
2018-08-30 | SR-MPLS: fixes and tests | Neale Ranns | 1 | -1/+1 |
2018-08-22 | show command for lookup DPOs | Neale Ranns | 1 | -0/+40 |
2018-08-03 | loop counter to prevent infiinte number of look ups per-packet | Neale Ranns | 1 | -1/+84 |
2018-07-19 | Remove unused argument to vlib_feature_next | Damjan Marion | 1 | -6/+3 |
2018-07-11 | avoid using thread local storage for thread index | Damjan Marion | 1 | -1/+1 |
2018-06-26 | node functions cannot be always_inline | Damjan Marion | 1 | -10/+10 |
2018-05-26 | Fix interface-rx-dpo-l2 node to setup l2_len in vnet buffer | John Lo | 1 | -4/+16 |
2018-05-04 | Harmonize vec/pool_get_aligned object sizes and alignment requests | Dave Barach | 9 | -0/+53 |
2018-04-24 | memory leak | Kingwel Xie | 1 | -0/+3 |
2018-04-12 | Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify' | Neale Ranns | 1 | -10/+1 |
2018-04-09 | DVR: save the rewrite length in packet meta-data for features | Neale Ranns | 1 | -3/+9 |
2018-03-20 | FIB Interpose Source | Neale Ranns | 5 | -26/+114 |
2018-03-19 | Coverity found bugs in recent MPLS changes | Neale Ranns | 2 | -2/+2 |
2018-03-19 | FIX: Fixed ip6_fib_dump api function response. | Dmitry Vakhrushev | 2 | -0/+8 |
2018-03-15 | Add a helper function to fetch vlib node index for already stacked dpos | Vijayabhaskar Katamreddy | 2 | -0/+40 |
2018-03-09 | MPLS Unifom mode | Neale Ranns | 5 | -329/+1150 |
2018-03-05 | IP6 link-local table | Neale Ranns | 4 | -0/+245 |
2018-02-07 | Refactor vlib_buffer flags | Damjan Marion | 1 | -6/+6 |
2018-02-06 | BIER: fix support for longer bit-string lengths | Neale Ranns | 1 | -1/+2 |
2018-01-09 | DVR: run L3 output features | Neale Ranns | 6 | -436/+661 |
2017-12-20 | L2 Emulation | Neale Ranns | 1 | -1/+1 |
2017-12-09 | BIER in non-MPLS netowrks | Neale Ranns | 2 | -0/+11 |
2017-12-06 | Label stack size exceeded fix | Neale Ranns | 2 | -1/+19 |
2017-11-14 | NULL-terminate load_balance_nsh_nodes[] | Gabriel Ganne | 1 | -0/+1 |
2017-11-09 | BIER | Neale Ranns | 5 | -12/+86 |
2017-11-03 | NAT64: Input feature arc on virtual interface via interface RX DPO. | Ole Troan | 2 | -2/+2 |