aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-12-06api: multiple socket connections per single processFlorin Coras2-31/+164
2019-12-06session: close for reset replies independent of stateFlorin Coras1-2/+2
2019-12-06tcp: fix tail rescue with sacksFlorin Coras1-5/+7
2019-12-05srv6-mobileTetsuya Murakami1-2/+2
2019-12-05map: fix MAP-T ip6 port checkMatthew Smith2-5/+60
2019-12-05tests: quic enable per testcase timeout overridesPaul Vinciguerra1-3/+8
2019-12-05classify: vpp packet tracer supportDave Barach4-33/+177
2019-12-05ip: fix cancel termination after receive malformed ip6 packetjohny2-5/+68
2019-12-05srv6-mobileTetsuya Murakami9-67/+997
2019-12-05classify: Fix 2 coverity errorsJon Loeliger1-0/+8
2019-12-05papi: add call statsOle Troan1-1/+23
2019-12-05vxlan: fix vxlan hw offload issueChenmin Sun1-1/+3
2019-12-05session: fix session_main_get_worker_if_validNathan Skrzypczak1-1/+1
2019-12-05vcl: resolve VCL part session cleanup issueYu Ping1-0/+2
2019-12-05tls: change SSL_has_pending to avoid BIO check errorYu Ping1-2/+2
2019-12-05gso: add protocol header parserMohsin Kazmi6-90/+149
2019-12-04fib: Decouple source from priority and behaviourNeale Ranns39-441/+871
2019-12-04gre: Multi-point interfacesNeale Ranns16-127/+924
2019-12-04map: Fix a coverity MAP dead-code issue.Jon Loeliger1-3/+0
2019-12-04build: fix make test with distributed srcDave Wallace1-0/+815
2019-12-04quic: fix stream tx_fifo race conditionNathan Skrzypczak2-27/+61
2019-12-04quic: clean accept/connect error codepathNathan Skrzypczak1-48/+51
2019-12-04gso: remove the interface countMohsin Kazmi11-57/+14
2019-12-04quic: refactor connection search fnNathan Skrzypczak1-27/+31
2019-12-04quic: add conn-timeout config optionNathan Skrzypczak2-8/+12
2019-12-04quic: fix import typoNathan Skrzypczak1-1/+1
2019-12-04ip6: Fix improper MCAST adj test in IPv6 router solicitationJon Loeliger1-1/+1
2019-12-04ip: populate ip_reassembly_get_reply correctlyMatthew Smith1-3/+4
2019-12-03fib: constify the adjacency in the rewrite nodesNeale Ranns10-18/+20
2019-12-03ipip: Tunnel flags controlling copying data to/from payload/encapNeale Ranns18-41/+416
2019-12-03fib feature: Code mechanics to decouple dependency of feature on adjNeale Ranns4-10/+42
2019-12-03map: Avoid null dereference in 'map show' and 'map del'Jon Loeliger1-12/+22
2019-12-03hsa: Less verbose logging for many sessionsNathan Skrzypczak6-50/+83
2019-12-03classify: API cleanupJakub Grajciar4-149/+107
2019-12-03papi: add a per-call _timeout optionPaul Vinciguerra3-8/+14
2019-12-03ipsec: Changes to make ipsec encoder/decoders reusable by the pluginsPrashant Maheshwari7-255/+368
2019-12-02vppinfra: preserve total_cpu_time across clock freq adjustmentDave Barach2-4/+17
2019-12-02bonding: add/del secondary mac address callbackMatthew Smith2-0/+77
2019-11-30dhcp: add FEATURE.yaml for the DHCP pluginJerome Tollet1-0/+11
2019-11-29session: no cleanup notification for forced deletesFlorin Coras1-1/+2
2019-11-29classify: debug cli %v not %sDave Barach1-2/+2
2019-11-27ip: init l3_hdr_offset when pushing an ip4 headerFlorin Coras1-6/+4
2019-11-27vlib: add 'wait' cli commandPaul Vinciguerra1-0/+40
2019-11-27nat: fix dhcp client on outside interface with output featureAlexander Chernavin3-0/+87
2019-11-27misc: add address sanitizer heap instrumentationBenoƮt Ganne28-71/+248
2019-11-27papi: fix typo in reprPaul Vinciguerra1-1/+1
2019-11-26fib: Fix crash on cover update to non activated adj sourceNeale Ranns1-7/+11
2019-11-26map: Fix inverted 'map security check enable' CLI flag.Jon Loeliger1-2/+2
2019-11-26quic: Refactor for crypto contextsNathan Skrzypczak8-168/+185
2019-11-26flow: fix several crash issuesChenmin Sun2-2/+6