aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2018-05-28af-packet: Add support for loggingMohsin Kazmi3-38/+52
2018-05-28itf: Fix admin up down for AF_PACKET and vhost-userMohsin Kazmi3-12/+50
2018-05-28Fix IP neighbor/arp pool full and static entry handlingJohn Lo2-166/+169
2018-05-27proxy_arp: remove unused is_addMarek Gradzki1-2/+1
2018-05-27ip4-input node reworkDamjan Marion2-125/+336
2018-05-27bond-input performance optimizationDamjan Marion1-291/+261
2018-05-27VPP-1294: add missing feature arc constraintDave Barach5-51/+114
2018-05-26Fix interface-rx-dpo-l2 node to setup l2_len in vnet bufferJohn Lo1-4/+16
2018-05-26tcp: loss recovery improvements/fixesFlorin Coras8-146/+248
2018-05-25Add interface rx pcap tracingDave Barach1-15/+13
2018-05-25Fix possible null pointer dereferenceJuraj Sloboda1-3/+14
2018-05-25tcp: handle acks in close waitFlorin Coras2-1/+2
2018-05-25bond: performance harvestingSteven4-133/+183
2018-05-25ARP proxy dumpsNeale Ranns12-41/+279
2018-05-25VPP-1277: IPIP - Copy TOS/TC from inner packet to outer.Ole Troan5-18/+109
2018-05-24Rewrite of l2-output nodeDamjan Marion1-332/+280
2018-05-23VPP-1283: IPv6 PMTU missing MTU value in ICMP6 message.Ole Troan3-20/+32
2018-05-23VPP-1283: IPv4 PMTU missing MTU value in ICMP4 message.Ole Troan2-32/+43
2018-05-23VPPAPIGEN: Add union and enum support and IP4/IP6 address type.Ole Troan1-0/+37
2018-05-23tcp: cc improvements and fixesFlorin Coras5-26/+38
2018-05-22CSIT-928 dpdk/ipsec: performance improvementRadu Nicolau1-7/+5
2018-05-21tcp: unlock link-local adjacencies on connection cleanupFlorin Coras2-24/+56
2018-05-20vector functions cleanup and improvementsDamjan Marion1-3/+2
2018-05-18IP unnumbered dumpNeale Ranns2-1/+92
2018-05-18IP table bind allowed only if table existsNeale Ranns1-30/+6
2018-05-18ARP: Ensure STATIC and DYANMIC ARP flags are mutually exclusive.Jon Loeliger1-3/+9
2018-05-18IP address dump - don't send subnets for unnumbered interfacesNeale Ranns1-4/+6
2018-05-18session: add session process nodeFlorin Coras5-0/+85
2018-05-18tap: remove the local vlib_log_info definitionMohsin Kazmi1-9/+3
2018-05-17Fix failure during enable/disable of featuresMatthew Smith2-5/+5
2018-05-17Fixes in IPv6 RD control planeJuraj Sloboda2-30/+59
2018-05-17flow:redirect to nodeEyal Bari1-0/+8
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