aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-11-13vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..)Damjan Marion24-48/+46
2018-11-12tcp: handle disconnects after enq notificationsFlorin Coras4-37/+93
2018-11-12IPv6: Make link-local configurable per-interface (VPP-1446)Juraj Sloboda8-188/+52
2018-11-10proxy-app: fix active connectFlorin Coras1-0/+1
2018-11-10pmalloc: u32 pp->index leads to va address overrunKingwel Xie1-1/+2
2018-11-09dpdk: configure ip4 header checksum rx offload properlyDamjan Marion2-1/+8
2018-11-09GBP: Fix error-strings array in gbp-vxlan4Neale Ranns1-1/+1
2018-11-09tcp: basic cubic implementationFlorin Coras7-14/+259
2018-11-08vnet: remove unused fieldDamjan Marion1-2/+0
2018-11-08Calculate clock rounding constantDave Barach2-3/+20
2018-11-08vnet: store hw interface speed in kbps instead of using flagsDamjan Marion10-94/+54
2018-11-08IP load-balance; trace at the end of the node so the flow hash used is displayedNeale Ranns2-6/+6
2018-11-08avf: update virtchnl header fileDamjan Marion1-18/+32
2018-11-08physmem: Add physmem map supportMohsin Kazmi3-3/+31
2018-11-08tlsopenssl: remove unused #includeKlement Sekera1-1/+0
2018-11-08tcp: pacer and mrtt estimation improvementsFlorin Coras6-22/+63
2018-11-08vlib: use index to free suspended frameFlorin Coras1-4/+4
2018-11-08GBP: fix for coverity found errorsNeale Ranns2-6/+8
2018-11-07pmalloc: fix shared mappingsDamjan Marion1-2/+4
2018-11-07GBP: Endpoints with VLAN tags and birdges that don't learnNeale Ranns5-17/+77
2018-11-07tcp: consume incoming buffers instead of reusingFlorin Coras7-803/+727
2018-11-07Optimize xxx_zero_byte_mask NEON functionLijian Zhang1-44/+7
2018-11-07l2: convert l2_patch to new multiarch schemeDamjan Marion2-168/+115
2018-11-07GBP Endpoint LearningNeale Ranns40-675/+5763
2018-11-07NAT44: fix undesired dependency between static mapping and address from the p...Matus Fabian2-1/+9
2018-11-07Unresolved symbols in libvapiclientNeale Ranns1-0/+1
2018-11-07vmxnet3: reduce calling vmxnet3_reg_write_inlineSteven3-8/+18
2018-11-06marvell: bump musdk version to 18.09.3Damjan Marion5-17/+35
2018-11-06dpdk: don't automatically whitelist vmxnet3 PCI interfacesSteven1-1/+14
2018-11-06BD ARP entry use common API typesNeale Ranns7-70/+85
2018-11-06vhost: crash in vhost_user_tx_avx2Steven1-0/+6
2018-11-06IGMP: Improved handling of (*,G) join and leaveNeale Ranns1-20/+74
2018-11-06VPP-1481: fixed tlv length checking & added testsFilip Varga1-2/+10
2018-11-06dpdk: format_dpdk_device_name cleanupDamjan Marion1-7/+7
2018-11-06Change l2_patch from dual-loop to quad-loopYulong Pei1-18/+54
2018-11-06dpdk: fix device name suffix confusion with failsafe/netvscStephen Hemminger1-2/+2
2018-11-06dpdk: fix pmd device type when using netvsc or failsafeStephen Hemminger1-1/+1
2018-11-06tcp: dequeue acked only once per burstFlorin Coras4-28/+64
2018-11-05acl-plugin: 5-tuple parse: get rid of memcpy and move to flags vs. bitfieldsAndrew Yourtchenko3-80/+77
2018-11-05vxlan: prefetch extra one cacheline holding external headerZhiyong Yang1-2/+2
2018-11-05Don't autodetect plugin path if set on cmdlineKlement Sekera1-2/+3
2018-11-05Enable atomic swap and store macro with acquire and release orderingSirshak Das4-9/+12
2018-11-05Genric API types format/unformat support for VAT and custom dumpNeale Ranns12-57/+162
2018-11-05VPP-1450: binary api call for dumping SPD to interface registrationFilip Varga2-1/+81
2018-11-05tcp: send unsent data in fast recoveryFlorin Coras5-121/+196
2018-11-05Provide return value for PAPI disconnect()Igor Mikhailov (imichail)2-1/+3
2018-11-05Alter logging semantics for VPP PAPI objectIgor Mikhailov (imichail)1-1/+1
2018-11-02tcp: coverity fixesFlorin Coras3-9/+9
2018-11-02vnet: ping: rewrite for maintainability and multicore supportAndrew Yourtchenko2-450/+737
2018-11-02vlib: define minimum chained buffer segment sizeDamjan Marion4-5/+15