aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-04-17tap: clean-up when linux will delete the tap interfaceMohsin Kazmi2-0/+43
2019-04-17IPSEC: Pass the algorithm salt (used in GCM) over the APINeale Ranns6-10/+16
2019-04-17Duplicate pcap tx trace fixNeale Ranns1-3/+0
2019-04-16ADJ: crash in format/show (VPP-1648)Neale Ranns1-1/+1
2019-04-16IPSEC: SA format; don't print keys when there's no algoNeale Ranns1-7/+8
2019-04-16svm_fifo rework to avoid contention on cursizeSirshak Das11-39/+33
2019-04-16QUIC: Initial multi stream supportAloys Augustin1-0/+1
2019-04-16Allow sessions to be allocated in app's RX callbacksAloys Augustin1-3/+11
2019-04-16IPSEC: support GCM in ESPNeale Ranns13-13/+127
2019-04-16IPSEC-GRE: return correct API codeNeale Ranns1-1/+1
2019-04-16vpp-1647: fix typo in pcap_trace_command_internalDave Barach1-1/+1
2019-04-15tap: fix the crashMohsin Kazmi1-0/+3
2019-04-15IPSEC: crypto overflowNeale Ranns1-1/+1
2019-04-14ip4: don't format upper layer if it's a fragmentfaicker.mo1-0/+3
2019-04-14crypto: add support for AES-CTR cipherfituldo1-1/+4
2019-04-12session: drop lock on segment allocation errorFlorin Coras1-12/+9
2019-04-11IPSEC: ESP with ESN tests and fixesNeale Ranns2-4/+4
2019-04-11IPSEC-MB: Use random & non-repeating IV (VPP-1642)Neale Ranns3-7/+6
2019-04-11Stats: Spelling mistake: s/tx-unicast-miss/tx-unicast/Ole Troan1-1/+1
2019-04-11crypto: add performace test to unittest pluginDamjan Marion2-0/+22
2019-04-10udp: fix copyright typoFlorin Coras1-1/+1
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