summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
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-07docs: Initial changes for stable/1908 branchv19.08-rc1Andrew Yourtchenko1-0/+1
2019-08-07rdma: add missing symbolsBenoît Ganne2-3/+8
2019-08-07interface: fix checksum flagsFlorin Coras1-0/+3
2019-08-07gbp: add l3out redirect to remote SEP unit testBenoît Ganne1-0/+172
2019-08-07vom: export/install cmake filesNeale Ranns6-1/+169
2019-08-07tests: UT for MPLS 6PENeale Ranns1-1/+52
2019-08-07fib tests: IP multicast over GRENeale Ranns3-1/+77
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 Maheshwari3-8/+21
2019-08-05rdma: bump rdma-core to 25.0Benoît Ganne1-2/+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 Skrzypczak6-38/+129