aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2017-11-08NAT64 to use IPv4 address from interface (VPP-1051)Matus Fabian5-0/+217
2017-11-07SNAT: IP fragmentation (VPP-890)Matus Fabian13-33/+2999
2017-11-07NAT: DS-Lite (VPP-1040)Matus Fabian13-24/+1636
2017-11-03NAT64: Input feature arc on virtual interface via interface RX DPO.Ole Troan1-2/+44
2017-11-03Set up P2P flag to gtpu interfaceHongjun Ni1-0/+1
2017-11-01nat plugin - fix test logicGabriel Ganne1-1/+1
2017-11-01dpdk/ipsec: align memorySergio Gonzalez Monroy2-5/+7
2017-11-01dpdk/ipsec: fix digest physical addressSergio Gonzalez Monroy3-7/+7
2017-10-31lb plugin tests - wipe flowtable after each unit testGabriel Ganne1-0/+38
2017-10-30Minor copyedit fixes to ACL Hash doc.Jon Loeliger1-7/+6
2017-10-27acl-plugin: increase the amount of memory for classifier tables used by MACIP...Andrew Yourtchenko1-1/+1
2017-10-26NAT: delete session API/CLI (VPP-1041)Matus Fabian4-0/+172
2017-10-26acl-plugin: refactor the "show acl-plugin" CLI, use vlib_cli_output() vs. for...Andrew Yourtchenko1-181/+194
2017-10-25vlib: add support for multiple buffer poolsDamjan Marion6-15/+37
2017-10-25One armed NAT (VPP-1035)Matus Fabian8-33/+289
2017-10-24Add extern to *_main global variable declarations in header files.Dave Wallace10-7/+14
2017-10-18Plugin for IP-Address to Interface PuntingPierre Pfister6-0/+871
2017-10-18ipsec: use boolean or vs. bitwise or to avoid compiler errorAndrew Yourtchenko2-6/+6
2017-10-16lb plugin - fix format() type mismatchesGabriel Ganne1-2/+3
2017-10-14NAT: fix delete of sessions for 1:1 NAT if 1 worker (VPP-1023)Matus Fabian1-1/+1
2017-10-14change format_get_indent() to use u32 instead of uwordGabriel Ganne3-4/+4
2017-10-14plugins/dpdk: align memory to avoid potential segfault and false sharingGeorgina Sheehan1-1/+1
2017-10-13acl-plugin: display "::" for INADDR6_ANY on ACL outputSteve Shin2-5/+10
2017-10-13acl-plugin: split the "show" commands and add an option to show ACLs by inter...Andrew Yourtchenko1-317/+407
2017-10-12dpdk/ipsec: coverity fixesSergio Gonzalez Monroy3-8/+8
2017-10-10dpdk: fix mempool size calculationDamjan Marion1-2/+3
2017-10-09vppapigen: support per-file (major,minor,patch) version stampsDave Barach15-0/+26
2017-10-09NAT: hairpinning rework (VPP-1003)Matus Fabian2-14/+114
2017-10-09NAT: fixed ICMP broken translation for GRE tunnel interface (VPP-1008)Matus Fabian3-31/+27
2017-10-06Separate CP and DP fib table for PPPoEHongjun Ni3-56/+66
2017-10-05dpdk/ipsec: rework plus improved cli commandsSergio Gonzalez Monroy8-1658/+2421
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine7-21/+21
2017-10-04dpdk: use vpp physmem allocator for dpdk buffersDamjan Marion2-63/+144
2017-10-04memif: crash on slave modeSteven1-0/+1
2017-10-03Repair vlib API socket serverDave Barach30-30/+16
2017-09-28General documentation updatesChris Luke2-3/+5
2017-09-27Fix: unnecesary uio binding for Mellanox NICSteve Shin1-1/+3
2017-09-27acl-plugin: take 2 at VPP-991 fix, this time with a test case which verifies it.Andrew Yourtchenko1-2/+2
2017-09-26NAT: remove worker_by_in lookup hash table (VPP-992)Matus Fabian4-97/+30
2017-09-26Memory overwritten when using unformat %u (VPP-987)Aequitas3-19/+19
2017-09-25acl-plugin: use vec_elt_at_index rather than pool_elt_at_index to access vect...Andrew Yourtchenko1-2/+2
2017-09-25Fix sending GARP/NA on Bonded Interface Active/Backup Link Up/DownJohn Lo2-24/+72
2017-09-25NAT: session number limitation to avoid running out of memory crash (VPP-984)Matus Fabian4-38/+120
2017-09-22acl-plugin: remove the clib_warning "ACL enabling..."Andrew Yourtchenko1-4/+0
2017-09-21NAT: remove worker_by_out lookup hash table (VPP-989)Matus Fabian3-133/+120
2017-09-20NAT: don't call ipfix rpc when disabled (VPP-988)Matus Fabian1-168/+181
2017-09-20NAT: move session and user lookup tables to per thread data (VPP-986)Matus Fabian5-110/+151
2017-09-19ACL plugin enable macip for ip4/ip6 trafficPavel Kotucek1-8/+4
2017-09-18ACL-plugin: fix coverity issuePavel Kotucek1-17/+17
2017-09-16dpdk: display EAL init args on startupDamjan Marion1-0/+1