aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-05vcl: handle rx notifications on reused sessionsFlorin Coras1-0/+2
2019-11-05session: allow transport cleanup only if not deletedFlorin Coras1-2/+3
2019-11-05vlib: unix trivial- clean up typos in docsPaul Vinciguerra1-2/+2
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-31rdma: build: fix ibverb compilation testBenoît Ganne1-5/+3
2019-10-31tcp: correct tcp connection lookup conditionRyujiro Shibuya1-7/+10
2019-10-31nat: respect udp checksumFilip Varga6-166/+428
2019-10-31memif: memif buffer leaks during disconnecting zero copy interface.Changqian Wang1-0/+36
2019-10-31gtpu: msg id fix in send_gtpu_tunnel_details apiMiklos Tirpak1-1/+2
2019-10-31tcp: improve rate samples for retansmitted segmentsFlorin Coras4-91/+202
2019-10-31tcp: fix sack retransmit beyond snd_nxtFlorin Coras2-2/+13
2019-10-31vppinfra: make coverity happy with vec_set_lenBenoît Ganne1-1/+6
2019-10-31vppinfra: add clib_mem_free_sBenoît Ganne3-12/+12
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-29gbp: missing contract hash-mode settingNeale Ranns1-3/+5
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 Ganne3-10/+19
2019-10-29vlib: enable worker-thread dispatch pcap traceDave Barach1-3/+7
2019-10-29tcp: fix mss flag in option parsingFlorin Coras1-1/+1
2019-10-29svm: immediate fifo growth even when wrappedRyujiro Shibuya2-8/+117
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-27misc: (cdp) fix non-null terminated vector useBenoît Ganne1-1/+1
2019-10-27svm: reset vector data instead of lengthBenoît Ganne1-1/+1
2019-10-27session: fix use-after-freeBenoît Ganne1-1/+1
2019-10-27ipip: fix typos in short_helpIgnas Bacius1-3/+3
2019-10-27gbp: Add extended SFC unit testsMohsin Kazmi1-2/+459
2019-10-27ping: Move to pluginMohsin Kazmi7-23/+45
2019-10-27tcp: retry lost retransmitsFlorin Coras7-155/+205
2019-10-27sr: fix deleting an SR l2 steering policyAhmed Abdelsalam1-3/+7
2019-10-27ikev2: fix dangling pointerFilip Tehlar2-14/+28
2019-10-27vlib: fix cli process stack overflowChenmin Sun1-1/+1
2019-10-27quic: fix wrong condition in update_fifo_sizeMathiasRaoul1-1/+1
2019-10-23vppinfra: fix page boundary crossing bug in hash_memory64Dave Barach2-4/+109
2019-10-22gbp: use correct dst mac for RD-UU forwardBenoît Ganne1-1/+1
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