aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/bier
AgeCommit message (Expand)AuthorFilesLines
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach3-4/+4
2018-11-02vlib: define minimum chained buffer segment sizeDamjan Marion1-1/+1
2018-10-23c11 safe string handling supportDave Barach7-14/+14
2018-09-25BIER; bi-dir to/from underlayNeale Ranns7-59/+110
2018-09-20UDP-Encap: name counters for the stats segmentNeale Ranns3-4/+10
2018-09-14BIER API and load-balancing fixesNeale Ranns11-70/+250
2018-08-15Remove client_index field from replies in APIOndrej Fabry1-2/+0
2018-07-11avoid using thread local storage for thread indexDamjan Marion1-1/+1
2018-06-21BIER neighbor statsNeale Ranns5-29/+124
2018-06-05BIER CLI show commands; no crash on non-existant objects (VPP-1303)Neale Ranns3-6/+27
2018-05-04Harmonize vec/pool_get_aligned object sizes and alignment requestsDave Barach5-5/+26
2018-04-12Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify'Neale Ranns1-3/+3
2018-04-07BIER coveroty fix for unintialised return value on errorNeale Ranns1-1/+1
2018-03-20FIB Interpose SourceNeale Ranns3-115/+73
2018-03-13Common form of fib-path reproting in dumpsNeale Ranns1-10/+2
2018-03-09MPLS Unifom modeNeale Ranns5-27/+46
2018-02-06Fix clang -Wvarargs compile errorsDamjan Marion1-1/+1
2018-02-06BIER: fix support for longer bit-string lengthsNeale Ranns9-142/+153
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-32/+2
2018-01-11api: remove transport specific code from handlersFlorin Coras1-35/+35
2018-01-09api: refactor vlibmemoryFlorin Coras1-10/+10
2018-01-09BIER: crash in show command when no tables are presentNeale Ranns1-0/+1
2018-01-09BIER: missing endian swap for imposition object in API returnNeale Ranns1-1/+1
2017-12-19BIER coverity fix in route downlaodNeale Ranns2-3/+3
2017-12-19VPP-1032: fix coverity warning in bierDave Barach1-2/+2
2017-12-14BIER disposition default routeNeale Ranns3-8/+20
2017-12-13BIER: API documentation fixes.Neale Ranns1-10/+5
2017-12-10BIER coverity FixNeale Ranns1-6/+8
2017-12-09BIER in non-MPLS netowrksNeale Ranns21-346/+865
2017-11-22Fix MPLS local-label CLINeale Ranns1-2/+2
2017-11-18unformat function for FIB pathsNeale Ranns1-8/+7
2017-11-15BIER: coverity fixesNeale Ranns5-6/+11
2017-11-14bier - fix node table declarationGabriel Ganne3-3/+6
2017-11-10BIER: replace uintXX_t with uXXNeale Ranns4-12/+12
2017-11-09BIERNeale Ranns34-0/+8343