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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-20
LISP: add debug cli for neighbor discovery
Filip Tehlar
4
-6
/
+71
2017-09-20
CLI: fix segfault when browsing an empty history
Yoann Desmouceaux
1
-3
/
+1
2017-09-20
TCP: fix "tcp src-address" command with IPv6
Yoann Desmouceaux
1
-1
/
+1
2017-09-20
tcp: add option to punt traffic
Pierre Pfister
5
-30
/
+99
2017-09-20
Use openssl 1.0 compat RPM for Fedora 26 and newer.
Thomas F Herbert
2
-2
/
+7
2017-09-20
Fix DHCP client so it works for worker threads
John Lo
2
-2
/
+17
2017-09-20
Add ip6-local feature arc
Pierre Pfister
4
-8
/
+101
2017-09-20
NAT: don't call ipfix rpc when disabled (VPP-988)
Matus Fabian
1
-168
/
+181
2017-09-20
NAT: move session and user lookup tables to per thread data (VPP-986)
Matus Fabian
5
-110
/
+151
2017-09-19
format_sockaddr: add trivial support for AF_LOCAL sockets
Dave Barach
1
-0
/
+12
2017-09-19
Add C++ API
Klement Sekera
20
-268
/
+2338
2017-09-19
session/tcp: improve preallocated segment handling
Florin Coras
12
-138
/
+209
2017-09-19
Treat label=0 as an invalid next-hop-via-label
Neale Ranns
1
-1
/
+7
2017-09-19
LISP: support for neighbor discovery
Filip Tehlar
9
-110
/
+617
2017-09-19
Set RX sw_if_index on decrypted routed IPsec buffers
Matthew Smith
2
-0
/
+3
2017-09-19
Fix MPLS table create CLI
Neale Ranns
1
-7
/
+2
2017-09-19
Add new C API
Klement Sekera
19
-14
/
+3943
2017-09-19
Implement VXLAN encap tx checksum offload
John Lo
1
-39
/
+108
2017-09-19
ACL plugin enable macip for ip4/ip6 traffic
Pavel Kotucek
2
-89
/
+204
2017-09-19
Remove associated lisp-gpe entries when removing lisp local mapping.
Alberto Rodriguez-Natal
2
-7
/
+76
2017-09-18
Fixes for issues Coverity has reported (VPP-972)
Chris Luke
10
-45
/
+74
2017-09-18
L2BD,ARP-TERM:fix arp query report mechanism+test
Eyal Bari
6
-69
/
+288
2017-09-18
ACL-plugin: fix coverity issue
Pavel Kotucek
1
-17
/
+17
2017-09-17
Add multi-vm Vagrantfile for vcl-test.
Dave Wallace
6
-144
/
+272
2017-09-16
dpdk: display EAL init args on startup
Damjan Marion
1
-0
/
+1
2017-09-15
dpdk: cli to check for buffer leakage
Florin Coras
7
-6
/
+134
2017-09-15
jvpp: add vpe_pid to ConnectionInfo
Matej Perina
2
-8
/
+11
2017-09-15
vppinfra: add clib_mem_vm_ext_alloc function
Damjan Marion
17
-525
/
+461
2017-09-15
VPP-958: RPM Update wipes out local changes to 80-vpp.conf
Billy McFall
1
-2
/
+2
2017-09-15
Update of free text tag patch for BD
Jerome Tollet
5
-7
/
+29
2017-09-15
libmemif: Jumbo frames support
Jakub Grajciar
9
-103
/
+285
2017-09-15
Modify return value of snat_out2in_lb(VPP-985)
dongjuan
2
-10
/
+12
2017-09-14
clib_socket: add sendmsg / recvmsg with ancillary data support
Damjan Marion
5
-27
/
+164
2017-09-13
NAT: fixed bug in snat_alloc_outside_address_and_port (VPP-981)
Matus Fabian
1
-1
/
+1
2017-09-14
Stats refactor
Keith Burns (alagalah)
5
-464
/
+1233
2017-09-13
Shared memory packet interface (memif) library
Jakub Grajciar
28
-0
/
+11034
2017-09-13
gpe: initialize fib index for native forward entries
Florin Coras
1
-4
/
+6
2017-09-13
Add a name to the creation of an IP and MPLS table
Neale Ranns
18
-72
/
+210
2017-09-13
API message table inspection utilities
Dave Barach
3
-60
/
+449
2017-09-13
devices: Fix coverity discovered 9/13/2017
Steven
1
-0
/
+1
2017-09-13
lb_vip_command_fn param redundancy when unformat ip address(VPP-977)
flyingeagle23
1
-1
/
+1
2017-09-13
STATS: Refactor missed adding messages to CRC dictionary.
Ole Troan
1
-0
/
+18
2017-09-13
nat lb: del lb static mapping existed vec mem leak(VPP-983)
flyingeagle23
1
-0
/
+1
2017-09-13
VPP-972: fix coverity warnings in the stats scraper
Dave Barach
1
-3
/
+3
2017-09-13
VPP-960: Python API add more information in exception for invalid arguments t...
Ole Troan
1
-1
/
+4
2017-09-12
Add option to build without multi-buffer crypto.
Thomas F Herbert
3
-5
/
+15
2017-09-12
physmem: remove debug leftovers
Damjan Marion
2
-2
/
+0
2017-09-12
NAT: fixed bug in snat_alloc_outside_address_and_port (VPP-981)
Matus Fabian
3
-9
/
+29
2017-09-12
tcp: horizontal scaling improvments
Florin Coras
10
-209
/
+335
2017-09-12
devices: Display VhostEthernet instead of UnknownEthernet for dpdk net_vhost ...
Steven
3
-2
/
+14
[prev]
[next]