Age | Commit message (Expand) | Author | Files | Lines |
2020-03-19 | session tcp udp: consolidate transport snd apis | Florin Coras | 1 | -14/+11 |
2020-03-19 | ip: change ip API enums address_family and ip_proto size to u8 | Jakub Grajciar | 1 | -4/+4 |
2020-03-09 | udp: fix UDP socket byte order in lookup | Andreas Schultz | 1 | -1/+2 |
2020-01-16 | udp: fix ipv6 listen port registration | Florin Coras | 1 | -1/+1 |
2020-01-10 | docs: Edit FEATURE.yaml files so they can be published | John DeNisco | 1 | -2/+2 |
2020-01-03 | udp: add features.yaml | Florin Coras | 1 | -0/+9 |
2020-01-02 | session: fix listener global endpoint lookup | Florin Coras | 1 | -0/+3 |
2019-12-10 | api: multiple connections per process | Dave Barach | 1 | -1/+1 |
2019-10-01 | session: fix use-after-free | Benoît Ganne | 1 | -1/+2 |
2019-09-25 | udp: do not send received packets to error-drop | Aloys Augustin | 1 | -192/+173 |
2019-08-08 | udp: fix rx event generation | Florin Coras | 1 | -6/+20 |
2019-08-08 | udp: fix connections move | Aloys Augustin | 1 | -1/+4 |
2019-08-06 | udp: fix session migrate when not needed | Nathan Skrzypczak | 1 | -15/+21 |
2019-07-23 | udp: fix typo in udp connectinon flags | Dave Wallace | 1 | -1/+1 |
2019-07-23 | udp: fix connection flags | Aloys Augustin | 1 | -3/+3 |
2019-07-22 | udp: support close with data | Florin Coras | 3 | -19/+41 |
2019-07-19 | fib: FIB Entry tracking | Neale Ranns | 1 | -11/+6 |
2019-07-12 | quic: fix show session verbose | Aloys Augustin | 1 | -3/+3 |
2019-07-12 | session: add thread index to all formatters | Aloys Augustin | 1 | -0/+2 |
2019-07-09 | udp: UDPC handle open fail | Nathan Skrzypczak | 1 | -6/+9 |
2019-06-28 | session: add half_open_has_fifos for UDPC | Nathan Skrzypczak | 1 | -0/+1 |
2019-06-27 | session: Add transport vft protocol options | Nathan Skrzypczak | 1 | -7/+14 |
2019-06-18 | fib: fib api updates | Neale Ranns | 1 | -1/+1 |
2019-06-17 | session: use listener_handle instead of listener_index | Nathan Skrzypczak | 1 | -1/+2 |
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 |