aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-08-12classify: forbid invalid match configBenoît Ganne1-0/+3
2020-08-12vppinfra: fix cpu flag string overflowBenoît Ganne1-7/+5
2020-08-12l2: fix l2input_feat_names overflowBenoît Ganne1-1/+1
2020-08-12ipsec: Init salt value in SA creation CLI (so it's not random)Neale Ranns1-0/+1
2020-08-12api: fix sock reg passing on read eventFlorin Coras3-26/+24
2020-08-12ipsec: make sure pad_bytes does not exceed pad data sizeBenoît Ganne1-1/+5
2020-08-12ip: coverity fixjohny1-8/+6
2020-08-12api: fix free socket process argsFlorin Coras1-0/+1
2020-08-12vcl: RX event may lost when accept session repeatedlywanghanlin1-1/+1
2020-08-12session: close for reset replies independent of stateFlorin Coras1-2/+2
2020-08-12tcp: fix tail rescue with sacksFlorin Coras1-5/+7
2020-08-12ip: fix cancel termination after receive malformed ip6 packetjohny2-5/+68
2020-08-12tests: fix wrong checksum error messageKlement Sekera1-1/+3
2020-08-12vcl: resolve VCL part session cleanup issueYu Ping1-0/+2
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-12ip: init l3_hdr_offset when pushing an ip4 headerFlorin Coras1-6/+4
2020-08-12tests: display stdout and stderr when output caching is disabledBenoît Ganne1-2/+2
2020-08-12flow: fix several crash issuesChenmin Sun3-2/+11
2020-08-12map: Fix inverted 'map security check enable' CLI flag.Jon Loeliger1-2/+2
2020-08-12fib: Another realloc burnNeale Ranns1-5/+13
2020-08-12tcp: invalidate expired timer handles before dispatchingFlorin Coras3-25/+29
2020-08-12vppapigen: fix typo on f64 endian_stringPaul Vinciguerra1-4/+4
2020-08-12papi: add missing base types to serializerPaul Vinciguerra1-2/+4
2020-08-12vppinfra: fix coverity issue 205691 in pmallocAndrew Yourtchenko1-0/+1
2020-08-12nat: respect arc features (multi worker)Filip Varga7-419/+887
2020-08-12ip6: Fix improper MCAST adj test in IPv6 router solicitationJon Loeliger1-1/+1
2020-08-11build: Separate ip and ip6 maintainersJon Loeliger1-1/+7
2020-08-07bfd: add missing castKlement Sekera1-1/+1
2020-08-07bfd: allow IPv6 link-local address as local addressAlexander Chernavin1-15/+30
2020-08-07dhcp: fix dhcpv6 client and dhcpv6 prefix delegationDave Barach3-37/+19
2020-08-07session: fix session_main_get_worker_if_validNathan Skrzypczak1-1/+1
2020-08-07session: fix transport proto unformatFlorin Coras2-7/+45
2020-08-07session: Fix out of order mqNathan Skrzypczak1-1/+2
2020-08-07session: session enable in multiworkerNathan Skrzypczak2-1/+18
2020-08-07session: fix app attach on errorNathan Skrzypczak1-3/+2
2020-08-07dhcp: fix proxy dhcpv6 size checkBenoît Ganne1-2/+3
2020-08-07ip: fix tracing of packet flagsKlement Sekera1-1/+1
2020-08-07papi: fix default handlingOle Troan2-36/+51
2020-08-07quic: Hotfix crypto context on migrateNathan Skrzypczak1-0/+17
2020-08-07quic: fix quicly rtt time skewDave Wallace1-0/+15
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-07misc: bond_create is broken for custom dump printSteven Luong1-2/+2
2020-08-07memif: 14 bytes extra overhead issue fixed.Mrityunjay Kumar1-2/+2
2020-08-07libmemif: don't consume rx queue interrupt, if memif_rx_burst failsJan Cavojsky3-5/+16
2020-08-07libmemif: memif_control_fd_update always pass context from libmemif_mainJakub Grajciar3-17/+23
2020-08-07memif: fix zero-copy arg overwriteJakub Grajciar1-3/+0