aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-09tls: fix close with dataFlorin Coras3-13/+63
2019-08-09tcp: fix zero rwnd sent checkFlorin Coras1-1/+1
2019-08-09tcp: cleanup timersFlorin Coras4-142/+98
2019-08-08udp: fix connections moveAloys Augustin2-1/+32
2019-08-07rdma: add missing symbolsBenoît Ganne1-2/+4
2019-08-07interface: fix checksum flagsFlorin Coras1-0/+3
2019-08-07fib tests: IP multicast over GRENeale Ranns1-0/+1
2019-08-06gbp: update gbp endpoint cliBenoît Ganne1-5/+6
2019-08-06udp: fix session migrate when not neededNathan Skrzypczak1-15/+21
2019-08-06quic: Add missing session_migrate_callbackNathan Skrzypczak1-0/+7
2019-08-06rdma: fix double-free in rdma-txBenoît Ganne2-9/+10
2019-08-06dpdk: remove SFP eeprom dump from 'show hardware-interfaces' and 'show hardwa...Lijian.Zhang1-2/+5
2019-08-06ethernet: change to mark the CFI bit in the L2 header.Prashant Maheshwari1-3/+3
2019-08-05svm: fix fifo growth on dequeue with dropFlorin Coras1-0/+6
2019-08-05session: cache align transport base classFlorin Coras4-19/+20
2019-08-05vcl: fix bapi disconnect with socket transportFlorin Coras3-1/+13
2019-08-05docs: Add more quic plugin documentationNathan Skrzypczak2-38/+127