aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2018-07-27Fix memory leak in processing of ICMPv6 RA event (VPP-1360)Juraj Sloboda1-1/+2
2018-07-26Clean up dpdk plugin rx/tx pcap tracingDave Barach2-0/+6
2018-07-26L2 Flood: use the buffer clone API rather than buffer recycleNeale Ranns1-260/+168
2018-07-24Create a unit-test pluginDave Barach1-1779/+0
2018-07-23session: send rx events only if session readyFlorin Coras2-2/+9
2018-07-23L2 EFP: byteswap sw_if_index, enable flag can be u8 on .apiNeale Ranns3-4/+7
2018-07-23Update pipeline.h: use vlib_get_buffersDave Barach3-329/+215
2018-07-23fix vector index range checksEyal Bari8-8/+8
2018-07-21Loopback tx: support multiple tx intfcs per frameDave Barach1-153/+197
2018-07-21fix IP directed broadcast node declarationsMatthew Smith2-2/+2
2018-07-20Add congestion drop in interface handoffDamjan Marion1-3/+27
2018-07-20QOS: mark/record fix feature ordering c-n-p errorNeale Ranns1-5/+5
2018-07-20IP directed broadcastNeale Ranns15-29/+279
2018-07-20QoS: marking and recording for MPLS and VLANNeale Ranns3-18/+267
2018-07-19Remove unused argument to vlib_feature_nextDamjan Marion19-76/+42
2018-07-19session: coverity warningsFlorin Coras1-8/+10
2018-07-19Add a new communication channel between VPP and openssl enginePing Yu1-1/+1
2018-07-19Cleanup of handoff codeDamjan Marion5-341/+24
2018-07-19qos record:fix disable on interface deleteEyal Bari1-1/+1
2018-07-19ip4-input and ip4-input-no-checksum should be siblingsNeale Ranns1-11/+1
2018-07-18qos mark/record: fix disable-sw_if_index range checkEyal Bari2-2/+2
2018-07-18Add config option to use dlmalloc instead of mheapDave Barach3-0/+20
2018-07-17loopback:fix delete to check interface classEyal Bari1-13/+6
2018-07-17session: send ctrl msg over mqFlorin Coras9-63/+521
2018-07-17session: use msg queue for eventsFlorin Coras16-310/+453
2018-07-17session: make sure segment sizes are page alignedFlorin Coras1-1/+3
2018-07-17VOM: support for pipesNeale Ranns2-10/+10
2018-07-16Adjacency-BFD: assume BFD down on createNeale Ranns2-10/+17
2018-07-15VPP-1341: fix loopback interface graph arcsDave Barach4-66/+175
2018-07-14Improve IP4 ARP and IP6 ND Events Notificationv18.10-rc0John Lo2-11/+32
2018-07-13VPP-1338: fix ipsec api coverity warningsDave Barach1-4/+3
2018-07-12srv6: fix pointers in quad loopsFrancois Clad1-6/+6
2018-07-11session: push tx notifications only if neededFlorin Coras1-1/+6
2018-07-11avoid using thread local storage for thread indexDamjan Marion36-58/+59
2018-07-11bridge-domain:fix no_flood countEyal Bari1-0/+3
2018-07-10VPP-1337: Dangling reference be gone!Dave Barach3-0/+6
2018-07-10FIB path dump: fix next-hop-table ID for recursive routesNeale Ranns2-2/+3
2018-07-09IGMP improvementsNeale Ranns8-24/+236
2018-07-09vxlan:use bihash_16_8 for ipv4 lookupEyal Bari3-66/+76
2018-07-09new pipe code does not use stdintsNeale Ranns1-2/+2
2018-07-08Fix IPsec intf tx node setup at intf creationMatthew Smith1-2/+2
2018-07-08session/svm: fix coverity warningsFlorin Coras1-1/+5
2018-07-08vhost: Add multi-versioning supportMohsin Kazmi6-1534/+1667
2018-07-07PipesNeale Ranns11-7/+1199
2018-07-05vxlan:use bihash_24_8 for ipv6 lookupEyal Bari3-116/+167
2018-07-04fix VPP-1312 Invalid UDP packet length in ipsecKlement Sekera1-1/+2
2018-07-04IP FIB dump - incorrect table-ID for deag pathsNeale Ranns1-1/+1
2018-07-04Remove unused members from ip4_fib_tNeale Ranns2-9/+3
2018-07-04add 'src-lookup' keyword for FIB pathsNeale Ranns1-0/+4
2018-07-03tcp: update snd_una_max for retranmsitsFlorin Coras2-3/+8