aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-06dpdk: add FiftyGigabitEtherenet interface supportDamjan Marion3-0/+7
2017-07-06unix: mkdir VPP_RUN_DIR before opening a socket in itChris Luke1-9/+5
2017-07-06Send GARP/NA on bonded intf slave up/down if in active-backup modeJohn Lo3-8/+85
2017-07-04acl-plugin: VPP-897: applying of large number of ACEs is slowAndrew Yourtchenko2-20/+45
2017-07-04acl-plugin: fix acl plugin test failing sporadically (VPP-898)Andrew Yourtchenko1-0/+5
2017-06-30memif: API message handler registration bug-fixJakub Grajciar1-11/+0
2017-06-27FLOWPROBE: Add flowstartns, flowendns and tcpcontrolbitsOle Troan3-14/+88
2017-06-25memif: If rx/tx_queues are unset, use default valuesMilan Lenco1-2/+12
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