Age | Commit message (Expand) | Author | Files | Lines |
2018-05-30 | session: fix session table retrieval | Florin Coras | 1 | -2/+2 |
2018-05-26 | tcp: loss recovery improvements/fixes | Florin Coras | 2 | -4/+7 |
2018-05-23 | tcp: cc improvements and fixes | Florin Coras | 1 | -2/+9 |
2018-05-18 | session: add session process node | Florin Coras | 3 | -0/+81 |
2018-05-13 | session: improve app verbose format function | Florin Coras | 1 | -5/+6 |
2018-05-13 | session: alloc one frame per output node dispatch | Florin Coras | 5 | -54/+94 |
2018-05-09 | session: cleanup session tx function | Florin Coras | 4 | -320/+394 |
2018-05-04 | Harmonize vec/pool_get_aligned object sizes and alignment requests | Dave Barach | 1 | -0/+2 |
2018-04-30 | tcp/session: debug improvements/fixes | Florin Coras | 3 | -15/+11 |
2018-04-18 | session: coverity warnings | Florin Coras | 1 | -2/+2 |
2018-04-18 | udp/session: refactor to support dgram mode | Florin Coras | 12 | -107/+474 |
2018-04-16 | session: use generic session pool for listeners | Florin Coras | 7 | -95/+37 |
2018-03-29 | tcp: fix fib index buffer tagging | Florin Coras | 1 | -1/+1 |
2018-03-25 | session: fix local session disconnects | Florin Coras | 3 | -22/+58 |
2018-03-23 | tcp/session: sprinkle prefetches | Florin Coras | 1 | -16/+20 |
2018-03-23 | session: allow builtin apps to register names | Florin Coras | 5 | -18/+70 |
2018-03-19 | session: fix coverity warnings | Florin Coras | 1 | -0/+10 |
2018-03-16 | session: allow local host binds | Florin Coras | 1 | -4/+4 |
2018-03-15 | Update session local address is_ip4 on bind when not global | Keith Burns (alagalah) | 1 | -0/+1 |
2018-03-15 | tls: add openssl engine | Florin Coras | 3 | -0/+7 |
2018-03-07 | tls: enforce certificate verification | Florin Coras | 7 | -82/+122 |
2018-03-05 | tls: add stop listen handler | Florin Coras | 1 | -2/+14 |
2018-03-02 | session: first approximation implementation of tls | Florin Coras | 15 | -152/+525 |
2018-03-01 | session: zero out ips in local endpoint lookup only if local | Florin Coras | 1 | -29/+61 |
2018-02-15 | session: fix fifo allocation for empty connect seg-managers | Florin Coras | 1 | -1/+0 |
2018-02-15 | session: avoid session handle conflict with vcl | Florin Coras | 6 | -13/+63 |
2018-02-14 | session: support local sessions and deprecate redirects | Florin Coras | 15 | -429/+1161 |
2018-02-05 | session: segment manager refactor | Florin Coras | 9 | -446/+596 |
2018-01-27 | session: use clib rwlocks instead of custom implementation | Florin Coras | 2 | -27/+9 |
2018-01-27 | Fix session/tcp coverity warnings | Florin Coras | 2 | -2/+11 |
2018-01-27 | session: disconnect and echo client improvements | Florin Coras | 5 | -15/+26 |
2018-01-26 | session: move builtin apps to their own folder | Florin Coras | 3 | -42/+16 |
2018-01-25 | session: add support for memfd segments | Florin Coras | 10 | -230/+342 |
2018-01-24 | SCTP stack (RFC4960) | Marco Varlese | 3 | -2/+25 |
2018-01-23 | VPPAPIGEN: vppapigen replacement in Python PLY. | Ole Troan | 1 | -1/+1 |
2018-01-11 | api: remove transport specific code from handlers | Florin Coras | 1 | -11/+11 |
2018-01-09 | api: refactor vlibmemory | Florin Coras | 8 | -45/+40 |
2017-12-22 | tcp: add builtin server/client transfer test | Florin Coras | 1 | -0/+1 |
2017-12-18 | session api: Fix Coverity Warning CID 180115 | Dave Wallace | 1 | -1/+1 |
2017-12-14 | session: cleanup attach flags | Florin Coras | 6 | -39/+28 |
2017-12-12 | session: fix proxy removal | Florin Coras | 1 | -20/+68 |
2017-12-11 | session: generalize handling of network transports | Florin Coras | 11 | -185/+241 |
2017-12-10 | make sure the very first fragment triggers an rx_callback | Andreas Schultz | 1 | -0/+1 |
2017-12-10 | VPP-1077 Add meaningful error info, when executing command with enable/disabl... | Swarup Nayak | 1 | -1/+1 |
2017-12-06 | session: support for rule tags overwriting | Florin Coras | 2 | -67/+156 |
2017-12-01 | session: allocate cb messages from client ring | Florin Coras | 1 | -5/+5 |
2017-11-29 | session: fix preallocation of local endpoint table | Florin Coras | 4 | -14/+40 |
2017-11-28 | Shut down session queue input nodes on exit | Dave Barach | 2 | -0/+21 |
2017-11-28 | tcp: fix retransmissions under buffer shortage | Florin Coras | 1 | -2/+1 |
2017-11-27 | session: return bound listener for proxy accepts | Florin Coras | 3 | -1/+14 |