aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2018-02-27NAT44: fix ICMP error translation for endpoint dependent sessions (VPP-1150)Matus Fabian2-4/+150
2018-02-26NAT44: run NAT nodes after ACL (VPP-1160)Matus Fabian1-15/+15
2018-02-05NAT64: Run nat64-expire-worker-walk only when NAT64 is configured (VPP-1162)Matus Fabian2-4/+48
2018-02-02Improve tunnel interface creation performanceJohn Lo1-14/+5
2018-01-29vlib: allocating buffers on thread-x and freeing them on thread-y causesSteven1-12/+6
2018-01-23docs: Clean up TOCDave Wallace1-1/+1
2018-01-17VPP-1122 dpdk/ipsec: fix transport mode pkt lenRadu Nicolau1-3/+7
2018-01-10VPP-1131: doxygen: Documentation for Debug CLI stops at src/plugin/l2ev18.01-rc2Billy McFall1-3/+3
2018-01-09VPP-1119: PPPoE's destination MAC was overwrittenHongjun Ni1-1/+2
2018-01-08NAT: fixed get_worker_out2in bug (VPP-1116)Matus Fabian2-4/+12
2018-01-06Unify/cleanup usage of hash_set/unset_mem by tunnels (VPP-1117)John Lo1-26/+7
2018-01-03NAT64: free port when dynamic BIB deleted (VPP-1107)v18.04-rc0Matus Fabian6-39/+46
2017-12-21VPP-1109 Fix loop for some CLI (code review)Swarup Nayak2-0/+4
2017-12-20L2 emulation: remove usued ip-table-id from APINeale Ranns1-1/+0
2017-12-20acl-plugin: add a debug CLI to print 5-tuple structure in human readable form...Andrew Yourtchenko3-0/+33
2017-12-20L2 EmulationNeale Ranns8-0/+803
2017-12-20fix kubeproxy some testsGabriel Ganne2-2/+41
2017-12-20Translate matching packets using NAT (VPP-1069)Juraj Sloboda6-48/+238
2017-12-19NAT: Twice NAT44 (VPP-969)Matus Fabian6-783/+821
2017-12-18NAT: Add performance testing TRex scripts and config (VPP-832)Matus Fabian13-0/+426
2017-12-18Fix nat44 identity mappingDave Barach1-0/+5
2017-12-18Support kube-proxy data planeHongjun Ni11-0/+3594
2017-12-16Use crc32 wrapper (VPP-1086)Gabriel Ganne1-6/+6
2017-12-16dpdk: unset ETH_TXQ_FLAGS_NOXSUMS only for selected PMDsDamjan Marion1-5/+8
2017-12-14pci: auto-detect right vfio/uio driverDamjan Marion1-1/+1
2017-12-14Enable AWS ENA PMDMatthew Smith3-1/+13
2017-12-14NAT64: fix coverity (VPP-1032)Matus Fabian2-0/+4
2017-12-13NAT64: multi-thread support (VPP-891)Matus Fabian15-505/+1263
2017-12-13NAT: DS-Lite AFTR tunnel endpoint address respond to ICMPv6 echo request (VPP...Matus Fabian1-3/+8
2017-12-11acl-plugin: unapply/reapply the classifier-based inacls when performing macip...Andrew Yourtchenko1-1/+29
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