summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-04-06gbp: Add gbp bd flags unit testMohsin Kazmi1-0/+6
2019-04-06Doxygen: clean up vec.hDave Wallace1-8/+4
2019-04-06quic: support addition of fifo segmentsFlorin Coras1-1/+2
2019-04-05make the output of "show api dump file <filename> compare-current" doxygen-fr...Andrew Yourtchenko1-5/+9
2019-04-05quic: update app ns on connectFlorin Coras1-0/+1
2019-04-05crypto: fix init dependencyFilip Tehlar1-1/+2
2019-04-05rdma: more batching, compile rdma-core in release modeBenoît Ganne3-101/+299
2019-04-05session: fix app name formattingFlorin Coras1-2/+2
2019-04-05fix pcap_trace cli output issueJack Xu1-2/+4
2019-04-05vlib: fix "foo_msg" and "foo_msg_reply" in API message table triggering the "...Andrew Yourtchenko1-2/+2
2019-04-05IPSEC: punt reasons; SPI=0, no-tunnelNeale Ranns5-13/+155
2019-04-05tcp: do not delete session on establish popFlorin Coras5-31/+59
2019-04-04ldp: ignore TCP_CORK socket optionFlorin Coras1-0/+1
2019-04-04session: fix http server rpc to mainFlorin Coras1-8/+9
2019-04-04tcp: properly validate acks between snd_nxt and una_maxFlorin Coras1-2/+4
2019-04-04ipsec: trunc_size -> icv_sizeDamjan Marion9-15/+15
2019-04-04crypto: pass multiple ops to handlerDamjan Marion2-9/+44
2019-04-04GBP: Counters per-contractNeale Ranns4-13/+62
2019-04-04tcp: shorten wait in fin-wait-1 with fin rcvdFlorin Coras3-9/+18
2019-04-04Add crypto_ia32 pluginDamjan Marion5-0/+632
2019-04-04gbp: Add bd flagsMohsin Kazmi4-11/+38
2019-04-03lacp: passive mode support [VPP-1551]Steven Luong8-57/+152
2019-04-03IPSEC: correctly size per-thread dataNeale Ranns1-1/+1
2019-04-03virtio: Add support for multiqueueMohsin Kazmi7-88/+493
2019-04-03pci: Fix the crash on deleting the pci deviceMohsin Kazmi1-2/+5
2019-04-03rdma: tx: fix stats and add batchingBenoît Ganne1-61/+88
2019-04-03IPSEC: show CLI improvementsNeale Ranns4-31/+208
2019-04-03GBP: iVXLAN reflection checkNeale Ranns5-16/+68
2019-04-03session: allow more fifos in preallocated segmentsFlorin Coras1-4/+0
2019-04-03session: fix cli for sessions in created stateFlorin Coras1-1/+2
2019-04-03session: do not enable pre-input node with 0 workersFlorin Coras1-0/+3
2019-04-02stat-segment: scaling improvementNeale Ranns3-18/+41
2019-04-02session: remove session logic from io rx evt senderFlorin Coras1-6/+1
2019-04-02session: use app cb function wrappersFlorin Coras7-26/+22
2019-04-02vppinfra: add u32x4 min / max sse4.2 inlinesDamjan Marion1-24/+49
2019-04-02tcp: improve rcv process ack processingFlorin Coras6-69/+87
2019-04-02lisp: use crypto lib instead of openssl directlyFilip Tehlar1-25/+43
2019-04-02IPSEC: tunnel scaling - don't stack the inbould SANeale Ranns7-69/+189
2019-04-02IPSEC: remove pointless feature orderingNeale Ranns1-4/+2
2019-04-02dpdk: fix build error when mlx support enabledMatthew Smith1-1/+1
2019-04-02vppinfra: fix sparse_vec_index() returning non-zero index for some nonexisten...Andrew Yourtchenko3-0/+78
2019-04-01Enhance vlib_buffer_clone to change headroom space for packetJohn Lo1-7/+66
2019-03-30VPP-1576: fix a class of spurious warningsDave Barach1-0/+5
2019-03-30vppinfra: add few more cpuid flagsDamjan Marion1-0/+7
2019-03-29SPAN: Add pending frame on current thread, not on mainIgor Mikhailov (imichail)1-6/+5
2019-03-29Convince Coverity that s = format (0, ...) is OKDave Barach1-0/+4
2019-03-29Minor bug fixesDave Barach1-7/+21
2019-03-29IPSEC-GRE: fixes and API update to common types.Neale Ranns20-196/+189
2019-03-29vls: add pthread check on vls_attrFlorin Coras1-1/+7
2019-03-29Integrate first QUIC protocol implementationNathan Skrzypczak10-3/+3196