Age | Commit message (Expand) | Author | Files | Lines |
2019-06-06 | IP-Punt-redirect: allow the use of a FIB path to describe how to | Neale Ranns | 9 | -384/+433 |
2019-06-06 | DVR: Control the reinject as L2 or L3 based on the output interface type | Neale Ranns | 3 | -11/+84 |
2019-06-06 | reassembly: support more custom options for apps | Klement Sekera | 3 | -49/+146 |
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 | In ip6_mfib_forward_rpf_node,is_v4 should be 0. | mu.duojiao | 1 | -1/+1 |
2019-06-05 | L3 cross connect | Neale Ranns | 1 | -4/+8 |
2019-06-05 | IPSEC: some CLI fixes | Neale Ranns | 5 | -10/+16 |
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 | 3 | -15/+33 |
2019-06-04 | Fix: bug prevented IPsec ipv4 SPDs to show correctly | Guillaume Solignac | 1 | -4/+9 |
2019-06-04 | Punt: specify packets by IP protocol Type | Neale Ranns | 11 | -38/+282 |
2019-06-04 | srp: leverage vlib_buffer_get_current | Zhiyong Yang | 1 | -3/+3 |
2019-06-03 | ARP: add feature arc | Neale Ranns | 7 | -168/+508 |
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 | 1 | -0/+22 |
2019-05-31 | bonding: add support for numa awareness | Zhiyong Yang | 3 | -12/+89 |
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 | ipip: refactor ipip.api with explicit types | Ole Troan | 2 | -24/+16 |
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 | vxlan-gbp: prefetch encap header memory area | Zhiyong Yang | 1 | -66/+70 |
2019-05-28 | l2tp: l2tp-decap-local don't accept packets unless configured | Jakub Grajciar | 3 | -10/+10 |
2019-05-28 | ipsec: ah_encrypt rework | Filip Tehlar | 1 | -194/+280 |
2019-05-28 | Punt: socket register for exception dispatched/punted packets based on reason | Neale Ranns | 14 | -802/+1482 |
2019-05-28 | Add an ip6 local hop-by-hop protocol demux table | Dave Barach | 3 | -22/+341 |
2019-05-28 | gre: don't register gre input nodes unless a gre tunnel is created | Jakub Grajciar | 2 | -3/+4 |
2019-05-28 | tap: crash in multi-thread environment | Mohsin Kazmi | 3 | -5/+4 |
2019-05-28 | snap_input: simplify code using existing functions | Zhiyong Yang | 1 | -11/+6 |
2019-05-28 | llc_input: simplify code using existing functions | Zhiyong Yang | 1 | -11/+6 |
2019-05-28 | hdlc_input: simplify code using existing functions | Zhiyong Yang | 1 | -10/+6 |
2019-05-27 | IPIP tunnel: use address types on API | Neale Ranns | 2 | -46/+48 |
2019-05-27 | virtio: Add gso support for native virtio driver | Mohsin Kazmi | 5 | -7/+77 |
2019-05-27 | geneve: encap performance enhancement | Zhiyong Yang | 1 | -58/+53 |
2019-05-27 | rewrite vnet_interface_output_node_inline_gso | Zhiyong Yang | 1 | -59/+47 |
2019-05-27 | tcp: handle disconnects in rcv-process | Florin Coras | 1 | -0/+1 |
2019-05-25 | tcp: handle fin+rst in same frame | Florin Coras | 1 | -1/+8 |
2019-05-24 | vxlan-gpe: improve encap performance | Zhiyong Yang | 1 | -46/+41 |
2019-05-24 | ip4/6-reassembly fixes | Vijayabhaskar Katamreddy | 2 | -2/+11 |
2019-05-24 | Tap: Fix the indirect buffers allocation VPP-1660 | Mohsin Kazmi | 4 | -48/+61 |
2019-05-24 | Remove historical ip4 icmp OAM code | Dave Barach | 1 | -0/+7 |
2019-05-23 | Fix vpp crash bug while deleting dhcp client | jackiechen1985 | 1 | -1/+1 |
2019-05-23 | Optimize code | jackiechen1985 | 1 | -9/+4 |