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
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-02
Revert "add ipsecmb plugin"
Florin Coras
4
-81
/
+2
2019-01-02
add ipsecmb plugin
Klement Sekera
4
-2
/
+81
2019-01-01
vcl/ldp: add write msg function and fine tuning
Florin Coras
1
-3
/
+3
2018-12-21
GBP: add allowed ethertypes to contracts
Neale Ranns
2
-36
/
+61
2018-12-21
MAP: Convert from DPO to input feature.
Jon Loeliger
3
-13
/
+109
2018-12-21
Revert "tests: Rework vpp config generation."
Ole Troan
3
-258
/
+29
2018-12-21
Python Tests: Make VppTestCase unit testable.
Paul Vinciguerra
1
-0
/
+5
2018-12-21
tests: Rework vpp config generation.
Paul Vinciguerra
3
-29
/
+258
2018-12-20
GBP: test case hardening against timing races
Neale Ranns
1
-13
/
+12
2018-12-20
NAT: total users and sessions gauges (VPP-1484)
Matus Fabian
1
-0
/
+33
2018-12-20
FIB: encode the label stack in the FIB path during table dump
Neale Ranns
2
-9
/
+59
2018-12-20
test/vpp_ip.py: Correct usage of 'is'
Paul Vinciguerra
1
-32
/
+28
2018-12-20
VPP-1508 python3 tests: raw_input
Paul Vinciguerra
1
-3
/
+9
2018-12-20
Tests: Cleanup @skip decorator.
Paul Vinciguerra
16
-81
/
+89
2018-12-20
reassembly: replace asserts with error counters
Klement Sekera
1
-2
/
+3
2018-12-18
VPP-1508: Have test/Makefile honor PYTHON= envvar.
Paul Vinciguerra
1
-8
/
+8
2018-12-18
NAT44: nat44_add_del_lb_static_mapping enhancements (VPP-1514)
Matus Fabian
2
-0
/
+93
2018-12-18
VAPI/VOM: Removing legacy stats tests, add string type.
Ole Troan
3
-349
/
+17
2018-12-18
PAPI: Add MACAddress object wrapper for vl_api_mac_address_t
Ole Troan
17
-168
/
+108
2018-12-18
punt: additional tests for multi clients
Pavel Kotucek
1
-91
/
+408
2018-12-17
make test: add option for adding extra vpp config
Klement Sekera
1
-1
/
+2
2018-12-17
Fix TestIPv4FibCrud interdependencies.
Paul Vinciguerra
1
-0
/
+14
2018-12-16
VPP-1523: harden reassembly
Klement Sekera
1
-2
/
+42
2018-12-16
IP6-MFIB: replace the radix tree with bihash (VPP-1526)
Neale Ranns
2
-21
/
+44
2018-12-14
NAT: counters (VPP-1484)
Matus Fabian
1
-1
/
+115
2018-12-14
Fix test results
juraj.linkes
1
-19
/
+23
2018-12-13
reassembly: fix internal buffer count accounting
Klement Sekera
1
-0
/
+31
2018-12-13
VPP-1522: harden reassembly code
Klement Sekera
3
-19
/
+45
2018-12-13
test/hook.py. Add human-friendly annotations to log msgs.
Paul Vinciguerra
1
-3
/
+19
2018-12-13
API: Use string type instead of u8.
Ole Troan
2
-3
/
+3
2018-12-13
vom: Add support for new stats
Mohsin Kazmi
1
-1
/
+1
2018-12-12
VOM: vxlan-tunnel takes egress interface for multicast
Neale Ranns
1
-1
/
+2
2018-12-12
Fix CDP failure in make test
Lijian.Zhang
1
-1
/
+2
2018-12-12
PAPI: Allow ipaddress object as argument and return values from API calls
Ole Troan
9
-53
/
+38
2018-12-11
Fix typo in sanity test description
juraj.linkes
1
-1
/
+1
2018-12-10
VOM: vxlan-gbp
Neale Ranns
1
-1
/
+1
2018-12-10
IP-local: any IP can appear as the source (VPP-1522)
Neale Ranns
1
-0
/
+19
2018-12-10
test/framework.py: change logger to return 'e' format.
Paul Vinciguerra
1
-15
/
+13
2018-12-10
Test framework: StringIO fixes for Python3
Ole Troan
22
-124
/
+117
2018-12-07
FIB recusrion loop checks traverse midchain adjacencies
Neale Ranns
1
-0
/
+61
2018-12-07
VPP-1506: dump local punts and registered punt sockets
Pavel Kotucek
3
-8
/
+333
2018-12-07
Test reader thread hardening
juraj.linkes
1
-103
/
+111
2018-12-06
Fix L2BD arp termination Test Case
Paul Vinciguerra
1
-6
/
+2
2018-12-06
Rename VPP_TEST_FAILED_DIR to FAILED_DIR
juraj.linkes
1
-7
/
+7
2018-12-06
Skip failing ARM testcases for CI
juraj.linkes
4
-2
/
+21
2018-12-06
Test framework: fix import logic for sphynx.
Paul Vinciguerra
1
-9
/
+6
2018-12-06
API: Change ip4_address and ip6_address to use type alias.
Ole Troan
7
-52
/
+23
2018-12-05
VPP-1508: Python3 compatible print
Paul Vinciguerra
6
-24
/
+23
2018-12-05
VPP-1508 python3 tests: xrange
Paul Vinciguerra
2
-31
/
+34
2018-12-04
vcl: test refactor and improvements
Florin Coras
1
-264
/
+81
[next]