Age | Commit message (Expand) | Author | Files | Lines |
2020-04-23 | session: fix session_table_get_or_alloc |  Andreas Schultz | 1 | -8/+11 |
2020-04-06 | session udp: shared local endpoints |  Florin Coras | 1 | -0/+13 |
2020-02-26 | tls session: fix unlisten |  Florin Coras | 1 | -0/+26 |
2020-01-02 | session: fix listener global endpoint lookup |  Florin Coras | 1 | -1/+1 |
2019-12-27 | tcp: Enable TCP timewait port use |  Yu Ping | 1 | -4/+4 |
2019-09-25 | session: validate connection in session lookup del |  Florin Coras | 1 | -1/+1 |
2019-08-30 | session : make sure session layer is enabled when cli operate the sessions. |  Guanghua Zhang | 1 | -0/+4 |
2019-07-08 | session: add flag to disable session lookup |  Nathan Skrzypczak | 1 | -0/+2 |
2019-03-13 | session rule cli add udp session fail |  zhanglimao | 1 | -0/+1 |
2019-03-11 | session: fix ct that match global table entries |  Florin Coras | 1 | -0/+21 |
2019-03-01 | session: refactor local connects |  Florin Coras | 1 | -3/+3 |
2019-02-11 | session: cleanup application interface |  Florin Coras | 1 | -18/+17 |
2019-02-06 | transport: cleanup |  Florin Coras | 1 | -31/+24 |
2019-02-04 | session: cleanup part 1 |  Florin Coras | 1 | -20/+20 |
2019-01-12 | session: generate wrong thread errors instead of crashing |  Florin Coras | 1 | -10/+24 |
2018-11-18 | vcl/session: apps with process workers |  Florin Coras | 1 | -2/+2 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 1 | -9/+9 |
2018-08-24 | session: add support for multiple app workers |  Florin Coras | 1 | -6/+10 |
2018-07-27 | vcl: use events for epoll/select/read/write |  Florin Coras | 1 | -2/+3 |
2018-06-22 | session: improve session lookup speeds |  Florin Coras | 1 | -57/+24 |
2018-04-16 | session: use generic session pool for listeners |  Florin Coras | 1 | -10/+6 |
2018-03-01 | session: zero out ips in local endpoint lookup only if local |  Florin Coras | 1 | -29/+61 |
2018-02-14 | session: support local sessions and deprecate redirects |  Florin Coras | 1 | -52/+24 |
2017-12-22 | tcp: add builtin server/client transfer test |  Florin Coras | 1 | -0/+1 |
2017-12-11 | session: generalize handling of network transports |  Florin Coras | 1 | -57/+49 |
2017-11-20 | session/tcp: filtering improvements |  Florin Coras | 1 | -70/+82 |
2017-11-10 | session: use listener logic for proxy rules |  Florin Coras | 1 | -1/+65 |
2017-11-09 | session: lookup/rules table improvements and cleanup |  Florin Coras | 1 | -155/+250 |
2017-11-07 | session: fix v6 double binds |  Florin Coras | 1 | -4/+4 |
2017-11-06 | session: add rule tags |  Florin Coras | 1 | -60/+98 |
2017-11-05 | session: add api to dump rules |  Florin Coras | 1 | -9/+38 |
2017-11-03 | session: support drop action in rules table |  Florin Coras | 1 | -28/+38 |
2017-11-01 | session: add support for proxying apps |  Florin Coras | 1 | -11/+29 |
2017-10-28 | session: rules tables |  Florin Coras | 1 | -8/+362 |
2017-10-16 | udp: refactor udp code |  Florin Coras | 1 | -29/+67 |
2017-10-10 | session: add support for application namespacing |  Florin Coras | 1 | -226/+633 |
2017-09-18 | Fixes for issues Coverity has reported (VPP-972) |  Chris Luke | 1 | -4/+4 |
2017-08-16 | tcp: fix v6 sessions |  root | 1 | -4/+4 |
2017-08-02 | Fix tcp tx buffer allocation |  Florin Coras | 1 | -9/+31 |
2017-07-30 | Make tcp active open data structures thread safe |  Florin Coras | 1 | -63/+40 |
2017-07-25 | Cleanup/refactor session layer code |  Florin Coras | 1 | -0/+620 |