Age | Commit message (Expand) | Author | Files | Lines |
2018-07-24 | Create a unit-test plugin | Dave Barach | 1 | -1779/+0 |
2018-07-03 | tcp: update snd_una_max for retranmsits | Florin Coras | 1 | -0/+4 |
2018-06-30 | tcp: fix single loop prefetch | Florin Coras | 1 | -2/+2 |
2018-06-26 | tcp/session: tx optimizations | Florin Coras | 3 | -21/+53 |
2018-06-26 | tcp: avoid doing work in tcp_rcv_sacks for no sacks | Florin Coras | 1 | -2/+3 |
2018-06-26 | tcp: cleanup functions | Florin Coras | 4 | -263/+258 |
2018-06-25 | tw: add light weight timer update function | Florin Coras | 1 | -7/+8 |
2018-06-21 | tcp: move tracing out of established loop | Florin Coras | 1 | -27/+59 |
2018-06-20 | tcp: add per worker ctx structure | Florin Coras | 3 | -54/+56 |
2018-06-19 | tcp: optimize tcp output | Florin Coras | 4 | -164/+163 |
2018-06-19 | tcp: optimize tcp input | Florin Coras | 1 | -134/+204 |
2018-06-12 | tcp: add close-wait state flags | Florin Coras | 1 | -0/+1 |
2018-06-11 | tcp: cleanup connection/session fixes | Florin Coras | 4 | -24/+36 |
2018-06-10 | tcp: fix timer based recovery exit condition | Florin Coras | 2 | -2/+2 |
2018-05-26 | tcp: loss recovery improvements/fixes | Florin Coras | 6 | -142/+241 |
2018-05-25 | tcp: handle acks in close wait | Florin Coras | 2 | -1/+2 |
2018-05-23 | tcp: cc improvements and fixes | Florin Coras | 4 | -24/+29 |
2018-05-21 | tcp: unlock link-local adjacencies on connection cleanup | Florin Coras | 2 | -24/+56 |
2018-05-18 | session: add session process node | Florin Coras | 1 | -0/+2 |
2018-05-17 | tcp: handle link-local addresses | Florin Coras | 4 | -7/+66 |
2018-05-10 | tcp: fix jumbo retransmits | Florin Coras | 1 | -42/+42 |
2018-04-30 | tcp/session: debug improvements/fixes | Florin Coras | 2 | -13/+11 |
2018-04-20 | tcp: make newreno byte instead of acks dependent | Florin Coras | 4 | -3/+28 |
2018-04-20 | tcp: improve stats | Florin Coras | 3 | -128/+177 |
2018-03-29 | tcp: fix fib index buffer tagging | Florin Coras | 2 | -13/+18 |
2018-03-23 | tcp/session: sprinkle prefetches | Florin Coras | 2 | -0/+16 |
2018-03-02 | session: first approximation implementation of tls | Florin Coras | 2 | -1/+3 |
2018-02-07 | Refactor vlib_buffer flags | Damjan Marion | 1 | -2/+2 |
2018-02-01 | tcp: tcp_output.c failed to compile when VLIB_BUFFER_TRACE_TRAJECTORY is enabled | Steven | 1 | -1/+1 |
2018-01-27 | Fix session/tcp coverity warnings | Florin Coras | 1 | -8/+11 |
2018-01-27 | session: disconnect and echo client improvements | Florin Coras | 1 | -1/+1 |
2018-01-26 | session: move builtin apps to their own folder | Florin Coras | 6 | -2782/+0 |
2018-01-25 | session: add support for memfd segments | Florin Coras | 6 | -33/+10 |
2018-01-23 | Fix typo / coverity warning | Dave Barach | 1 | -1/+1 |
2018-01-23 | VPPAPIGEN: vppapigen replacement in Python PLY. | Ole Troan | 1 | -0/+2 |
2018-01-11 | tcp: make proxy server uri cli configurable | Florin Coras | 2 | -3/+18 |
2018-01-09 | api: refactor vlibmemory | Florin Coras | 6 | -24/+20 |
2017-12-22 | tcp: add builtin server/client transfer test | Florin Coras | 3 | -33/+59 |
2017-12-15 | Fix icmp/udp/tcp punt/drop paths | Vijayabhaskar Katamreddy | 1 | -10/+14 |
2017-12-14 | session: cleanup attach flags | Florin Coras | 4 | -26/+36 |
2017-12-12 | tcp/session: add make tests | Florin Coras | 1 | -11/+28 |
2017-12-11 | session: generalize handling of network transports | Florin Coras | 3 | -13/+18 |
2017-11-29 | session: fix preallocation of local endpoint table | Florin Coras | 3 | -20/+1 |
2017-11-28 | tcp: fix retransmissions under buffer shortage | Florin Coras | 5 | -32/+82 |
2017-11-27 | tcp: fix proxy connection validation | Florin Coras | 1 | -0/+4 |
2017-11-21 | tcp: initialize builtin client ns | Florin Coras | 1 | -1/+1 |
2017-11-20 | session/tcp: filtering improvements | Florin Coras | 3 | -21/+30 |
2017-11-18 | test http server: prealloc fifos/segment options | Florin Coras | 1 | -3/+29 |
2017-11-16 | tcp: register with ip for header parsing by default | Florin Coras | 1 | -9/+12 |
2017-11-14 | Fix builtin http server static request free | Florin Coras | 1 | -0/+1 |