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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vppinfra
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-17
vppinfra: export os_exit and os_puts
BenoƮt Ganne
1
-11
/
+4
2024-05-29
vlib: stack trace and signal handler improvements
Damjan Marion
10
-2720
/
+198
2024-05-23
vppinfra: support libunwind for backtrace
Guillaume Solignac
2
-0
/
+13
2024-05-14
vppinfra: Add platform cpu and domain get for FreeBSD
Tom Jones
1
-1
/
+71
2024-05-14
vppinfra: fix mhash oob after unset and add tests
Vladislav Grishenko
5
-7
/
+455
2024-05-07
api: upgrade cjson and fix realloc
Ole Troan
2
-88
/
+120
2024-05-06
vlib: revert automatic core pinning changes
Hadi Rayan Al-Sandid
2
-34
/
+0
2024-05-06
vppinfra: Include param.h on FreeBSD
Tom Jones
1
-1
/
+2
2024-04-24
vppinfra: Link against lib execinfo on FreeBSD
Tom Jones
1
-1
/
+6
2024-04-24
vppinfra: Add FreeBSD method for updating pmalloc lookup table
Tom Jones
1
-1
/
+44
2024-04-24
vppinfra: Add method for getting current executable name
Tom Jones
2
-0
/
+28
2024-04-09
vppinfra: add support for precomputed SHA2 HMAC key and chained buffers
Damjan Marion
1
-209
/
+285
2024-04-08
vppinfra: fix mask compare and compress OOB reads
Dmitry Valter
3
-33
/
+297
2024-04-05
api: fix [un]formatting in vpp/api/types.c
Klement Sekera
2
-0
/
+31
2024-04-02
vppinfra: fix array_mask_u32 underrun
Dmitry Valter
1
-0
/
+1
2024-03-29
vlib: improve automatic core pinning
hsandid
2
-0
/
+34
2024-03-20
vppinfra: Define EBADFD on FreeBSD
Tom Jones
1
-0
/
+4
2024-03-18
vppinfra: os agnostic api for getting CPU information
Damjan Marion
6
-7
/
+69
2024-03-12
misc: remove GNU Indent directives
Damjan Marion
20
-110
/
+0
2024-03-04
vppinfra: SHA2-256 ARM ISA support
Damjan Marion
1
-55
/
+104
2024-03-04
vppinfra: add os_get_online_cpu_core() and os_get_online_cpu_node()
Damjan Marion
2
-0
/
+30
2024-02-19
vppinfra: Stub out get_current_cpu and get_current_numa on FreeBSD
Tom Jones
1
-0
/
+8
2024-02-18
vppinfra: Place hugepage MMAP call behind linux specific ifdef
Tom Jones
1
-0
/
+6
2024-02-18
vppinfra: Provide FreeBSD implementation of clib_mem functions
Tom Jones
2
-0
/
+476
2024-02-13
vppinfra: Put clib_perf* behind Linux checks and provide stubs for FreeBSD
Tom Jones
2
-0
/
+38
2024-02-13
vppinfra: Add netlink header on FreeBSD
Tom Jones
1
-1
/
+3
2024-02-13
vppinfra: Protect Linux specific features behind CLIB_LINUX
Tom Jones
1
-2
/
+4
2024-02-13
vppinfra: Make program counter printing more portable
Tom Jones
1
-0
/
+8
2024-02-13
vppinfra: Add a stubbed out test_perf function for FreeBSD
Tom Jones
1
-0
/
+6
2024-02-13
vppinfra: MAP_HUGETLB isn't available on FreeBSD
Tom Jones
1
-0
/
+2
2024-02-13
vppinfra: Only prealloc hugepages on Linux
Tom Jones
1
-0
/
+2
2024-02-13
vppinfra: Don't build perfmon on FreeBSD
Tom Jones
1
-3
/
+4
2024-02-13
vppinfra: Place SIGPWR behind a linux define
Tom Jones
1
-0
/
+2
2024-01-23
vppinfra: fix clib_array_mask_u32 OOB reads
Dmitry Valter
2
-7
/
+28
2024-01-19
vppinfra: fix test_bihash
Dmitry Valter
1
-2
/
+2
2024-01-19
vppinfra: fix bracket balance
Georgy Borodin
1
-1
/
+2
2024-01-19
vppinfra: fix vec_prepend use-after-free
Dmitry Valter
1
-7
/
+9
2024-01-17
vppinfra: change fchmod to umask for unix socket
Georgy Borodin
1
-14
/
+17
2024-01-16
vppinfra: fix memcpy test buffer size
Dmitry Valter
1
-1
/
+1
2024-01-16
vppinfra: enable AES tests on ARM
Damjan Marion
4
-10
/
+3
2024-01-12
vppinfra: native AES-CTR implementation
Damjan Marion
6
-193
/
+868
2023-12-11
vppinfra : fix alignment issue
hsandid
1
-1
/
+1
2023-11-14
vppinfra: respect indent in format_table
Damjan Marion
1
-2
/
+3
2023-11-14
vppinfra: add unformat_{single,double}_quoted_string function
Damjan Marion
2
-0
/
+44
2023-11-13
ena: Amazon Elastic Network Adapter (ENA) native driver
Damjan Marion
1
-1
/
+1
2023-11-09
iavf: interrupt mode support
Damjan Marion
1
-0
/
+30
2023-11-06
vppinfra: fix ASAN issue in vec_foreach_pointer and pool_foreach_pointer
Damjan Marion
2
-5
/
+6
2023-11-03
vppinfra: refactor interrupt code
Damjan Marion
4
-138
/
+112
2023-11-03
dev: strip debig log function name prefix during compilation
Damjan Marion
1
-0
/
+7
2023-11-02
iavf: new driver using new dev infra
Damjan Marion
1
-4
/
+9
[next]