Age | Commit message (Expand) | Author | Files | Lines |
2017-06-21 | acl-plugin: use ethernet_buffer_header_size() to determine the size of the et... | Andrew Yourtchenko | 1 | -1/+1 |
2017-06-21 | acl-plugin: fix coverity issue 170476 | Andrew Yourtchenko | 1 | -2/+1 |
2017-06-21 | acl-plugin: fix coverity issue 166801 | Andrew Yourtchenko | 1 | -1/+1 |
2017-06-21 | NAT64: custom prefix | Matus Fabian | 6 | -65/+494 |
2017-06-21 | memif: minor changes in memif.h | Damjan Marion | 2 | -16/+20 |
2017-06-21 | Add option to create clib_socket with group write permissions | Damjan Marion | 3 | -1/+14 |
2017-06-21 | Add knob to specify effective group id (gid) for VPP process | Damjan Marion | 3 | -0/+36 |
2017-06-21 | ARP: ignore non-connected routes and non-interface sources when determing if ... | Neale Ranns | 2 | -33/+104 |
2017-06-21 | acl-plugin: fix coverity error 171135 | Andrew Yourtchenko | 1 | -0/+2 |
2017-06-21 | acl-plugin: vat: acl_interface_list_dump confusing/incorrect output in case n... | Andrew Yourtchenko | 1 | -2/+2 |
2017-06-20 | vlib: make runtime_data handling thread-local | Igor Mikhailov (imichail) | 1 | -16/+26 |
2017-06-20 | Parenthesize the usage of the macro argument within vec_search() macro defini... | Andrew Yourtchenko | 1 | -1/+1 |
2017-06-20 | SNAT: unknow protocol hairpinning fix | Matus Fabian | 1 | -1/+1 |
2017-06-20 | VPP-879 MAP: s/u32 is_add/u8 is_add in map.api | Ole Troan | 1 | -1/+1 |
2017-06-19 | L2FWD:fix seq_num overwritten + validate l2fib entries when forwarding | Eyal Bari | 8 | -56/+99 |
2017-06-19 | NAT64: change not supported multi threading behaviour | Matus Fabian | 5 | -6/+104 |
2017-06-19 | memif: add ip mode | Damjan Marion | 4 | -35/+132 |
2017-06-19 | Overall tcp performance improvements (VPP-846) | Florin Coras | 23 | -568/+945 |
2017-06-19 | SNAT: NAT packet with unknown L4 protocol if match 1:1 NAT | Matus Fabian | 2 | -6/+104 |
2017-06-19 | acl-plugin: bihash-based ACL lookup | Andrew Yourtchenko | 10 | -10/+1572 |
2017-06-19 | NAT64: Hairpinning (VPP-699) | Matus Fabian | 7 | -52/+477 |
2017-06-17 | Fix map-notify processing with multiple workers | Florin Coras | 2 | -13/+44 |
2017-06-16 | memif: show memif CLI enhancement | Steven | 1 | -39/+115 |
2017-06-16 | memif: jumbo frames support | Steven | 2 | -148/+272 |
2017-06-16 | LISP-GPE: add test CLI for NSH | Filip Tehlar | 2 | -0/+132 |
2017-06-16 | Add missing barrier sync to rx placement infra code | Damjan Marion | 2 | -6/+18 |
2017-06-16 | Fix vni/dp_table endianness for gpe iface addition (VPP-882) | Florin Coras | 2 | -8/+10 |
2017-06-16 | Fix gpe_native_fwd_rpaths_get (VPP-883) | Florin Coras | 1 | -1/+3 |
2017-06-15 | Add VAT handlers for LISP-GPE API | Filip Tehlar | 3 | -11/+223 |
2017-06-15 | acl-plugin: store sessions in a single hash table instead of a per-interface | Andrew Yourtchenko | 4 | -22/+39 |
2017-06-14 | Fix session api connect sock handler. | Dave Wallace | 1 | -1/+10 |
2017-06-14 | acl-plugin: shrink the L2 classifier tables used for traffic redirect | Andrew Yourtchenko | 1 | -17/+17 |
2017-06-14 | VPP-874: fix coverity warnings in tw_timer_template.c | Dave Barach | 1 | -4/+4 |
2017-06-14 | ETH:fix l2_len/vlan count mismatch for > 2 tags | Eyal Bari | 3 | -16/+7 |
2017-06-13 | FIB walk process - wake-up rate unnecessarily high | Neale Ranns | 1 | -1/+11 |
2017-06-13 | SNAT: fix 1:1 NAT without port hairpinning TCP checksum update | Matus Fabian | 1 | -0/+10 |
2017-06-13 | memif: fix crash during interface delete | Damjan Marion | 1 | -0/+4 |
2017-06-12 | L2FIB:fix crash in show with deleted subif entries | Eyal Bari | 1 | -4/+7 |
2017-06-12 | three-level timer wheel implementation w/ overflow vector | Dave Barach | 13 | -77/+1331 |
2017-06-12 | memif: complete refactor of socket handling code | Damjan Marion | 11 | -1146/+1796 |
2017-06-12 | Fix build breakge post 6956 | Neale Ranns | 1 | -0/+2 |
2017-06-12 | NAT64: bug fix | Matus Fabian | 2 | -6/+29 |
2017-06-12 | Remove calls to crc_u32 and add clib_crc32c for armv8+crc | Christophe Fontaine | 6 | -92/+61 |
2017-06-12 | NAT64: coverity fix | Matus Fabian | 1 | -2/+14 |
2017-06-12 | Fix coverity issue | Filip Tehlar | 1 | -0/+1 |
2017-06-10 | MPLS: cannot delete a path from the CLI | Neale Ranns | 1 | -13/+25 |
2017-06-09 | Fix gpe coverity issue (VPP-874) | Florin Coras | 1 | -3/+8 |
2017-06-09 | Implement sack based tcp loss recovery (RFC 6675) | Florin Coras | 17 | -409/+973 |
2017-06-09 | Sample plugin: Add sample plugin documentation | Ray Kinsella | 2 | -7/+89 |
2017-06-09 | acl-plugin: wrap a verbose debug message in the appropriate conditional | Andrew Yourtchenko | 1 | -0/+2 |