aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-08-13vppapigen: crc is a negative value for some messages when using python 2.7Mark Nelson1-2/+2
2020-08-13vppapigen: list imports in JSONOndrej Fabry1-0/+7
2020-08-13lb: Fix generating illegal key in per-port vipYasuhiro Nakamura1-0/+2
2020-08-13vat: add ip api types parser definitionsJakub Grajciar5-3/+52
2020-08-13map: handle IPv6 extension headers for TCP/UDPVladimir Isaev1-2/+2
2020-08-13unittest: Skip string test case for sizeof (src) > sizeof (dst)Steven Luong1-4/+13
2020-08-12crypto-openssl: fix coverity warningsFilip Tehlar1-5/+5
2020-08-12tcp: remove useless predictionSimon Zhang1-3/+1
2020-08-12gbp: Coverity warnings for unitialized variablesNeale Ranns2-0/+3
2020-08-12fib: Uninitialised pad in the prefix (coverity warning)Neale Ranns1-0/+2
2020-08-12ipip: Unintialized return variable (coverity warning)Neale Ranns1-0/+1
2020-08-12ip: Unintialized variables in prefx setup (coverity warning)Neale Ranns2-0/+2
2020-08-12tcp: fix coverity warning in btFlorin Coras1-1/+1
2020-08-12lisp: fix coverity warningsFlorin Coras1-0/+1
2020-08-12fib: adjacency midchain teardown (VPP-1841)Neale Ranns3-5/+40
2020-08-12map: honor pre-resolve param in map-tAlexander Chernavin6-30/+153
2020-08-12misc: fix coverity warningsDave Barach11-16/+48
2020-08-12tls: remove session lookup operation in TLSYu Ping1-2/+0
2020-08-12vcl: fix ldp read on closing sessionFlorin Coras2-15/+10
2020-08-12dpdk: fix flow(with mark action) deletion crash issueChenmin Sun1-1/+1
2020-08-12nsim: fix quad-loop packet traceDave Barach1-11/+12
2020-08-12vcl: clear accept msg flagsFlorin Coras2-1/+1
2020-08-12api: do not truncate api dump file sizeBenoît Ganne1-1/+1
2020-08-12session: avoid scanning new io list under loadFlorin Coras2-21/+51
2020-08-12vppinfra: remove unused variable from timing wheelKlement Sekera1-3/+0
2020-08-12ip: fix ip-local errorsFlorin Coras3-3/+4
2020-08-12vlib: Skip core 0 if workers are configured.Jon Loeliger1-0/+15
2020-08-12tcp: fix input error countersFlorin Coras1-17/+30
2020-08-12ipsec: fix AES-GCM block sizeDamjan Marion1-3/+6
2020-08-12ip6: fix l4 checksum with hop-by-hop headerMatthew Smith1-13/+23
2020-08-12fib: fix non-NULL terminated vectors in cli outputBenoît Ganne2-2/+2
2020-08-12svm: use default SVM address in fifo unit testsBenoît Ganne1-1/+2
2020-08-12vcl: fix session closing errorFlorin Coras1-1/+2
2020-08-12stats: fix state counter removalVladimir Isaev6-45/+128
2020-08-12virtio: vhost gso is broken in some topologySteven Luong1-2/+8
2020-08-12map: Prevent IPv4 prefix spoofing during IPv6 -> IPv4Jon Loeliger2-2/+279
2020-08-12session tcp: fix packet tracingFlorin Coras5-13/+15
2020-08-12sr: fix possible null-pointer dereferenceIgnas Bacius2-10/+27
2020-08-12classify: pcap / packet trace debug CLI bugsDave Barach2-1/+5
2020-08-12interface: Add missing ip4 udp->checksum = 0 prior to computing checksumSteven Luong1-1/+4
2020-08-12map: api: fix tag overflow and leakBenoît Ganne2-4/+6
2020-08-12session: fix node runtime in pre-input queue handlerFlorin Coras1-0/+1
2020-08-12vcl: always report EPOLLHUP/EPOLLRDHUP on closeFlorin Coras1-4/+0
2020-08-12nsim: enable output scheduling on main threadDave Wallace2-2/+29
2020-08-12classify: fix pcap filter set initFlorin Coras1-4/+2
2020-08-12lb: fix that lb_add_del_vip and lb_add_del_as api doesn't work correctlyYulong Pei4-12/+18
2020-08-12sr: some fixes for SRv6 CLI/APIAhmed Abdelsalam2-4/+19
2020-08-12tcp: fix rxt delivered without sacksFlorin Coras1-1/+1
2020-08-12vcl: add rx event on epoll ctl if neededFlorin Coras2-2/+18
2020-08-12udp: fix ipv6 listen port registrationFlorin Coras1-1/+1