aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2018-03-21NAT44: fix removal of LB static mappings with same local address and port pai...Matus Fabian1-5/+35
2018-03-20Fix Allow ARP packets for dot1q interface with MACIP enabledSteve Shin1-50/+169
2018-03-19IGMP pluginJakub Grajciar14-0/+2755
2018-03-16QoS recording and markingNeale Ranns2-6/+0
2018-03-15tls: add openssl engineFlorin Coras4-28/+823
2018-03-14vlib: internal buffer manager reworkDamjan Marion1-30/+18
2018-03-14Prevent calling rte_eth_xstats_get not initialized devSzymon Sliwa1-0/+2
2018-03-14IPIP: Add IP{v4,v6} over IP{v4,v6} configured tunnel support.Ole Troan8-1182/+0
2018-03-14srv6-plugins: fixing documentationFrancois Clad3-201/+247
2018-03-12NAT44: fix nat_not_translate_output_feature in dual loop (VPP-1194)Matus Fabian1-2/+2
2018-03-12NAT44: fix nat_not_translate_output_feature for ICMP (VPP-1191)Matus Fabian1-8/+7
2018-03-11dpdk-input node packet trace intermittent on IP forwading pathJohn Lo1-36/+37
2018-03-10Move the vnet cdp protocol implementation to a pluginDave Barach13-0/+2112
2018-03-09Coordinate known Ethernet speeds with Linux kernel and DPDKLee Roberts3-0/+43
2018-03-09dpdk: move DPDK vfio hack to dpdk pluginDamjan Marion1-2/+67
2018-03-09when exceed max reass,ahdj0071-6/+12
2018-03-09ACL: Fix the detail for ethertype whitelistMohsin Kazmi2-3/+3
2018-03-08tls: make tls engines pluggableFlorin Coras3-0/+573
2018-03-08acl-plugin: add the support for dumping the ethertype whitelist (VPP-1163)Andrew Yourtchenko3-1/+180
2018-03-07NAT44: allow to configure one interface only as output or input feature (VPP-...Matus Fabian1-0/+12
2018-03-07GBP: fix the runs before statement against the ACL nodeNeale Ranns1-2/+2
2018-03-06LB plugin: Fix Layer-4 checksum error in L3DSR.Yusuke Tatsumi1-0/+5
2018-03-06when lb tcp in2out flow,ahdj0071-0/+1
2018-03-06reass frag_n should to be inited to 0ahdj0071-0/+1
2018-03-05Set DPDK_MLX4_PMD and DPDK_MLX5_PMD compile with default dlopen linksAmir Zeidner1-3/+0
2018-03-05vlib: vfio code reworkDamjan Marion1-1/+3
2018-03-05NAT44 - unknown protocols work with forwardingMatthew Smith1-6/+9
2018-03-04vlib: map pci region by using vfio FD when vfio is usedDamjan Marion1-1/+1
2018-03-02NAT44: interface output feature and service host direct access (VPP-1176)Matus Fabian2-6/+117
2018-03-016RD: Rewritten 6RD RFC5969 support.Ole Troan10-721/+904
2018-03-01STN: Fix stn_rules_dump/details to follow API conventionOle Troan3-8/+8
2018-02-27memif: Fix a message initialization problem in VATJon Loeliger1-3/+2
2018-02-26vnet: add 25G interface speed flagDamjan Marion1-0/+6
2018-02-25Fix bug in dpdk_crypto_session_disposal()Matthew Smith1-0/+2
2018-02-24Fix crypto session deletion crashMatthew Smith1-6/+9
2018-02-23Disable scatter-gather for ENAMatthew Smith1-0/+1
2018-02-19dpdk: Fix MTU calc for NICs that support mtu<9216Nitin Saxena1-34/+66
2018-02-16memif: VPP-1172: Ensure memif_create reply contains sw_if_indexJon Loeliger1-1/+6
2018-02-15dpdk: add support for DPDK 18.02, deprecate 17.08Damjan Marion4-24/+0
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