aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/unix/tuntap.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-10/+0
2023-10-14feature: remove unused codeDamjan Marion1-1/+1
2022-09-09vlib: don't leak node frames on reforkDmitry Valter1-2/+2
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion1-3/+3
2022-01-07ethernet: new interface registration functionDamjan Marion1-6/+6
2021-05-01vlib: refactor trajectory trace debug featureBenoît Ganne1-8/+0
2020-12-28vlib: add missing file template descriptionsPaul Vinciguerra1-0/+1
2020-11-09vlib: fix trace number accountingBenoît Ganne1-5/+3
2019-09-24vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion1-0/+1
2019-05-16init / exit function orderingDave Barach1-6/+6
2019-02-09buffers: fix typoDamjan Marion1-2/+2
2019-02-06buffers: make buffer data size configurable from startup configDamjan Marion1-2/+2
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-7/+8
2018-11-13vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..)Damjan Marion1-3/+3
2018-10-23c11 safe string handling supportDave Barach1-9/+9
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra1-3/+3
2018-07-11avoid using thread local storage for thread indexDamjan Marion1-2/+2
2017-12-11VPP-273 Coding standards cleanup - vnet/vnet/unixsharath reddy1-194/+205
2017-10-06tuntap: Introduce per thread structure to suport multi-threadsSteven1-31/+43
2017-09-28tun/tap: Bad packets sent to kernel via tun/tap interfaceSteven1-11/+15
2017-09-09move unix_file_* code to vppinfraDamjan Marion1-5/+5
2017-08-11the automatic addition of IP address to the magic TAP interface should only h...Neale Ranns1-0/+21
2017-04-06Use thread local storage for thread indexDamjan Marion1-2/+2
2017-03-06features: take device-input buffer advance value directlyDamjan Marion1-1/+1
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+1000