aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
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-16Drop IPsec packets when interface is downMatthew Smith1-10/+32
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-13Improve ipfix template packet rewrite constructionDave Barach4-10/+127
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-11Periodic scan and probe of IP neighbors to maintain neighbor poolsJohn Lo9-14/+533
2018-05-11VPP-1275 Fix memory leaks in IPsec CLIKlement Sekera1-54/+83
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-10vppinfra: use count_trailing_zeros in sparse_vec_indexDamjan Marion2-7/+7
2018-05-10vnet: device flow offload infraDamjan Marion11-0/+969
2018-05-10session: fix proxy app multithreadingFlorin Coras1-15/+50
2018-05-10Change the way IP header pointer is calculated in esp_decrypt nodesSzymon Sliwa2-3/+11
2018-05-10DHCP4 client process replies when renewing leaseMatthew Smith1-16/+24
2018-05-10tcp: fix jumbo retransmitsFlorin Coras1-42/+42
2018-05-09ipsec: support UDP encap/decap for NAT traversalKlement Sekera9-33/+90
2018-05-09session: cleanup session tx functionFlorin Coras6-324/+450
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-04ipsec: allow null/null for crypto/integ algorithms pairRadu Nicolau2-3/+3
2018-05-04Flow: Rename IPFIX exporter.Ole Troan9-9/+9
2018-05-04Harmonize vec/pool_get_aligned object sizes and alignment requestsDave Barach35-12/+146
2018-05-03MPLS prefetch fixesNeale Ranns2-15/+15
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-30FIB: elide cover walk for insert of host routeNeale Ranns3-3/+25
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-27A bit of buffer metadata reshuffling to accommodate flow_idDamjan Marion7-24/+24
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-25GBPv6: NAT66 actions for GBPNeale Ranns1-1/+1
2018-04-25vxlan:remove single bucket load-balance dpo'sEyal Bari1-9/+23
2018-04-25Fix some build warnings about "Old Style VLA"Juraj Sloboda2-4/+9
2018-04-25Adjacency walk more scalableNeale Ranns2-50/+30
2018-04-24lacp: deleting the bond subinterface may cause lacp to lose the partner [VPP-...Steven3-23/+2
2018-04-24memory leakKingwel Xie1-0/+3
2018-04-24Support QOS_SOURCE_IP recording from L2 input node.Igor Mikhailov (imichail)2-5/+77
2018-04-23MPLS VPLS CLI fixNeale Ranns1-0/+1
2018-04-20tcp: make newreno byte instead of acks dependentFlorin Coras4-3/+28
2018-04-20tcp: improve statsFlorin Coras3-128/+177