Age | Commit message (Expand) | Author | Files | Lines |
2018-09-25 | UDP-Encap: fix coverity found error | Neale Ranns | 1 | -0/+1 |
2018-09-24 | Trivial: Clean up some typos. | Paul Vinciguerra | 1 | -4/+4 |
2018-09-20 | UDP-Encap: name counters for the stats segment | Neale Ranns | 4 | -206/+131 |
2018-09-10 | vxlan-gbp: Add support for vxlan gbp | Mohsin Kazmi | 1 | -0/+2 |
2018-08-31 | VPP-1407: Fix the wrong length of udp header for buffer chains | shubing guo | 1 | -1/+4 |
2018-08-10 | Use IP address types on UDP encap API | Neale Ranns | 2 | -73/+111 |
2018-08-06 | re-indent UDP encap documentation | Neale Ranns | 1 | -31/+34 |
2018-07-11 | avoid using thread local storage for thread index | Damjan Marion | 2 | -2/+2 |
2018-06-21 | BIER neighbor stats | Neale Ranns | 2 | -2/+2 |
2018-06-11 | udp: fix for multiple workers and add test | Florin Coras | 1 | -4/+12 |
2018-05-09 | ipsec: support UDP encap/decap for NAT traversal | Klement Sekera | 1 | -0/+1 |
2018-05-04 | Harmonize vec/pool_get_aligned object sizes and alignment requests | Dave Barach | 1 | -0/+2 |
2018-04-18 | udp/session: refactor to support dgram mode | Florin Coras | 3 | -72/+172 |
2018-03-21 | udp: make udp encap pool cacheline aligned | Damjan Marion | 1 | -1/+1 |
2018-03-21 | UDP Encap counters | Neale Ranns | 3 | -0/+65 |
2018-03-20 | FIB Interpose Source | Neale Ranns | 1 | -1/+1 |
2018-03-02 | session: first approximation implementation of tls | Florin Coras | 1 | -1/+3 |
2018-01-26 | session: move builtin apps to their own folder | Florin Coras | 1 | -277/+0 |
2018-01-25 | session: add support for memfd segments | Florin Coras | 1 | -6/+0 |
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 | -6/+7 |
2018-01-09 | api: refactor vlibmemory | Florin Coras | 2 | -22/+19 |
2017-12-21 | VPP-1109 Fix loop for some CLI (code review) | Swarup Nayak | 1 | -0/+3 |
2017-12-15 | Fix icmp/udp/tcp punt/drop paths | Vijayabhaskar Katamreddy | 1 | -11/+16 |
2017-12-14 | session: cleanup attach flags | Florin Coras | 1 | -2/+2 |
2017-12-11 | session: generalize handling of network transports | Florin Coras | 1 | -3/+4 |
2017-12-10 | update builtin UDP server to new vnet_session API | Andreas Schultz | 1 | -3/+25 |
2017-12-09 | BIER in non-MPLS netowrks | Neale Ranns | 2 | -1/+13 |
2017-11-26 | FIB: store the node type not the function pointer. | Neale Ranns | 1 | -2/+0 |
2017-11-07 | UDP Encapsulation. | Neale Ranns | 5 | -0/+1304 |
2017-11-02 | session/udp: init rw locks | Florin Coras | 1 | -0/+8 |
2017-11-01 | session: add support for proxying apps | Florin Coras | 1 | -1/+1 |
2017-10-16 | udp: refactor udp code | Florin Coras | 6 | -468/+574 |
2017-10-13 | VPP-1027: DNS name resolver | Dave Barach | 1 | -2/+6 |
2017-10-10 | session: add support for application namespacing | Florin Coras | 2 | -5/+6 |
2017-10-06 | Initial GENEVE TUNNEL implementation and tests. | Marco Varlese | 1 | -2/+4 |
2017-10-04 | [aarch64] Fixes CLI crashes on dpaa2 platform. | Christophe Fontaine | 1 | -1/+1 |
2017-09-20 | session: store tep port in net order | Florin Coras | 1 | -5/+5 |
2017-07-30 | Make tcp active open data structures thread safe | Florin Coras | 2 | -5/+5 |
2017-07-25 | Cleanup/refactor session layer code | Florin Coras | 1 | -12/+10 |
2017-07-11 | Horizontal (nSessions) scaling draft | Dave Barach | 1 | -1/+1 |
2017-06-06 | Rework vxlan-gpe to support FIB 2.0 and bypass mode | Hongjun Ni | 1 | -2/+2 |
2017-06-01 | Improve fifo allocator performance | Dave Barach | 1 | -0/+1 |
2017-05-15 | Add GTP-U plugin. VPP-694 | Hongjun Ni | 1 | -0/+2 |
2017-04-24 | Session layer improvements | Florin Coras | 2 | -6/+7 |
2017-04-13 | Session layer refactoring | Florin Coras | 1 | -9/+25 |
2017-04-06 | Use thread local storage for thread index | Damjan Marion | 1 | -1/+1 |
2017-04-04 | Fix issue with udp port registration when running multithreaded | Damjan Marion | 2 | -74/+51 |
2017-03-27 | TCP/session improvements | Florin Coras | 2 | -32/+44 |
2017-03-16 | vlib: make runtime_data thread-local | Damjan Marion | 1 | -27/+47 |