summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-09-18misc: 19.08.1 Release Notesv19.08.1Andrew Yourtchenko1-0/+69
2019-09-18memif: always enable zero-copy when creating memif using APIJakub Grajciar1-0/+3
2019-09-18build: fix rpm python 3 dependsEd Kern1-1/+1
2019-09-12api: split vl_api_prefix into twoOle Troan14-46/+241
2019-09-10misc: clean up "pcap [rx|tx] trace" debug CLIDave Barach4-168/+196
2019-09-09dpdk: initialize rte_mbuf during mempool dequeueDamjan Marion2-1/+47
2019-09-09dpdk: fix extended statsFilip Tehlar1-1/+1
2019-09-09vlib: clean up the "pcap dispatch trace" debug CLIDave Barach3-136/+186
2019-09-09api: enforce vla is last and fixed string typeOle Troan22-270/+266
2019-09-07ip: fix udp/tcp checksum corner casesDave Barach13-5/+1311
2019-09-05tap: revert clean-up when linux will delete the tap interfaceMohsin Kazmi2-43/+0
2019-09-05crypto: add '-maes' compile switchBenoît Ganne2-2/+2
2019-09-05gbp: add unknown remote EP redirect unit testBenoît Ganne1-6/+27
2019-09-05gbp: add remote EP redirect to remote SEP unit testBenoît Ganne1-1/+94
2019-09-04quic: handle session migration notificationsAloys Augustin1-63/+38
2019-09-04ethernet: fix dmac check avx2 loop conditionMatthew Smith1-1/+1
2019-09-03vppinfra: add bihash_init2Dave Barach2-20/+53
2019-09-03tap: interface rx counter not increment correctSteven Luong1-1/+1
2019-09-03vmxnet3: interface rx counter not increment correctlySteven Luong1-1/+1
2019-09-03nat: handoff traffic matching for dynamic NATFilip Varga9-222/+493
2019-09-02acl: perform a sanity check of ACL rules before creating ACLAndrew Yourtchenko1-0/+65
2019-09-02ip: ip6_preflen_to_mask incorrect result for prefix len > 64Andrew Yourtchenko1-0/+1
2019-09-02gso: fix segmentation when gso_size greater than vlib buffer sizeMohsin Kazmi2-1/+36
2019-08-30dpdk: enable checksum offload for Intel SRIOV NIC driversJohn Lo1-0/+8
2019-08-26avf: properly set irq queue masksDamjan Marion1-1/+2
2019-08-23tests: move plugin tests to src/plugins/*/testDave Wallace34-1/+10
2019-08-23dns: cherry-pick 21444, 21468 from masterDave Barach17-410/+794
2019-08-21misc: 19.08 new featuresv19.08Andrew Yourtchenko2-0/+141
2019-08-20devices: skip checksum calculation if guest supports checksum offloadSteven Luong1-3/+7
2019-08-20tcp: default to debug disabledFlorin Coras1-1/+1
2019-08-20dns: handle multiple replies for single requestsDave Barach4-59/+126
2019-08-20misc: VPP 19.08 Release NotesAndrew Yourtchenko1-1/+688
2019-08-19dhcp: resolver process node index in main_tDave Barach4-5/+3
2019-08-19gso: fix l3 and l4 header offset in case of tagged interfaceMohsin Kazmi2-0/+28
2019-08-18gso: fix the segmentation to use current_data offsetMohsin Kazmi1-15/+16
2019-08-17gso: remove the ip checksum flag in case of ipv6Mohsin Kazmi2-2/+0
2019-08-16tcp: fix cc algo name parsingFlorin Coras1-1/+1
2019-08-15vlib: copy trace_handle in vlib_buffer_copy/clone() functionsJohn Lo7-19/+3
2019-08-15acl: fix stats-segment counters validation on acl updateAndrew Yourtchenko3-26/+82
2019-08-14tcp: extend protocol configurationv19.08-rc2Florin Coras5-133/+195
2019-08-14svm: fix svmtool and svmdbtool segment fault.Guanghua Zhang2-0/+4
2019-08-14gbp: do not scan gbp bihash if not instantiatedBenoît Ganne1-0/+6
2019-08-13session: fix enqueue notification on 32bit systemsFlorin Coras1-3/+10
2019-08-13papi: Revert vpp-api-python to py2, add py3 pkgIan Wells1-2/+29
2019-08-13fib: add adj_midchain.h to the list of files to install in the include pathAlberto Compagno1-0/+1
2019-08-12http_static: manual cherry-pick 21231,21246Dave Barach1-51/+94
2019-08-12tcp: handle fin+rst+syn in closing stateFlorin Coras1-0/+2
2019-08-12http_static: tls supportDave Barach4-100/+374
2019-08-12api: vppapitrace JSON/API trace converterOle Troan11-203/+669
2019-08-10vlib: fix vlib_buffer_copy to preserve buffer flags bitJohn Lo1-3/+8