aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-05-17tcp: handle link-local addressesFlorin Coras6-8/+75
2018-05-17Packet generator: preserve pcap file timestampsDave Barach6-0/+23
2018-05-16dpdk: fix rte_eth_dev_set_mtu callsites to use same mtu valueRui Cai1-1/+1
2018-05-16Drop IPsec packets when interface is downMatthew Smith1-10/+32
2018-05-16Fix broken compilation for non-numa aware platformsSachin Saxena2-0/+4
2018-05-16echo client: used fixed pool for preallocated sessionsFlorin Coras2-14/+9
2018-05-15Update ipfix documentationDave Barach1-195/+180
2018-05-15No overlapping sub-nets on any interface in the same table/VRF (VPP-943)Neale Ranns2-25/+82
2018-05-14proxy: fix active open connection cleanupFlorin Coras1-2/+2
2018-05-14Rework CP and DP communication in IPv6 RD (VPP-1256)Juraj Sloboda4-359/+163
2018-05-14NAT44: delete closed TCP session (VPP-1274)Matus Fabian3-22/+68
2018-05-13Improve ipfix template packet rewrite constructionDave Barach9-28/+180
2018-05-13session: improve app verbose format functionFlorin Coras1-5/+6
2018-05-13session: alloc one frame per output node dispatchFlorin Coras5-54/+94
2018-05-12dpdk: Add constants for failsafe PMDRui Cai2-2/+13
2018-05-11dpdk: fix Unknown interface with Mellanox NICSteve Shin1-1/+1
2018-05-11Periodic scan and probe of IP neighbors to maintain neighbor poolsJohn Lo14-14/+651
2018-05-11VPP-1275 Fix memory leaks in IPsec CLIKlement Sekera2-55/+84
2018-05-11Add ipfix exporter coding guideDave Barach1-0/+375
2018-05-11Fix issue with xconnect not working on the main interfaceDamjan Marion1-9/+6
2018-05-10Remove the historical memfd api segment bootstrapDave Barach3-252/+58
2018-05-10vppinfra: use count_trailing_zeros in sparse_vec_indexDamjan Marion8-84/+46
2018-05-10NAT44: sessions counters per user fix (VPP-1270)Matus Fabian1-6/+6
2018-05-10vnet: device flow offload infraDamjan Marion18-0/+1335
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