Age | Commit message (Expand) | Author | Files | Lines |
2018-09-27 | tcp: use scaled window for new connects |  Florin Coras | 1 | -3/+9 |
2018-09-25 | tcp: add option to cfg max rx fifo size |  Florin Coras | 1 | -5/+8 |
2018-06-26 | tcp/session: tx optimizations |  Florin Coras | 1 | -1/+1 |
2018-06-26 | tcp: cleanup functions |  Florin Coras | 1 | -37/+69 |
2018-06-20 | tcp: add per worker ctx structure |  Florin Coras | 1 | -14/+5 |
2018-06-19 | tcp: optimize tcp output |  Florin Coras | 1 | -1/+1 |
2018-06-11 | tcp: cleanup connection/session fixes |  Florin Coras | 1 | -13/+16 |
2018-05-26 | tcp: loss recovery improvements/fixes |  Florin Coras | 1 | -3/+3 |
2018-05-25 | tcp: handle acks in close wait |  Florin Coras | 1 | -1/+1 |
2018-05-21 | tcp: unlock link-local adjacencies on connection cleanup |  Florin Coras | 1 | -0/+47 |
2018-03-02 | session: first approximation implementation of tls |  Florin Coras | 1 | -0/+2 |
2017-12-11 | session: generalize handling of network transports |  Florin Coras | 1 | -4/+17 |
2017-11-29 | session: fix preallocation of local endpoint table |  Florin Coras | 1 | -13/+0 |
2017-11-28 | tcp: fix retransmissions under buffer shortage |  Florin Coras | 1 | -2/+5 |
2017-11-16 | tcp: register with ip for header parsing by default |  Florin Coras | 1 | -9/+12 |
2017-10-16 | udp: refactor udp code |  Florin Coras | 1 | -218/+59 |
2017-10-12 | tcp: do not format sb if not established (VPP-1018) |  Florin Coras | 1 | -2/+3 |
2017-10-10 | session: add support for application namespacing |  Florin Coras | 1 | -56/+53 |
2017-10-03 | tcp: updates to connection closing procedure (VPP-996) |  Florin Coras | 1 | -3/+34 |
2017-09-20 | session: store tep port in net order |  Florin Coras | 1 | -2/+2 |
2017-09-20 | TCP: fix "tcp src-address" command with IPv6 |  Yoann Desmouceaux | 1 | -1/+1 |
2017-09-20 | tcp: add option to punt traffic |  Pierre Pfister | 1 | -0/+33 |
2017-09-19 | session/tcp: improve preallocated segment handling |  Florin Coras | 1 | -2/+5 |
2017-09-12 | tcp: horizontal scaling improvments |  Florin Coras | 1 | -1/+25 |
2017-09-01 | Add fixed-size, preallocated pool support |  Dave Barach | 1 | -12/+12 |
2017-08-29 | session: segment manager improvements |  Florin Coras | 1 | -1/+5 |
2017-08-25 | TCP horizontal scaling |  Dave Barach | 1 | -2/+21 |
2017-08-25 | tcp: retransmit and multi-buffer segment fixes and improvements |  Florin Coras | 1 | -16/+23 |
2017-08-25 | Fix crash when TCP client using VPP host stack connects first |  tjanciga | 1 | -0/+6 |
2017-08-17 | TCP source address automation |  Dave Barach | 1 | -12/+218 |
2017-08-16 | tcp: fix v6 sessions |  root | 1 | -2/+15 |
2017-08-15 | tcp: state machine improvements |  Florin Coras | 1 | -4/+11 |
2017-08-14 | TCP: Update time_now once per burst |  Florin Coras | 1 | -0/+2 |
2017-08-11 | Fix tcp multi buffer segments retransmission |  Florin Coras | 1 | -12/+27 |
2017-08-02 | Fix tcp tx buffer allocation |  Florin Coras | 1 | -18/+34 |
2017-07-30 | Make tcp active open data structures thread safe |  Florin Coras | 1 | -65/+101 |
2017-07-25 | Cleanup/refactor session layer code |  Florin Coras | 1 | -71/+51 |
2017-07-21 | Improvements to tcp rx path and debugging |  Florin Coras | 1 | -9/+50 |
2017-07-15 | Fixes and improved tcp/session debugging |  Florin Coras | 1 | -0/+208 |
2017-07-11 | Horizontal (nSessions) scaling draft |  Dave Barach | 1 | -22/+203 |
2017-06-22 | Improve svm fifo and tcp tx path performance (VPP-846) |  Florin Coras | 1 | -3/+97 |
2017-06-19 | Overall tcp performance improvements (VPP-846) |  Florin Coras | 1 | -6/+16 |
2017-06-09 | Implement sack based tcp loss recovery (RFC 6675) |  Florin Coras | 1 | -23/+34 |
2017-05-20 | Improve session debugging |  Florin Coras | 1 | -14/+78 |
2017-05-18 | Improve sack bytes accounting and testing |  Florin Coras | 1 | -0/+42 |
2017-05-11 | Handle RST of TCP connections in SYN-RCVD state, VPP-822 |  Florin Coras | 1 | -8/+23 |
2017-05-10 | Improve TCP option handling, VPP-757 |  Florin Coras | 1 | -1/+5 |
2017-05-07 | Include TCP options in segment size computation |  Florin Coras | 1 | -2/+15 |
2017-05-07 | Fix TCP loss recovery, VPP-745 |  Florin Coras | 1 | -8/+27 |
2017-05-02 | Fix TCP tx when snd_wnd < smss |  Florin Coras | 1 | -3/+4 |