summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-04-22vlib epoll: handle file removal on EPOLLIN VPP-1656Florin Coras1-0/+2
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-18vlib epoll: protect against clib file pool expansionFlorin Coras1-1/+3
2019-04-18Fix memory corruption faulting [VPP-1639]Artem Belov1-3/+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-18crypto-ipsecmb: enable GCMNeale Ranns1-24/+220
2019-04-18Use template-specific key compare fn when deleting recordsDave Barach1-2/+2
2019-04-17Doxygen cleanup.Dave Wallace5-5/+5
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 Ranns14-15/+133
2019-04-16crypto: add more AES-GCM test casesFilip Tehlar2-3/+313
2019-04-16IPSEC: ESP with ESN tests and fixesNeale Ranns2-4/+4
2019-04-16crypto: openssl - IV len not passed by caller. Callee knows from algo typeNeale Ranns1-2/+2
2019-04-16tap: fix the crash [VPP-1645]Mohsin Kazmi1-0/+3
2019-04-16crypto-openssl-gcm: account for failed decryptsNeale Ranns1-3/+6
2019-04-15IPSEC: crypto overflowNeale Ranns1-1/+1
2019-04-15LB crash when receving packets with right dst IP and wrong dst port VPP-1643Hongjun Ni1-0/+7
2019-04-15crypto: fix coverity warningsFilip Tehlar2-2/+7
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 Ranns5-21/+63
2019-04-12stats: Off by one error in stats directory vector.Ole Troan1-1/+1
2019-04-10crypto: Intel IPSEC-MB engineNeale Ranns4-2/+429
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 Troan16-408/+191
2019-04-10quic: add dummy accepted cbFlorin Coras2-2/+9
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-09rdma: add multiqueue supportBenoît Ganne4-76/+170
2019-04-09session: fix session flagsFlorin Coras2-5/+2
2019-04-09nat: initialize fq_in2out_output_indexMatthew Smith1-0/+1
2019-04-08GBP: drop and contract countersNeale Ranns3-17/+127
2019-04-08fixing typosJim Thompson34-52/+52
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 Coras45-45/+45
2019-04-08rdma: fix DPDK MLX driver conflictBenoît Ganne1-5/+1
2019-04-08vlib-punt: fix error node countingNeale Ranns3-31/+14
2019-04-08vppinfra: u32x8 transposeDamjan Marion1-0/+56
2019-04-08minor spelling errors (both in comments)Jim Thompson2-2/+2
2019-04-07GBP: coverity uninitialised variable warningNeale Ranns1-1/+1
2019-04-07crypto: add support for AEAD and AES-GCMDamjan Marion21-368/+760
2019-04-07http_server: add timer wheel for session cleanupFlorin Coras1-29/+141
2019-04-07crypto: coverity issuesDamjan Marion3-16/+28
2019-04-06Pipe: fix double count on TX (TX counting is done in interface-output)Neale Ranns1-11/+1