aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-02Fixing ip4-reassembly ip6-reassembly non feature node, next_node_index settingVijayabhaskar Katamreddy3-2/+2
2018-06-30tcp: fix single loop prefetchFlorin Coras2-3/+9
2018-06-30session: send tx notification to appFlorin Coras3-188/+229
2018-06-29ipsec: fix VPP-1333 - crash in ipsec policy cliKlement Sekera1-0/+6
2018-06-29Removing the static keyword do_fragment routines, so that could be accessed o...Vijayabhaskar Katamreddy2-3/+8
2018-06-29IP4 Router Alert option handling for IGMPNeale Ranns4-14/+156
2018-06-28vcl: move binary api and cfg to separate filesFlorin Coras3-4/+0
2018-06-28vcl: refactor vcl sessionFlorin Coras1-12/+17
2018-06-28reassembly: optimize bihash usageKlement Sekera2-45/+38
2018-06-28ip: vectorized ip checksumDamjan Marion2-69/+119
2018-06-27gcc8 and Wstringop-truncationMarco Varlese1-2/+2
2018-06-26tcp/session: tx optimizationsFlorin Coras4-22/+53