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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-31
vcl: fix api detach if attach failed
Florin Coras
2
-1
/
+12
2022-03-31
crypto: drop the frame if there is no handler
Dastin Wilski
1
-0
/
+6
2022-03-30
tls: support to reinitialise ca_chain wo restart
Saravanan Murugesan
5
-25
/
+64
2022-03-30
ip: Reference count the enabling the punt feature
Neale Ranns
2
-4
/
+14
2022-03-30
vppinfra: vector allocator rework
Damjan Marion
25
-981
/
+873
2022-03-30
udp: fix inner packet checksum calculation in udp-encap
Mauro Sardara
6
-64
/
+137
2022-03-29
hsa: refactor echo clients
Florin Coras
2
-318
/
+319
2022-03-29
tls: Support for client certificate-key pair
sarmurug
1
-0
/
+50
2022-03-29
vlib: fix unaligned runtime_data
Dmitry Valter
1
-0
/
+2
2022-03-29
dpdk: make log pipe non-blocking on both sides
Damjan Marion
1
-1
/
+2
2022-03-29
linux-cp: fix tap interface attrs in case the sw pool realloc'd
Vladislav Grishenko
1
-18
/
+16
2022-03-29
vnet: set frame overhead at interface registration
Matthew Smith
1
-2
/
+2
2022-03-29
crypto-openssl: fix seed calculation
Damjan Marion
1
-1
/
+1
2022-03-29
linux-cp: handle ipv4 routes when link goes down on subif
Alexander Chernavin
1
-17
/
+43
2022-03-29
linux-cp: add support for table flush if multiple interfaces
Alexander Chernavin
1
-15
/
+39
2022-03-29
perfmon: fix order in cmakelists.txt
Ray Kinsella
1
-8
/
+8
2022-03-29
perfmon: fix non-NULL terminated C-string
Benoît Ganne
1
-1
/
+1
2022-03-28
linux-cp: Fix API response
Pim van Pelt
1
-5
/
+7
2022-03-28
crypto-native: avoid overflow load on data
Damjan Marion
1
-1
/
+4
2022-03-28
vlib: use pthread_attr_setstack() to set thread stack
Damjan Marion
1
-12
/
+26
2022-03-28
vppinfra: avoid mem overflow in hash_memory()
Damjan Marion
3
-209
/
+29
2022-03-28
ip: add barrier sync, ip4_ply_pool expand case
Vladislav Grishenko
1
-2
/
+14
2022-03-27
linux-cp: fix name formatting
Dmitry Valter
1
-1
/
+1
2022-03-26
session: simplify safe pool realloc
Florin Coras
1
-62
/
+42
2022-03-25
hsa: echo client connects as rpc
Florin Coras
2
-31
/
+36
2022-03-25
crypto-native: avoid mem overflow when loading IV
Damjan Marion
1
-11
/
+13
2022-03-25
vppinfra: add vec128_t, vec256_t and vec512_t types
Damjan Marion
1
-19
/
+41
2022-03-25
l2: avoid overflow read of mac address
Damjan Marion
1
-23
/
+3
2022-03-25
linux-cp: handle ipv4 routes when link goes down
Alexander Chernavin
5
-0
/
+163
2022-03-25
build: print compiler version
Damjan Marion
1
-1
/
+1
2022-03-25
fib: fix ip6-ll fib selection for non-ethernet interfaces
Vladislav Grishenko
2
-7
/
+37
2022-03-25
devices: fix high vector rate per dispatch
Mohsin Kazmi
3
-13
/
+44
2022-03-25
session: reorganize local port allocation
Florin Coras
1
-29
/
+24
2022-03-24
bfd: use local error index when incrementing node counters
Paul Atkins
1
-4
/
+4
2022-03-24
session: safe reallocs for transport endpoint pool
Florin Coras
1
-11
/
+25
2022-03-24
ip: The check for 'same packet' must include the FIB index
Neale Ranns
1
-2
/
+11
2022-03-24
ip6-nd: stop sending RA by default
Alexander Chernavin
1
-3
/
+0
2022-03-24
mpls: Set the MTU field in the frag-needed ICMP when doing MPLS fragmentation
Neale Ranns
1
-4
/
+3
2022-03-24
crypto-native: fix index in VAES aes-cbc encrypt
Benoît Ganne
1
-3
/
+3
2022-03-24
build: set OS_ID_LIKE on to be OS_ID on Debian proper
Andrew Yourtchenko
1
-0
/
+5
2022-03-24
dpdk: enable int mode for virtio
Paul Atkins
1
-0
/
+1
2022-03-24
fib: Fix crash when removing a covering prefix
Neale Ranns
3
-10
/
+18
2022-03-23
dpdk: copy the enable_rxq_int flag from driver to conf
Paul Atkins
1
-0
/
+1
2022-03-23
classify: fix typo in AVX-512 find entry
Benoît Ganne
1
-1
/
+1
2022-03-23
vlib: send full error message to syslog
Jing Peng
1
-22
/
+6
2022-03-23
devices: add tx trace for af-packet
Mohsin Kazmi
1
-6
/
+82
2022-03-23
devices: add support for offloads
Mohsin Kazmi
5
-117
/
+301
2022-03-23
devices: af-packet v3 support
Mohsin Kazmi
4
-198
/
+274
2022-03-23
vppinfra: deprecate clib_mem_is_vec
Damjan Marion
3
-16
/
+0
2022-03-23
vppinfra: change vlib_register_node so it takes format string for node name
Damjan Marion
7
-45
/
+26
[next]