aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-13vnet: remove macro definitionsZhiyong Yang1-3/+0
2019-05-13Fix VPP-1528 get the same IP address from DHCP server for two VPP DHCP clientsjackiechen19852-4/+2
2019-05-13remove dead code in rewrite.cNeale Ranns1-26/+0
2019-05-10cli: Add return value in cli_inbandOle Troan4-6/+47
2019-05-10Fix stat seg average vector rate computationDave Barach2-14/+53
2019-05-10tests: test/vpp_papi_provider.py Specify exception to catch.Paul Vinciguerra1-1/+1
2019-05-10Update ping cli .short_help.Paul Vinciguerra1-2/+2
2019-05-10docs: Add 1904jdenisco6-17/+133
2019-05-10Fix typo in nat44_cli.c:nat_ha_failover_command_fn.Paul Vinciguerra1-3/+3
2019-05-10zero-pad date string output.Paul Vinciguerra1-2/+2
2019-05-10vpp_transport_socket: make connect more resilientVratko Polak1-11/+32
2019-05-09session: segment manager fixesFlorin Coras4-19/+7
2019-05-09add mactime plugin unit / code coverage testsDave Barach12-30/+400
2019-05-09dpdk: fix return variable sizeZhiyong Yang1-2/+2
2019-05-09bapi: separate init shm reply from fd exchangeFlorin Coras1-1/+17
2019-05-09vls: relax copy on fork locksFlorin Coras1-2/+2
2019-05-09Improve exceptions in vpp_transport_socket.pyVratko Polak1-2/+4
2019-05-09Update API descriptionIgor Mikhailov (imichail)1-3/+2
2019-05-09make test: add quic multistream test caseDave Wallace3-52/+143
2019-05-09NAT: VPP-1665 coverity scan issue fixFilip Varga1-2/+9
2019-05-09Fix copypaste in vpp_papi/vpp_transport_socket.pyVratko Polak1-3/+2
2019-05-09ldp: add option to eanble transparent TLS connectionsYu Ping2-2/+90
2019-05-08make test: introduce COREDUMP_COMPRESS optionKlement Sekera2-13/+17
2019-05-08session: send tx events when data is dequeuedFlorin Coras5-11/+26
2019-05-08Fix $(SUSE_NAME) in Makefile.Paul Vinciguerra1-3/+3
2019-05-08VPP-1508: Fix zip() under python3.Paul Vinciguerra1-4/+4
2019-05-08Fix Exception typo in vpp_papi/vpp_transport_socket.py.Paul Vinciguerra1-1/+1
2019-05-07bihash: Freeing up working_copy_lengths vectorVijayabhaskar Katamreddy1-1/+2
2019-05-07svm: decouple fifo and default chunk allocationFlorin Coras5-148/+178
2019-05-07Improve lcov reported code coverage statsDave Barach2-5/+23
2019-05-07make test: add python3 compatibility in extend_packetAlexandre Poirrier1-2/+2
2019-05-07Allow repeated connects on PAPI socket transportVratko Polak1-1/+10
2019-05-07Add bihash statistics hookDave Barach11-6/+264
2019-05-07ipsec-mb: fix the "make test" on non-AESNI platformsAndrew Yourtchenko1-0/+3
2019-05-07Fix af_packet issues:jackiechen19852-33/+60
2019-05-07add TLS endpoint functionYu Ping2-5/+32
2019-05-06make test: Fix truncated core fileDave Wallace1-0/+23
2019-05-06gcov / test framework: sigterm not sigkillDave Barach4-5/+15
2019-05-06Remove target option when IPSecMB disabledNathan Skrzypczak1-2/+1
2019-05-06ip4_load_balance: leverage vlib_get_buffersZhiyong Yang1-13/+11
2019-05-06virtio: refactor ctrl queue supportMohsin Kazmi1-22/+32
2019-05-06Add QUIC multistream supportNathan Skrzypczak3-338/+890
2019-05-06ppp: simplify code using existing functionsZhiyong Yang1-10/+6
2019-05-06Add missing init fn dependency to ipsec_initDave Barach1-0/+5
2019-05-06Fix VPP-1487 DHCP client does not support option 6-domain serverjackiechen19855-14/+61
2019-05-06NAT64: Fix port byte order in nat64_free_out_addr_and_portFaicker Mo1-1/+1
2019-05-06NAT66:assgin a error value for clib_bihash_kv_48_8_t kvlijianpeng1-2/+3
2019-05-06NAT: VPP-1646 test case assertsFilip Varga1-0/+1
2019-05-03session/svm: apis for fifo shrinkingFlorin Coras6-1/+182
2019-05-03svm: basic support for fifo shrinkingFlorin Coras3-78/+663