Age | Commit message (Expand) | Author | Files | Lines |
2018-12-22 | dpdk: switch to in-memory mode, deprecate use of socket-mem | Damjan Marion | 1 | -112/+25 |
2018-12-22 | crypto-input impprovement: | Kingwel Xie | 1 | -74/+163 |
2018-12-21 | GBP: add allowed ethertypes to contracts | Neale Ranns | 5 | -55/+129 |
2018-12-21 | MAP: Convert from DPO to input feature. | Jon Loeliger | 11 | -477/+582 |
2018-12-21 | NAT: fix coverity error 190176 (VPP-1474) | Matus Fabian | 1 | -0/+2 |
2018-12-21 | Revert "Build issue after https://gerrit.fd.io/r/#/c/16508/." | Ole Trøan | 1 | -3/+3 |
2018-12-20 | NAT: total users and sessions gauges (VPP-1484) | Matus Fabian | 10 | -9/+154 |
2018-12-20 | FIB: encode the label stack in the FIB path during table dump | Neale Ranns | 1 | -1/+1 |
2018-12-20 | Build issue after https://gerrit.fd.io/r/#/c/16508/. | Paul Vinciguerra | 1 | -3/+3 |
2018-12-20 | Trivial: fix src/plugins/map/test.c memory leak | Paul Vinciguerra | 1 | -1/+2 |
2018-12-19 | MAP: Add API support for MAP input feature. | Jon Loeliger | 4 | -0/+216 |
2018-12-19 | vlib: support Hyper-v/Azure VMBus | Stephen Hemminger | 1 | -0/+32 |
2018-12-19 | dpdk plugin: blacklist PCI devices by type | Dave Barach | 2 | -1/+47 |
2018-12-18 | NAT44: nat44_add_del_lb_static_mapping enhancements (VPP-1514) | Matus Fabian | 6 | -54/+447 |
2018-12-18 | MAP: Add longest matching prefix (LPM) data structures | Ole Troan | 3 | -0/+220 |
2018-12-18 | MFIB: recurse resolution through an MFIB entry | Neale Ranns | 1 | -22/+467 |
2018-12-18 | PAPI: Add MACAddress object wrapper for vl_api_mac_address_t | Ole Troan | 1 | -3/+3 |
2018-12-18 | MAP: Remove dual loop in MAP-T in preparation for refactor. | Ole Troan | 3 | -587/+0 |
2018-12-17 | Improve perfmon json table picker | Dave Barach | 4 | -23/+341 |
2018-12-17 | vmxnet3: support clear hardware interface counters | Steven | 3 | -20/+60 |
2018-12-17 | MAP: Encode ht-ratio as f64 for API. | Jon Loeliger | 1 | -2/+2 |
2018-12-16 | IP6-MFIB: replace the radix tree with bihash (VPP-1526) | Neale Ranns | 1 | -15/+16 |
2018-12-14 | Revert gerrit 16429 to fix a Debian build-break | Dave Barach | 1 | -22/+44 |
2018-12-14 | NAT: counters (VPP-1484) | Matus Fabian | 8 | -76/+362 |
2018-12-14 | Fix compiling issue with GCC-8.x in string test functions | Lijian.Zhang | 1 | -44/+22 |
2018-12-13 | MAP: Fix inverted 'is_add'/'is_del' flag in map_pre_resolve() call. | Jon Loeliger | 1 | -1/+1 |
2018-12-13 | make build failure. | Paul Vinciguerra | 2 | -3/+3 |
2018-12-12 | VPP-1529: check hop-by-hop header length | Dave Barach | 1 | -7/+37 |
2018-12-12 | Fix CDP failure in make test | Lijian.Zhang | 1 | -2/+2 |
2018-12-11 | New api in order to get max entries of connection table is added. | Khers | 3 | -5/+83 |
2018-12-11 | MAP: Add API support for setting parameters. | Jon Loeliger | 4 | -212/+648 |
2018-12-06 | nsim: add packet loss simulation, docs | Dave Barach | 6 | -8/+79 |
2018-12-06 | API: Change ip4_address and ip6_address to use type alias. | Ole Troan | 2 | -3/+3 |
2018-12-05 | Fix gcc-8 compile issues in string_test.c | Dave Barach | 1 | -1/+35 |
2018-12-03 | move [m]fib and BIER tests to unittest plugin | Neale Ranns | 4 | -0/+13050 |
2018-12-02 | vppinfra: c11 safe string functions | Steven | 1 | -25/+1559 |
2018-12-01 | dpdk-ipsec-mempool: allocate from dpdk mem specified by socket-mem in startup... | Kingwel Xie | 1 | -22/+17 |
2018-11-30 | coding-style: missing coding-style-patch | Kingwel Xie | 1 | -168/+200 |
2018-11-30 | session: segment handle in accept/connect notifications | Florin Coras | 1 | -2/+2 |
2018-11-29 | GBP: l3-out subnets | Neale Ranns | 21 | -278/+909 |
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 | 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-28 | dpdk: allow interface name to be specified from startup.conf | Damjan Marion | 3 | -4/+15 |
2018-11-28 | cmake: display warning and continue if dpdk not present | Damjan Marion | 1 | -0/+5 |
2018-11-27 | cmake: Add protocol.h to lacp plugin .h includes | Alexander Chernavin | 1 | -0/+1 |
2018-11-23 | acl-plugin: fix coverity error that the fix related for [VPP-1502] has triggered | Andrew Yourtchenko | 1 | -9/+13 |
2018-11-23 | NAT44: improve expired sessions reuse (VPP-1503) | Matus Fabian | 2 | -79/+65 |