summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-12-21session: move add/del segment msg to mqFlorin Coras13-207/+354
2019-12-20svm: fix multichunk alloc with not enough spaceFlorin Coras1-2/+32
2019-12-20vxlan: reuse inner packet flow hash for tunnel outer header load balanceShawn Ji4-0/+31
2019-12-20svm: fix sh ssvm size for private segmentsFlorin Coras2-11/+10
2019-12-20tests: don't prompt to launch gdb for sanity test casePaul Vinciguerra5-22/+40
2019-12-19hsa: Add periodic timingNathan Skrzypczak3-18/+71
2019-12-19interface: Prevent bad inner-dot1q any exact-match configurationJon Loeliger2-3/+13
2019-12-19bash: add -j <jobs> option to vpp-make-testDave Wallace1-7/+18
2019-12-19gtpu: Track the dst FIB entry instead of RR sourcing thatMiklos Tirpak1-9/+9
2019-12-19session: reserve memory for rbtreeFlorin Coras2-4/+44
2019-12-19papi: lazily initialize stats clientPaul Vinciguerra2-19/+25
2019-12-19gre: multipoint ingress lookup fixNeale Ranns7-89/+355
2019-12-19quic: fix accept failureNathan Skrzypczak1-23/+23
2019-12-18build tests: fail test run if we can't patch scapyPaul Vinciguerra1-1/+1
2019-12-18docs: add physmem section in configuration parametersJieqiang Wang1-4/+30
2019-12-18tests: fix cdp patch for scapy 2.4.3Paul Vinciguerra1-20/+2
2019-12-18docs: update troubleshooting commandsPaul Vinciguerra1-2/+2
2019-12-18quic: Hotfix crypto context on migrateNathan Skrzypczak1-0/+17
2019-12-18svm: decrease svm map verbosityFlorin Coras1-1/+1
2019-12-18ipsec: Fix decap of IPSEC/GRE in transport modeNeale Ranns2-7/+169
2019-12-17tests: fix import from change to scapy 2.4.3Paul Vinciguerra1-1/+1
2019-12-17srv6-mobileTetsuya Murakami3-114/+459
2019-12-17misc: don't os_exit(1) causing core on SIGINTChristian E. Hopps1-1/+5
2019-12-17pg: don't leak open files in packet-generatorChristian E. Hopps2-0/+4
2019-12-17vpp: fix .short_help for "ip virtual"Paul Vinciguerra1-1/+1
2019-12-17dhcp: client use local loggerPaul Vinciguerra1-7/+6
2019-12-17vxlan geneve gtpu: fix short helpPaul Vinciguerra5-5/+5
2019-12-17ip: cleanup punt socket cli helpPaul Vinciguerra1-11/+20
2019-12-17feature: add descriptive cli command output for 'set interface feature'Paul Vinciguerra1-7/+23
2019-12-17feature: add [verbose] to show features helpPaul Vinciguerra1-1/+1
2019-12-17build: Add missing package to MakefilePaul Vinciguerra1-2/+6
2019-12-17misc: Add CentOS 8 package supportRenato Botelho do Couto2-4/+20
2019-12-17vlib: add max-size configuration parameter for pmallocjieqiang wang1-0/+3
2019-12-17l2: l2_patch_main should not be staticVratko Polak1-1/+5
2019-12-17vlib: fix startup-config-process stack overflowGordonNoonan1-0/+1
2019-12-17bonding: drop traffic on backup interface for active-backup modeSteven Luong1-1/+12
2019-12-17flow: add ethernet flowChenmin Sun3-4/+91
2019-12-17misc: address sanitizer: do not instrument dlmalloc internalsBenoît Ganne1-0/+4
2019-12-17vlib: fix an issue with show pciVratko Polak1-1/+1
2019-12-17build: export vapi generation in vpp-devOliver Giles7-59/+99
2019-12-17build: Allow to override build date with SOURCE_DATE_EPOCHBernhard M. Wiedemann1-3/+8
2019-12-17vlib: fix vector-as-C-string overflowBenoît Ganne2-3/+3
2019-12-17misc: address sanitizer: fix instrumentationBenoît Ganne3-1/+12
2019-12-17classify: add complex encap packet tracing testBenoît Ganne1-10/+110
2019-12-17classify: forbid invalid match configBenoît Ganne1-0/+3
2019-12-17ipsec: bind an SA to a workerNeale Ranns11-43/+644
2019-12-17dpdk: add devargs supportChenmin Sun4-12/+34
2019-12-17vppinfra: fix cpu flag string overflowBenoît Ganne1-7/+5
2019-12-17perfmon: fix per-worker data initializationBenoît Ganne3-9/+19
2019-12-17nhrp: mGREv6Neale Ranns3-4/+88