aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2020-08-13avf: fix rx queue refill on buffer alloc failureDamjan Marion1-6/+6
2020-08-13avf: proper promisc handlingDamjan Marion2-7/+27
2020-08-13lb: fix coverity warningDave Barach1-1/+1
2020-08-13lb: Fix generating illegal key in per-port vipYasuhiro Nakamura1-0/+2
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-12gbp: Coverity warnings for unitialized variablesNeale Ranns2-0/+3
2020-08-12map: honor pre-resolve param in map-tAlexander Chernavin6-30/+153
2020-08-12misc: fix coverity warningsDave Barach1-1/+1
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-12svm: use default SVM address in fifo unit testsBenoît Ganne1-1/+2
2020-08-12map: Prevent IPv4 prefix spoofing during IPv6 -> IPv4Jon Loeliger2-2/+279
2020-08-12sr: fix possible null-pointer dereferenceIgnas Bacius1-9/+26
2020-08-12map: api: fix tag overflow and leakBenoît Ganne2-4/+6
2020-08-12nsim: enable output scheduling on main threadDave Wallace2-2/+29
2020-08-12lb: fix that lb_add_del_vip and lb_add_del_as api doesn't work correctlyYulong Pei3-12/+9
2020-08-12tls: enable async node on demandYu Ping1-3/+1
2020-08-12tcp: handle ack advancement with no holes and renegingFlorin Coras1-1/+35
2020-08-12dpdk: enforce max tx retriesBenoît Ganne1-0/+1
2020-08-12ct6: dst,src copy typoNeale Ranns1-1/+1
2020-08-12tls: enable TLS OpenSSL plugin works in 3.0.0Yu Ping1-0/+5
2020-08-12tcp: fix last sacked with no holesFlorin Coras1-0/+44
2020-08-12tls: Make tls CPS test run for a quite long timeYu Ping1-3/+7
2020-08-12tcp: fix duplicate sack whith renegingFlorin Coras1-11/+99
2020-08-12gtpu: Track the dst FIB entry instead of RR sourcing thatMiklos Tirpak1-9/+9
2020-08-12vxlan geneve gtpu: fix short helpPaul Vinciguerra1-1/+1
2020-08-12tls: change SSL_has_pending to avoid BIO check errorYu Ping1-2/+2
2020-08-12map: Fix a coverity MAP dead-code issue.Jon Loeliger1-3/+0
2020-08-12map: Avoid null dereference in 'map show' and 'map del'Jon Loeliger1-12/+22
2020-08-12flow: fix several crash issuesChenmin Sun1-2/+0
2020-08-12map: Fix inverted 'map security check enable' CLI flag.Jon Loeliger1-2/+2
2020-08-12nat: respect arc features (multi worker)Filip Varga7-419/+887
2020-08-07session: fix transport proto unformatFlorin Coras1-3/+12
2020-08-07quic: Hotfix crypto context on migrateNathan Skrzypczak1-0/+17
2020-08-07quic: remove redundant function callsDave Wallace1-2/+0
2020-08-07quic: disable failing testFlorin Coras1-0/+1
2020-08-07quic: Add PICOTLS_INCLUDE_DIR var to CMakeLists.Mathias Raoul1-0/+6
2020-08-07memif: 14 bytes extra overhead issue fixed.Mrityunjay Kumar1-2/+2
2020-08-07memif: fix zero-copy arg overwriteJakub Grajciar1-3/+0
2020-08-07gbp: More reliable unit-testsNeale Ranns1-16/+16
2020-06-11vppinfra: refactor mpcap.hDave Barach1-1/+1
2020-05-26ipsec: DES/3DES fixing the iv_len for openssl cryptoRajesh Goel1-1/+2
2020-04-13ping: fix buffer allocator error handlingDave Barach1-0/+2
2020-04-10misc: check return values from vlib_buffer_copy(...)Dave Barach1-3/+5
2020-03-10rdma: fix bug related to ring bufferElias Rudberg1-2/+2
2020-02-29dpdk: TSO does not work for Cisco VICSteven Luong1-0/+11
2020-02-27avf: Handle chain buffer in TX properlySteven Luong2-7/+140
2020-02-18mactime: remove unnecessary function declarationNeale Ranns1-2/+0