summaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-11-05tcp: correct validity check return valueRyujiro Shibuya1-0/+1
2019-11-05ipsec: ipsec-input: check for too-short packetsBenoît Ganne1-12/+25
2019-11-04mpls: number of mpls tunnel paths returns zeroIJsbrand Wijnands1-1/+1
2019-11-03session: fix show cli with closed sessionFlorin Coras1-1/+3
2019-11-02session: reschedule asap when snd space constrainedFlorin Coras2-7/+28
2019-10-31vlib: only dump 1st buffer in chain by defaultBenoît Ganne1-1/+1
2019-10-31ipsec: fix esp trace seq number overflowBenoît Ganne2-4/+12
2019-10-31session: avoid double dispatch of new eventsFlorin Coras1-14/+17
2019-10-31session: fix dispatch event loggingFlorin Coras1-16/+27
2019-10-31tcp: track lost rxt segments in byte trackerFlorin Coras2-0/+5
2019-10-30l2: fix typo in doxygenPaul Vinciguerra1-2/+2
2019-10-30ip: cleanup typos in documentationPaul Vinciguerra8-17/+17
2019-10-30tls: fifo size is u32Dave Wallace1-3/+10
2019-10-30tcp: rx fifo size is u32Dave Wallace1-2/+18
2019-10-30tls: fix on tcp connection resetZeyu Zhang2-3/+12
2019-10-30lisp: fix lisp-gpe db hashBenoît Ganne1-2/+2
2019-10-30docs: devices-- add FEATURES.yamlPaul Vinciguerra15-17/+65
2019-10-30l2: l2tp API cleanupJakub Grajciar2-24/+39
2019-10-29ip: refactor ip4_mtrie to use atomic store-releasejaszha031-14/+5
2019-10-29ip: refactor ip4_mtrie to atomically unset leavesjaszha031-4/+6
2019-10-29ethernet: VNET API to create sub-interfacesNeale Ranns3-55/+56
2019-10-29tcp: correct tcp connection lookup conditionRyujiro Shibuya1-7/+10
2019-10-28session: allow transport cleanup only if not deletedFlorin Coras1-2/+3
2019-10-28ip: Punt rather than drop unkown IPv6 ICMP packetsNeale Ranns1-5/+5
2019-10-28ping: move the echo responder into the ping pluginNeale Ranns2-200/+3
2019-10-28ip: reassembly fix sanity checksKlement Sekera2-5/+5
2019-10-28session: app-closed to transport-deleted on delete notifyFlorin Coras2-2/+2
2019-10-28ip: fix tracing of packet flagsKlement Sekera1-1/+1
2019-10-28ip: reassembly: fix use-after-freeBenoît Ganne2-5/+10
2019-10-25dhcp: fix crash on unicast renewal sendNeale Ranns1-4/+1
2019-10-25mdata: buffer metadata change tracker pluginDave Barach1-15/+37
2019-10-24gso: fix buffers traceBenoît Ganne1-0/+1
2019-10-24lacp: add actor steady state check prior to skip processing lacp pduSteven Luong2-26/+26
2019-10-23devices: vhoost cpu->copy array overflow on tcp jumbo frame (65535 bytes)Steven Luong2-2/+8
2019-10-23sr: add "set sr encaps hop-limit" commandIgnas Bačius5-1/+74
2019-10-23tcp: improve rate samples for retansmitted segmentsFlorin Coras3-77/+184
2019-10-23tcp: fix sack retransmit beyond snd_nxtFlorin Coras2-2/+13
2019-10-22ikev2: fix GCM cipherFilip Tehlar1-9/+17
2019-10-22ip: reassembly: avoid corruption in vnet bufferKlement Sekera1-17/+18
2019-10-18ipsec: fix tunnel protection removalFilip Tehlar1-1/+1
2019-10-22ip: ipfix-export API updateJakub Grajciar2-22/+38
2019-10-22vppinfra: add vec_set_len()Benoît Ganne2-4/+6
2019-10-21tls: enable tls engine as the default engineYu Ping1-1/+1
2019-10-21session: support registration of custom crypto enginesFlorin Coras3-1/+22
2019-10-21vcl: add api to set lcl ipFlorin Coras3-1/+3
2019-10-18ip: trivial typos in docsPaul Vinciguerra2-9/+9
2019-10-17session: unify buffer tx dispatchingFlorin Coras1-26/+11
2019-10-17session tcp: infra for transports to send buffersFlorin Coras4-60/+36
2019-10-17tcp: avoid sending acks when data availableFlorin Coras3-5/+24
2019-10-17tcp: Init cwnd from ssthresh.Sergey Ivanushkin2-2/+38