Age | Commit message (Expand) | Author | Files | Lines |
2019-05-22 | fix show session verbose crash with udp transport |  Dave Wallace | 1 | -0/+2 |
2019-05-17 | UDP-Local: fix unregistered ports |  Neale Ranns | 1 | -64/+51 |
2019-05-16 | init / exit function ordering |  Dave Barach | 1 | -10/+9 |
2019-05-14 | Unregister UDPC port only when owned |  Nathan Skrzypczak | 3 | -2/+9 |
2019-05-03 | Fix FIB initialization in UDP input |  Nathan Skrzypczak | 1 | -0/+1 |
2019-05-03 | Add packet headers in UDPC fifos |  Aloys Augustin | 2 | -38/+23 |
2019-04-24 | UDPC: Fix open segfault with multiple workers |  Aloys Augustin | 1 | -1/+3 |
2019-04-16 | svm_fifo rework to avoid contention on cursize |  Sirshak Das | 1 | -2/+3 |
2019-04-10 | udp: fix copyright typo |  Florin Coras | 1 | -1/+1 |
2019-04-08 | host stack: update stale copyright |  Florin Coras | 13 | -13/+13 |
2019-03-06 | udp: migrate old MULTIARCH macros to VLIB_NODE_FN |  Filip Tehlar | 4 | -27/+20 |
2019-03-02 | session: cleanup/rename functions |  Florin Coras | 1 | -1/+1 |
2019-02-09 | session: refactor listen logic |  Florin Coras | 1 | -1/+1 |
2019-02-06 | transport: cleanup |  Florin Coras | 1 | -6/+6 |
2019-02-04 | session: cleanup part 1 |  Florin Coras | 1 | -4/+3 |
2018-12-28 | session: free session after transport and app confirm |  Florin Coras | 1 | -1/+1 |
2018-12-07 | VPP-1506: dump local punts and registered punt sockets |  Pavel Kotucek | 3 | -0/+77 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 1 | -7/+7 |
2018-10-28 | session: extend connect api for internal apps |  Florin Coras | 1 | -2/+2 |
2018-10-27 | pg: allow creating pg for udp based protocols |  Kingwel Xie | 2 | -1/+13 |
2018-10-23 | pg: udp length & checsum issue |  Kingwel Xie | 1 | -4/+4 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 3 | -5/+5 |
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 |