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-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
2023-11-02
dev: new device driver infra
Damjan Marion
2
-4
/
+14
2023-10-30
ipsec: huge anti-replay window support
Maxime Peim
1
-1
/
+1
2023-10-09
vppinfra: fix coverity issue CID 323952
Dave Wallace
1
-1
/
+1
2023-10-04
vppinfra: fix string termination in clib_file_get_resolved_basename
Damjan Marion
1
-0
/
+2
2023-10-03
vppinfra: add foreach_int macro
Damjan Marion
1
-0
/
+6
2023-10-03
vppinfra: splat and gather vector inlines
Damjan Marion
2
-0
/
+24
2023-09-13
vppinfra: add ARM Neoverse-N2 support
Damjan Marion
2
-94
/
+124
2023-09-13
vppinfra: fix coverity warning CID-313632
Dave Wallace
1
-2
/
+0
2023-09-13
vppinfra: fix setns typo
Artem Glazychev
1
-1
/
+1
2023-08-07
vppinfra: add clib_file_get_resolved_basename
Damjan Marion
4
-28
/
+33
2023-08-07
vppinfra: add vec_foreach_pointer macro
Damjan Marion
1
-0
/
+4
2023-08-07
vppinfra: add unformat_init_path
Damjan Marion
4
-49
/
+83
[next]