aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2018-02-07Refactor vlib_buffer flagsDamjan Marion5-21/+12
2018-02-06vlib: epoll on worker threadsDamjan Marion2-0/+11
2018-02-06Reflexive ACL support on ICMPSteve Shin1-25/+113
2018-02-05NAT64: Run nat64-expire-worker-walk only when NAT64 is configured (VPP-1162)Matus Fabian2-4/+48
2018-02-02Add L3DSR feature in LB pluginHongjun Ni8-88/+246
2018-02-01FIB: Consolidate several copies of fib_ip_proto() into one.Jon Loeliger1-6/+0
2018-02-01dpdk:fix typo in prefetch sequenceEyal Bari1-2/+2
2018-02-01srv6-ad: fixing coverity issuesFrancois Clad1-8/+32
2018-02-01srv6-as: fixing coverity issuesFrancois Clad1-8/+32
2018-01-31vlib: allocating buffers on thread-x and freeing them on thread-y causesSteven1-12/+6
2018-01-31Improved tracing for the IP[46] not-enabled case.Neale Ranns1-2/+4
2018-01-31NAT66 1:1 mapping (VPP-1108)Matus Fabian9-2/+1378
2018-01-31NAT44: in2out output feature skip translation for already translated packets ...Matus Fabian2-15/+74
2018-01-31NAT44: Delete dynamic sessions matching new 1:1NAT (VPP-1158)Matus Fabian1-8/+52
2018-01-31NAT44: nat44_static_mapping_details protocol=0 if addr_only=0 (VPP-1158)Matus Fabian2-13/+19
2018-01-30NAT: add missing CLI and API documentation (VPP-1142)Matus Fabian2-0/+105
2018-01-30NAT: replace format_vnet_sw_interface_name with format_vnet_sw_if_index_name ...Matus Fabian3-39/+33
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