Linux Foundation Collaborative Projects
index
:
vpp
master
stable/1606
stable/1609
stable/1701
stable/1704
stable/1707
stable/1710
stable/1801
stable/1804
stable/1807
stable/1810
stable/1901
stable/1904
stable/1908
stable/2001
stable/2005
stable/2009
stable/2101
stable/2106
stable/2110
stable/2202
stable/2206
stable/2210
stable/2302
stable/2306
stable/2310
stable/2402
stable/2406
stable/2410
stable/test
Vector Packet Processing
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
memif
/
node.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-30
memif: Process bad descriptors correctly in memif_process_desc
Steven Luong
1
-10
/
+35
2022-08-17
memif: crash on recceiving a bad descriptor
Steven Luong
1
-1
/
+1
2022-03-15
memif: fix memif_process_desc indexing
Mauro Sardara
1
-4
/
+2
2022-02-13
memif: Fix underflow
Nathan Skrzypczak
1
-2
/
+2
2021-12-22
memif: refactor descriptor handling in the input node
Damjan Marion
1
-181
/
+383
2021-08-04
memif: fix offset
Artem Glazychev
1
-1
/
+1
2021-07-15
misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}
Damjan Marion
1
-8
/
+6
2021-06-30
memif: fix chain buffer length in zero-copy mode
Benoît Ganne
1
-0
/
+1
2021-06-11
memif: fix crash with zero-copy slave
Damjan Marion
1
-1
/
+1
2021-05-20
memif: fix input node buffer prefetch
Tianyu Li
1
-4
/
+4
2021-05-19
memif: remove dead code
Damjan Marion
1
-1
/
+1
2021-05-17
memif: remove unused code
Damjan Marion
1
-46
/
+13
2021-05-17
memif: optimize zero-copy rx ring refill
Damjan Marion
1
-64
/
+47
2021-05-17
memif: remove barriers
Damjan Marion
1
-8
/
+11
2021-05-06
vlib: rename vl_counter_t to vlib_error_desc_t
Ole Troan
1
-1
/
+1
2021-05-06
memif: add severity to counters
Ole Troan
1
-7
/
+7
2021-05-01
vlib: refactor trajectory trace debug feature
Benoît Ganne
1
-2
/
+0
2021-03-04
memif: Validate descriptors within process boudary
Steven Luong
1
-20
/
+27
2021-01-21
memif: adapt to new rxq framework
Mohammed Hawari
1
-43
/
+41
2020-12-04
libmemif: clean up typos
Paul Vinciguerra
1
-1
/
+1
2020-11-09
vlib: fix trace number accounting
Benoît Ganne
1
-8
/
+11
2020-08-06
memif: wrong interface counter is incremented
Steven Luong
1
-2
/
+2
2020-05-14
memif: 14 bytes extra overhead issue fixed.
Mrityunjay Kumar
1
-2
/
+2
2019-09-24
vlib: add flag to explicitelly mark nodes which can init per-node packet trace
Damjan Marion
1
-0
/
+1
2019-07-25
memif: Fix uninitialized variable as reported by coverity
Steven Luong
1
-1
/
+2
2019-07-18
vlib: convert frame_index into real pointers
Andreas Schultz
1
-1
/
+1
2019-02-22
Add no-append flag to vlib_frame_t
Damjan Marion
1
-0
/
+1
2019-02-09
buffers: fix typo
Damjan Marion
1
-2
/
+2
2019-02-06
buffers: make buffer data size configurable from startup config
Damjan Marion
1
-2
/
+2
2019-02-01
memif: fix buffer prefetch
Damjan Marion
1
-4
/
+5
2019-01-30
buffers: add missing ref_count = 1 in drivers
Damjan Marion
1
-0
/
+1
2019-01-30
buffers: major cleanup and improvements
Damjan Marion
1
-3
/
+6
2019-01-18
deprecate clib_memcpy64_x4
Damjan Marion
1
-10
/
+17
2018-11-20
memif input-node improvements
Damjan Marion
1
-11
/
+34
2018-11-14
Remove c-11 memcpy checks from perf-critical code
Dave Barach
1
-16
/
+16
2018-10-23
c11 safe string handling support
Dave Barach
1
-1
/
+1
2018-08-13
Multiarch handling in different constructor macros
Damjan Marion
1
-2
/
+0
2018-07-17
memif: vectorized buffer enqueue in input node
Damjan Marion
1
-146
/
+121
2018-07-11
avoid using thread local storage for thread index
Damjan Marion
1
-2
/
+2
2018-05-29
Add VLIB_NODE_FN() macro to simplify multiversioning of node functions
Damjan Marion
1
-20
/
+5
2018-04-05
memif: bug fixes
Damjan Marion
1
-21
/
+72
2018-04-04
memif: zero copy slave
Damjan Marion
1
-5
/
+327
2018-03-22
memif: version 2
Damjan Marion
1
-359
/
+326
2018-02-09
memif: fix crash caused by zero pkt len in memif and clear dirty cache while ...
Chun Li
1
-2
/
+80
2017-11-23
memif: fix input node multiversion constructor
Damjan Marion
1
-6
/
+6
2017-11-23
memif: multiversioning
Damjan Marion
1
-6
/
+22
2017-11-08
memif: do not mask head and tail pointers
Damjan Marion
1
-32
/
+15
2017-10-04
[aarch64] Fixes CLI crashes on dpaa2 platform.
Christophe Fontaine
1
-1
/
+1
2017-06-19
memif: add ip mode
Damjan Marion
1
-18
/
+82
2017-06-16
memif: jumbo frames support
Steven
1
-109
/
+201
[next]