aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-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-05tests: make RA tests run on VPP timeAndrew Yourtchenko2-7/+21
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-29l2: l2bd nd termination test instabilityOle Troan1-1/+1
2019-10-29devices: vhoost cpu->copy array overflow on tcp jumbo frame (65535 bytes)Steven Luong2-2/+8
2019-10-29build: add missing ldflags to exe and sharedBenoît Ganne1-0/+2
2019-10-29vppinfra: add vec_set_len()Benoît Ganne3-10/+19
2019-10-29tests: add PID of VPP under test to API dump filename for the testAndrew Yourtchenko1-1/+2
2019-10-29vlib: enable worker-thread dispatch pcap traceDave Barach1-3/+7
2019-10-29misc: Update gitignore for /test/ext/.dNeale Ranns1-0/+1
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-29ebuild: Unite default build platform to vppjuraj.linkes1-1/+1
2019-10-29misc: 19.04.3 Release NotesDave Wallace1-0/+9
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 Kazmi8-23/+50
2019-10-27tests: make pg_start() wait until pg completesAndrew Yourtchenko1-19/+13
2019-10-27tests: log error which happens during connect and wait longer for stats socketAndrew Yourtchenko1-2/+3
2019-10-27tests: explicitly wait for the PG to finish before looking for capture fileAndrew Yourtchenko1-0/+15