aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/memif/socket.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-2/+0
2024-02-26memif: don't include prctl.hTom Jones1-1/+0
2021-09-17memif: avoid double pool_put on a clib_fileSteven Luong1-1/+2
2020-12-04libmemif: clean up typosPaul Vinciguerra1-1/+1
2019-07-24memif: fix vector overflow when copying stringsBenoƮt Ganne1-19/+27
2018-10-23c11 safe string handling supportDave Barach1-2/+2
2018-10-03memif: include interface name in logsJuraj Sloboda1-6/+5
2018-07-11memif: fix max number of ringsDamjan Marion1-1/+1
2018-05-25memif: Add support for loggingJakub Grajciar1-14/+21
2018-04-04memif: zero copy slaveDamjan Marion1-1/+4
2018-03-27memif: add private header size fieldDamjan Marion1-0/+4
2018-02-09memif: fix crash caused by zero pkt len in memif and clear dirty cache while ...Chun Li1-0/+5
2018-02-06vlib: epoll on worker threadsDamjan Marion1-0/+4
2017-11-15memif: fix uninitialized pointer read coverity errorSteven1-0/+2
2017-11-09memif: use clib_socket_t for socket connectionsDamjan Marion1-128/+60
2017-09-09move unix_file_* code to vppinfraDamjan Marion1-27/+29
2017-09-08memif: fix coverity warnings as of 9/7Steven1-6/+7
2017-06-19memif: add ip modeDamjan Marion1-0/+1
2017-06-12memif: complete refactor of socket handling codeDamjan Marion1-0/+736