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
/
vlib
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-19
buffers: bring back cache occupancy improvement
Vratko Polak
1
-0
/
+4
2024-01-20
buffers: add compile-time option to set buffer alignment
Damjan Marion
4
-8
/
+10
2024-01-16
vlib: remove unused code
Damjan Marion
1
-16
/
+0
2023-12-22
vlib: lowercase vmbus device names
Alexander Skorichenko
1
-5
/
+5
2023-12-22
vlib: add error checks to thread pinning
hsandid
1
-7
/
+14
2023-12-21
buffers: add vlib_buffer_unalloc_to_pool()
Damjan Marion
1
-0
/
+17
2023-12-14
bpf_trace_filter: allow use whithout classifier
Mohammed Hawari
1
-7
/
+0
2023-11-13
ena: Amazon Elastic Network Adapter (ENA) native driver
Damjan Marion
1
-0
/
+1
2023-11-07
misc: silence -Wmaybe-uninitialized warnings
Jieqiang Wang
1
-1
/
+1
2023-11-06
pci: remove unnecessary ioctl() call and improve logging in vfio_set_irqs
Damjan Marion
3
-34
/
+49
2023-11-06
pci: fix VFIO set IRQ code
Damjan Marion
1
-2
/
+2
2023-11-03
vppinfra: refactor interrupt code
Damjan Marion
4
-18
/
+9
2023-11-02
dev: new device driver infra
Damjan Marion
2
-0
/
+53
2023-10-25
buffers: buffer name is vector, not c string
Damjan Marion
1
-6
/
+7
2023-10-17
buffers: introduce vlib_buffer_template_t
Damjan Marion
3
-69
/
+81
2023-10-13
vlib: properly replicate nexts when sibling node is created on runtime
Damjan Marion
1
-32
/
+33
2023-10-13
vlib: allow unpriviledged vlib_pci_get_device_info()
Damjan Marion
2
-3
/
+4
2023-10-09
buffers: buffer allocation improvements
Damjan Marion
2
-38
/
+47
2023-09-13
vlib: deuglify the offset finding loop in pci.c
Vratko Polak
1
-5
/
+2
2023-09-13
pci: fix coverity issue CID-322372
Dave Wallace
1
-1
/
+1
2023-08-07
vlib: support sibling node creation with vlib_register_node()
Damjan Marion
1
-20
/
+54
2023-08-07
vppinfra: add clib_file_get_resolved_basename
Damjan Marion
3
-17
/
+8
2023-08-02
vlib: remove dependency on libuuid
Damjan Marion
2
-30
/
+55
2023-07-28
vlib: fix gcc build breakage
Dave Wallace
1
-1
/
+3
2023-07-28
vlib: pci cleanup and improvements
Damjan Marion
4
-458
/
+527
2023-07-28
vlib: fix coverity issue in vlib_node_set_interrupt_pending
Damjan Marion
1
-2
/
+5
2023-07-26
vlib: rename vnet_log_get_class_data
Vratko Polak
2
-3
/
+3
2023-07-25
vlib: interrupt mode support for pre-input nodes
Damjan Marion
6
-17
/
+53
2023-07-25
classify: add bpf support to pcap classifier
Maxime Peim
2
-2
/
+2
2023-06-30
vlib: introduce trace filter functions
Mohammed Hawari
3
-17
/
+179
2023-06-22
tests docs: fix lcov code coverage report generation
Dave Wallace
1
-11
/
+0
2023-05-27
vlib: add vlib_log_is_enabled
Damjan Marion
2
-20
/
+34
2023-04-12
vlib dhcp: default to logging without elogs
Florin Coras
1
-1
/
+1
2023-04-10
vlib:process node scheduling use timing_wheel have problem.
jinsh
2
-2
/
+6
2023-04-06
vlib: reset stop_timer_handle on expired processes
Matthew Smith
1
-8
/
+23
2023-04-06
vppinfra: refactor uword bitmaps
Damjan Marion
1
-24
/
+22
2023-04-02
vlib: add vlib_frame_bitmap_{set,clear}_bit_at_index
Damjan Marion
1
-0
/
+16
2023-03-30
vlib: fix segfault on panic in worker
Mikhail Sokolovskiy
1
-1
/
+7
2023-03-14
vlib: pre-alloc dma backend batches
Marvin Liu
1
-0
/
+1
2023-03-10
vlib: 512-bit SIMD version of vlib_buffer_free
Leyi Rong
1
-1
/
+69
2023-03-07
vlib: stop worker threads on main loop exit
Vladislav Grishenko
1
-1
/
+2
2023-03-06
vlib: fix vlib_log for elog
luoyaozu
1
-8
/
+8
2023-03-06
vlib: avoid non-mp-safe cli process node updates
Vladislav Grishenko
1
-56
/
+34
2023-03-06
vlib: fix macro define command not work in startup config exec script
Xiaoming Jiang
1
-81
/
+8
2023-03-06
vlib: fix ASAN fake stack size set error when switching to process
Xiaoming Jiang
1
-1
/
+2
2023-03-06
vppinfra: display only the 1st 50 memory traces by default
Benoît Ganne
1
-1
/
+1
2023-03-06
stats: fix node name compare error when updating stats segment
Xiaoming Jiang
1
-1
/
+1
2023-01-30
vlib: chdir to runtime_dir
Damjan Marion
1
-0
/
+3
2023-01-21
vlib: make pending_interrupts valid for AddressSanitizer
Benoît Ganne
1
-1
/
+1
2023-01-18
pci: fix musl crash
Benoît Ganne
1
-8
/
+9
[next]