summaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-04-04ipsec: trunc_size -> icv_sizeDamjan Marion9-15/+15
2019-04-04crypto: pass multiple ops to handlerDamjan Marion1-6/+41
2019-04-04tcp: shorten wait in fin-wait-1 with fin rcvdFlorin Coras3-9/+18
2019-04-03lacp: passive mode support [VPP-1551]Steven Luong1-1/+28
2019-04-03IPSEC: correctly size per-thread dataNeale Ranns1-1/+1
2019-04-03virtio: Add support for multiqueueMohsin Kazmi7-88/+493
2019-04-03IPSEC: show CLI improvementsNeale Ranns4-31/+208
2019-04-03GBP: iVXLAN reflection checkNeale Ranns3-4/+26
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-02session: remove session logic from io rx evt senderFlorin Coras1-6/+1
2019-04-02session: use app cb function wrappersFlorin Coras6-20/+19
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 Ranns4-19/+15
2019-04-02IPSEC: remove pointless feature orderingNeale Ranns1-4/+2
2019-03-29SPAN: Add pending frame on current thread, not on mainIgor Mikhailov (imichail)1-6/+5
2019-03-29Minor bug fixesDave Barach1-7/+21
2019-03-29IPSEC-GRE: fixes and API update to common types.Neale Ranns18-158/+139
2019-03-29Integrate first QUIC protocol implementationNathan Skrzypczak6-3/+31
2019-03-29BVI: coverity error fixNeale Ranns1-1/+1
2019-03-29ipsec: esp-decrypt reworkDamjan Marion4-210/+306
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-28crypto: add vnet_crypto_op_init (...)Damjan Marion4-6/+14
2019-03-28ipsec: USE_EXTENDED_SEQ_NUM -> USE_ESNDamjan Marion8-14/+14
2019-03-28Punt InfraNeale Ranns4-9/+45
2019-03-28ipsec: anti-replay code cleanupDamjan Marion4-171/+143
2019-03-28session: remove unused tx context fieldFlorin Coras1-1/+0
2019-03-28Add RDMA ibverb driver pluginBenoît Ganne2-10/+13
2019-03-28session: cap max burst to a constantFlorin Coras1-17/+2
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-28IPSEC: run encrpyt as a feautre on the tunnelNeale Ranns7-156/+331
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra49-113/+113
2019-03-27GBP: fixes for l3-out routingNeale Ranns2-1/+32
2019-03-27ipsec: compress ipsec_sa_t so data used by dataplane code fits in cachelineDamjan Marion13-96/+140
2019-03-27tcp: add cc algo lookup tableFlorin Coras2-7/+17
2019-03-26FIB: do debug before remvoing last sourceNeale Ranns1-2/+2
2019-03-26ADJ: midchain delegate to performing stackingNeale Ranns11-211/+267
2019-03-26IPSEC: more expressive API errorsNeale Ranns3-8/+10
2019-03-26crypto: add set crypto handler CLIFilip Tehlar3-8/+135
2019-03-26ip6-rewrite: bug fix buffer->error in dual loopKingwel Xie2-5/+24
2019-03-26ipsec: esp-encrypt reworkDamjan Marion7-242/+398
2019-03-26Convert GRE nodes to new buffer APIs and multiarchBenoît Ganne2-618/+470
2019-03-26Simplify adjacency rewrite codeBenoît Ganne4-172/+33