Age | Commit message (Expand) | Author | Files | Lines |
2017-11-07 | NAT: DS-Lite (VPP-1040) |  Matus Fabian | 13 | -24/+1636 |
2017-11-03 | NAT64: Input feature arc on virtual interface via interface RX DPO. |  Ole Troan | 1 | -2/+44 |
2017-11-03 | Set up P2P flag to gtpu interface |  Hongjun Ni | 1 | -0/+1 |
2017-11-01 | nat plugin - fix test logic |  Gabriel Ganne | 1 | -1/+1 |
2017-11-01 | dpdk/ipsec: align memory |  Sergio Gonzalez Monroy | 2 | -5/+7 |
2017-11-01 | dpdk/ipsec: fix digest physical address |  Sergio Gonzalez Monroy | 3 | -7/+7 |
2017-10-31 | lb plugin tests - wipe flowtable after each unit test |  Gabriel Ganne | 1 | -0/+38 |
2017-10-30 | Minor copyedit fixes to ACL Hash doc. |  Jon Loeliger | 1 | -7/+6 |
2017-10-27 | acl-plugin: increase the amount of memory for classifier tables used by MACIP... |  Andrew Yourtchenko | 1 | -1/+1 |
2017-10-26 | NAT: delete session API/CLI (VPP-1041) |  Matus Fabian | 4 | -0/+172 |
2017-10-26 | acl-plugin: refactor the "show acl-plugin" CLI, use vlib_cli_output() vs. for... |  Andrew Yourtchenko | 1 | -181/+194 |
2017-10-25 | vlib: add support for multiple buffer pools |  Damjan Marion | 6 | -15/+37 |
2017-10-25 | One armed NAT (VPP-1035) |  Matus Fabian | 8 | -33/+289 |
2017-10-24 | Add extern to *_main global variable declarations in header files. |  Dave Wallace | 10 | -7/+14 |
2017-10-18 | Plugin for IP-Address to Interface Punting |  Pierre Pfister | 6 | -0/+871 |
2017-10-18 | ipsec: use boolean or vs. bitwise or to avoid compiler error |  Andrew Yourtchenko | 2 | -6/+6 |
2017-10-16 | lb plugin - fix format() type mismatches |  Gabriel Ganne | 1 | -2/+3 |
2017-10-14 | NAT: fix delete of sessions for 1:1 NAT if 1 worker (VPP-1023) |  Matus Fabian | 1 | -1/+1 |
2017-10-14 | change format_get_indent() to use u32 instead of uword |  Gabriel Ganne | 3 | -4/+4 |
2017-10-14 | plugins/dpdk: align memory to avoid potential segfault and false sharing |  Georgina Sheehan | 1 | -1/+1 |
2017-10-13 | acl-plugin: display "::" for INADDR6_ANY on ACL output |  Steve Shin | 2 | -5/+10 |
2017-10-13 | acl-plugin: split the "show" commands and add an option to show ACLs by inter... |  Andrew Yourtchenko | 1 | -317/+407 |
2017-10-12 | dpdk/ipsec: coverity fixes |  Sergio Gonzalez Monroy | 3 | -8/+8 |
2017-10-10 | dpdk: fix mempool size calculation |  Damjan Marion | 1 | -2/+3 |
2017-10-09 | vppapigen: support per-file (major,minor,patch) version stamps |  Dave Barach | 15 | -0/+26 |
2017-10-09 | NAT: hairpinning rework (VPP-1003) |  Matus Fabian | 2 | -14/+114 |
2017-10-09 | NAT: fixed ICMP broken translation for GRE tunnel interface (VPP-1008) |  Matus Fabian | 3 | -31/+27 |
2017-10-06 | Separate CP and DP fib table for PPPoE |  Hongjun Ni | 3 | -56/+66 |
2017-10-05 | dpdk/ipsec: rework plus improved cli commands |  Sergio Gonzalez Monroy | 8 | -1658/+2421 |
2017-10-04 | [aarch64] Fixes CLI crashes on dpaa2 platform. |  Christophe Fontaine | 7 | -21/+21 |
2017-10-04 | dpdk: use vpp physmem allocator for dpdk buffers |  Damjan Marion | 2 | -63/+144 |
2017-10-04 | memif: crash on slave mode |  Steven | 1 | -0/+1 |
2017-10-03 | Repair vlib API socket server |  Dave Barach | 30 | -30/+16 |
2017-09-28 | General documentation updates |  Chris Luke | 2 | -3/+5 |
2017-09-27 | Fix: unnecesary uio binding for Mellanox NIC |  Steve Shin | 1 | -1/+3 |
2017-09-27 | acl-plugin: take 2 at VPP-991 fix, this time with a test case which verifies it. |  Andrew Yourtchenko | 1 | -2/+2 |
2017-09-26 | NAT: remove worker_by_in lookup hash table (VPP-992) |  Matus Fabian | 4 | -97/+30 |
2017-09-26 | Memory overwritten when using unformat %u (VPP-987) |  Aequitas | 3 | -19/+19 |
2017-09-25 | acl-plugin: use vec_elt_at_index rather than pool_elt_at_index to access vect... |  Andrew Yourtchenko | 1 | -2/+2 |
2017-09-25 | Fix sending GARP/NA on Bonded Interface Active/Backup Link Up/Down |  John Lo | 2 | -24/+72 |
2017-09-25 | NAT: session number limitation to avoid running out of memory crash (VPP-984) |  Matus Fabian | 4 | -38/+120 |
2017-09-22 | acl-plugin: remove the clib_warning "ACL enabling..." |  Andrew Yourtchenko | 1 | -4/+0 |
2017-09-21 | NAT: remove worker_by_out lookup hash table (VPP-989) |  Matus Fabian | 3 | -133/+120 |
2017-09-20 | NAT: don't call ipfix rpc when disabled (VPP-988) |  Matus Fabian | 1 | -168/+181 |
2017-09-20 | NAT: move session and user lookup tables to per thread data (VPP-986) |  Matus Fabian | 5 | -110/+151 |
2017-09-19 | ACL plugin enable macip for ip4/ip6 traffic |  Pavel Kotucek | 1 | -8/+4 |
2017-09-18 | ACL-plugin: fix coverity issue |  Pavel Kotucek | 1 | -17/+17 |
2017-09-16 | dpdk: display EAL init args on startup |  Damjan Marion | 1 | -0/+1 |
2017-09-15 | dpdk: cli to check for buffer leakage |  Florin Coras | 4 | -1/+126 |
2017-09-15 | vppinfra: add clib_mem_vm_ext_alloc function |  Damjan Marion | 2 | -14/+13 |