aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
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-18vlib: move thread barrier around mod of global node next dataChristian E. Hopps1-6/+5
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-18misc: add "show run summary"Dave Barach1-11/+19
2019-10-18hsa: make APP_OPTIONS_PREALLOC_FIFO_PAIRS configurableMathiasRaoul3-1/+5
2019-10-18quic: make quic fifo size configurable via cliMathiasRaoul2-6/+83
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-16vppinfra: create unformat function for data size parsingMathiasRaoul2-0/+26