Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-05-02 | Add interface rx mode commands, unify rx mode and placement CLI | Damjan Marion | 1 | -5/+5 |
2017-05-02 | dpdk: remove unused code | Damjan Marion | 5 | -64/+3 |
2017-04-28 | dpdk: cryptodev support enabled by default | Sergio Gonzalez Monroy | 6 | -28/+8 |
2017-04-27 | dpdk: cleanup, move APIs to separate .c file | Damjan Marion | 5 | -327/+337 |
2017-04-27 | CGN: Send ICMP error packet if user is out of sessions available | Martin Gálik | 1 | -6/+21 |
2017-04-27 | ioam: adding missing setup api msg crc table | Shwetha Bhandari | 4 | -0/+66 |
2017-04-26 | CGN: Session dump, test naming for ports fixed | Martin Gálik | 3 | -3/+153 |
2017-04-26 | CGNAT: close session API and CLI commands. | Martin Gálik | 3 | -4/+351 |
2017-04-25 | "autoreply" flag: autogenerate standard xxx_reply_t messages | Dave Barach | 12 | -374/+37 |
2017-04-22 | Fix multicast enable on the bonded interface | Steve Shin | 2 | -1/+13 |
2017-04-21 | CGN: IPFIX logging | Matus Fabian | 3 | -18/+215 |
2017-04-20 | Temporary workaround for the bug VPP-698. | Milan Lenco | 1 | -2/+2 |
2017-04-20 | Clean up old datapath code in ACL plugin. | Andrew Yourtchenko | 13 | -2078/+18 |
2017-04-19 | Support ping from outside network in 1:1 NAT (VPP-695) | Juraj Sloboda | 4 | -45/+59 |
2017-04-18 | ACL-plugin does not match UDP next-header, VPP-687 | Pavel Kotucek | 1 | -1/+1 |
2017-04-13 | Remove unsed parameter from fib_table_entry_special_add() (only used in FIB t... | Neale Ranns | 3 | -7/+3 |
2017-04-12 | Handle multiple flows with the same client port in deterministic NAT | Juraj Sloboda | 2 | -15/+23 |
2017-04-12 | acl-plugin: missing "deny" parameter in API | Pavel Kotucek | 1 | -0/+5 |
2017-04-12 | CGN: configurable timeouts | Matus Fabian | 5 | -15/+290 |
2017-04-12 | Support ICMP session timeout in deterministic NAT | Juraj Sloboda | 2 | -1/+8 |