Gitiles
Code Review
Sign In
gerrit.nordix.org
/
fdio
/
vpp
/
5517bd34535e4ffffb838a835bb95ddcb77e2bba
/
src
/
vlib
5517bd3
vlib: fix old nodes vector overflow in refork
by Benoît Ganne
· 5 years ago
7ca5aaa
vlib: add flag to explicitelly mark nodes which can init per-node packet trace
by Damjan Marion
· 5 years ago
3390977
misc: unify pcap rx / tx / drop trace
by Dave Barach
· 5 years ago
4da1506
interface: use the correct condition for checking if the pcap fd is open
by Andrew Yourtchenko
· 5 years ago
9137e54
misc: classifier-based packet trace filter
by Dave Barach
· 5 years ago
735d2e2
vlib: fix cli process stack overflow
by Aloys Augustin
· 5 years ago
67e4df1
vlib: cli support ctrl-w to erase left word
by Hiroki Shirokura
· 5 years ago
b97641c
misc: clean up "pcap [rx|tx] trace" debug CLI
by Dave Barach
· 5 years ago
e5948fb
vlib: clean up the "pcap dispatch trace" debug CLI
by Dave Barach
· 5 years ago
c4abafd
ip: fix udp/tcp checksum corner cases
by Dave Barach
· 5 years ago
ba0da57
tap: fix tap interface not working on Arm issue
by Lijian.Zhang
· 5 years ago
d770cfc
ipsec ip tcp l2: multiarch nodes cannot be declared as static
by Damjan Marion
· 5 years ago
ab48992
vlib: fix null pointer crash on strncmp
by Steven Luong
· 5 years ago
d991a79
vlib: create unix runtime directory
by Ole Troan
· 5 years ago
9af7e2e
fix pcap_write function
by Jack Xu
· 6 years ago
785daf4
vlib: fix vlib_buffer_main_init_numa_node memory leak.
by Guanghua Zhang
· 5 years ago
6631780
vlib: copy trace_handle in vlib_buffer_copy/clone() functions
by John Lo
· 5 years ago
8ed2d52
vlib: fix vlib_buffer_copy to preserve buffer flags bit
by John Lo
· 5 years ago
71dd9d5
stats: create /run/vpp before stat socket bind()
by YohanPipereau
· 6 years ago
be0ffbc
vlib: fix out of memory issue
by Filip Tehlar
· 5 years ago
778ce57
interface: fix pcap tx/rx trace cli handling
by John Lo
· 5 years ago
baba24e
vlib: fix format_error_trace
by Dave Barach
· 5 years ago
6b03ab7
vlib: Fix packet tracing
by Neale Ranns
· 5 years ago
99536f4
dhcp: send unicast and broadcast packets via the IP adjacency
by Neale Ranns
· 5 years ago
687c902
vlib: address vlib_error_t scaling issue
by Dave Barach
· 5 years ago
f7c30df
stats: fix use-after-free hash key string
by Benoît Ganne
· 5 years ago
58b2eb1
vlib: convert frame_index into real pointers
by Andreas Schultz
· 5 years ago
b09f4d0
api: enable binary API event logging in vat
by Dave Barach
· 5 years ago
6a3a4f7
vlib: Replace timer in CLI with an event process
by Chris Luke
· 5 years ago
03f1af2
api: Implement log_dump/log_details
by Paul Vinciguerra
· 5 years ago
a638c18
vlib: packet tracer support for pkt thread handoffs
by Dave Barach
· 5 years ago
c09b7fd
buffers: fix crash
by Klement Sekera
· 6 years ago
92e3082
stats: fix memory leakage when adding / deleting interfaces
by Ole Troan
· 6 years ago
d67a428
vlib: add "memory-trace stats-segment"
by Dave Barach
· 6 years ago
5fed42a
buffers: fix vlib_buffer_free_no_next
by Damjan Marion
· 6 years ago
cab4733
vlib: avoid retrieving freed file in epoll
by Florin Coras
· 6 years ago
8875248
trace frame-queue on trigger out of memory
by dongjuan
· 6 years ago
c602b38
sort worker-thread init functions in advance
by Dave Barach
· 6 years ago
11965c7
Break out the broom for some cleanup work
by Dave Barach
· 6 years ago
50f0ac0
Punt: socket register for exception dispatched/punted packets based on reason
by Neale Ranns
· 6 years ago
5f2cfb2
Add callback multiplex support
by Dave Barach
· 6 years ago
233e468
stats: support multiple works for error counters
by Ole Troan
· 6 years ago
8fdde3c
Add a debug-CLI leak-checker
by Dave Barach
· 6 years ago
ce5c2ce
Trivial typo. punt_node.c
by Paul Vinciguerra
· 6 years ago
5022c6c
Fix 'terminal history off' crasher
by Chris Luke
· 6 years ago
f8d5068
init / exit function ordering
by Dave Barach
· 6 years ago
2180bac
Preallocate mhash key_tmps vector
by Dave Barach
· 6 years ago
72d8758
cli: Add return value in cli_inband
by Ole Troan
· 6 years ago
ad64687
gcov / test framework: sigterm not sigkill
by Dave Barach
· 6 years ago
4681e07
Add callbacks for extended trace functionality, one as content is added with vlib_add_trace, and one to post-process the captured content immediately after trace filtering.
by Gary Boon
· 6 years ago
3a95003
vlib: align stack on OS page size
by Benoît Ganne
· 6 years ago
17e5d80
Add node, frame to vlib main loop perf analysis callback arguments
by Dave Barach
· 6 years ago
9ae190e
Clean up multi-thread barrier-sync hold-down timer
by Dave Barach
· 6 years ago
81f54a5
vlib epoll: handle file removal on EPOLLIN
by Florin Coras
· 6 years ago
c67078e
vlib epoll: protect against clib file pool expansion
by Florin Coras
· 6 years ago
32b07c3
Fix memory corruption faulting [VPP-1639]
by Artem Belov
· 6 years ago
d54815c
Trivial: Update doxygen comments.
by Paul Vinciguerra
· 6 years ago
7f6bd24
vlib-punt: fix error node counting
by Neale Ranns
· 6 years ago
692f9b1
pci: Fix the crash on deleting the pci device
by Mohsin Kazmi
· 6 years ago
fe269f3
stat-segment: scaling improvement
by Neale Ranns
· 6 years ago
f545caa
Enhance vlib_buffer_clone to change headroom space for packet
by John Lo
· 6 years ago
76b5649
Punt Infra
by Neale Ranns
· 6 years ago
8feeaff
Typos. A bunch of typos I've been collecting.
by Paul Vinciguerra
· 6 years ago
7ced772
node: vector must be checked with vec_header
by Kingwel Xie
· 6 years ago
d1e17d0
Ignore SIGTERM during the vpp boot sequence
by Dave Barach
· 6 years ago
e6a47cf
Re-enable aarch64 neon instruction in vlib_buffer_free_inline
by Lijian.Zhang
· 6 years ago
a5160d7
VPP-1576: fix a set of coverity warnings
by Dave Barach
· 6 years ago
3e94c41
buffers: don't use clib_memcpy for copying buffer indices
by Damjan Marion
· 6 years ago
22e1f1d
Move the punt/drop nodes into vlib
by Neale Ranns
· 6 years ago
0e20924
buffers: fix ref_count mask in vlib_buffer_free_inline
by Damjan Marion
· 6 years ago
c3a0e8d
deprecate VLIB_NODE_FUNCTION_MULTIARCH
by Filip Tehlar
· 6 years ago
485710e
vmbus: not having uio_hv_generic is not an error
by Stephen Hemminger
· 6 years ago
80965f5
Perf tune handoff queue polling
by Dave Barach
· 6 years ago
da7f7b6
ICMP46 error: Clone first buffer instead of "truncating" original buffer
by Ole Troan
· 6 years ago
593eedf
Perf tune get_frame_size_info
by Dave Barach
· 6 years ago
f6266b5
vmbus: fix bug that breaks multiple netvsc vdevs
by Matthew Smith
· 6 years ago
9515510
vlib: coverity woes
by Steven Luong
· 6 years ago
b592d1b
buffers: support cases where numa node memory is not available
by Damjan Marion
· 6 years ago
b806d0e
stats: fix crash on early init
by Filip Tehlar
· 6 years ago
9e52ef6
Save signum and faulting address in static variables
by Dave Barach
· 6 years ago
a2aefef
VPP-1576: fix Coverity issues
by Dave Barach
· 6 years ago
8343ee5
Fix crash in barrier sync when vlib_worker_threads is zero
by Damjan Marion
· 6 years ago
849cbe2
stats: buffer gauge callbacks use index instead of name.
by Ole Troan
· 6 years ago
5ecd5a5
Move pcap rx/tx trace code out of the dpdk plugin
by Dave Barach
· 6 years ago
f883f6a
buffer chain linearization
by Klement Sekera
· 6 years ago
d2bbdef
stats: add buffer gauges
by Filip Tehlar
· 6 years ago
296988d
Add no-append flag to vlib_frame_t
by Damjan Marion
· 6 years ago
5a6c809
physmem: keep physmem VA in 39-bit address space on x86_64
by Damjan Marion
· 6 years ago
a4324a9
calculate per-thread time offset
by Dave Barach
· 6 years ago
8f6c1dd
buffer: bug fix vlib_buffer_free_inline
by Lollita Liu
· 6 years ago
8934a04
buffers: fix typo
by Damjan Marion
· 6 years ago
5de3fec
buffers: make buffer data size configurable from startup config
by Damjan Marion
· 6 years ago
672ab69
buffers: improve buffer init performance
by Damjan Marion
· 6 years ago
900cbad
CLI control of graph dispatch elogs
by Dave Barach
· 6 years ago
652d2e1
Deprecate old mutliarch code, phase 1
by Damjan Marion
· 6 years ago
f646d74
buffers: vallidate that buffer is allocated during buffer pool put
by Damjan Marion
· 6 years ago
362456a
Add 'show vlib graphviz' command
by Benoît Ganne
· 6 years ago
e82c73a
assert on double-free in debug build
by Klement Sekera
· 6 years ago
a402b83
pci: get the number of interrupts
by Mohsin Kazmi
· 6 years ago
24dcbe4
buffers: reinitialize metadata, add additional validation
by Damjan Marion
· 6 years ago
Next »