Age | Commit message (Expand) | Author | Files | Lines |
2021-05-12 | session: support half-close connection |  liuyacan | 1 | -0/+3 |
2021-04-14 | session tcp vcl: api to update connection attributes |  Florin Coras | 1 | -1/+6 |
2021-04-05 | tcp: time infra improvements |  Florin Coras | 1 | -0/+8 |
2020-12-01 | session: allow small pacer bursts |  Florin Coras | 1 | -0/+1 |
2020-11-09 | session: delegate fifo ooo lookup init to transports |  Florin Coras | 1 | -0/+1 |
2020-04-17 | session tcp: track half open in app wrk |  Florin Coras | 1 | -0/+2 |
2020-04-13 | session: remove ho with fifos support |  Florin Coras | 1 | -1/+0 |
2020-04-06 | session udp: shared local endpoints |  Florin Coras | 1 | -0/+2 |
2020-04-04 | session tls: support tls descheduling |  Florin Coras | 1 | -6/+19 |
2020-04-04 | session tls: improve app transports tx scheduling |  Florin Coras | 1 | -0/+1 |
2020-03-30 | session udp: flag for connected udp |  Florin Coras | 1 | -0/+6 |
2020-03-25 | session: api to add new transport types |  Florin Coras | 1 | -0/+14 |
2020-03-19 | tcp: force deschedule if no send space available |  Florin Coras | 1 | -3/+1 |
2020-03-19 | session tcp udp: consolidate transport snd apis |  Florin Coras | 1 | -6/+42 |
2019-11-20 | session tcp: support pacer idle timeouts |  Florin Coras | 1 | -13/+23 |
2019-11-05 | session tcp: refactor pacer time |  Florin Coras | 1 | -18/+7 |
2019-10-10 | tcp: improve pacing after idle send periods |  Florin Coras | 1 | -0/+4 |
2019-09-25 | tcp: use sacks for timer based recovery |  Florin Coras | 1 | -0/+9 |
2019-08-19 | session: add explicit reset api |  Florin Coras | 1 | -0/+2 |
2019-08-05 | session: cache align transport base class |  Florin Coras | 1 | -4/+3 |
2019-07-26 | session tcp: handle rxt and acks as custom events |  Florin Coras | 1 | -3/+3 |
2019-06-28 | session: add half_open_has_fifos for UDPC |  Nathan Skrzypczak | 1 | -0/+1 |
2019-06-27 | session: Add transport vft protocol options |  Nathan Skrzypczak | 1 | -2/+7 |
2019-06-25 | tcp: delivery rate estimator |  Florin Coras | 1 | -0/+15 |
2019-04-25 | session: use teps in accept/connect notifications |  Florin Coras | 1 | -8/+11 |
2019-04-24 | Add get_endpoint in transport vft |  Aloys Augustin | 1 | -0/+11 |
2019-04-17 | vcl/session: tx notifications for cut-thru sessions |  Florin Coras | 1 | -0/+11 |
2019-03-07 | session: use transport custom tx for app transports |  Florin Coras | 1 | -0/+7 |
2019-02-06 | transport: cleanup |  Florin Coras | 1 | -154/+164 |
2019-02-05 | session: cleanup part 3 |  Florin Coras | 1 | -0/+19 |
2019-02-04 | session: cleanup part 1 |  Florin Coras | 1 | -1/+1 |
2018-10-28 | session: extend connect api for internal apps |  Florin Coras | 1 | -7/+18 |
2018-10-25 | session/tcp: improve cli |  Florin Coras | 1 | -3/+7 |
2018-10-25 | tcp/session: add tx pacer |  Florin Coras | 1 | -0/+22 |
2018-06-11 | udp: fix for multiple workers and add test |  Florin Coras | 1 | -0/+1 |
2018-04-18 | udp/session: refactor to support dgram mode |  Florin Coras | 1 | -15/+4 |
2018-03-02 | session: first approximation implementation of tls |  Florin Coras | 1 | -9/+25 |
2018-02-14 | session: support local sessions and deprecate redirects |  Florin Coras | 1 | -0/+1 |
2018-01-24 | SCTP stack (RFC4960) |  Marco Varlese | 1 | -1/+2 |
2017-12-11 | session: generalize handling of network transports |  Florin Coras | 1 | -0/+1 |
2017-10-28 | session: rules tables |  Florin Coras | 1 | -0/+3 |
2017-10-16 | udp: refactor udp code |  Florin Coras | 1 | -3/+31 |
2017-10-10 | session: add support for application namespacing |  Florin Coras | 1 | -9/+20 |
2017-09-20 | session: store tep port in net order |  Florin Coras | 1 | -1/+1 |
2017-07-30 | Make tcp active open data structures thread safe |  Florin Coras | 1 | -3/+3 |
2017-07-25 | Cleanup/refactor session layer code |  Florin Coras | 1 | -171/+3 |
2017-07-11 | Horizontal (nSessions) scaling draft |  Dave Barach | 1 | -0/+6 |
2017-06-22 | Improve svm fifo and tcp tx path performance (VPP-846) |  Florin Coras | 1 | -1/+6 |
2017-06-19 | Overall tcp performance improvements (VPP-846) |  Florin Coras | 1 | -0/+2 |
2017-05-04 | Fixes and improvements in session hashtable keys |  Clement Durand | 1 | -53/+35 |