summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-04-28stats: add apis to delete simple/combined countersOle Troan4-0/+75
2020-04-28tests: move defaults from defaultmapping to .api filesPaul Vinciguerra11-34/+34
2020-04-28tcp: remove sack reneging verbose loggingFlorin Coras1-2/+0
2020-04-28svm: null instead of panic if fifo hdr alloc failsFlorin Coras1-1/+4
2020-04-28tls: fix wrong usage of session close function issueSimon Zhang1-1/+1
2020-04-27virtio: support virtio 1.1 packed ring in vhostSteven Luong10-161/+1621
2020-04-27l2: merge two clib_memcpy_fast into oneZhiyong Yang1-11/+16
2020-04-27vlib: deprecate i2c and cjDave Barach11-676/+0
2020-04-27ioam: do not reuse existing vnet symbolBenoît Ganne1-2/+2
2020-04-27vppinfra: selectively disable false-positive GCC-10 warningsBenoît Ganne3-0/+24
2020-04-27ip: reassembly: fix one possible use-after-freeGao Feng2-10/+11
2020-04-27vppinfra: selectively disable false-positive GCC-10 warningsBenoît Ganne1-0/+9
2020-04-27build: add vppinfra/warnings.h to exported headers listBenoît Ganne1-0/+1
2020-04-27rdma: tx: interleave prefetchesBenoît Ganne1-24/+13
2020-04-27devices: allow link state down with netlinkMatthew Smith1-1/+1
2020-04-27nat: improve perf - long read after short writeKlement Sekera7-363/+424
2020-04-26dhcp: fix dhcp proxy behavior for qinq and dot1q subinterfacesStanislav Zaikin2-14/+57
2020-04-25tls: improve cli state reportingFlorin Coras1-3/+12
2020-04-25session vcl: propagate transport cleanup notificationsFlorin Coras5-6/+26
2020-04-25vcl: generate select events on read/write errorsFlorin Coras2-8/+9
2020-04-24vppinfra: finish deprecating qsort.cDave Barach2-272/+7
2020-04-24acl: ACL creation CLI parsing fixNeale Ranns1-2/+4
2020-04-24nat: ignore user hash in ED NATKlement Sekera8-362/+273
2020-04-24nat: make usage of vnet_buffer2 transparentKlement Sekera6-21/+19
2020-04-24nat: ED: reduce number of hash tables usedKlement Sekera5-212/+210
2020-04-24nat: fix extended unit testsKlement Sekera1-2/+2
2020-04-24ip: reassembly: improve type safetyKlement Sekera4-30/+24
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