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
2017-09-22
Fix vpp "unix interactive" when running under emacs + gdb
Dave Barach
1
-3
/
+8
2017-09-21
vppctl,cli: Improve non-interactive vppctl (VPP-944)
Chris Luke
1
-51
/
+308
2017-09-20
CLI: fix segfault when browsing an empty history
Yoann Desmouceaux
1
-3
/
+1
2017-09-20
Fix DHCP client so it works for worker threads
John Lo
1
-0
/
+3
2017-09-18
Fixes for issues Coverity has reported (VPP-972)
Chris Luke
2
-1
/
+31
2017-09-15
dpdk: cli to check for buffer leakage
Florin Coras
1
-1
/
+1
2017-09-15
vppinfra: add clib_mem_vm_ext_alloc function
Damjan Marion
7
-536
/
+45
2017-09-14
clib_socket: add sendmsg / recvmsg with ancillary data support
Damjan Marion
1
-2
/
+2
2017-09-12
physmem: remove debug leftovers
Damjan Marion
1
-1
/
+0
2017-09-11
Recombine diags and minimum barrier open time changes (VPP-968)
Colin Tregenza Dancer
3
-11
/
+340
2017-09-09
move unix_file_* code to vppinfra
Damjan Marion
7
-161
/
+98
2017-09-08
physmem: make fake allocation non-fatal if we cannot pick numa node
Damjan Marion
1
-4
/
+11
2017-09-08
vlib: move linux-specific code to vlib/linux
Damjan Marion
8
-266
/
+356
2017-09-08
Fixes for issues reported by Coverity (VPP-972)
Chris Luke
1
-4
/
+4
2017-09-07
vlib physmem rework
Damjan Marion
12
-495
/
+662
2017-09-05
Add pidfile cmdline option
Pierre Pfister
3
-9
/
+98
2017-09-05
Refork worker thread data structures in parallel (VPP-970)
Colin Tregenza Dancer
3
-136
/
+214
2017-08-31
Set runtime_path properly when running non-root
Damjan Marion
1
-2
/
+11
2017-08-30
Thread safe internal buffer manager, take two
Damjan Marion
3
-4
/
+32
2017-08-25
TCP horizontal scaling
Dave Barach
3
-21
/
+8
2017-08-24
Make VPP runtime directory configurable
Damjan Marion
4
-20
/
+63
2017-08-11
Fix tcp multi buffer segments retransmission
Florin Coras
1
-1
/
+6
2017-08-02
Fix tcp tx buffer allocation
Florin Coras
2
-8
/
+10
2017-07-27
Thread safe internal buffer manager
Damjan Marion
4
-9
/
+18
2017-07-26
VPP-905: Wrong define used in function start_workers.
JingLiuZTE
1
-1
/
+2
2017-07-17
Fix unlinking of /dev/shm files.
Dave Wallace
1
-9
/
+9
2017-07-14
Introduce l{2,3,4}_hdr_offset fields in the buffer metadata
Damjan Marion
3
-38
/
+68
2017-07-13
VPP-895 multi-thread: fix vpp crash on show runtime
Igor Mikhailov (imichail)
1
-0
/
+29
2017-07-13
dpdk: fix dpdk_buffer_pool_create name
Chris Luke
1
-3
/
+0
2017-07-10
vlib: store buffer memory information in the buffer_main
Damjan Marion
5
-44
/
+87
2017-07-10
vlib: fix issues with PCI handling code
Damjan Marion
2
-7
/
+7
2017-07-06
unix: mkdir VPP_RUN_DIR before opening a socket in it
Chris Luke
3
-0
/
+30
2017-07-05
Buffer name inconsistently used a cstring/vec (VPP-901)
Chris Luke
1
-3
/
+3
2017-06-30
VPP debug image with worker threads hit assert on adding IP route with traffi...
Neale Ranns
2
-0
/
+23
2017-06-28
switch vlib process model to tw_timer_template timer impl
Dave Barach
4
-77
/
+89
2017-06-21
Add option to create clib_socket with group write permissions
Damjan Marion
1
-1
/
+4
2017-06-21
Add knob to specify effective group id (gid) for VPP process
Damjan Marion
1
-0
/
+7
2017-06-09
Implement sack based tcp loss recovery (RFC 6675)
Florin Coras
3
-2
/
+3
2017-06-07
VPP-873: fix vector expansion bug in dispatch_pending_node
Dave Barach
1
-13
/
+27
2017-06-06
vlib: add screen-256color CLI terminal type
Damjan Marion
1
-0
/
+1
2017-06-05
vlib: add unix_file_del_by_index function
Damjan Marion
1
-0
/
+8
2017-05-24
vlib: use driver_override in sysfs for binding pci devs to vfio/uio drivers
Damjan Marion
1
-12
/
+30
2017-05-24
Fix tab-completion coverity issue
Yoann Desmouceaux
1
-1
/
+2
2017-05-23
Add TAB-based auto-completion to the CLI
Yoann Desmouceaux
3
-0
/
+259
2017-05-22
vhost: migrate to use device infra for worker thread assignment, rx-mode.
Steven
1
-10
/
+1
2017-05-16
VPP-845: add configurable elog post-mortem dump
Dave Barach
3
-4
/
+28
2017-05-10
completelly deprecate os_get_cpu_number, replace new occurences
Damjan Marion
4
-14
/
+5
2017-05-09
Fix remaining 32-bit compile issues
Damjan Marion
1
-1
/
+1
2017-05-08
vlib: do not unbind devices already bound to vfio-pci
Damjan Marion
1
-0
/
+5
2017-05-03
Fix vnet unit tests
Filip Tehlar
1
-0
/
+12
[next]