aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-04-24ip: Setting the Link-Local address from the API enables IPv6 on theNeale Ranns7-18/+23
2020-04-24virtio: vhost checksum problem for ipv6Steven Luong1-3/+3
2020-04-24ipsec: add input node bypass/discard functionalityShivaShankarK3-164/+263
2020-04-24vapi: packed enum type generationNeale Ranns1-1/+14
2020-04-23nat: add/del ed_ext_ports only if the table is instantiatedDave Barach2-4/+9
2020-04-23session: fix session_table_get_or_allocAndreas Schultz1-8/+11
2020-04-23vppinfra: more bihash optimizatonsDamjan Marion3-66/+67
2020-04-23ip: Replace Sematics for Interface IP addressesNeale Ranns14-361/+711
2020-04-23ip-neighbor: Replace feature for the ip-neighbor data-baseNeale Ranns6-15/+145
2020-04-22tcp: avoid bt sample access after possible pool reallocFlorin Coras1-6/+6
2020-04-22api: 'api trace' CLI consumes a line of inputNeale Ranns1-16/+22
2020-04-22vppinfra: move unused code to extras/deprecated/vppinfraDave Barach37-12383/+1
2020-04-22ip: fix format functions for u8 address_familyNeale Ranns1-1/+1
2020-04-22lisp: switch to new timer wheel codeFlorin Coras3-15/+11
2020-04-22vcl: fix use-after-freeBenoît Ganne1-1/+2
2020-04-22tcp: fix use-after-freeBenoît Ganne1-1/+5
2020-04-22session: multiple dgrams per dispatchFlorin Coras1-7/+50
2020-04-22svm: asan: fix asan supportBenoît Ganne3-2/+13
2020-04-22gre: Optimise encap node for tunnel typesNeale Ranns3-9/+45
2020-04-22gso: add vxlan tunnel supportMohsin Kazmi9-167/+682
2020-04-22misc: fix coverity warningsDave Barach2-3/+4
2020-04-22misc: asan: mark parsed elf memory as readable for ASanBenoît Ganne1-0/+2
2020-04-22ethernet: leverage vlib_buffer_get_currentZhiyong Yang1-4/+4
2020-04-22misc: asan: disable leak sanitizer by defaultBenoît Ganne1-1/+2
2020-04-22ethernet: put vlib_get_buffers togetherZhiyong Yang1-11/+6
2020-04-22misc: asan: do not poison memory after munmap()Benoît Ganne3-8/+0
2020-04-22vppinfra: fix potential race in bihash bucket lockDamjan Marion1-11/+9
2020-04-22vppinfra: improve bihash add/del performanceDamjan Marion2-26/+36
2020-04-22devices: Adding ConnectX-6 DX Device ID for validationAmir Zeidner1-2/+7
2020-04-21vat: fix increment_address(...)Dave Barach1-2/+2
2020-04-21vlib: queue_hi_thresh fix to avoid deadlockElias Rudberg1-2/+4
2020-04-21nat: dslite ce mode in separate config entryVladimir Ratnikov2-4/+20
2020-04-21vppinfra: bihash improvementsDave Barach17-62/+285
2020-04-20sr: fix non-NULL terminated string overflowBenoît Ganne1-1/+1
2020-04-20svm: check if fifo free list index is valid on allocFlorin Coras3-12/+38
2020-04-20session: fix use-after-free in input nodeBenoît Ganne1-1/+2
2020-04-20session: avoid rx notifications on accepting sessionsFlorin Coras1-0/+5
2020-04-20vcl: ensure sessions are open on select eventsFlorin Coras1-7/+5
2020-04-20vcl: expand vcl select maps in ldp if neededFlorin Coras1-4/+5
2020-04-20nat: remove unused codeKlement Sekera5-484/+3
2020-04-20gbp: fix l3-out anonymous test cleanupBenoît Ganne1-3/+13
2020-04-20tls: fix Picotls tx hang issueSimon Zhang1-2/+2
2020-04-19session: fix half-open cleanupFlorin Coras1-3/+3
2020-04-17lisp: fix use-after-freeBenoît Ganne1-8/+8
2020-04-17vat: fix static analysis warningAndreas Schultz1-2/+1
2020-04-17tcp: cubic as default cc algorithmFlorin Coras1-1/+1
2020-04-17virtio: fix to use chained descriptors when missing indirect descriptorMohsin Kazmi2-7/+79
2020-04-17dpdk: fix udp-encap for esp in transport modeAlexander Chernavin2-10/+9
2020-04-17session tcp: track half open in app wrkFlorin Coras10-20/+164
2020-04-17vcl: fix app destroyFlorin Coras3-21/+21