aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-11-25vlib: address vlib_error_t scaling issuestable/1901Steven Luong7-51/+48
2019-11-20vlib: convert frame_index into real pointersSteven Luong9-89/+51
2019-10-07acl-plugin: tuplemerge: fix a crash during soak test with split partitionAndrew Yourtchenko1-7/+11
2019-10-05bonding: traffic traversing the wrong interfaceSteven Luong1-0/+1
2019-08-14devices: VPP crash when doing packet trace dumpSteven Luong1-0/+8
2019-07-23devices: vhost handling VHOST_USER_SET_FEATURESSteven Luong1-0/+1
2019-07-18misc: 19.01.3 Release Notesv19.01.3Andrew Yourtchenko1-0/+9
2019-07-12ip: Punt node does not free iovecsNeale Ranns2-9/+19
2019-06-18vppinfra: dlmalloc records wrong offset for tracingWei CHEN1-1/+1
2019-06-18stats: fix memory leakage when adding / deleting interfacesOle Troan2-13/+30
2019-06-17vlib: cherry-pick "memory-trace stats-segment"Dave Barach6-61/+225
2019-06-17vppinfra: optimize elog_stringDave Barach2-5/+33
2019-06-14acl vnet vlib: memory leaksSteven Luong3-11/+14
2019-05-25tcp: handle disconnects in rcv-processFlorin Coras1-0/+1
2019-05-25tcp: handle fin+rst in same frameFlorin Coras1-1/+8
2019-05-24Fix congestion recovery checkv19.01.3-rc0John Lo1-2/+4
2019-05-1719.01.2 Release Notesv19.01.2Andrew Yourtchenko1-0/+9
2019-05-17Add rte_flow_validate to verify the flow before calling rte_flow_create.Simon Zhang1-3/+14
2019-05-08plugins: clean up plugin descriptionsDave Wallace29-28/+29
2019-05-02Clean up multi-thread barrier-sync hold-down timerDave Barach4-16/+130
2019-05-02mp_safe SW_INTERFACE_DUMP, SW_INTERFACE_DETAILS, SW_INTERFACE_TAG_ADD_DEL,Steven Luong4-0/+11
2019-05-01vlib epoll: protect against clib file pool expansionFlorin Coras1-1/+5
2019-04-19Fix memory corruption faulting [VPP-1639]Artem Belov1-3/+3
2019-04-11cmake: fix errors in external when building past point-releaseAndrew Yourtchenko1-1/+1
2019-03-30SPAN: Add pending frame on current thread, not on mainIgor Mikhailov (imichail)1-6/+5
2019-03-26Callback functions must have the correct signatureNeale Ranns3-4/+8
2019-03-25Ignore SIGTERM during the vpp boot sequenceDave Barach2-12/+17
2019-03-24ADJ: more thorough link up checkNeale Ranns3-7/+25
2019-03-14crypto-input: fix crash bugKingwel Xie1-8/+12
2019-03-13Fix ASSERT usage issue in cryptodevSimon Zhang1-1/+1
2019-03-13FIB: path parsing, table-id not fib-index (VPP-1586)Neale Ranns3-8/+44
2019-03-13vhost: potential crash in map_guest_mem using debug imageSteven Luong1-1/+14
2019-03-13vhost-user: restart vpp may cause vhost to crashSteven Luong1-1/+1
2019-03-13fix dpdk cryptodev enable issueSimon Zhang1-6/+9
2019-03-07Remove local REPLY_MACRO so that socket transport works.Ole Troan3-95/+6
2019-03-07assign flood_class to vnet_sw_interface_t template in subif api handle functionv19.01.2-rc0Joe Zhou1-0/+2
2019-03-0619.01.1 Release Notesv19.01.1Dave Wallace1-0/+9
2019-03-05cmake: fix out-of-git-tree buildDamjan Marion2-11/+2
2019-03-02Fix vpp crashing when attempting to run in kubernetes PodArtem Belov1-0/+21
2019-03-01tcp: allow future acks if in windowFlorin Coras1-4/+9
2019-02-28IPSEC: crash on SA dump when SA are bound to tunnelsNeale Ranns1-2/+5
2019-02-27Fix crash in barrier sync when vlib_worker_threads is zeroDamjan Marion2-3/+5
2019-02-27buffer chain linearizationKlement Sekera6-442/+216
2019-02-27Makefile: correct opensuse 15.0 dep namingEd Kern1-4/+3
2019-02-22vhost: VPP stalls with vhost performing control plane actions [VPP-1572]Steven Luong3-214/+259
2019-02-22tcp: free sack block list on connection cleanupFlorin Coras1-0/+2
2019-02-22avf: fix eat own tail issue on txDamjan Marion1-3/+7
2019-02-22physmem: keep physmem VA in 39-bit address space on x86_64Damjan Marion5-6/+45
2019-02-22Add no-append flag to vlib_frame_tDamjan Marion8-4/+20
2019-02-20IP route local and connectedNeale Ranns4-7/+51