aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-04-10crypto: Intel IPSEC-MB engineNeale Ranns2-2/+13
2019-04-10ethernet: fix packet tracingBenoƮt Ganne1-1/+1
2019-04-10IPSEC: for each engine and algorithm testsNeale Ranns1-1/+1
2019-04-10session: binary api app names as vectorsFlorin Coras1-2/+2
2019-04-10API: Fix shared memory only action handlers.Ole Troan6-195/+86
2019-04-10IPSEC: remove double byte swap of IP addressesNeale Ranns1-18/+10
2019-04-10Make tcp/udp/icmp compute checksum safer for buffer-chain caseJohn Lo2-2/+2
2019-04-09session: fix session flagsFlorin Coras2-5/+2
2019-04-08fixing typosJim Thompson32-45/+45
2019-04-08virtio: Fix the coverity warningsMohsin Kazmi1-6/+11
2019-04-08IPSEC TEST: various hash alogrithmsNeale Ranns1-1/+1
2019-04-08host stack: update stale copyrightFlorin Coras28-28/+28
2019-04-08minor spelling errors (both in comments)Jim Thompson2-2/+2
2019-04-07crypto: add support for AEAD and AES-GCMDamjan Marion12-150/+272
2019-04-07http_server: add timer wheel for session cleanupFlorin Coras1-29/+141
2019-04-07crypto: coverity issuesDamjan Marion1-1/+1
2019-04-06Pipe: fix double count on TX (TX counting is done in interface-output)Neale Ranns1-11/+1
2019-04-05session: fix app name formattingFlorin Coras1-2/+2
2019-04-05fix pcap_trace cli output issueJack Xu1-2/+4
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-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 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