aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
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 Kazmi2-6/+0
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-03fib: constify the adjacency in the rewrite nodesNeale Ranns1-1/+1
2019-12-03ipip: Tunnel flags controlling copying data to/from payload/encapNeale Ranns1-1/+2
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 Grajciar1-90/+8
2019-11-30dhcp: add FEATURE.yaml for the DHCP pluginJerome Tollet1-0/+11
2019-11-27nat: fix dhcp client on outside interface with output featureAlexander Chernavin3-0/+87
2019-11-27misc: add address sanitizer heap instrumentationBenoît Ganne2-4/+6
2019-11-26map: Fix inverted 'map security check enable' CLI flag.Jon Loeliger1-2/+2
2019-11-26quic: Refactor for crypto contextsNathan Skrzypczak5-165/+182
2019-11-26flow: fix several crash issuesChenmin Sun1-2/+0
2019-11-26lb: lb_add_del_vip and lb_add_del_as doesn't work.Hongjun Ni2-4/+14
2019-11-26fib: Table ReplaceNeale Ranns1-13/+16
2019-11-24vppapigen: clean up typos in c generated codePaul Vinciguerra1-1/+1
2019-11-22quic: Refactor quic rx callback for offloadNathan Skrzypczak2-111/+147
2019-11-22hsa: Improve for mq-intensiveNathan Skrzypczak5-46/+31
2019-11-22quic: Remove qctx opening poolNathan Skrzypczak2-34/+15
2019-11-22crypto-ipsecmb: use single GCM APIFan Zhang1-6/+4
2019-11-22ikev2: install/remove ipsec tunnels from main threadFilip Tehlar2-68/+157
2019-11-20session tcp: support pacer idle timeoutsFlorin Coras1-1/+1
2019-11-20vlib: improve code coverage, part deuxDave Barach1-1/+62
2019-11-20ikev2: fix memory leak in child SAFilip Tehlar1-16/+15
2019-11-20misc: fix 4 coverity warnings in srv6-mobileDave Barach4-4/+4
2019-11-20flow: Add GTP supportChenmin Sun1-28/+260
2019-11-20quic: Increase loggingNathan Skrzypczak1-29/+40
2019-11-20session: fix transport proto unformatFlorin Coras1-3/+12
2019-11-19quic: handle duplicate packet from quiclyDave Wallace1-2/+15
2019-11-19srv6-mobile: fix yamllint failure in FEATURE.yamlDave Wallace1-0/+1
2019-11-19dpdk: fix non-NULL terminated stringBenoît Ganne1-1/+1
2019-11-19srv6-mobileTetsuya Murakami25-5/+5262
2019-11-19map: fix coverity issue 205684Andrew Yourtchenko1-2/+2
2019-11-19nat: respect arc features (multi worker)Filip Varga7-419/+887
2019-11-19map: Fix TCP MSS clamping for MAP-E traffic.Jon Loeliger2-2/+84
2019-11-18vlib: improve code coverage in src/vlibDave Barach2-8/+146
2019-11-17nsim: add FEATURE.yamlDave Barach1-0/+8
2019-11-15tests: Remove the unrequired VPP IP address/prefix class wrappersNeale Ranns6-258/+261
2019-11-14ikev2: add definitions for libsslAleksander Djuric1-0/+6
2019-11-14ikev2: correct byte order in api handlersAleksander Djuric1-10/+21
2019-11-14dpdk: Enable bnxt PMDAndy Gospodarek3-1/+20
2019-11-13dhcp: option 61 add missing type fieldDave Barach2-3/+6
2019-11-13gtpu: check packet has enough data for gtpu headerBenoît Ganne2-106/+60
2019-11-12ip: IP address and prefix types (moved from LISP)Neale Ranns1-20/+20
2019-11-12tls: fix picotls coverity warningsFlorin Coras1-13/+13
2019-11-11ip: functional interface to ip fragmentationOle Troan5-214/+148