aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2017-11-21dpdk: add l2_hdr_offset and l3_hdr_offset in vlib_buffer_tDamjan Marion4-62/+62
2017-11-20dpdk: add support for DPDK 17.11Damjan Marion11-179/+46
2017-11-17Replace tap interface using general interfaceHongjun Ni5-52/+50
2017-11-17acl-plugin: use ip.save_rewrite_length to calculate IP header offset on L3 eg...Andrew Yourtchenko1-3/+11
2017-11-16acl-plugin: also print human-friendly format of 5tuple in packet traceAndrew Yourtchenko1-0/+22
2017-11-16dpdk: add additional data to TX traceDamjan Marion3-2/+9
2017-11-16dpdk/ipsec: use physmem when creating poolsSergio Gonzalez Monroy3-84/+116
2017-11-15memif: fix uninitialized pointer read coverity errorSteven1-0/+2
2017-11-14Fix typos in configure.ac and dpdk/buffer.cDamjan Marion1-8/+8
2017-11-13dpdk: introduce AVX512 variants of node functionsDamjan Marion5-60/+131
2017-11-13NAT: Buufer overflow for memcpy()Ole Troan1-3/+2
2017-11-11ACL: Add coding-style-patch-verification and indent.Jon Loeliger1-965/+1260
2017-11-11ACLs: Use better error return codes than "-1" everywhere.Jon Loeliger1-14/+14
2017-11-11dpdk: optimize buffer alloc/freeDamjan Marion1-49/+118
2017-11-11Handle CPU flags from autotools projectDamjan Marion1-1/+1
2017-11-09memif: use clib_socket_t for socket connectionsDamjan Marion4-210/+122
2017-11-09Port restricted NAT44 (VPP-1048)Matus Fabian2-8/+149
2017-11-08memif: do not mask head and tail pointersDamjan Marion3-68/+40
2017-11-08ACL plugin support tagged subinterfacesPavel Kotucek2-40/+311
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