aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-11-12tcp: fix retransmit with no sacksFlorin Coras3-10/+18
2019-11-05vlib: only dump 1st buffer in chain by defaultBenoît Ganne1-1/+1
2019-11-05ipsec: fix esp trace seq number overflowBenoît Ganne2-4/+12
2019-11-05session: fix dispatch event loggingFlorin Coras1-16/+27
2019-11-05tcp: track lost rxt segments in byte trackerFlorin Coras2-0/+5
2019-11-05l2: fix typo in doxygenPaul Vinciguerra1-2/+2
2019-11-05ip: cleanup typos in documentationPaul Vinciguerra8-17/+17
2019-11-05tcp: rx fifo size is u32Dave Wallace1-2/+18
2019-11-05tls: fix on tcp connection resetZeyu Zhang2-3/+12
2019-11-05lisp: fix lisp-gpe db hashBenoît Ganne1-2/+2
2019-11-05session: allow transport cleanup only if not deletedFlorin Coras1-2/+3
2019-11-05ip: trivial typos in docsPaul Vinciguerra2-9/+9
2019-11-05tcp: avoid sending acks when data availableFlorin Coras3-5/+24
2019-11-05session: avoid old io dispatch if no slots left to sendRyujiro Shibuya1-2/+3
2019-11-03gso: fix buffers traceAndrew Yourtchenko1-0/+1
2019-11-03ipsec: fix tunnel protection removalFilip Tehlar1-1/+1
2019-10-31tcp: correct tcp connection lookup conditionRyujiro Shibuya1-7/+10
2019-10-31tcp: improve rate samples for retansmitted segmentsFlorin Coras3-77/+184
2019-10-31tcp: fix sack retransmit beyond snd_nxtFlorin Coras2-2/+13
2019-10-31tcp: Init cwnd from ssthresh.Sergey Ivanushkin2-2/+38
2019-10-31session: increase max ctrl msg sizeFlorin Coras3-2/+13
2019-10-31tcp: avoid head retransmit if scoreboard has no holesFlorin Coras2-3/+2
2019-10-29devices: vhoost cpu->copy array overflow on tcp jumbo frame (65535 bytes)Steven Luong2-2/+8
2019-10-29vppinfra: add vec_set_len()Benoît Ganne2-4/+6
2019-10-29tcp: fix mss flag in option parsingFlorin Coras1-1/+1
2019-10-29tls: allow disconnects from main threadFlorin Coras1-1/+4
2019-10-29tcp: refactor flags into cfg and conn flagsFlorin Coras4-31/+89
2019-10-29tcp: improve pacing after idle send periodsFlorin Coras6-76/+124
2019-10-27bonding: fix interface deletionBenoît Ganne1-15/+7
2019-10-27session: fix use-after-freeBenoît Ganne1-1/+1
2019-10-27ipip: fix typos in short_helpIgnas Bacius1-3/+3
2019-10-27ping: Move to pluginMohsin Kazmi6-1370/+11
2019-10-27tcp: retry lost retransmitsFlorin Coras7-155/+205
2019-10-27sr: fix deleting an SR l2 steering policyAhmed Abdelsalam1-3/+7
2019-10-22bonding: feature arc may not be enabled for the slave interfaceSteven Luong1-2/+2
2019-10-22ip: fix clang debug compilationBenoît Ganne1-3/+1
2019-10-22tcp: fix tso not work in single buffer issueSimon Zhang2-6/+9
2019-10-22mpls: support fragmentation of mpls output packetRajesh Goel6-16/+120
2019-10-22ip: only install IPv6 prefixes in FIB when the interface is upNeale Ranns1-39/+36
2019-10-22fib: P2P interfaces do not need specific multicast adjacenciesNeale Ranns1-3/+18
2019-10-18tcp: rate sample for persist segmentsFlorin Coras1-0/+6
2019-10-18dhcp: API return code fixNeale Ranns1-2/+2
2019-10-18ip: Fix IP unnumbered dump of one interfaceNeale Ranns1-1/+1
2019-10-17fib: fix use-after-free for interface adj removalBenoît Ganne1-0/+3
2019-10-17bonding: graph node running after bond-input in feature arc may crashSteven Luong2-3/+42
2019-10-17ip: RD-CP API incorrect reply codeNeale Ranns1-1/+1
2019-10-17fib: recursive calculation leads to delegate pool reallocNeale Ranns1-4/+14
2019-10-16misc: add "maxframe" and "rate" to packet-generator cli.Christian E. Hopps3-5/+13
2019-10-15ip: fix use-after-free in IPv6 SLAAC expirationBenoît Ganne1-3/+11
2019-10-14devices: vhost not reading packets from vringSteven Luong2-0/+25