aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-04-19DOCS-ONLY: Fix broken doxygen tag in BVIDave Wallace1-1/+1
2019-04-19IPSEC: IPv6 ESP transport mode incorrect packet length and checksum (VPP-1654)Neale Ranns1-7/+14
2019-04-19IPSEC: ESP IPv6 transport mode payload length incorrect (VPP-1653)Neale Ranns1-1/+3
2019-04-18FIB: recursion casues path reallocNeale Ranns1-1/+12
2019-04-18IPSEC: tunnel rekey fix and test (VPP-1652)Neale Ranns1-21/+24
2019-04-17Doxygen cleanup.Dave Wallace2-2/+2
2019-04-17Revert "Revert "bond: problem switching from l2 to l3"" [VPP-1651]v19.04-rc2Steven Luong1-0/+11
2019-04-17ADJ: crash in format/show (VPP-1648)Neale Ranns1-1/+1
2019-04-17IPSEC: support GCM in ESPNeale Ranns13-13/+127
2019-04-16IPSEC: ESP with ESN tests and fixesNeale Ranns2-4/+4
2019-04-16tap: fix the crash [VPP-1645]Mohsin Kazmi1-0/+3
2019-04-15IPSEC: crypto overflowNeale Ranns1-1/+1
2019-04-14session: drop lock on segment allocation error VPP-1644Florin Coras1-12/+9
2019-04-14IPSEC-MB: Use random & non-repeating IV (VPP-1642)Neale Ranns3-7/+6
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