Age | Commit message (Expand) | Author | Files | Lines |
2018-11-29 | VPP-1507: Added binary api to dump configured ip_punt_redirect | Pavel Kotucek | 5 | -29/+214 |
2018-11-29 | Export ethernet/mac_address.h as part of API installation. | Jon Loeliger | 1 | -0/+1 |
2018-11-29 | API: Add support for type aliases | Ole Troan | 3 | -6/+43 |
2018-11-29 | ipsec: move ipsec defs to ipsec.h | Klement Sekera | 2 | -51/+54 |
2018-11-28 | Remove useless prefetch in ip4-rewrite node | Simon Zhang | 1 | -1/+1 |
2018-11-26 | Minor tweaks | Dave Barach | 1 | -10/+11 |
2018-11-26 | Fix IPSec CLI key parsing | Pierre Pfister | 2 | -4/+11 |
2018-11-26 | Add a feature arc consistency check | Dave Barach | 8 | -0/+28 |
2018-11-26 | flow-hash: Add symmetric flag for flow hashing | Mohsin Kazmi | 4 | -4/+40 |
2018-11-26 | Remove unused argument from eth_identify_subint(...) | Damjan Marion | 3 | -7/+2 |
2018-11-23 | vhost-user: use memory store barrier | Damjan Marion | 1 | -3/+3 |
2018-11-23 | session: fix coverity app name warning | Florin Coras | 1 | -10/+20 |
2018-11-23 | vhost-user: add missing inlines | Damjan Marion | 1 | -2/+2 |
2018-11-23 | vhost-user: avoid global storage access | Damjan Marion | 1 | -26/+34 |
2018-11-23 | vhost-user: simplify input loop | Damjan Marion | 1 | -181/+174 |
2018-11-22 | MAP: Use explicit address/prefix types in API | Ole Troan | 1 | -0/+10 |
2018-11-22 | vhost-user: hint ethernet-input about single sw_if_index | Damjan Marion | 1 | -1/+16 |
2018-11-22 | vhost-user: avoid per-packet feature arc lookups | Damjan Marion | 1 | -12/+18 |
2018-11-22 | vhost-user: fix input node runtime stats | Damjan Marion | 1 | -2/+2 |
2018-11-22 | Add RFC5424 syslog protocol support (VPP-1139) | Matus Fabian | 10 | -0/+1442 |
2018-11-21 | VPP-1309: fixed crash when listing ip arp after removing interface | Pavel Kotucek | 1 | -0/+24 |
2018-11-21 | session: improve app cli | Florin Coras | 3 | -25/+70 |
2018-11-21 | session: cleanup use of api_client_index | Florin Coras | 5 | -151/+91 |
2018-11-21 | ethernet-input: fix assert in l2 mode | Damjan Marion | 1 | -9/+24 |
2018-11-20 | ethernet-input optimizations | Damjan Marion | 4 | -23/+552 |
2018-11-20 | vhost-user: cleanup | Damjan Marion | 2 | -65/+44 |
2018-11-20 | IPSEC: remove duplicate memcy | Neale Ranns | 1 | -6/+0 |
2018-11-20 | Link speed sent as little endian across API | Ole Troan | 1 | -1/+1 |
2018-11-20 | dhcp4:(VPP-1483) linearize chained packets before handling | Eyal Bari | 2 | -53/+54 |
2018-11-19 | Improve feature arc order constraint specification | Dave Barach | 3 | -13/+135 |
2018-11-18 | add vlib_prefetch_buffer_data(...) macro | Damjan Marion | 3 | -25/+16 |
2018-11-18 | vcl/session: apps with process workers | Florin Coras | 7 | -28/+113 |
2018-11-18 | mac_address_t: size to 6 bytes so it represents wire format | Neale Ranns | 1 | -7/+15 |
2018-11-17 | pcap-based dispatch tracer | Dave Barach | 11 | -523/+9 |
2018-11-17 | IP-punt: add documentation to the API and fix IP address init | Neale Ranns | 2 | -1/+3 |
2018-11-15 | QoS: fix always recoding as IP | Neale Ranns | 1 | -15/+25 |
2018-11-15 | GBP: redirect contracts | Neale Ranns | 1 | -9/+7 |
2018-11-15 | ip4-input: fix prefetch data issue for tunnel decap cases | Zhiyong Yang | 1 | -4/+8 |
2018-11-15 | ipsec: infra for selecting backends | Klement Sekera | 6 | -177/+622 |
2018-11-15 | VXLAN-GBP: c-n-p error in the dual-loop tracing | Neale Ranns | 1 | -1/+1 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 88 | -683/+717 |
2018-11-13 | tcp: cubic improvements | Florin Coras | 1 | -9/+25 |
2018-11-13 | tcp: cubic fast convergence | Florin Coras | 4 | -7/+73 |
2018-11-13 | ipsec: fix typo | Klement Sekera | 1 | -1/+1 |
2018-11-13 | L2 feautre bitmaps output verbose/non-verbose mode | Neale Ranns | 5 | -8/+29 |
2018-11-13 | vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) | Damjan Marion | 14 | -30/+30 |
2018-11-12 | tcp: handle disconnects after enq notifications | Florin Coras | 4 | -37/+93 |
2018-11-12 | IPv6: Make link-local configurable per-interface (VPP-1446) | Juraj Sloboda | 6 | -118/+52 |
2018-11-10 | proxy-app: fix active connect | Florin Coras | 1 | -0/+1 |
2018-11-09 | tcp: basic cubic implementation | Florin Coras | 7 | -14/+259 |