aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2018-02-14VOM: build with plugins disabledNeale Ranns1-1/+1
2018-02-14NAT44 out2in DHCP client next nodeMatthew Smith1-8/+24
2018-02-14NAT44: run NAT nodes after ACL (VPP-1160)Matus Fabian1-15/+15
2018-02-12dpdk:fix trace to follow feature arcEyal Bari3-87/+66
2018-02-09acl-plugin: Stale classify table after deleting macip ACLSteve Shin1-0/+22
2018-02-09GBP pluginNeale Ranns8-0/+1366
2018-02-09memif: fix crash caused by zero pkt len in memif and clear dirty cache while ...Chun Li5-12/+102
2018-02-08add CLIB_HAVE_VEC128 with NEON intrinsics (VPP-1127)Gabriel Ganne1-1/+1
2018-02-08acl-plugin: add whitelisted ethertype mode (VPP-1163)Andrew Yourtchenko5-5/+308
2018-02-08acl-plugin: VPP-1088: add support for egress filter in macip ACLsAndrew Yourtchenko2-16/+244
2018-02-08acl-plugin: an elog-based tracing implementation for troubleshooting the conn...Andrew Yourtchenko4-32/+153
2018-02-07acl-plugin: multicore: send the interrupts to thread0 tooAndrew Yourtchenko1-1/+1
2018-02-07classifier-based ACL: refactor + add output ACLAndrew Yourtchenko1-1/+1
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