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
2019-03-12
ip: migrate old MULTIARCH macros to VLIB_NODE_FN
Filip Tehlar
10
-174
/
+178
2019-03-12
l2: migrate old MULTIARCH macros to VLIB_NODE_FN
Filip Tehlar
16
-122
/
+150
2019-03-12
DOC ONLY: add packet handoff doc
Dave Barach
1
-11
/
+117
2019-03-12
VPP-1585: fix dns test cli
Filip Tehlar
1
-1
/
+3
2019-03-12
GBP: L3 out fixes
Neale Ranns
7
-59
/
+260
2019-03-12
GBP: custom-dump functions
Neale Ranns
5
-17
/
+376
2019-03-12
FIB: path parsing, table-id not fib-index (VPP-1586)
Neale Ranns
3
-8
/
+44
2019-03-12
GBP: contracts API fixed length of allowed ethertypes
Neale Ranns
5
-36
/
+64
2019-03-12
ICMP46 error: Clone first buffer instead of "truncating" original buffer
Ole Troan
3
-52
/
+57
2019-03-12
VPP-1486: Unittest for stat segment file descriptor leak.
Paul Vinciguerra
1
-0
/
+41
2019-03-12
FIB: crash when deleting default route
Neale Ranns
1
-9
/
+0
2019-03-12
bfd: register udp ports only when enabled
Klement Sekera
1
-14
/
+49
2019-03-11
vpp_papi_provider: Remove more wrapper functions.
Ole Troan
36
-783
/
+409
2019-03-11
ldp: fix worker alloc when using eventfds
Florin Coras
1
-1
/
+15
2019-03-11
disable multiarch for error-drop
Filip Tehlar
1
-2
/
+4
2019-03-11
VPP-1533: Deleting a non-existent pre-resolved MAP next-hop causes VPP core dump
Ole Troan
1
-7
/
+10
2019-03-11
VPP-1508: Tests: Fix vpp_api struct.error under py3.
Paul Vinciguerra
15
-87
/
+122
2019-03-11
dpo: migrate old MULTIARCH macros to VLIB_NODE_FN
Filip Tehlar
6
-157
/
+59
2019-03-11
mfib: migrate old MULTIARCH macros to VLIB_NODE_FN
Filip Tehlar
2
-29
/
+13
2019-03-11
tls: fixes and improvements
Florin Coras
5
-36
/
+53
2019-03-11
session: fix ct that match global table entries
Florin Coras
3
-2
/
+26
2019-03-11
VPP-1486: stat segment file descriptor leak
Ole Troan
1
-0
/
+3
2019-03-11
VPP-1508: Use scapy.compat to manage packet level library differences.
Paul Vinciguerra
27
-193
/
+261
2019-03-11
Tests: fix time.sleep(0) # yield. Reduce sleep related log messages.
Paul Vinciguerra
4
-8
/
+21
2019-03-11
Tests: remote_test.py. Private member test catching dunder names.
Paul Vinciguerra
1
-9
/
+14
2019-03-11
Tests: use self.assertNotIn().
Paul Vinciguerra
13
-35
/
+35
2019-03-11
Tests: 'Fix' __del__ in test/remote_test.py.
Paul Vinciguerra
1
-4
/
+6
2019-03-11
Test: Fix hook.py: AttributeError
Paul Vinciguerra
1
-1
/
+1
2019-03-10
Perf tune get_frame_size_info
Dave Barach
3
-3
/
+14
2019-03-10
vcl: update buf if whole buf cannot be done at once
wuzhouhui
1
-0
/
+1
2019-03-09
SVS: cleanup default route on SVS disable
Neale Ranns
1
-0
/
+5
2019-03-08
tcp: fix rcv_wnd computation
Florin Coras
1
-1
/
+1
2019-03-08
session/tcp/vcl: fixes and optimizations
Florin Coras
6
-22
/
+56
2019-03-08
tcp: fix window probes in fin-wait-1
Florin Coras
2
-15
/
+10
2019-03-08
session: reorganize session fields
Florin Coras
3
-43
/
+25
2019-03-08
updates now that flags are supported on the API
Neale Ranns
2
-7
/
+0
2019-03-07
parse ethernet header in ct6_in2out
Dave Barach
2
-8
/
+30
2019-03-07
Tests: Refactor payload_to_info()
Paul Vinciguerra
22
-32
/
+34
2019-03-07
VPP-1508: Python3 tests. Explicitly specify string formatting.
Paul Vinciguerra
11
-27
/
+29
2019-03-07
VPP-1508: test_acl_plugin vapi changes for Python3.
Paul Vinciguerra
2
-51
/
+51
2019-03-07
vpp_papi: Adjust aenum import for python3.
Paul Vinciguerra
3
-4
/
+12
2019-03-07
make-test: Python pep8 compliance for sequences
Naveen Joy
1
-13
/
+13
2019-03-07
Honor vnet_rewrite_data_t data_bytes == 0
Dave Barach
1
-1
/
+15
2019-03-07
Fix typo in feature arc constraint
Dave Barach
1
-3
/
+3
2019-03-07
assign flood_class to vnet_sw_interface_t template in subif api handle function
Joe Zhou
1
-0
/
+2
2019-03-07
Remove local REPLY_MACRO so that socket transport works.
Ole Troan
4
-133
/
+8
2019-03-07
ipsec: cli bug fixes
Kingwel Xie
2
-5
/
+9
2019-03-07
API: Add python2.7 support for enum flags via aenum
Ole Troan
3
-5
/
+8
2019-03-07
BIER: trace then drop. MPLS: trace the drops
Neale Ranns
2
-3
/
+46
2019-03-07
gdb-helper: add gdb_show_traces
Kingwel Xie
1
-0
/
+74
[prev]
[next]