aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-13buffers: fix ref_count mask in vlib_buffer_free_inlineDamjan Marion1-1/+1
2019-03-13deprecate VLIB_NODE_FUNCTION_MULTIARCHFilip Tehlar9-52/+57
2019-03-13tcp: fix entering closing state while in fast recoveryFlorin Coras1-5/+15
2019-03-13tcp: avoid computing flags in push hdr inlineFlorin Coras1-26/+3
2019-03-13vmbus: not having uio_hv_generic is not an errorStephen Hemminger1-7/+20
2019-03-12Tests: Raise exception, don't raise string.Paul Vinciguerra4-4/+4
2019-03-12Use AVX2 as default even on AVX512 systemsDamjan Marion1-1/+1
2019-03-12svm mq: add unit testFlorin Coras2-3/+179
2019-03-12tcp: print congestion control algorithm in cliFlorin Coras1-11/+12
2019-03-12dpdk: pass log-level configuration to EALStephen Hemminger3-31/+0
2019-03-12Perf tune handoff queue pollingDave Barach3-3/+25
2019-03-12ip: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar10-174/+178
2019-03-12l2: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar16-122/+150
2019-03-12DOC ONLY: add packet handoff docDave Barach1-11/+117
2019-03-12VPP-1585: fix dns test cliFilip Tehlar1-1/+3
2019-03-12GBP: L3 out fixesNeale Ranns7-59/+260
2019-03-12GBP: custom-dump functionsNeale Ranns5-17/+376
2019-03-12FIB: path parsing, table-id not fib-index (VPP-1586)Neale Ranns3-8/+44
2019-03-12GBP: contracts API fixed length of allowed ethertypesNeale Ranns5-36/+64
2019-03-12ICMP46 error: Clone first buffer instead of "truncating" original bufferOle Troan3-52/+57
2019-03-12VPP-1486: Unittest for stat segment file descriptor leak.Paul Vinciguerra1-0/+41
2019-03-12FIB: crash when deleting default routeNeale Ranns1-9/+0
2019-03-12bfd: register udp ports only when enabledKlement Sekera1-14/+49
2019-03-11vpp_papi_provider: Remove more wrapper functions.Ole Troan36-783/+409
2019-03-11ldp: fix worker alloc when using eventfdsFlorin Coras1-1/+15
2019-03-11disable multiarch for error-dropFilip Tehlar1-2/+4
2019-03-11VPP-1533: Deleting a non-existent pre-resolved MAP next-hop causes VPP core dumpOle Troan1-7/+10
2019-03-11VPP-1508: Tests: Fix vpp_api struct.error under py3.Paul Vinciguerra15-87/+122
2019-03-11dpo: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar6-157/+59
2019-03-11mfib: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar2-29/+13
2019-03-11tls: fixes and improvementsFlorin Coras5-36/+53
2019-03-11session: fix ct that match global table entriesFlorin Coras3-2/+26
2019-03-11VPP-1486: stat segment file descriptor leakOle Troan1-0/+3
2019-03-11VPP-1508: Use scapy.compat to manage packet level library differences.Paul Vinciguerra27-193/+261
2019-03-11Tests: fix time.sleep(0) # yield. Reduce sleep related log messages.Paul Vinciguerra4-8/+21
2019-03-11Tests: remote_test.py. Private member test catching dunder names.Paul Vinciguerra1-9/+14
2019-03-11Tests: use self.assertNotIn().Paul Vinciguerra13-35/+35
2019-03-11Tests: 'Fix' __del__ in test/remote_test.py.Paul Vinciguerra1-4/+6
2019-03-11Test: Fix hook.py: AttributeErrorPaul Vinciguerra1-1/+1
2019-03-10Perf tune get_frame_size_infoDave Barach3-3/+14
2019-03-10vcl: update buf if whole buf cannot be done at oncewuzhouhui1-0/+1
2019-03-09SVS: cleanup default route on SVS disableNeale Ranns1-0/+5
2019-03-08tcp: fix rcv_wnd computationFlorin Coras1-1/+1
2019-03-08session/tcp/vcl: fixes and optimizationsFlorin Coras6-22/+56
2019-03-08tcp: fix window probes in fin-wait-1Florin Coras2-15/+10
2019-03-08session: reorganize session fieldsFlorin Coras3-43/+25
2019-03-08updates now that flags are supported on the APINeale Ranns2-7/+0
2019-03-07parse ethernet header in ct6_in2outDave Barach2-8/+30
2019-03-07Tests: Refactor payload_to_info()Paul Vinciguerra22-32/+34
2019-03-07VPP-1508: Python3 tests. Explicitly specify string formatting.Paul Vinciguerra11-27/+29