aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/pipe
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion2-18/+0
2022-10-12misc: fix issues reported by clang-15Damjan Marion1-2/+1
2022-01-07ethernet: new interface registration functionDamjan Marion1-9/+5
2021-11-05devices: remove dead code in pipeDamjan Marion1-2/+1
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion1-2/+2
2021-06-22devices: api cleanupFilip Tehlar1-52/+8
2021-03-05ipsec: Support async mode per-SANeale Ranns1-1/+1
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-11-06build: add yaml file linting to make checkstylePaul Vinciguerra1-1/+5
2019-10-30docs: devices-- add FEATURES.yamlPaul Vinciguerra3-6/+17
2019-09-25devices: pipe API cleanupJakub Grajciar1-7/+9
2019-09-25fib: fix some typos in fib/mtrieLijian.Zhang1-1/+1
2019-04-08fixing typosJim Thompson1-1/+1
2019-04-08minor spelling errors (both in comments)Jim Thompson1-1/+1
2019-04-06Pipe: fix double count on TX (TX counting is done in interface-output)Neale Ranns1-11/+1
2019-02-14Add -fno-common compile optionBenoƮt Ganne1-1/+1
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-1/+1
2018-11-13vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..)Damjan Marion1-1/+1
2018-10-23c11 safe string handling supportDave Barach1-2/+2
2018-10-20pipes: fix the l2.l2_len and the l[23]_hdr_offset setting behavior of pipe-rx...Andrew Yourtchenko1-29/+30
2018-08-17Fix a bug in function pipe_rxLijian Zhang1-1/+1
2018-07-17VOM: support for pipesNeale Ranns2-10/+10
2018-07-09new pipe code does not use stdintsNeale Ranns1-2/+2
2018-07-07PipesNeale Ranns4-0/+1141