aboutsummaryrefslogtreecommitdiffstats
path: root/src/svm
AgeCommit message (Expand)AuthorFilesLines
2017-09-19session/tcp: improve preallocated segment handlingFlorin Coras2-15/+19
2017-09-08Fixes for issues reported by Coverity (VPP-972)Chris Luke1-1/+1
2017-09-06Set uid/gid on ssvm segment file.Dave Wallace3-1/+12
2017-09-06Improve "show segment-manager segments"Dave Barach2-3/+102
2017-09-01Add fixed-size, preallocated pool supportDave Barach1-1/+1
2017-08-29session: segment manager improvementsFlorin Coras3-25/+60
2017-08-25tcp: retransmit and multi-buffer segment fixes and improvementsFlorin Coras1-7/+7
2017-08-25jvpp: introducing callback api and future api tests for all plugins (VPP-591)Matej Perina1-1/+1
2017-08-18API: More gracefully fail when opening shared memory segment fails.Ole Troan2-6/+9
2017-08-14jvpp: make shm_prefix configurable (VPP-591)Jan Srnicek1-1/+2
2017-08-10Improve the svm fifo allocatorDave Barach4-17/+127
2017-08-10TCP proxy prototypeDave Barach3-2/+14
2017-07-31ssvm->name must be a vector containing a c-string.Dave Wallace2-3/+5
2017-07-30Make tcp active open data structures thread safeFlorin Coras1-0/+6
2017-07-17Fix unlinking of /dev/shm files.Dave Wallace4-14/+52
2017-07-15Fixes and improved tcp/session debuggingFlorin Coras2-40/+151
2017-07-11Horizontal (nSessions) scaling draftDave Barach6-59/+158
2017-07-01Refactor API message handling codeKlement Sekera2-101/+134
2017-06-22Improve svm fifo and tcp tx path performance (VPP-846)Florin Coras1-5/+90
2017-06-19Overall tcp performance improvements (VPP-846)Florin Coras3-75/+110
2017-06-09Implement sack based tcp loss recovery (RFC 6675)Florin Coras1-2/+3
2017-06-01Improve fifo allocator performanceDave Barach4-36/+168
2017-05-20Improve session debuggingFlorin Coras1-4/+5
2017-05-17VPP-846: tcp perf / scale / hardeningDave Barach1-2/+2
2017-05-09Fix remaining 32-bit compile issuesDamjan Marion2-7/+8
2017-05-03A sprinkling of const in vlibmemory/api.h and friendsNeale Ranns3-9/+9
2017-05-01TCP ooo reception fixesFlorin Coras2-75/+70
2017-04-24Session layer improvementsFlorin Coras5-61/+82
2017-04-19Add more svm fifo unit testsFlorin Coras1-54/+46
2017-04-18Fix fifo ooo bugs and improve testingDave Barach2-38/+109
2017-04-13Session layer refactoringFlorin Coras3-52/+60
2017-04-02TCP cc/window management fixes and debuggingFlorin Coras2-19/+26
2017-03-27TCP/session improvementsFlorin Coras3-20/+47
2017-03-04Cleanup URI code and TCP bugfixingFlorin Coras1-3/+3
2017-03-01VPP-598: tcp stack initial commitDave Barach7-7/+1395
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion11-0/+4006