aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-02-11ikev2: Configure a profile with an existing interfaceNeale Ranns7-30/+141
2020-02-11crypto-native: fix ARM compilatiion flagsDamjan Marion1-1/+1
2020-02-11vppinfra: add ARM cpu typesDamjan Marion1-0/+4
2020-02-11ipsec: add support for chained buffersFilip Tehlar15-300/+1346
2020-02-11session: avoid scanning new io list under loadFlorin Coras2-21/+51
2020-02-11vppinfra: remove unused variable from timing wheelKlement Sekera2-4/+0
2020-02-11sr: update NH value for Ethernet payloadspcamaril11-37/+38
2020-02-11tls: refactor picotls ctx_read process to improve CPSSimon Zhang2-58/+55
2020-02-11svm: numa awareness for ssvm segmentsFlorin Coras4-26/+70
2020-02-11ip: fix ip-local errorsFlorin Coras3-3/+4
2020-02-11vlib: Skip core 0 if workers are configured.Jon Loeliger1-0/+15
2020-02-11tcp: fix input error countersFlorin Coras1-17/+30
2020-02-10tcp: add option to avoid endpoint cleanupFlorin Coras2-2/+4
2020-02-10vppinfra: use vm memory allocator for numa mappingFlorin Coras6-50/+21
2020-02-10ipsec: fix AES-GCM block sizeDamjan Marion1-3/+6
2020-02-10vlib: properly configure main thread's core idJon Loeliger1-0/+2
2020-02-10misc: add FEATURE.yaml filesDave Barach4-0/+47
2020-02-10sctp: API cleanupJakub Grajciar2-26/+30
2020-02-10ip-neighbor: fix MLD reports not being sentNeale Ranns1-3/+3
2020-02-10ikev2: better loggingFilip Tehlar5-187/+317
2020-02-10ipsec: remove dead codeFilip Tehlar1-29/+0
2020-02-10ip: more detailed show reassembly commandsVladimir Ratnikov4-7/+33
2020-02-10ip6: fix l4 checksum with hop-by-hop headerMatthew Smith1-13/+23
2020-02-07tests: skip extended quic tests under developmentDave Wallace1-4/+21
2020-02-07quic: update config values for large stream testsDave Wallace1-84/+88
2020-02-07fib: fix non-NULL terminated vectors in cli outputBenoît Ganne2-2/+2
2020-02-07svm: use default SVM address in fifo unit testsBenoît Ganne1-1/+2
2020-02-07quic: fix coverity warningMathiasRaoul1-2/+1
2020-02-07 misc: address sanitizer: fix vm instrumentationBenoît Ganne2-0/+9
2020-02-07nat: api & cli command for forcing session cleanupFilip Varga4-0/+98
2020-02-06hsa: proxy wnd update only if enough space is availableFlorin Coras1-0/+16
2020-02-06vlib: add plugin override supportDave Barach7-40/+225
2020-02-06vcl: fix session closing errorFlorin Coras1-1/+2
2020-02-06quic: fix coverity warningMathiasRaoul1-2/+2
2020-02-05vppinfra: numa vector placement supportDave Barach19-80/+414
2020-02-05nat: move dslite to separate sub-pluginOle Troan19-763/+775
2020-02-05stats: fix state counter removalVladimir Isaev6-45/+128
2020-02-05api: fix vl_api_clnt_node process stack overflowChenmin Sun1-0/+1
2020-02-05ipsec: set l2_len for GRE-TEB tunnel decapJohn Lo1-0/+2
2020-02-05vppinfra: deal with 0 return from os_cpu_clock_frequency()Dave Barach1-0/+16
2020-02-05dpdk: use port_id as interface name suffix for representorsHaggai Eran1-1/+7
2020-02-05dpdk: output switch informationHaggai Eran1-0/+21
2020-02-04vcl: switch to closed state after app closeFlorin Coras3-4/+7
2020-02-04nat: pool allocation function fixFilip Varga1-1/+1
2020-02-04vppapigen: fix options representationOle Troan1-1/+1
2020-02-04virtio: update FEATURE.yaml to include description for vhost-userSteven Luong1-3/+7
2020-02-04teib: Rename NHRP to TEIBNeale Ranns12-452/+456
2020-02-04ip: translate fragmented icmp to fragmented icmp6Alexander Chernavin2-9/+59
2020-02-03vppinfra: fix typo in tw_timer_template.cDave Barach1-1/+1
2020-02-03tls: refactor for tls async event handlingYu Ping6-198/+163