Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-06-02 | Add l3 routing for GTP-U decap | Hongjun Ni | 10 | -14/+25 |
2017-05-31 | memif: multi-queues support | Steven | 7 | -73/+167 |
2017-05-30 | Flowprobe: Stateful flows and IPv6, L4 recording | Ole Troan | 18 | -1915/+2420 |
2017-05-29 | memif: master instance crashes when typing quit on slave | Steven | 1 | -15/+29 |
2017-05-24 | SNAT: fix IPFIX data src and dst port | Matus Fabian | 1 | -2/+2 |
2017-05-24 | IPv6 Performance bugs | Neale Ranns | 2 | -2/+1 |
2017-05-23 | Added support for Virtio-user interfaces by means of a new VNET_DPDK_PORT_TYPE. | Mohammed Hawari | 3 | -1/+16 |
2017-05-22 | dpdk: make dpdk global debug level configurable | Damjan Marion | 3 | -33/+30 |
2017-05-22 | Fix GTP-U Coverity issues | Hongjun Ni | 1 | -24/+15 |
2017-05-18 | acl-plugin: reject the too-short variable-length messages from clients (VPP-839) | Andrew Yourtchenko | 1 | -3/+42 |
2017-05-17 | ioam: configuration for SRv6 localsid (VPP-693) | shwethab | 4 | -23/+54 |
2017-05-17 | dpdk: Do not check and set rte_mbuf refcnt if dpdk ver >= 17.05 | Damjan Marion | 1 | -0/+4 |
2017-05-16 | Unneeded linking | Marco Varlese | 1 | -0/+4 |
2017-05-16 | Fix regression of setting device to admin-down state | John Lo | 1 | -5/+4 |
2017-05-15 | acl-plugin: unapply the ACLs if interface is being deleted | Andrew Yourtchenko | 1 | -0/+4 |
2017-05-15 | dpdk: Enable hardware CRC strip for Intel VFs | Damjan Marion | 1 | -0/+5 |
2017-05-15 | Add GTP-U plugin. VPP-694 | Hongjun Ni | 12 | -0/+4248 |
2017-05-15 | memif: migrate memif to use vnet device infra APIs | Steven | 2 | -22/+40 |
2017-05-15 | dpdk: improve error handling during device initialization | Damjan Marion | 6 | -79/+98 |
2017-05-15 | Add a missing byte-swap call in ACL intf dump. | Jon Loeliger | 1 | -1/+1 |
2017-05-15 | [plugins/dpdk] Support for CLIB_HAVE_64 (aarch64) | Christophe Fontaine | 1 | -0/+13 |
2017-05-11 | dpdk: bump to dpdk 17.05 | Damjan Marion | 4 | -22/+16 |
2017-05-10 | completelly deprecate os_get_cpu_number, replace new occurences | Damjan Marion | 4 | -22/+22 |
2017-05-10 | Add crc32c inline function, allows compilation on 32-bit systems | Damjan Marion | 2 | -8/+3 |
2017-05-10 | dpdk: refactor interface speed detection | Damjan Marion | 3 | -98/+42 |
2017-05-10 | SNAT: move API code to separate file | Matus Fabian | 4 | -1256/+1312 |
2017-05-09 | dpdk: refactor setup, start, stop code | Damjan Marion | 5 | -87/+167 |
2017-05-09 | Fix remaining 32-bit compile issues | Damjan Marion | 2 | -5/+6 |
2017-05-08 | dpdk: use speed_capa to detect i40e device speed | Damjan Marion | 3 | -19/+13 |
2017-05-07 | Avoid active connection prevent timeout of idle conns after it | Andrew Yourtchenko | 2 | -10/+12 |
2017-05-05 | First commit SR MPLS | Pablo Camarillo | 3 | -3/+3 |