Age | Commit message (Expand) | Author | Files | Lines |
2017-07-06 | Send GARP/NA on bonded intf slave up/down if in active-backup mode | John Lo | 3 | -8/+85 |
2017-07-04 | acl-plugin: VPP-897: applying of large number of ACEs is slow | Andrew Yourtchenko | 2 | -20/+45 |
2017-07-04 | acl-plugin: fix acl plugin test failing sporadically (VPP-898) | Andrew Yourtchenko | 1 | -0/+5 |
2017-06-30 | memif: API message handler registration bug-fix | Jakub Grajciar | 1 | -11/+0 |
2017-06-27 | FLOWPROBE: Add flowstartns, flowendns and tcpcontrolbits | Ole Troan | 3 | -14/+88 |
2017-06-25 | memif: If rx/tx_queues are unset, use default values | Milan Lenco | 1 | -2/+12 |
2017-06-22 | Export and Install GTP-U API file | Hongjun Ni | 1 | -1/+1 |
2017-06-22 | acl-plugin: clean up the code enabling/disabling acl-plugin processing on int... | Andrew Yourtchenko | 2 | -4/+18 |
2017-06-22 | NAT64: documentation | Matus Fabian | 2 | -0/+211 |
2017-06-21 | Introduce default rx mode for device drivers | Damjan Marion | 1 | -1/+1 |
2017-06-21 | acl-plugin: the second and subsequent ACEs incorrect endianness when custom-d... | Andrew Yourtchenko | 1 | -4/+22 |
2017-06-21 | acl-plugin: CLI to clear all sessions | Andrew Yourtchenko | 2 | -8/+38 |
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 | 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 | SNAT: unknow protocol hairpinning fix | Matus Fabian | 1 | -1/+1 |
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 | 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 | 5 | -24/+428 |
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-15 | acl-plugin: store sessions in a single hash table instead of a per-interface | Andrew Yourtchenko | 4 | -22/+39 |
2017-06-14 | acl-plugin: shrink the L2 classifier tables used for traffic redirect | Andrew Yourtchenko | 1 | -17/+17 |
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 | memif: complete refactor of socket handling code | Damjan Marion | 11 | -1146/+1796 |
2017-06-12 | NAT64: bug fix | Matus Fabian | 1 | -1/+20 |
2017-06-12 | Remove calls to crc_u32 and add clib_crc32c for armv8+crc | Christophe Fontaine | 1 | -3/+10 |
2017-06-12 | NAT64: coverity fix | Matus Fabian | 1 | -2/+14 |
2017-06-09 | acl-plugin: wrap a verbose debug message in the appropriate conditional | Andrew Yourtchenko | 1 | -0/+2 |
2017-06-09 | dpdk: fix ipsec coverity warning | Sergio Gonzalez Monroy | 1 | -2/+2 |
2017-06-09 | NAT64: ICMP error support | Matus Fabian | 5 | -15/+202 |
2017-06-08 | acl-plugin: remove clib_warnings on plugin init | Andrew Yourtchenko | 1 | -3/+0 |
2017-06-08 | NAT64: Add NAT64 support for snat plugin (VPP-699) | Matus Fabian | 12 | -11/+3676 |
2017-06-07 | acl-plugin: add a plugin-specific control-ping message api and make the test ... | Andrew Yourtchenko | 4 | -1/+75 |
2017-06-07 | acl-plugin: make the ACL plugin multicore-capable | Andrew Yourtchenko | 5 | -207/+912 |
2017-06-07 | acl-plugin: fix coverity error in acl_test.c | Andrew Yourtchenko | 1 | -2/+2 |
2017-06-07 | dpdk: ipsec fixes | Sergio Gonzalez Monroy | 2 | -43/+43 |
2017-06-07 | dpdk: fix ipsec coverity warnings | Sergio Gonzalez Monroy | 1 | -2/+3 |
2017-06-07 | Add support for memif API to VAT. | Milan Lenco | 2 | -0/+364 |
2017-06-06 | Rework vxlan-gpe to support FIB 2.0 and bypass mode | Hongjun Ni | 1 | -1/+1 |
2017-06-05 | SNAT: fix ICMP hairpinning | Matus Fabian | 1 | -1/+67 |
2017-06-05 | More GCC-7 errors | Marco Varlese | 1 | -0/+2 |
2017-06-02 | memif: fix coverity warnings | Steven | 1 | -0/+2 |