aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-11-28crypto: not use vec api with opt_data[VNET_CRYPTO_N_OP_IDS]Lijian Zhang3-3/+4
2019-11-28tcp: validate the IP address while checking TCP connectionSrikanth Akula1-9/+31
2019-11-28session tcp: refactor pacer timeFlorin Coras9-104/+74
2019-11-19ipsec: fix trailing data overflowFilip Tehlar1-23/+21
2019-11-19crypto: do not crash if no crypto engine loadedBenoît Ganne1-1/+1
2019-11-18session: unify buffer tx dispatchingFlorin Coras1-26/+11
2019-11-18fib: Copy the prefix before use in case the underlying entry reallocs.Neale Ranns3-6/+19
2019-11-18bonding: fix non-null terminated vectorBenoît Ganne1-2/+2
2019-11-18tcp: avoid retransmits post resetFlorin Coras2-0/+6
2019-11-18tap: fix cli parserDamjan Marion1-4/+5
2019-11-18tcp: correct validity check return valueRyujiro Shibuya1-0/+1
2019-11-18ipsec: ipsec-input: check for too-short packetsBenoît Ganne1-12/+25
2019-11-18mpls: number of mpls tunnel paths returns zeroIJsbrand Wijnands1-1/+1
2019-11-18session: reschedule asap when snd space constrainedFlorin Coras2-7/+28
2019-11-18tls: fifo size is u32Dave Wallace1-3/+10
2019-11-18session tcp: infra for transports to send buffersFlorin Coras4-60/+36
2019-11-15ip: Punt rather than drop unkown IPv6 ICMP packetsNeale Ranns1-5/+5
2019-11-15session: fix show cli with closed sessionFlorin Coras1-1/+3
2019-11-15session: avoid double dispatch of new eventsFlorin Coras1-14/+17
2019-11-15session: app-closed to transport-deleted on delete notifyFlorin Coras2-2/+2
2019-11-15ip: reassembly: fix use-after-freeBenoît Ganne2-5/+10
2019-11-15vcl: add api to set lcl ipFlorin Coras3-1/+3
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