aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
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
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