summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-10-10http_static: add .json contentDave Barach1-2/+53
2019-10-10tcp: retry lost retransmitsFlorin Coras7-155/+205
2019-10-10ip: fix clang debug compilationBenoît Ganne1-3/+1
2019-10-10session: fix typos & cert_key store initNathan Skrzypczak2-6/+4
2019-10-10tcp: custom checksum calculations for Ipv4/Ipv6Srikanth A6-122/+194
2019-10-10tcp: fix tso not work in single buffer issueSimon Zhang2-6/+9
2019-10-10tests: add cli_return_response to vpp_papi_providerDave Barach1-1/+6
2019-10-10sr: fix deleting an SR l2 steering policyAhmed Abdelsalam1-3/+7
2019-10-10acl: remove api boilerplateOle Troan6-172/+47
2019-10-10mactime: fix undefined symbol in mactime_testOle Troan1-1/+2
2019-10-10geneve: API cleanupJakub Grajciar4-47/+59
2019-10-10memif: remove api boilerplateOle Troan7-252/+17
2019-10-09ikev2: fix dangling pointerFilip Tehlar2-14/+28
2019-10-09session: avoid old io dispatch if no slots left to sendRyujiro Shibuya1-2/+3
2019-10-09map: use ip6-full-reassembly instead of own codeKlement Sekera10-978/+100
2019-10-09dhcp: dhcp6_pd_client_cp API cleanupJakub Grajciar4-53/+53
2019-10-09interface: dump the interface device typeMohsin Kazmi4-3/+14
2019-10-09ip: fix coverity warningKlement Sekera1-3/+7
2019-10-09interface: callback to manage extra MAC addressesMatthew Smith7-1/+308
2019-10-09api: comment, simplify and fix api socket readVratko Polak1-48/+80
2019-10-09papi: introduce read_blockingVratko Polak1-3/+29
2019-10-09mpls: support fragmentation of mpls output packetRajesh Goel6-16/+120
2019-10-09ioam: remove api boilerplateOle Troan28-974/+76
2019-10-09api: autogenerate event handler functions for *_test.cOle Troan2-106/+67
2019-10-09ip: only install IPv6 prefixes in FIB when the interface is upNeale Ranns1-39/+36
2019-10-09fib: P2P interfaces do not need specific multicast adjacenciesNeale Ranns1-3/+18
2019-10-09hsa: use crypto_engine_type_t for TLSNathan Skrzypczak14-36/+36
2019-10-09session: Add certificate storeNathan Skrzypczak13-84/+330
2019-10-09hsa: fix vpp_echo session closeDave Wallace6-115/+268
2019-10-08vlib: fix cli process stack overflowChenmin Sun1-1/+1
2019-10-08tcp: rate sample for persist segmentsFlorin Coras1-0/+6
2019-10-08api: add bapi thread handle to api main structure.IJsbrand Wijnands2-1/+12
2019-10-08hsa: make vpp_echo use mq instead of bapiNathan Skrzypczak10-193/+288
2019-10-08session: add is_migrating flagNathan Skrzypczak4-49/+40
2019-10-07api: Add API support for marvell PP2 pluginJianlin Lv7-1/+336
2019-10-07ip: remove dead code in ip6-svrKlement Sekera1-27/+0
2019-10-07docs: change VPP_WITH_SAMPLE_PLUGIN to SAMPLE_PLUGIN in sample plugin documen...Haggai Eran1-4/+4
2019-10-07devices: vhost not reading packets from vringSteven Luong2-0/+25
2019-10-07rdma: fix crash when failing to read pci addr on createBenoît Ganne1-0/+3
2019-10-07rdma: fix crash when failing to detect numa node on createBenoît Ganne1-0/+5
2019-10-07dhcp: Move to pluginNeale Ranns36-1703/+4327
2019-10-07mactime: add a "top" command to watch device statsDave Barach8-26/+941
2019-10-07ip: add tracing for ipv6 frag headersKlement Sekera1-0/+24
2019-10-07quic: fix wrong condition in update_fifo_sizeMathiasRaoul1-1/+1
2019-10-07mactime: remove unnecessary function declarationNeale Ranns1-2/+0
2019-10-07vlib: move thread barrier around mod of global node next dataChristian E. Hopps1-6/+5
2019-10-07quic: Refactor naming & clibsNathan Skrzypczak2-277/+209
2019-10-07ip: reassembly add missing gotoKlement Sekera1-0/+1
2019-10-07ip: reassembly remove dead codeKlement Sekera1-8/+0
2019-10-07dhcp: API return code fixNeale Ranns1-2/+2