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-05-18
Improve sack bytes accounting and testing
Florin Coras
5
-37
/
+140
2017-05-18
acl-plugin: reject the too-short variable-length messages from clients (VPP-839)
Andrew Yourtchenko
1
-3
/
+42
2017-05-18
VPP-847: improve bihash template memory allocator performance
Dave Barach
5
-57
/
+111
2017-05-18
Update CSIT tests 170504 -> 170518
Jan Gelety
1
-1
/
+1
2017-05-17
dpdk: disable 16-bit descriptors for X710/XL710
Damjan Marion
1
-2
/
+1
2017-05-17
ioam: configuration for SRv6 localsid (VPP-693)
shwethab
4
-23
/
+54
2017-05-17
Add vl_msg_api_get_message_length[_inline]
Dave Barach
2
-0
/
+17
2017-05-17
dpdk: Do not check and set rte_mbuf refcnt if dpdk ver >= 17.05
Damjan Marion
1
-0
/
+4
2017-05-17
VPP-719: Accept ARP replies from VRRP hw addr
Matthew Smith
2
-7
/
+102
2017-05-17
vhost: bad packet assembled from descriptor chaining
Steven
1
-1
/
+2
2017-05-17
Use counters on ipsec tunnel interfaces
Matthew Smith
3
-6
/
+107
2017-05-17
Add ethernet type to support NSH over ethernet
Hongjun Ni
1
-1
/
+1
2017-05-17
VPP-846: tcp perf / scale / hardening
Dave Barach
7
-50
/
+108
2017-05-17
ARP learning fixes (VPP-843)
Neale Ranns
4
-90
/
+98
2017-05-16
Fixes to tcp active opens and reception
Dave Barach
2
-1
/
+10
2017-05-16
Unneeded linking
Marco Varlese
1
-0
/
+4
2017-05-16
L2FIB: add flush test
Eyal Bari
2
-103
/
+219
2017-05-16
VPP-845: add configurable elog post-mortem dump
Dave Barach
4
-4
/
+37
2017-05-16
ping command does not work when there is woker thread (VPP-844)
flyingeagle23
1
-0
/
+1
2017-05-16
Fix regression of setting device to admin-down state
John Lo
1
-5
/
+4
2017-05-16
1704: Release notes. Cherry pick from 6288.
Ole Troan
1
-2
/
+111
2017-05-16
Place the vpp_papi*.egg file together with other build products.
Igor Mikhailov (imichail)
1
-1
/
+2
2017-05-15
Add sw_if_index of tunnel interface to API reply for ipsec_tunnel_if_add_del
Matthew Smith
4
-15
/
+36
2017-05-15
acl-plugin: unapply the ACLs if interface is being deleted
Andrew Yourtchenko
1
-0
/
+4
2017-05-15
dpdk: Enable hardware CRC strip for Intel VFs
Damjan Marion
1
-0
/
+5
2017-05-15
Add GTP-U plugin. VPP-694
Hongjun Ni
20
-0
/
+4743
2017-05-15
memif: migrate memif to use vnet device infra APIs
Steven
2
-22
/
+40
2017-05-15
dpdk: improve error handling during device initialization
Damjan Marion
6
-79
/
+98
2017-05-15
af_packet: support changing the mtu size
Ray Kinsella
1
-1
/
+23
2017-05-15
jvpp: fix memory allocation for variable lenght messages (VPP-841)
Marek Gradzki
4
-22
/
+49
2017-05-15
Fix builtin tcp client
Dave Barach
4
-38
/
+78
2017-05-15
Add a missing byte-swap call in ACL intf dump.
Jon Loeliger
1
-1
/
+1
2017-05-15
[plugins/dpdk] Support for CLIB_HAVE_64 (aarch64)
Christophe Fontaine
1
-0
/
+13
2017-05-15
L2BD/API:fix bd dump to ignore unknown bd_id
Eyal Bari
1
-19
/
+20
2017-05-15
move to CSIT 170504
Neale Ranns
1
-1
/
+1
2017-05-15
Fix vnet_interface_counters API definition
Aloys Augustin
3
-144
/
+227
2017-05-15
Fix FIB recursion loops via cover (VPP-842)
Neale Ranns
3
-38
/
+81
2017-05-15
dpdk: revert dpdk 17.05 change which causes virtio issues
Damjan Marion
5
-244
/
+59
2017-05-11
Validate ip6 interface fib tables early on
Florin Coras
1
-0
/
+5
2017-05-11
dpdk: bump to dpdk 17.05
Damjan Marion
5
-26
/
+21
2017-05-11
Handle RST of TCP connections in SYN-RCVD state, VPP-822
Florin Coras
1
-8
/
+23
2017-05-11
make test: support coverage for out-of-tree plugins
Klement Sekera
1
-0
/
+6
2017-05-10
Allow to override the build date
Bernhard M. Wiedemann
1
-1
/
+6
2017-05-10
vnet: introduce error state for sw interfaces
Damjan Marion
3
-1
/
+13
2017-05-10
completelly deprecate os_get_cpu_number, replace new occurences
Damjan Marion
20
-75
/
+77
2017-05-10
Multi-thread enablement for the debug cli http server
Dave Barach
3
-2
/
+35
2017-05-10
doxygen: Fix some paths
Chris Luke
1
-1
/
+3
2017-05-10
L2BD/TEST:fix l2bd multiinstance test
Eyal Bari
1
-104
/
+94
2017-05-10
Add crc32c inline function, allows compilation on 32-bit systems
Damjan Marion
7
-19
/
+67
2017-05-10
dpdk: refactor interface speed detection
Damjan Marion
3
-98
/
+42
[next]