aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2018-01-30Allow the provider of a midchain adjacency to pass context data that is retur...Neale Ranns1-5/+12
2018-01-29memif: Add new API calls to manage memif socket names.Jon Loeliger7-102/+647
2018-01-29SRv6 dynamic proxy pluginFrancois Clad6-0/+1005
2018-01-26NAT44: fix ICMP error translation for endpoint dependent sessions (VPP-1150)Matus Fabian2-4/+150
2018-01-25NAT44: add opaque string tag to static mapping APIs (VPP-1147)Matus Fabian5-16/+62
2018-01-25srv6-as: fixing versionFrancois Clad1-1/+2
2018-01-25NAT: nat.c refactor (split out CLI) (VPP-1140)Matus Fabian4-1547/+1824
2018-01-25SRv6 masquerading proxy pluginFrancois Clad6-0/+788
2018-01-24Improve tunnel interface creation performanceJohn Lo1-14/+5
2018-01-24NAT44: asymmetrical static mapping and one-armed NAT (VPP-1138)Matus Fabian1-1/+10
2018-01-24docs: Clean up TOCDave Wallace1-1/+1
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan18-18/+19
2018-01-23NAT44: Fix interface feature removal.Milan Lenco1-3/+14
2018-01-22NAT44: asymmetrical static mapping rule (VPP-1135)Matus Fabian4-24/+40
2018-01-19SRv6 static proxy pluginFrancois Clad6-0/+1266
2018-01-18VPP-1119: PPPoE's destination MAC was overwrittenHongjun Ni1-1/+2
2018-01-18VPP-1122 dpdk/ipsec: fix transport mode pkt lenRadu Nicolau1-3/+7
2018-01-17stn: add vat supportFlorin Coras5-24/+260
2018-01-16acl-plugin: multicore: use pool_init_fixed for per-worker preallocated poolsAndrew Yourtchenko1-1/+7
2018-01-15fix udp_ping api naming errorGabriel Ganne3-35/+17
2018-01-15Marvell device pluginDamjan Marion10-0/+1535
2018-01-13Improve "show xxx tunnel" and "show int addr" outputJohn Lo1-7/+7
2018-01-11api: remove transport specific code from handlersFlorin Coras5-200/+193
2018-01-11Remove vpp_api_test interface name filter catalogDave Barach1-0/+1
2018-01-11VPP-1131: doxygen: Documentation for Debug CLI stops at src/plugin/l2eBilly McFall1-3/+3
2018-01-11NAT44: asymmetrical load balancing static mapping rule (VPP-1132)Matus Fabian5-22/+38
2018-01-11Add basic support for DS-Lite CE (VPP-1059)Juraj Sloboda11-13/+683
2018-01-10Fix stn rules dump api (VPP-1123)Florin Coras1-20/+25
2018-01-09Patch ENA PMD to skip setting tx flags in rx pathMatthew Smith1-1/+1
2018-01-09memif: fix coverity divide by zeroSteven1-0/+1
2018-01-09api: refactor vlibmemoryFlorin Coras9-71/+60
2018-01-08NAT64: IPFix (VPP-1106)Matus Fabian7-23/+1337
2018-01-08NAT: fixed get_worker_out2in bug (VPP-1116)Matus Fabian2-4/+12
2018-01-05Unify and cleanup usage of hash_set/unset_mem by various tunnelsJohn Lo1-26/+7
2018-01-05Add support for 464XLAT NAT44 mode (VPP-1045)Juraj Sloboda7-7/+166
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