Gitiles
Code Review
Sign In
gerrit.nordix.org
/
fdio
/
vpp
/
2138b351dbd53dd8fb05541d215458931c188ede
2138b35
Fix DHCP proxy when used for non-default FIB tables
by Igor Mikhailov (imichail)
· 8 years ago
8d2e0e0
Fix a batch of coverity warnings, VPP-486
by Dave Barach
· 8 years ago
8c83ef0
Update CSIT tests 161030 -> 161106
by Jan
· 8 years ago
fb33ce4
threads: don't wait for dpdk init in vpp_lite
by Damjan Marion
· 8 years ago
51327ac
devices: create dummy device-input node to keep nexts in sync
by Damjan Marion
· 8 years ago
66bcab2
dpdk: bump to 16.11-rc3 release
by Damjan Marion
· 8 years ago
05bb1dd
fix errors reported by clang
by Damjan Marion
· 8 years ago
778c276
Improve test framework documentation
by Klement Sekera
· 8 years ago
d72fdf5
Disable non-working checks in load-balancer test and rename ip->ip4
by Klement Sekera
· 8 years ago
b7e2f3d
Update sample plugin and plugin skeletons: use driver feature arc
by Dave Barach
· 8 years ago
3a4ed39
pg: maintain per-worker bitmap of enabled streams
by Damjan Marion
· 8 years ago
9f6186e
Add the tap driver to the driver feature arc scheme
by Dave Barach
· 8 years ago
116ea4b
vhost: Improve packet tracing
by Pierre Pfister
· 8 years ago
6403436
pg: support for packet generator on different worker threads
by Damjan Marion
· 8 years ago
80e8816
Restore punt/inject after FIB2.0
by Igor Mikhailov (imichail)
· 8 years ago
d4048a4
Fix a class of spurious clib_memcpy (...) warnings, VPP-486
by Dave Barach
· 8 years ago
e74c1dc
Fix dual-loop issue in vxlan_gpe decap
by Hongjun Ni
· 8 years ago
d2017f6
pg: add device-input feature arc support on pg interfaces
by Damjan Marion
· 8 years ago
cf47894
use STATIC_ASSERT macro instead of calling _Static_assert directly
by Damjan Marion
· 8 years ago
109cd50
fix isssues discovered by coverity scan
by Damjan Marion
· 8 years ago
275b146
Fix longArray type in JVPP generator
by Maros Marsalek
· 8 years ago
20a29c7
VPP-498: Prepare vpp RPM packaging for use by downstream distros.
by Thomas F Herbert
· 8 years ago
dea6063
VPP-524: Add support to API to dump IPsec SPDs
by Matthew Smith
· 8 years ago
b0d680b
vlib: fix cacheline alignement in several structs
by Damjan Marion
· 8 years ago
87cd119
feature: store arc index in vlib_buffer
by Damjan Marion
· 8 years ago
96e6f95
DHCPv6: relay reply fixes (VPP-510)
by Wojciech Dec
· 8 years ago
e21c528
vhost-user: multiqueue support
by Pierre Pfister
· 8 years ago
f524f0a
vppctl: Do not use sudo if already root
by Pierre Pfister
· 8 years ago
05ab8cb
vlib: add vlib_buffer_copy function
by Damjan Marion
· 8 years ago
bcc889c
Crash when adding duplicate paths
by Neale Ranns
· 8 years ago
931be3a
Test framework: improve gdbserver handling
by Klement Sekera
· 8 years ago
v17.01-rc0
bdb1f81
Fail to register Java API for plugin that was not loaded (VPP-522)
by Marek Gradzki
· 8 years ago
e7637e7
Fix vpp-plugins rpms
by Ed Warnicke
· 8 years ago
74e2efa
Remove unused jvpp dependency on plugins' control_ping
by Marek Gradzki
· 8 years ago
cb4cda6
Reset frame length after dispatch when recycling frames
by Dave Barach
· 8 years ago
393252a
Timestamp now a 64-bit integer: ns since 1/1/1970
by Dave Barach
· 8 years ago
ed4a2fd
Adding Sequence Number - Per Packet Counter(PPC) support for iOAM6.
by AkshayaNadahalli
· 8 years ago
273c26a
feature: recover "show ip features" command
by Damjan Marion
· 8 years ago
8bdc63b
feature: all input nodes must have same nexts
by Damjan Marion
· 8 years ago
3a8345f
ethernet: fix wrong start node for ethernet tx feature path
by Damjan Marion
· 8 years ago
d772475
Update CSIT tests 161024 -> 161030
by Jan
· 8 years ago
017381a
vpp: remove unused code
by Damjan Marion
· 8 years ago
01bbbe9
Improve debug-cli in test framework
by Klement Sekera
· 8 years ago
446e1f5
Allow empty DPDK device init config
by Pierre Pfister
· 8 years ago
77766a1
adj: fix typos
by Damjan Marion
· 8 years ago
63f70d2
dpdk-hqos: don't hold up packets indefinitely under low load
by David Hotham
· 8 years ago
2231150
feature: add new feature handling code and device-input features
by Damjan Marion
· 8 years ago
3dffb1e
Fix recursion loop - recurse through cover
by Neale Ranns
· 8 years ago
57fc854
VPP-437: ip6 hbh processing with FIB 2.0
by Shwetha
· 8 years ago
8fe8cc2
MPLS Exp-null Tests
by Neale Ranns
· 8 years ago
3b906b0
vppinfra: add STATIC_ASSERT macro
by Damjan Marion
· 8 years ago
a0bc391
fix typo in .gitignore
by Klement Sekera
· 8 years ago
eb90b7f
node: ensure that vlib_node_runtime_t is cacheline sized
by Damjan Marion
· 8 years ago
d5c9d6f
l2: fix l2-patch node
by Damjan Marion
· 8 years ago
6e3c65e
dpdk: use u32 for next0
by Damjan Marion
· 8 years ago
0cd695c
config: rename ip_config_main_t to vnet_feature_config_main_t
by Damjan Marion
· 8 years ago
277b89c
add vpp debugging support to test framework improve test documentation
by Klement Sekera
· 8 years ago
cede379
Update _slabshr fields when updating HQoS masks
by David Hotham
· 8 years ago
81c7dfc
VPP-120: add custom types support to jvpp
by Marek Gradzki
· 8 years ago
c967a82
vppinfra: use 64-bit crc32 instruction in bihash_24_8
by Damjan Marion
· 8 years ago
ff7d642
vhost-user: fix crash in vhost_user_intfc_tx (VPP-519)
by Damjan Marion
· 8 years ago
860dacc
VPP-478: SNAT address range overlapping
by Matus Fabian
· 8 years ago
588144a
VPP-459: SNAT dump API for in and out interfaces
by Matus Fabian
· 8 years ago
6ce685d
Initial deb packaging of vpp-python-api
by Ed Warnicke
· 8 years ago
8c1bebe
IPv6 Classify Forwarding Graph errors
by Neale Ranns
· 8 years ago
435a64b
vppinfra: fix issue with bihash_8_8 hash function (VPP-518)
by Damjan Marion
· 8 years ago
3891cd8
policer: replace uintX_t with uX, fix style
by Damjan Marion
· 8 years ago
86a2c57
Update test framework after API function change
by Juraj Sloboda
· 8 years ago
0fc9bc1
Fix potential L2 forwarding crash with stale L2FIB entry (VPP-516)
by John Lo
· 8 years ago
218170b
Fix coverity issues in LISP
by Filip Tehlar
· 8 years ago
ad41b35
Per-packet IPFIX record generation plugin
by Dave Barach
· 8 years ago
e63947e
features: fix crash due to missing null termination
by Damjan Marion
· 8 years ago
3977a21
Fix description of devel package.
by Thomas F Herbert
· 8 years ago
3916227
dpdk: enable building with dpdk 16.11-rc1
by Damjan Marion
· 8 years ago
dddccea
Fix unformat-at-eof bug
by Dave Barach
· 8 years ago
f62ae12
refactor test framework
by Klement Sekera
· 8 years ago
f530a55
dpdk: remove support for dpdk 16.04
by Damjan Marion
· 8 years ago
6398397
dpdk: remove support for dpdk 2.2
by Damjan Marion
· 8 years ago
b21b60e
dpdk: remove KNI support
by Damjan Marion
· 8 years ago
f195019
Use only 24 bits for vni in lisp-gpe data packets
by Florin Coras
· 8 years ago
513da53
python api - vla - allow the user to pass in a normal python list
by Gabriel Ganne
· 8 years ago
5d4759b
dpdk: remove dpdk_pmd_constructor_init
by Damjan Marion
· 8 years ago
af0c70c
Improve equals generation for jvpp DTOs
by Marek Gradzki
· 8 years ago
5b3808e
Improve JNI code generation (array truncation)
by Marek Gradzki
· 8 years ago
948e00f
Support IETF routing Yang models (VPP-503).
by Neale Ranns
· 8 years ago
dc5aac5
Update CSIT tests 161017 -> 161024
by Jan
· 8 years ago
06b14b9
Add API call of sw_interface_set_mpls_enable to vpp_api_test
by John Lo
· 8 years ago
749294d
Disable colored output for tests, when not tty
by Peter Ginchev
· 8 years ago
46a4d9f
Add generated python bindings to .gitignore
by Marek Gradzki
· 8 years ago
d5fcc46
Fix LISP src/dst based policy
by Filip Tehlar
· 8 years ago
0c38ea3
Fix VXLAN tunnel delete crash
by John Lo
· 8 years ago
9c2964c
Fix jvpp coverity issues #2
by Marek Gradzki
· 8 years ago
e319de0
vppinfra: clib_memcpy optimization
by Damjan Marion
· 8 years ago
d3b85b0
Dual Loop Lookup and Adj-midchain
by Neale Ranns
· 8 years ago
8cb034b
VPP-504: Permissions Error on Centos Vagrant VPP VM
by Billy McFall
· 8 years ago
924d03a
Fix Coverity Errors in FIB. This is mainly consolidating the vnet_link_t and fib_link_t enums into just vnet_link_t.
by Neale Ranns
· 8 years ago
670909e
Quad-loop ip4_lookup_inline, add _x4 validate buffer enqueue
by Dave Barach
· 8 years ago
7b0196b
Pretty-print vl_api_api_get_first_msg_id_t msgs
by Dave Barach
· 8 years ago
0471448
Java api generation for ioam trace plugin
by Shwetha
· 8 years ago
14fbdfc
Candidate fix for race condition in building jvpp_common and jvpp_registry
by Ed Warnicke
· 8 years ago
Next »