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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-23
tcp: fast retransmit improvements
Florin Coras
5
-107
/
+279
2018-10-23
vlib: alloc buffers on local numa, not on numa 1
Damjan Marion
1
-1
/
+2
2018-10-23
lisp: register cp port only if enabled
Florin Coras
1
-2
/
+0
2018-10-23
vlib: Add support for pci io read/write
Mohsin Kazmi
2
-31
/
+108
2018-10-23
vlib: reduce default buffer memory size to be below RLIMIT_MEMLOCK
Damjan Marion
1
-1
/
+5
2018-10-23
Numa-aware, growable physical memory allocator (pmalloc)
Damjan Marion
33
-713
/
+1300
2018-10-23
pg: udp length & checsum issue
Kingwel Xie
1
-4
/
+4
2018-10-23
dpdk: support 18.11 changes to CRC flags
Stephen Hemminger
1
-7
/
+7
2018-10-23
dpdk: add esp6 decrypt nodes, func declarations
Matthew Smith
1
-0
/
+30
2018-10-23
c11 safe string handling support
Dave Barach
449
-1577
/
+1858
2018-10-23
ipsec: fix wrong counter bump
Klement Sekera
1
-1
/
+1
2018-10-22
vlib: pci improvements
Damjan Marion
11
-191
/
+252
2018-10-22
ipsec fix missing node renames
Klement Sekera
4
-8
/
+12
2018-10-22
vlib: introduce vlib_buffer_get_{pa,va,current_va,current_pa} inlines
Damjan Marion
10
-75
/
+81
2018-10-22
vppinfra: use log2 page size in hugepage functions
Damjan Marion
4
-20
/
+28
2018-10-22
Fix buffer overflow when fragmenting packets (VPP-1383)
Juraj Sloboda
1
-2
/
+3
2018-10-22
X86_64 perf counter plugin
Dave Barach
12
-26
/
+1627
2018-10-22
VPP-1420 CDP check memory bounds fix
Filip Varga
1
-4
/
+17
2018-10-22
PAPI: Add support for format/unformat functions.
Ole Troan
5
-12
/
+247
2018-10-22
Fix dereferencing null string in dpdk_early_init
Juraj Sloboda
2
-0
/
+3
2018-10-22
Fix stat_segment.c issue.
Paul Vinciguerra
1
-5
/
+8
2018-10-22
stats: Add wrapper for vec_free
Ole Troan
3
-0
/
+8
2018-10-22
ipsec: split ipsec nodes into ip4/ip6 nodes
Klement Sekera
15
-390
/
+764
2018-10-22
dpdk: use rte_vfio_dma_map API instead of digging for vfio fd
Damjan Marion
1
-63
/
+17
2018-10-22
lisp-gpe: register udp port only if enabled (VPP-1468)
Florin Coras
1
-5
/
+7
2018-10-21
tcp: count first lost hole (VPP-1465)
Florin Coras
2
-17
/
+46
2018-10-20
dpdk: add netvsc PMD
Stephen Hemminger
3
-1
/
+40
2018-10-20
acl-plugin: use the L2 feature arc infrastructure instead of L2 classifier fo...
Andrew Yourtchenko
3
-699
/
+304
2018-10-20
pipes: fix the l2.l2_len and the l[23]_hdr_offset setting behavior of pipe-rx...
Andrew Yourtchenko
1
-29
/
+30
2018-10-20
dpdk: use rx/tx_offload_names to format
Stephen Hemminger
1
-38
/
+53
2018-10-19
avf: fix crash in rss key calculation
Damjan Marion
1
-1
/
+1
2018-10-19
vppinfra: use memfd_create for hugepage mounts if supported
Damjan Marion
2
-25
/
+52
2018-10-19
NAT44: fix ICMP virtual fragmentation reassembly (VPP-1466)
Matus Fabian
4
-63
/
+122
2018-10-19
vppinfra: add atomic macros for __sync builtins
Sirshak Das
39
-128
/
+160
2018-10-19
Add pool_get_zero, pool_get_aligned_zero macros
Dave Barach
1
-1
/
+13
2018-10-18
tcp: fix sacks lost bytes counting (VPP-1465)
Florin Coras
2
-50
/
+118
2018-10-18
tls: fix connection failures/interrupts at scale (VPP-1464)
Florin Coras
5
-29
/
+45
2018-10-18
tcp: fix cleanup of non established connections (VPP-1463)
Florin Coras
2
-1
/
+5
2018-10-18
Ping; remove unused arrays
Neale Ranns
1
-3
/
+0
2018-10-18
PAPI: Expose API enums to tests / applications
Ole Troan
2
-16
/
+43
2018-10-17
vxlan:decap caching error (VPP-1462)
Eyal Bari
1
-1
/
+1
2018-10-17
fix ip6 prefix check for tap_v2
Michal Cmarada
1
-1
/
+1
2018-10-17
IP Route add/del API is MP safe
Neale Ranns
1
-0
/
+6
2018-10-17
tcp: fix multiple fin retries (VPP-1461)
Florin Coras
2
-10
/
+10
2018-10-17
stats: vpp_get_stats missing last interface in dump
Ole Troan
1
-2
/
+2
2018-10-17
acl-plugin: tuplemerge: refresh the pointer to hash-readied ACL entries per e...
Andrew Yourtchenko
1
-0
/
+2
2018-10-17
tcp: avoid sack processing when not needed (VPP-1460)
Florin Coras
3
-4
/
+7
2018-10-17
bond: tx optimizations
Damjan Marion
4
-307
/
+342
2018-10-17
VPP-1459:Ip4 lookup fail when exist prefix cover.
mu.duojiao
1
-3
/
+1
2018-10-16
tls: fix multi threaded medium scale test (VPP-1457)
Florin Coras
7
-11
/
+52
[next]