aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2017-08-25acl-plugin: warning printed when acl_add_replace already applied ACLs (comple...Andrew Yourtchenko4-17/+49
2017-08-19dpdk: prefetch 2nd cacheline of rte_mbuf during txDamjan Marion1-1/+1
2017-08-18dpdk: cleanup unused build option *_uses_dpdk_cryptodev_swSergio Gonzalez Monroy1-11/+4
2017-08-18dpdk: update buildSergio Gonzalez Monroy1-1/+6
2017-08-17acl-plugin: time out the sessions created by main thread too (VPP-948)Andrew Yourtchenko4-13/+28
2017-08-10acl-plugin: add the debug CLI to show macip ACLs and where they are applied (...Andrew Yourtchenko1-0/+76
2017-08-10acl-plugin: match index set to first portrange element if non-first portrange...Andrew Yourtchenko1-5/+1
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-09acl-plugin: all TCP sessions treated as transient (VPP-932)Andrew Yourtchenko1-3/+6
2017-08-08acl-plugin: fix a misplaced return (VPP-910)Andrew Yourtchenko1-1/+1
2017-08-08acl-plugin: rework the optimization 7383, fortify acl-plugin memory behavior ...Andrew Yourtchenko5-150/+289
2017-08-02acl-plugin: multicore: CSIT c100k 2-core stateful ACL test does not pass (VPP...Andrew Yourtchenko4-41/+106
2017-07-20acl-plugin: assertion failed at hash_lookup.c:226 when modifying ACLs applied...Andrew Yourtchenko1-0/+11
2017-07-12memif: avoid double buffer freeDamjan Marion1-1/+0
2017-07-12memif: mask interrupts on startup if we are in the polling modeDamjan Marion1-0/+8
2017-07-12dpdk: add FiftyGigabitEtherenet interface supportDamjan Marion3-0/+7
2017-07-10lldp packet transmission on a bonded interfaceSteve Shin1-3/+3
2017-07-06Send GARP/NA on bonded intf slave up/down if in active-backup modeJohn Lo3-8/+85
2017-07-04acl-plugin: fix acl plugin test failing sporadically (VPP-898)Andrew Yourtchenko1-0/+5
2017-07-03acl-plugin: VPP-897: applying of large number of ACEs is slowAndrew Yourtchenko2-20/+45
2017-06-22Export and Install GTP-U API fileHongjun Ni1-1/+1
2017-06-22acl-plugin: clean up the code enabling/disabling acl-plugin processing on int...Andrew Yourtchenko2-4/+18
2017-06-22NAT64: documentationMatus Fabian2-0/+211
2017-06-21Introduce default rx mode for device driversDamjan Marion1-1/+1
2017-06-21acl-plugin: the second and subsequent ACEs incorrect endianness when custom-d...Andrew Yourtchenko1-4/+22
2017-06-21acl-plugin: CLI to clear all sessionsAndrew Yourtchenko2-8/+38
2017-06-21acl-plugin: use ethernet_buffer_header_size() to determine the size of the et...Andrew Yourtchenko1-1/+1
2017-06-21acl-plugin: fix coverity issue 170476Andrew Yourtchenko1-2/+1
2017-06-21acl-plugin: fix coverity issue 166801Andrew Yourtchenko1-1/+1
2017-06-21NAT64: custom prefixMatus Fabian6-65/+494
2017-06-21memif: minor changes in memif.hDamjan Marion2-16/+20
2017-06-21acl-plugin: fix coverity error 171135Andrew Yourtchenko1-0/+2
2017-06-21acl-plugin: vat: acl_interface_list_dump confusing/incorrect output in case n...Andrew Yourtchenko1-2/+2
2017-06-20SNAT: unknow protocol hairpinning fixMatus Fabian1-1/+1
2017-06-19NAT64: change not supported multi threading behaviourMatus Fabian5-6/+104
2017-06-19memif: add ip modeDamjan Marion4-35/+132
2017-06-19SNAT: NAT packet with unknown L4 protocol if match 1:1 NATMatus Fabian2-6/+104
2017-06-19acl-plugin: bihash-based ACL lookupAndrew Yourtchenko10-10/+1572
2017-06-19NAT64: Hairpinning (VPP-699)Matus Fabian5-24/+428
2017-06-16memif: show memif CLI enhancementSteven1-39/+115
2017-06-16memif: jumbo frames supportSteven2-148/+272
2017-06-15acl-plugin: store sessions in a single hash table instead of a per-interfaceAndrew Yourtchenko4-22/+39
2017-06-14acl-plugin: shrink the L2 classifier tables used for traffic redirectAndrew Yourtchenko1-17/+17
2017-06-13SNAT: fix 1:1 NAT without port hairpinning TCP checksum updateMatus Fabian1-0/+10
2017-06-13memif: fix crash during interface deleteDamjan Marion1-0/+4
2017-06-12memif: complete refactor of socket handling codeDamjan Marion11-1146/+1796
2017-06-12NAT64: bug fixMatus Fabian1-1/+20
2017-06-12Remove calls to crc_u32 and add clib_crc32c for armv8+crcChristophe Fontaine1-3/+10
2017-06-12NAT64: coverity fixMatus Fabian1-2/+14