summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-04-29build: detect GNU Assembler AVX-512 bug and disable AVX-512 variants if neededDamjan Marion1-4/+24
2020-04-29ip: use thread local vm instead of thread main for vlib_time_now callsTom Seidenberg2-2/+2
2020-04-29misc: switch to clang-9Damjan Marion3-4/+6
2020-04-29hsa: cleanup ifdefs in sock testsFlorin Coras4-532/+168
2020-04-29devices: vhost: simplify string copies for GCC-10Benoît Ganne1-10/+5
2020-04-29tap: fix missing "num-rx-queues" from cli helpMohsin Kazmi1-6/+6
2020-04-29vcl: add separate fcntl64 ldp handlerFlorin Coras1-5/+12
2020-04-29interface: fix interface_types.api enumsPaul Vinciguerra1-9/+8
2020-04-29flow: explicit rss function enum castFlorin Coras1-1/+1
2020-04-28vlib: add ASSERT to vlib_time_now(...)Dave Barach3-2/+10
2020-04-28svm: fix fifo alignemnt in batch preallocFlorin Coras1-3/+9
2020-04-28vlib: use flexible array in vlib_buffer for GCC-10Benoît Ganne1-1/+1
2020-04-28vppinfra: type prove vec_new and vec_resizeAndreas Schultz1-6/+10
2020-04-28flow: add RSS supportChenmin Sun6-34/+190
2020-04-28tap: use one tap fd per rx queueAloys Augustin3-35/+64
2020-04-28ipsec: fix buffer allocFilip Tehlar1-1/+7
2020-04-28nat: remove unused codeKlement Sekera1-9/+0
2020-04-28vppinfra: improve test coverageDave Barach3-1/+78
2020-04-28tests: implement ipaddress convenience methodsPaul Vinciguerra3-9/+42
2020-04-28lisp: API cleanupJakub Grajciar14-1267/+912
2020-04-28vlib: startup multi-arch variant configurationRay Kinsella5-1/+240
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