aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-29BVI: coverity error fixNeale Ranns1-1/+1
2019-03-29ipsec: esp-decrypt reworkDamjan Marion5-214/+317
2019-03-29IPSEC: tunnel fragmentationNeale Ranns2-0/+13
2019-03-29tcp: remove sent rcv wnd 0 flagFlorin Coras3-13/+2
2019-03-29dhcp: only register UDP ports that are neededMatthew Smith3-12/+21
2019-03-29tcp: improve updating of rcv wndFlorin Coras1-10/+7
2019-03-29rdma: add option to specify inteface nameDamjan Marion4-2/+12
2019-03-28crypto: add vnet_crypto_op_init (...)Damjan Marion5-7/+15
2019-03-28ipsec: USE_EXTENDED_SEQ_NUM -> USE_ESNDamjan Marion12-21/+20
2019-03-28cmake: add vpp_plugin_find_library macroDamjan Marion4-48/+49
2019-03-28Punt InfraNeale Ranns13-30/+1530
2019-03-28ipsec: anti-replay code cleanupDamjan Marion5-206/+158
2019-03-28session: remove unused tx context fieldFlorin Coras1-1/+0
2019-03-28Add RDMA ibverb driver pluginBenoƮt Ganne10-10/+1414
2019-03-28session: cap max burst to a constantFlorin Coras1-17/+2
2019-03-28Avoid overwrite in clib_memcpy_le{32,64}Damjan Marion1-27/+29
2019-03-28VXLAN-GBP: format flags in encap traceNeale Ranns1-2/+3
2019-03-28tcp: remove unused buffer flagsFlorin Coras2-23/+0
2019-03-28IPSEC: 4o6 and 6o4 for tunnel interfacesNeale Ranns1-2/+4
2019-03-28IPSEC: fix build breakage from ships in the night mergesNeale Ranns1-2/+6
2019-03-28vat:ignore SIGWINCH signalezkexma1-0/+1
2019-03-28AppImage packagingDave Barach6-1/+165
2019-03-28IPSEC: run encrpyt as a feautre on the tunnelNeale Ranns7-156/+331
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra60-132/+133
2019-03-27GBP: fixes for l3-out routingNeale Ranns4-9/+48
2019-03-27ipsec: compress ipsec_sa_t so data used by dataplane code fits in cachelineDamjan Marion16-118/+164
2019-03-27tcp: add cc algo lookup tableFlorin Coras2-7/+17
2019-03-26FIB: do debug before remvoing last sourceNeale Ranns1-2/+2