aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-09-18memif: always enable zero-copy when creating memif using APIJakub Grajciar1-0/+3
2019-09-12api: split vl_api_prefix into twoOle Troan13-45/+240
2019-09-10misc: clean up "pcap [rx|tx] trace" debug CLIDave Barach3-168/+162
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 Troan20-256/+260
2019-09-07ip: fix udp/tcp checksum corner casesDave Barach12-5/+1035
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 Kazmi1-1/+4
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 Wallace33-0/+30016
2019-08-23dns: cherry-pick 21444, 21468 from masterDave Barach16-405/+789
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 Barach3-59/+121
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 Yourtchenko2-8/+46
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-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 Barach1-100/+356
2019-08-12api: vppapitrace JSON/API trace converterOle Troan10-203/+664
2019-08-10vlib: fix vlib_buffer_copy to preserve buffer flags bitJohn Lo1-3/+8
2019-08-09tls: mark as no lookup transportFlorin Coras3-15/+27
2019-08-09udp: fix rx event generationFlorin Coras1-6/+20
2019-08-09session: allow closed transports to sendFlorin Coras1-4/+16
2019-08-09tls: handle transport resetFlorin Coras1-1/+6
2019-08-09svm: fix fifo max writeable chunk computationFlorin Coras1-1/+1