aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-09-01Add fixed-size, preallocated pool supportDave Barach19-98/+520
2017-08-31VPP-959: Python API require minimum CFFI version.Ole Troan1-1/+1
2017-08-31dpdk/ipsec: update doc regarding startup.confSergio Gonzalez Monroy1-10/+7
2017-08-31vhost: Disallow interrupt mode config if driver opts out interrupt supportSteven2-3/+9
2017-08-31Fix BIHASH_KVP_CACHE_SIZE == 0 caseDave Barach3-4/+37
2017-08-31Fix vent_data memory leak in function run_ping_ip46_address (VPP-966)dongjuan1-0/+1
2017-08-31Set runtime_path properly when running non-rootDamjan Marion2-3/+12
2017-08-31Free memory the 'rpaths' pointers, that may incur memory leaks(VPP-965).ShenJibiao1-0/+1
2017-08-30Thread safe internal buffer manager, take twoDamjan Marion3-4/+32
2017-08-30tcp: re-enable persist timer if no data available to sendFlorin Coras3-5/+26
2017-08-30Offload prep calls needed for IP and UDP checksum offload pktsDave Barach1-1/+4
2017-08-30vhost: Cache qsz_mask instead of qsz in vhost_user_vring_tSteven2-32/+28
2017-08-29Fix static mapping lookup issue for NAT pluginHongjun Ni1-0/+1
2017-08-29Fix some issue of comment and help for nat featureHongjun Ni1-3/+3
2017-08-29session: segment manager improvementsFlorin Coras12-190/+407
2017-08-29Fix for bootstrap crash when VPP compiled with gcc-7Marco Varlese1-1/+1
2017-08-29Flowprobe: Fix flow start time and hash computationPierre Pfister2-25/+21
2017-08-28vhost: Remove operation mode in the APISteven1-6/+0
2017-08-25jvpp: adding debug usage into test documentationMatej Perina5-1/+14
2017-08-25TCP horizontal scalingDave Barach6-24/+38
2017-08-25dpdk: bump to dpdk 17.08, remove support for dpdk 17.02Damjan Marion5-35/+4
2017-08-25acl-plugin: warning printed when acl_add_replace already applied ACLs (comple...Andrew Yourtchenko4-17/+49
2017-08-25tcp: retransmit and multi-buffer segment fixes and improvementsFlorin Coras9-182/+319
2017-08-25Use Quad-loop to improve gtpu-encap performanceHongjun Ni1-49/+194
2017-08-25jvpp: introducing callback api and future api tests for all plugins (VPP-591)Matej Perina21-1/+725
2017-08-25dpdk: required changes for 17.08Sergio Gonzalez Monroy10-226/+531
2017-08-25Fix crash when TCP client using VPP host stack connects firsttjanciga1-0/+6
2017-08-25vl_api_sw_interface_set_mtu_t_handler: fix assert in vnet_get_hw_interfaceAndrew Yourtchenko1-3/+10
2017-08-24Make VPP runtime directory configurableDamjan Marion8-42/+90
2017-08-24Fix initialization bug in sock_test_clientDave Wallace1-0/+3
2017-08-24NAT64: Fix error message typo (VPP-961)Matus Fabian1-5/+6
2017-08-24jvpp: use (*env)->ExceptionClear before calling (*env)->ExceptionOccurredMarek Gradzki1-1/+4
2017-08-23NAT64: Fix CLI typo (VPP-961)Matus Fabian2-4/+4
2017-08-23tcp: add tcp.api.h to nobase includeFlorin Coras1-1/+2
2017-08-23Remove unused retval from gpe_native_fwd_rpath type definitionMarek Gradzki1-2/+0
2017-08-23gpe: add l2 lb countersFlorin Coras1-1/+5
2017-08-23NAT: Rename snat plugin to nat (VPP-955)Matus Fabian36-435/+2336
2017-08-23Fix vl_map_shmem() root_path dangling reference.Dave Wallace1-5/+8
2017-08-23Enabled gid vpp in startup.conf to allow non-root vppctl accessEd Warnicke1-0/+1
2017-08-22acl-plugin: Recreate the bihash_40_8.h in the proper placeAndrew Yourtchenko4-11/+15
2017-08-22dpdk: fix Cavium ThunderX supportDamjan Marion2-0/+5
2017-08-22Increase default MAC learn limit and check it in learn-update pathJohn Lo5-4/+8
2017-08-22policer: remove unused codeDamjan Marion1-4/+0
2017-08-22SRv6 testsKris Michielsen3-32/+201
2017-08-22ping: remove unnecesary x86 intrinsics #includeDamjan Marion1-1/+0
2017-08-21PPPoE usses a midchain adjacency stack on an interface-tx DPONeale Ranns15-991/+899
2017-08-19Fixed ip add bug for ip6 with review commentspragash1-4/+4
2017-08-18session: fix multi-buffer segmentsFlorin Coras3-34/+40
2017-08-18gpe: fix sub-interface hash lookupFlorin Coras2-10/+10
2017-08-18Python API: Fix error message typo.Ole Troan1-1/+1