Age | Commit message (Expand) | Author | Files | Lines |
2019-06-06 | gbp: fix lpm classification with vlan |  Benoît Ganne | 1 | -50/+12 |
2019-06-06 | gbp: do not classify unknown packet as EP packets |  Benoît Ganne | 1 | -0/+4 |
2019-06-06 | lb: crashed with some specific commit under heavy traffic |  Hongjun Ni | 3 | -5/+13 |
2019-06-05 | ipsec: fix combined counters in ah-encrypt node |  Filip Tehlar | 1 | -3/+5 |
2019-06-05 | ipsec: fix sa counters in esp-encrypt |  Damjan Marion | 1 | -4/+7 |
2019-06-05 | ipsec: fix sa counters in esp-decrypt |  Damjan Marion | 1 | -6/+7 |
2019-06-05 | Switch atomic release API from __sync to __atomic builtin. |  Sirshak Das | 1 | -1/+1 |
2019-06-05 | Switch atomic test and set API from __sync to __atomic builtin |  Sirshak Das | 1 | -1/+1 |
2019-06-05 | avf: enable promiscuous mode |  Steven Luong | 3 | -1/+18 |
2019-06-05 | In ip6_mfib_forward_rpf_node,is_v4 should be 0. |  mu.duojiao | 1 | -1/+1 |
2019-06-05 | L3 cross connect |  Neale Ranns | 10 | -4/+1260 |
2019-06-05 | IPSEC: some CLI fixes |  Neale Ranns | 5 | -10/+16 |
2019-06-04 | elog: make elog_string() multi-thread safe |  Steven Luong | 1 | -0/+2 |
2019-06-04 | punt: fix the set_punt API/CLI which was rejecting valid ports |  Neale Ranns | 1 | -11/+11 |
2019-06-04 | features will register udp ports once configured |  Jakub Grajciar | 4 | -18/+38 |
2019-06-04 | Fix: bug prevented IPsec ipv4 SPDs to show correctly |  Guillaume Solignac | 1 | -4/+9 |
2019-06-04 | sort worker-thread init functions in advance |  Dave Barach | 5 | -12/+71 |
2019-06-04 | stats: removing empty object in stats vector |  Ole Troan | 2 | -2/+4 |
2019-06-04 | Punt: specify packets by IP protocol Type |  Neale Ranns | 11 | -38/+282 |
2019-06-04 | mactime: upstream new features |  Dave Barach | 6 | -25/+161 |
2019-06-04 | dpdk: rework extended stats |  Filip Tehlar | 4 | -47/+33 |
2019-06-04 | startup: remove dpdk linking bonding configuration |  Zhiyong Yang | 1 | -10/+0 |
2019-06-04 | srp: leverage vlib_buffer_get_current |  Zhiyong Yang | 1 | -3/+3 |
2019-06-03 | GBP: add subnet cli command |  Benoît Ganne | 1 | -2/+85 |
2019-06-03 | ARP: add feature arc |  Neale Ranns | 7 | -168/+508 |
2019-06-03 | crypto_ia32: native AES-GCM implementation |  Damjan Marion | 5 | -1/+1046 |
2019-06-02 | IPSec: memcpy of integ key bork |  Neale Ranns | 1 | -1/+1 |
2019-05-31 | VPP-1692: move NULL pointer check |  Dave Barach | 1 | -5/+5 |
2019-05-31 | tools: FEATURE.yaml meta-data infrastructure |  Ole Troan | 4 | -0/+179 |
2019-05-31 | crypo_ia32: don't optimize debug builds |  Damjan Marion | 2 | -1/+5 |
2019-05-31 | Update vnet hardware flags if link state changes |  Dave Barach | 1 | -1/+9 |
2019-05-31 | bonding: add support for numa awareness |  Zhiyong Yang | 4 | -12/+90 |
2019-05-30 | nat44: fix CLI doc error |  jackiechen1985 | 1 | -2/+2 |
2019-05-30 | IP load-balance; perf improvement using the usual reciepe |  Neale Ranns | 2 | -305/+233 |
2019-05-30 | FIB: correctly report IPv6 FIB Unicast and Multicast memory usage (VPP-1578)" |  Neale Ranns | 6 | -16/+34 |
2019-05-30 | lisp-cp: start lisp retry service on demand |  Florin Coras | 2 | -8/+18 |
2019-05-30 | sample-plugin: refactor .api to use explicit types |  Ole Troan | 1 | -8/+9 |
2019-05-30 | ipip: refactor ipip.api with explicit types |  Ole Troan | 3 | -24/+17 |
2019-05-30 | dpdk: remove bonding code |  Damjan Marion | 6 | -251/+11 |
2019-05-30 | NAT: create bypass in correct thread if workers>1 |  Alexander Chernavin | 1 | -9/+40 |
2019-05-30 | Start the dns resolver process on demand |  Dave Barach | 3 | -8/+19 |
2019-05-30 | IPsec: modify post-decrypt buf len calculation |  Matthew G Smith | 1 | -2/+2 |
2019-05-30 | mpls: leverage vlib_buffer_advance |  Zhiyong Yang | 1 | -7/+4 |
2019-05-30 | osi_input: leverage vlib_buffer_get_current |  Zhiyong Yang | 1 | -3/+3 |
2019-05-29 | ipsec: fix perf issue in esp_aad_fill |  Damjan Marion | 1 | -4/+7 |
2019-05-29 | Start the cdp period process on demand |  Dave Barach | 4 | -22/+20 |
2019-05-29 | vxlan-gbp: prefetch encap header memory area |  Zhiyong Yang | 1 | -66/+70 |
2019-05-29 | dpdk: make sure each segment have initalized rte_mbuf |  Damjan Marion | 1 | -12/+4 |
2019-05-29 | Break out the broom for some cleanup work |  Dave Barach | 2 | -0/+38 |
2019-05-29 | map: Use vl_api_string macros. |  Paul Vinciguerra | 2 | -27/+9 |