aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2017-12-11call unformat_free in some flow, remove unnecessary callsSwarup Nayak1-8/+0
2017-12-09vlib: PCI rework to support VFIODamjan Marion3-60/+74
2017-12-06Restructure some files in LB to src/vnet to reuseHongjun Ni4-111/+1
2017-12-05dpdk/ipsec: multiple fixesSergio Gonzalez Monroy5-105/+126
2017-12-05dpdk:remove duplicate codeEyal Bari1-11/+8
2017-12-04dpdk: remove unused "use_rss" flagEyal Bari2-7/+0
2017-12-04dpdk: remove duplicate functionEyal Bari1-32/+1
2017-12-04dpdk: remove unused cached eth input nodeEyal Bari2-10/+0
2017-12-01acl-plugin: fix coverity 177970-177973,178891, and incorrect reset of dot1q/d...Andrew Yourtchenko1-13/+33
2017-11-30NAT44: identity NAT (VPP-1073)Matus Fabian3-7/+301
2017-11-30Fix variable mismatchJuraj Sloboda1-1/+1
2017-11-29NAT: Remove old SNAT API (VPP-1070)Matus Fabian3-2114/+221
2017-11-28net/virtio: support modern device idGabriel Ganne1-1/+3
2017-11-27dpdk: fix issue when tx offload stops working after MTU changeDamjan Marion2-19/+4
2017-11-27dpdk: fix trajectory compilationFlorin Coras1-1/+1
2017-11-27vlib: make vlib_buffer_alloc inline functionDamjan Marion1-73/+11
2017-11-24dpdk: enable tx checksum offloads as default, add disable knobDamjan Marion2-2/+11
2017-11-24dpdk: avoid false sharing of dpdk_buffer_per_thread_dataDamjan Marion1-0/+1
2017-11-23memif: fix input node multiversion constructorDamjan Marion1-6/+6
2017-11-23memif: try harder to transmit packetsDamjan Marion1-13/+8
2017-11-23dpdk: prefetch both cachelines during buffer freeDamjan Marion1-1/+1
2017-11-23memif: multiversioningDamjan Marion3-19/+82
2017-11-22dpdk: fix potential crash in buffer free functionDamjan Marion1-18/+49
2017-11-21stn-plugin: do not assume all punted packets start with L3 header.Andrew Yourtchenko1-0/+12
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