aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2017-08-25dpdk: required changes for 17.08Sergio Gonzalez Monroy9-216/+471
2017-08-24Make VPP runtime directory configurableDamjan Marion3-22/+22
2017-08-24NAT64: Fix error message typo (VPP-961)Matus Fabian1-5/+6
2017-08-23NAT64: Fix CLI typo (VPP-961)Matus Fabian2-4/+4
2017-08-23NAT: Rename snat plugin to nat (VPP-955)Matus Fabian24-378/+2279
2017-08-22acl-plugin: Recreate the bihash_40_8.h in the proper placeAndrew Yourtchenko4-87/+4
2017-08-22dpdk: fix Cavium ThunderX supportDamjan Marion2-0/+5
2017-08-21PPPoE usses a midchain adjacency stack on an interface-tx DPONeale Ranns4-435/+122
2017-08-18Fix vpp crash when adding macip aclPavel Kotucek1-1/+1
2017-08-18Fix small issues in ACL apiPavel Kotucek1-3/+11
2017-08-18acl-plugin: time out the sessions created by main thread too (VPP-948)Andrew Yourtchenko4-13/+28
2017-08-16SNAT: Make proto optional in nat64_bib_dump (VPP-942)Matus Fabian4-45/+115
2017-08-16NAT64: Fallback to 3-tuple key for non TCP/UDP sessions (VPP-884)Matus Fabian8-134/+647
2017-08-15acl-plugin: don't attempt to delete the ACLs on interface deletion if ACL plu...Andrew Yourtchenko1-0/+4
2017-08-14dpdk: cleanup unused build option *_uses_dpdk_cryptodev_swSergio Gonzalez Monroy1-11/+4
2017-08-11Fix IP fragment-id and offset issue in LB-GRE4Hongjun Ni1-0/+2
2017-08-11acl-plugin: add the debug CLI to show macip ACLs and where they are applied (...Andrew Yourtchenko1-0/+76
2017-08-10acl-plugin: hash lookup bitmask not cleared when ACL is unapplied from interf...Andrew Yourtchenko3-4/+31
2017-08-10acl-plugin: avoid crash in multithreaded setup adding/deleting ACLs with traf...Andrew Yourtchenko3-0/+83
2017-08-10acl-plugin: all TCP sessions treated as transient (VPP-932)Andrew Yourtchenko1-3/+6
2017-08-09PPPoE: use DPO protos in FIB entry path add/removeNeale Ranns1-2/+3
2017-08-09Add PPPoE PluginHongjun Ni14-0/+2902
2017-08-08L2 over MPLSNeale Ranns2-2/+2
2017-08-08acl-plugin: fix a misplaced return (VPP-910)Andrew Yourtchenko1-1/+1
2017-08-08MAC IP ACL interface list dump (as an alternative to the get/reply)Neale Ranns2-1/+90
2017-08-08acl-plugin: rework the optimization 7383, fortify acl-plugin memory behavior ...Andrew Yourtchenko5-150/+289
2017-08-04SNAT: fix address and port allocation for multiple worker threads (VPP-925)Matus Fabian3-16/+39
2017-08-03acl-plugin: multicore: CSIT c100k 2-core stateful ACL test does not pass (VPP...Andrew Yourtchenko4-41/+106
2017-08-03gtpu bypass function doesn't work (VPP-924)jerryian1-0/+14
2017-08-02memif: construct interface name out of socket file idx and intf idDamjan Marion1-2/+4
2017-08-02Fix tcp tx buffer allocationFlorin Coras1-0/+1
2017-07-25SANT: fib_table unlock (VPP-918)Matus Fabian2-1/+11
2017-07-23Improve L2 Input/Output Feature Infrastructure and UsageJohn Lo1-6/+1
2017-07-21SNAT: in2out translation as an output feature hairpinning (VPP-913)Matus Fabian4-102/+396
2017-07-20acl-plugin: assertion failed at hash_lookup.c:226 when modifying ACLs applied...Andrew Yourtchenko1-0/+11
2017-07-20SNAT: in2out translation as an output feature (VPP-903)Matus Fabian5-38/+495
2017-07-18TCP/UDP checksum offload APIDave Barach3-0/+52
2017-07-14vnet_buffer_t flags cleanupDamjan Marion3-18/+19
2017-07-14Introduce l{2,3,4}_hdr_offset fields in the buffer metadataDamjan Marion1-1/+7
2017-07-14flowprobe: Fixed assert error with less than 1 second passive timerAndrew Li1-2/+2
2017-07-14dpdk: update buildSergio Gonzalez Monroy1-1/+6
2017-07-13dpdk: fix dpdk_buffer_pool_create nameChris Luke3-3/+6
2017-07-12Deprecate support for flattened output nodesDamjan Marion1-1/+0
2017-07-12dpdk: prefetch 2nd cacheline of rte_mbuf during txDamjan Marion1-1/+1
2017-07-11memif: avoid double buffer freeDamjan Marion1-1/+0
2017-07-11SNAT: fixed bug in fallback to 3-tuple key for non TCP/UDP sessionsMatus Fabian1-0/+4
2017-07-10vlib: store buffer memory information in the buffer_mainDamjan Marion1-65/+4
2017-07-10memif: mask interrupts on startup if we are in the polling modeDamjan Marion1-0/+8
2017-07-08lldp packet transmission on a bonded interfaceSteve Shin1-3/+3
2017-07-07SNAT: Fallback to 3-tuple key for non TCP/UDP sessions (VPP-884)Matus Fabian5-79/+578