aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-02tcp: minimize use of tlsFlorin Coras4-198/+195
2018-11-02arp:add error counters for all failure casesEyal Bari2-101/+85
2018-11-01tcp: fast retransmit pacingFlorin Coras8-66/+129
2018-10-31session: fix sh session cliFlorin Coras1-1/+1
2018-10-31l2fib:remove unused bucket arg in lookup functionsEyal Bari3-33/+7
2018-10-31session: prioritize postponed sessionsFlorin Coras3-45/+33
2018-10-31session: add wrk contextFlorin Coras6-158/+167
2018-10-30ADJ: init MTU to interface defaultNeale Ranns2-1/+4
2018-10-30change mac address functions take const macNeale Ranns2-3/+3
2018-10-29migrate ipsec to new multiarch infraKlement Sekera8-73/+49
2018-10-29Use throttle_t for ND throttlingNeale Ranns6-48/+36
2018-10-29interface-flags; fix coverity error found in conversionNeale Ranns2-4/+30