aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-07-11avoid using thread local storage for thread indexDamjan Marion57-98/+99
2018-07-11bridge-domain:fix no_flood countEyal Bari1-0/+3
2018-07-11memif: fix max number of ringsDamjan Marion2-4/+4
2018-07-11avf: descriptor should be volatileDamjan Marion4-40/+60
2018-07-11srv6-as: Adding rewrite countersFrancois Clad3-21/+72
2018-07-11VPP-1338: fix coverity warning in mactime pluginDave Barach1-1/+3
2018-07-11threads: fix issue with setting main-core to 0Damjan Marion3-9/+17
2018-07-10VPP-1337: Dangling reference be gone!Dave Barach3-0/+6
2018-07-10IGMP: coverity found defectsNeale Ranns3-4/+10
2018-07-10FIB path dump: fix next-hop-table ID for recursive routesNeale Ranns3-6/+9
2018-07-10NAT44: multiple outside FIB tables (VPP-1314)Matus Fabian4-41/+178
2018-07-10Remove unused variablesIgor Mikhailov (imichail)1-4/+0
2018-07-10Do not translate packets destined for NAT64 inside interface (VPP-1331)Juraj Sloboda1-0/+29
2018-07-10pp2: increase recycle batch sizeBrian Brooks1-1/+3
2018-07-10pp2: use configured RX queue sizeBrian Brooks1-1/+1
2018-07-09IGMP improvementsNeale Ranns39-1762/+4030
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-09Fix missing pipe.api.hMatthew Smith1-1/+2
2018-07-08Fix IPsec intf tx node setup at intf creationMatthew Smith1-2/+2
2018-07-08session/svm: fix coverity warningsFlorin Coras2-3/+10
2018-07-08vhost: Add multi-versioning supportMohsin Kazmi7-1536/+1675
2018-07-07PipesNeale Ranns12-7/+1212
2018-07-06svm: add unidirectional message queueFlorin Coras5-8/+510
2018-07-05add stat segment size configurationDave Barach2-1/+29
2018-07-05vxlan:use bihash_24_8 for ipv6 lookupEyal Bari3-116/+167
2018-07-05VPP-1335 vapi crash when memclnt_keepalive receivedKlement Sekera6-18/+62
2018-07-04Fix clib_bitmap_next_clear() function when no clear bits leftJohn Lo1-0/+3
2018-07-04fix VPP-1312 Invalid UDP packet length in ipsecKlement Sekera1-1/+2
2018-07-04Do not override skip-cores if set in startup.confDamjan Marion1-4/+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-03Set main thread affinity before main heap is allocatedDamjan Marion2-7/+28
2018-07-03tcp: update snd_una_max for retranmsitsFlorin Coras3-4/+9
2018-07-02Add per-numa page allocation info to 'show memory'Damjan Marion3-2/+71
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-30cli: Validate cli_file_index on quit commandSteve Shin1-0/+4
2018-06-30session: send tx notification to appFlorin Coras3-188/+229
2018-06-30bitmap: add nocheck variants for bit opsFlorin Coras2-20/+54
2018-06-29memif: minor fixesDamjan Marion2-9/+9
2018-06-29VPP-1324 SIGSEGV vl_msg_api_handler_with_vm_node()Lukasz Majczak2-11/+21
2018-06-29VPPAPIGEN: use SOURCE_DATE_EPOCH for datestringNirmoy Das1-1/+2
2018-06-29CSIT-1148: VPPAPIGEN 2nd level import of .api ignoredOle Troan1-4/+5
2018-06-29ipsec: fix VPP-1333 - crash in ipsec policy cliKlement Sekera1-0/+6
2018-06-29igmp: bugfix and minor improvementsJakub Grajciar5-76/+60
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 Ranns5-14/+157
2018-06-29bihash key compare improvementsDamjan Marion3-12/+10