Age | Commit message (Expand) | Author | Files | Lines |
2018-12-03 | Add UDP encap flag |  Filip Tehlar | 2 | -0/+3 |
2018-12-03 | move [m]fib and BIER tests to unittest plugin |  Neale Ranns | 5 | -3/+3 |
2018-12-03 | Copying QoS Bits when fragmented, so that marking can happen properly also cl... |  Vijayabhaskar Katamreddy | 1 | -0/+7 |
2018-12-02 | IPSEC-AH: anti-replay testing |  Neale Ranns | 2 | -6/+9 |
2018-12-02 | vppinfra: c11 safe string functions |  Steven | 3 | -25/+2641 |
2018-12-01 | ip_reassembly_enable_disable reply handler name is changed. |  Chore | 1 | -1/+1 |
2018-12-01 | dpdk-ipsec-mempool: allocate from dpdk mem specified by socket-mem in startup... |  Kingwel Xie | 1 | -22/+17 |
2018-12-01 | Delete shared memory segment files when vpp starts |  Dave Barach | 1 | -0/+22 |
2018-11-30 | Metadata / opaque formatting belongs in vpp |  Dave Barach | 9 | -81/+348 |
2018-11-30 | coding-style: missing coding-style-patch |  Kingwel Xie | 1 | -168/+200 |
2018-11-30 | IPSEC-AH: fix packet drop |  Neale Ranns | 2 | -7/+0 |
2018-11-30 | vcl: wait for segments with segment handle |  Florin Coras | 9 | -69/+152 |
2018-11-30 | API: Add dependency on compiler for API .json and .api generation. |  Ole Troan | 1 | -2/+2 |
2018-11-30 | session: segment handle in accept/connect notifications |  Florin Coras | 19 | -50/+122 |
2018-11-30 | session: use endpt fib index if app in default ns |  John Lo | 1 | -1/+6 |
2018-11-29 | do not opttimize graph node functions in debug builds |  Damjan Marion | 1 | -1/+1 |
2018-11-29 | DHCP: Initialise trace for copied buffers. |  Ole Troan | 2 | -0/+4 |
2018-11-29 | vpp_papi: Add custom exceptions. |  Paul Vinciguerra | 6 | -54/+121 |
2018-11-29 | vpp_papi: Fix: raise NotImplemented. |  Paul Vinciguerra | 1 | -1/+1 |
2018-11-29 | api: ip_source_check_interface_add_del api is added. |  Chore | 2 | -0/+48 |
2018-11-29 | GBP: l3-out subnets |  Neale Ranns | 22 | -278/+910 |
2018-11-29 | gbp: Add support for flow hash profile |  Mohsin Kazmi | 2 | -8/+27 |
2018-11-29 | NAT: syslog - sessions logging (VPP-1139) |  Matus Fabian | 11 | -2/+463 |
2018-11-29 | vcl: basic support for apps that fork |  Florin Coras | 10 | -168/+358 |
2018-11-29 | VPP-1507: Added binary api to dump configured ip_punt_redirect |  Pavel Kotucek | 5 | -29/+214 |
2018-11-29 | ldp: basic multiworker support |  Florin Coras | 3 | -119/+170 |
2018-11-29 | vppinfra: add pool_dup macro |  Florin Coras | 1 | -0/+35 |
2018-11-29 | Export ethernet/mac_address.h as part of API installation. |  Jon Loeliger | 1 | -0/+1 |
2018-11-29 | dpdk-ipsec-nodes multiarch: nodes are formatted in VLIB_NODE_FN style |  Kingwel Xie | 4 | -13/+24 |
2018-11-29 | dpdk: bump to DPDK 18.11 |  Damjan Marion | 1 | -48/+5 |
2018-11-29 | MAP: Use bool type in map.api instead of u8. |  Ole Troan | 1 | -5/+5 |
2018-11-29 | vppapigen: Fix python3 compatibility |  Ole Troan | 1 | -24/+40 |
2018-11-29 | API: Add support for type aliases |  Ole Troan | 11 | -32/+170 |
2018-11-29 | ipsec: move ipsec defs to ipsec.h |  Klement Sekera | 2 | -51/+54 |
2018-11-29 | VPP-1508: vpp_transport_socket.py fix import |  Paul Vinciguerra | 1 | -1/+4 |
2018-11-28 | Use acquire/release ordering when accessing svm_fifo shared variable cursize |  Sirshak Das | 3 | -8/+12 |
2018-11-28 | vpp_papi: Reserved keywords. |  Paul Vinciguerra | 2 | -3/+3 |
2018-11-28 | dpdk: allow interface name to be specified from startup.conf |  Damjan Marion | 4 | -4/+20 |
2018-11-28 | cmake: display warning and continue if dpdk not present |  Damjan Marion | 2 | -4/+9 |
2018-11-28 | Remove useless prefetch in ip4-rewrite node |  Simon Zhang | 1 | -1/+1 |
2018-11-28 | vpp_papi: Use new style classes. |  Paul Vinciguerra | 6 | -13/+13 |
2018-11-27 | ldp: sid to fd mapper for apps with multiple workers |  Florin Coras | 3 | -22/+112 |
2018-11-27 | pmalloc: correct format_pmalloc_map u32 index overrun bug |  Kingwel Xie | 2 | -5/+3 |
2018-11-27 | cmake: Add protocol.h to lacp plugin .h includes |  Alexander Chernavin | 1 | -0/+1 |
2018-11-26 | Minor tweaks |  Dave Barach | 1 | -10/+11 |
2018-11-26 | stats: Remove unneeded dependencies in stat_client |  Ole Troan | 4 | -20/+23 |
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 | vppinfra: prevent dlmalloc from allocating memory via mmap_alloc() |  Andrew Yourtchenko | 1 | -1/+22 |
2018-11-26 | flow-hash: Add symmetric flag for flow hashing |  Mohsin Kazmi | 4 | -4/+40 |