aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2018-11-21VPP-1309: fixed crash when listing ip arp after removing interfacePavel Kotucek1-0/+24
2018-11-21session: improve app cliFlorin Coras3-25/+70
2018-11-21session: cleanup use of api_client_indexFlorin Coras5-151/+91
2018-11-21ethernet-input: fix assert in l2 modeDamjan Marion1-9/+24
2018-11-20ethernet-input optimizationsDamjan Marion4-23/+552
2018-11-20vhost-user: cleanupDamjan Marion2-65/+44
2018-11-20IPSEC: remove duplicate memcyNeale Ranns1-6/+0
2018-11-20Link speed sent as little endian across APIOle Troan1-1/+1
2018-11-20dhcp4:(VPP-1483) linearize chained packets before handlingEyal Bari2-53/+54
2018-11-19Improve feature arc order constraint specificationDave Barach3-13/+135
2018-11-18add vlib_prefetch_buffer_data(...) macroDamjan Marion3-25/+16
2018-11-18vcl/session: apps with process workersFlorin Coras7-28/+113
2018-11-18mac_address_t: size to 6 bytes so it represents wire formatNeale Ranns1-7/+15
2018-11-17pcap-based dispatch tracerDave Barach11-523/+9
2018-11-17IP-punt: add documentation to the API and fix IP address initNeale Ranns2-1/+3
2018-11-15QoS: fix always recoding as IPNeale Ranns1-15/+25
2018-11-15GBP: redirect contractsNeale Ranns1-9/+7
2018-11-15ip4-input: fix prefetch data issue for tunnel decap casesZhiyong Yang1-4/+8
2018-11-15ipsec: infra for selecting backendsKlement Sekera6-177/+622
2018-11-15VXLAN-GBP: c-n-p error in the dual-loop tracingNeale Ranns1-1/+1
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach88-683/+717
2018-11-13tcp: cubic improvementsFlorin Coras1-9/+25
2018-11-13tcp: cubic fast convergenceFlorin Coras4-7/+73
2018-11-13ipsec: fix typoKlement Sekera1-1/+1
2018-11-13L2 feautre bitmaps output verbose/non-verbose modeNeale Ranns5-8/+29
2018-11-13vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..)Damjan Marion14-30/+30
2018-11-12tcp: handle disconnects after enq notificationsFlorin Coras4-37/+93
2018-11-12IPv6: Make link-local configurable per-interface (VPP-1446)Juraj Sloboda6-118/+52
2018-11-10proxy-app: fix active connectFlorin Coras1-0/+1
2018-11-09tcp: basic cubic implementationFlorin Coras7-14/+259
2018-11-08vnet: remove unused fieldDamjan Marion1-2/+0
2018-11-08vnet: store hw interface speed in kbps instead of using flagsDamjan Marion7-39/+41
2018-11-08IP load-balance; trace at the end of the node so the flow hash used is displayedNeale Ranns2-6/+6
2018-11-08tcp: pacer and mrtt estimation improvementsFlorin Coras6-22/+63
2018-11-07tcp: consume incoming buffers instead of reusingFlorin Coras7-803/+727
2018-11-07l2: convert l2_patch to new multiarch schemeDamjan Marion2-168/+115
2018-11-07GBP Endpoint LearningNeale Ranns14-107/+278
2018-11-06BD ARP entry use common API typesNeale Ranns5-47/+73
2018-11-06vhost: crash in vhost_user_tx_avx2Steven1-0/+6
2018-11-06Change l2_patch from dual-loop to quad-loopYulong Pei1-18/+54
2018-11-06tcp: dequeue acked only once per burstFlorin Coras4-28/+64
2018-11-05vxlan: prefetch extra one cacheline holding external headerZhiyong Yang1-2/+2
2018-11-05Enable atomic swap and store macro with acquire and release orderingSirshak Das2-5/+9
2018-11-05Genric API types format/unformat support for VAT and custom dumpNeale Ranns6-57/+21
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-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 Marion3-5/+4
2018-11-02session: measure dispatch period only if under loadFlorin Coras9-22/+51