Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-04-11 | Add ICMP support for deterministic NAT |  Juraj Sloboda | 4 | -26/+414 |
2017-04-11 | Remove usued, redundant and deprecated code from lookup.h |  Neale Ranns | 3 | -11/+6 |
2017-04-11 | dpdk: use common interface placement infra |  Damjan Marion | 6 | -301/+64 |
2017-04-10 | Refactor SNAT code |  Juraj Sloboda | 3 | -119/+132 |
2017-04-10 | Handle ICMP echo with TTL=1 in deterministic and fast SNAT nodes |  Juraj Sloboda | 2 | -3/+85 |
2017-04-10 | Make fixes in SNAT code |  Juraj Sloboda | 2 | -52/+56 |
2017-04-07 | Fix init of ENIC driver to allow receiving of jumbo packets |  John Lo | 1 | -49/+27 |
2017-04-07 | MPLS Mcast |  Neale Ranns | 1 | -1/+1 |
2017-04-06 | acl-plugin: make the IPv4/IPv6 non-first fragment handling in line with ACL (... |  Andrew Yourtchenko | 4 | -13/+77 |
2017-04-06 | Use thread local storage for thread index |  Damjan Marion | 27 | -212/+216 |
2017-04-05 | acl-plugin: fix pretty-printing in "api trace custom-dump" (VPP-683) |  Andrew Yourtchenko | 6 | -317/+391 |
2017-04-05 | Fix two more memif coverity issues |  Milan Lenco | 2 | -25/+32 |
2017-04-03 | Fix memif coverity issues |  Milan Lenco | 3 | -10/+33 |
2017-03-31 | dpdk: add support for Mellanox ConnectX-5 devices |  Damjan Marion | 1 | -1/+4 |
2017-03-30 | acl-plugin: cleaner node bugfixes (VPP-675) |  Andrew Yourtchenko | 3 | -51/+75 |
2017-03-30 | vppinfra: add spinlock inline functions |  Damjan Marion | 3 | -30/+7 |
2017-03-29 | dpdk: fix --with-dpdk-mlx5-pmd link issue |  Damjan Marion | 1 | -0/+3 |
2017-03-29 | Bugfixing and documentation for SRv6 |  Pablo Camarillo | 6 | -505/+0 |
2017-03-22 | Add memif - packet memory interface for intra-host communication |  Damjan Marion | 11 | -0/+2767 |
2017-03-22 | Update MAC address kept for Bonded Interface and its Slaves |  John Lo | 1 | -23/+32 |