aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-29Fixing Exclusive dpo path issues added when via rpathVijayabhaskar Katamreddy1-4/+18
2018-10-28session: move test to unittest pluginFlorin Coras2-1757/+0
2018-10-29bond: problem switching from l2 to l3Steven1-0/+11
2018-10-28session: extend connect api for internal appsFlorin Coras16-137/+409
2018-10-27FIB: Sources must be keep in priority order, so re-sort after a vec_delNeale Ranns1-0/+2
2018-10-27pg: icmp4 & tcp4 ip length issueKingwel Xie2-2/+12
2018-10-27pg: incrementing len should be truncated byKingwel Xie1-12/+15
2018-10-27pg: allow creating pg for udp based protocolsKingwel Xie2-1/+13
2018-10-27Enumify interface flagsNeale Ranns3-42/+62
2018-10-27virtio: remove the extra return callMohsin Kazmi1-2/+0
2018-10-26vxlan-gbp: On demand udp ports registrationMohsin Kazmi2-5/+44
2018-10-25vnet/tcp/tcp.c: address a corner case.Paul Vinciguerra1-4/+7
2018-10-25Trivial: Cleanup missing va_ends.Paul Vinciguerra3-7/+11
2018-10-25session/tcp: improve cliFlorin Coras5-61/+128
2018-10-25ACL: Fix next_table_index classifiers consistancyGregory Thiemonge1-5/+17
2018-10-25ipsec_gre.c: Remove redundant assignments.Paul Vinciguerra1-13/+6
2018-10-25tcp/session: add tx pacerFlorin Coras10-21/+305
2018-10-25buffer trace is broken in ipsec-output. copy it from node->flags to frame->fr...Kingwel Xie1-0/+5
2018-10-25SCTP: DATA chunk padding fix and hardeningMarco Varlese3-7/+37