aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-24L2-fwd trace show the lookup resultNeale Ranns3-48/+81
2018-10-24L2-input/output: use feature enum type in flag update functionNeale Ranns4-4/+10
2018-10-23dns, dhcp: on-demand udp port registrationDave Barach5-16/+54
2018-10-23tcp: fast retransmit improvementsFlorin Coras5-107/+279
2018-10-23lisp: register cp port only if enabledFlorin Coras1-2/+0
2018-10-23pg: udp length & checsum issueKingwel Xie1-4/+4
2018-10-23c11 safe string handling supportDave Barach219-781/+785
2018-10-23ipsec: fix wrong counter bumpKlement Sekera1-1/+1
2018-10-22ipsec fix missing node renamesKlement Sekera1-1/+1
2018-10-22Fix buffer overflow when fragmenting packets (VPP-1383)Juraj Sloboda1-2/+3
2018-10-22ipsec: split ipsec nodes into ip4/ip6 nodesKlement Sekera12-319/+510
2018-10-22lisp-gpe: register udp port only if enabled (VPP-1468)Florin Coras1-5/+7
2018-10-21tcp: count first lost hole (VPP-1465)Florin Coras1-14/+17
2018-10-20pipes: fix the l2.l2_len and the l[23]_hdr_offset setting behavior of pipe-rx...Andrew Yourtchenko1-29/+30
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das12-34/+35
2018-10-18tcp: fix sacks lost bytes counting (VPP-1465)Florin Coras1-16/+28
2018-10-18tls: fix connection failures/interrupts at scale (VPP-1464)Florin Coras4-27/+42
2018-10-18tcp: fix cleanup of non established connections (VPP-1463)Florin Coras2-1/+5
2018-10-18Ping; remove unused arraysNeale Ranns1-3/+0
2018-10-17vxlan:decap caching error (VPP-1462)Eyal Bari1-1/+1
2018-10-17IP Route add/del API is MP safeNeale Ranns1-0/+6
2018-10-17tcp: fix multiple fin retries (VPP-1461)Florin Coras2-10/+10
2018-10-17tcp: avoid sack processing when not needed (VPP-1460)Florin Coras2-3/+6
2018-10-17bond: tx optimizationsDamjan Marion3-307/+330
2018-10-17VPP-1459:Ip4 lookup fail when exist prefix cover.mu.duojiao1-3/+1
2018-10-16tls: fix multi threaded medium scale test (VPP-1457)Florin Coras7-11/+52