aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-05-10session: fix proxy app multithreadingFlorin Coras1-15/+50
2018-05-10Change the way IP header pointer is calculated in esp_decrypt nodesSzymon Sliwa3-4/+18
2018-05-10DHCP4 client process replies when renewing leaseMatthew Smith1-16/+24
2018-05-10vppinfra: use popcnt instruction when availableDamjan Marion1-0/+8
2018-05-10tcp: fix jumbo retransmitsFlorin Coras1-42/+42
2018-05-10dpdk:fix tx countEyal Bari1-1/+2
2018-05-09dpdk: fix free of tx dropped packetsFlorin Coras1-1/+1
2018-05-09ipsec: support UDP encap/decap for NAT traversalKlement Sekera9-33/+90
2018-05-09session: cleanup session tx functionFlorin Coras9-376/+532
2018-05-09dpdk: tx code reworkDamjan Marion4-261/+170
2018-05-09dpdk:fix mbuf index typo'sEyal Bari1-4/+4
2018-05-08NAT44: TCP connection close detection (VPP-1266)Matus Fabian7-13/+131
2018-05-07dpdk: improve perf of buffer indices calc in the input nodeDamjan Marion1-34/+53
2018-05-07fix: AttributeError: module 'os' has no attribute 'cwd'Andrey "Zed" Zaikin1-1/+1
2018-05-07BFD: Fix format_ip46_address() parameter ordering.Jon Loeliger1-1/+1
2018-05-07vxlan:vxlan.c conform coding styleEyal Bari1-354/+374
2018-05-05autodetect alignment during _vec_resizeDamjan Marion5-8/+12
2018-05-04ipsec: allow null/null for crypto/integ algorithms pairRadu Nicolau4-7/+8
2018-05-04Flow: Rename IPFIX exporter.Ole Troan16-25/+25
2018-05-04Harmonize vec/pool_get_aligned object sizes and alignment requestsDave Barach49-15/+185
2018-05-04arm64: Avoid setting march to corei7 when Cross Compiling for ARMSachin Saxena1-3/+3
2018-05-04Address compilation issues with Java > 1.8Marco Varlese1-8/+3
2018-05-04Fix format for the dst address in the STN traceMilan Lenco1-2/+2
2018-05-04VAPI: support VLAs in type definitionsKlement Sekera3-59/+57
2018-05-03NAT: fix bin API dump of static mappings.Milan Lenco1-2/+5
2018-05-03MPLS prefetch fixesNeale Ranns2-15/+15
2018-05-03NAT44: fix VAT nat44_user_session_detailsMatus Fabian1-4/+5
2018-05-03NAT44 segv on unknown proto on inside interfaceMatthew Smith1-22/+25
2018-05-03tcp: fix echo server rx retries counter vec allocFlorin Coras1-0/+2
2018-05-02Fix CentOS 7 build issue with vxlanMatthew Smith1-2/+4
2018-05-02vxlan:encap - use vnet rewriteeyal bari3-53/+50
2018-04-30tcp/session: debug improvements/fixesFlorin Coras6-30/+25
2018-04-30Remove historical README fileDave Barach1-43/+0
2018-04-30FIB: elide cover walk for insert of host routeNeale Ranns3-3/+25
2018-04-30plugins: dpdk: fix check which makes not sense, likely a typoSzymon Sliwa1-1/+1
2018-04-27svm/session: improve svm fifo allocationFlorin Coras1-13/+15
2018-04-27IPv6 NS/RS; do not vec_validate global structs in the DPNeale Ranns1-12/+16
2018-04-27IPv6 NS: use the mcast rewrite node to fill in the destination MACNeale Ranns2-263/+275
2018-04-27TAP memory leaks:Neale Ranns4-28/+22
2018-04-27Move VOM to extras/vomDamjan Marion177-32373/+1
2018-04-27A bit of buffer metadata reshuffling to accommodate flow_idDamjan Marion10-44/+37
2018-04-27VAT for qos_record_enable_disable APIIgor Mikhailov (imichail)2-3/+90
2018-04-26vlib: set log tap level <level> does not work for some keywordsSteven1-2/+2
2018-04-26NAT44: disable nat44-hairpinning feature for in-out interface (VPP-1255)Matus Fabian1-10/+20
2018-04-25igmp: disable debug messagesDamjan Marion1-1/+1
2018-04-25Carry recorded QOS bits in the outer VXLAN IP headerIgor Mikhailov (imichail)1-0/+35
2018-04-25span: crash in span_mirror [VPP-1254]Steven1-2/+7
2018-04-25dpdk: complete rework of the dpdk-input nodeDamjan Marion12-470/+707
2018-04-25GBPv6: NAT66 actions for GBPNeale Ranns5-134/+185
2018-04-25vxlan:remove single bucket load-balance dpo'sEyal Bari1-9/+23