Gitiles
Code Review
Sign In
gerrit.nordix.org
/
fdio
/
vpp
/
b24e287b9295bcc3e904753e9e2bfde89d6666db
/
src
/
vnet
/
vxlan
7c0eb56
vxlan: vxlan/vxlan.api API cleanup
by Jakub Grajciar
· 4 years, 10 months ago
27518c2
geneve gtpu vxlan vxlan-gpe: VRF-aware bypass node
by Nick Zavaritsky
· 4 years, 10 months ago
47d41ad
misc: fix coverity warnings
by Dave Barach
· 4 years, 10 months ago
7c9fe92
docs: Edit FEATURE.yaml files so they can be published
by John DeNisco
· 5 years ago
69c2a58
vxlan: Add FEATURE.yaml
by John Lo
· 5 years ago
623b4f8
vxlan: reuse inner packet flow hash for tunnel outer header load balance
by Shawn Ji
· 5 years ago
5fb2278
vxlan geneve gtpu: fix short help
by Paul Vinciguerra
· 5 years ago
39d6911
api: multiple connections per process
by Dave Barach
· 5 years ago
1ec9fdb
vxlan: fix vxlan hw offload issue
by Chenmin Sun
· 5 years ago
7dbf9a1
fib: reduce save_rewrite_length to u8
by Klement Sekera
· 5 years ago
b1b98f5
vxlan: fix VXLANoIP6 checksum offload setup
by John Lo
· 5 years ago
1f50bf8
fib: FIB Entry tracking
by Neale Ranns
· 5 years ago
097fa66
fib: fib api updates
by Neale Ranns
· 7 years ago
df3ca23
features will register udp ports once configured
by Jakub Grajciar
· 6 years ago
8feeaff
Typos. A bunch of typos I've been collecting.
by Paul Vinciguerra
· 6 years ago
4af1a7f
Simplify adjacency rewrite code
by Benoît Ganne
· 6 years ago
e1714d3
vxlan*: migrate old MULTIARCH macros to VLIB_NODE_FN
by Filip Tehlar
· 6 years ago
e3034cd
VXLAN: Prevent duplicate bypass graph nodes.
by Jon Loeliger
· 6 years ago
178cf49
Remove c-11 memcpy checks from perf-critical code
by Dave Barach
· 6 years ago
b0073e2
vxlan: prefetch extra one cacheline holding external header
by Zhiyong Yang
· 6 years ago
b7b9299
c11 safe string handling support
by Dave Barach
· 6 years ago
9be7c6d
vxlan:decap caching error (VPP-1462)
by Eyal Bari
· 6 years ago
f8d5e21
vxlan:fix ip6 tunnel deletion
by Eyal Bari
· 6 years ago
efd9cf3
vxlan:ip4 decap:remove access to tunnel object
by Eyal Bari
· 6 years ago
bdc0e6b
Trivial: Clean up some typos.
by Paul Vinciguerra
· 6 years ago
70fda4c
vxlan: improve encap performance
by Zhiyong Yang
· 6 years ago
a5679e8
vxlan: decap use vlib_buffer_enqueue_to_next
by Eyal Bari
· 6 years ago
e126cc5
vxlan:optimize cached entry compare
by Eyal Bari
· 6 years ago
7d92c09
vxlan:decap.c conform coding style
by Eyal Bari
· 6 years ago
16be62e
fix 'sh vxlan tunnels'
by Neale Ranns
· 6 years ago
cd30774
fix vector index range checks
by Eyal Bari
· 6 years ago
7d98a12
Remove unused argument to vlib_feature_next
by Damjan Marion
· 6 years ago
dd47eca
vxlan:use bihash_16_8 for ipv4 lookup
by Eyal Bari
· 6 years ago
0fa5678
vxlan:use bihash_24_8 for ipv6 lookup
by Eyal Bari
· 7 years ago
93a6f25
vxlan:use VLIB_NODE_FN for multiarch selection
by Eyal Bari
· 7 years ago
af86a48
vxlan:offload RX flow
by eyal bari
· 7 years ago
8f57648
vxlan:vxlan.c conform coding style
by Eyal Bari
· 7 years ago
eb987d3
Harmonize vec/pool_get_aligned object sizes and alignment requests
by Dave Barach
· 7 years ago
ec8aea1
Fix CentOS 7 build issue with vxlan
by Matthew Smith
· 7 years ago
82e21d7
vxlan:encap - use vnet rewrite
by eyal bari
· 7 years ago
6636440
Carry recorded QOS bits in the outer VXLAN IP header
by Igor Mikhailov (imichail)
· 7 years ago
99ed486
vxlan:remove single bucket load-balance dpo's
by Eyal Bari
· 7 years ago
0f4b184
vxlan:remove counters writeback cache
by Eyal Bari
· 7 years ago
aa0180b
vxlan:refactor add del command function
by Eyal Bari
· 7 years ago
31ed744
MPLS Unifom mode
by Neale Ranns
· 7 years ago
25ef2b5
VXLAN: Instance numbers now properly freed upon delete.
by Jon Loeliger
· 7 years ago
25d417f
Minor VXLAN/GRE Tunnel Encap Optimization and Cleanup
by John Lo
· 7 years ago
a43ccae
Optimize GRE Tunnel and add support for ERSPAN encap
by John Lo
· 7 years ago
554075a
vxlan:remove interface recycle mechanism
by Eyal Bari
· 7 years ago
3d460bd
VXLAN: Allow user to specify a custom vxlan tunnel instance id.
by Jon Loeliger
· 7 years ago
2b9453c
vxlan: Lookup FIB in either IPv4 or IPv6 families.
by Jon Loeliger
· 7 years ago
735f879
FIB: Consolidate several copies of fib_ip_proto() into one.
by Jon Loeliger
· 7 years ago
e5453d0
Improve tunnel interface creation performance
by John Lo
· 7 years ago
9d42087
VPPAPIGEN: vppapigen replacement in Python PLY.
by Ole Troan
· 7 years ago
3ce0b08
vxlan:restructure encap loop
by Eyal Bari
· 7 years ago
4478d8e
Improve "show xxx tunnel" and "show int addr" output
by John Lo
· 7 years ago
6c4dae2
api: remove transport specific code from handlers
by Florin Coras
· 7 years ago
e86a8ed
api: refactor vlibmemory
by Florin Coras
· 7 years ago
e6bfeab
Unify and cleanup usage of hash_set/unset_mem by various tunnels
by John Lo
· 7 years ago
630b974
FIB: store the node type not the function pointer.
by Neale Ranns
· 7 years ago
71612d6
Add extern to *_main global variable declarations in header files.
by Dave Wallace
· 7 years ago
fb66301
VXLAN:small refactor to vxlan input
by Eyal Bari
· 7 years ago
0d056e5
vppapigen: support per-file (major,minor,patch) version stamps
by Dave Barach
· 7 years ago
f4215a6
Implement VXLAN encap tx checksum offload
by John Lo
· 7 years ago
da78f95
L2 over MPLS
by Neale Ranns
· 8 years ago
213b5aa
vnet_buffer_t flags cleanup
by Damjan Marion
· 7 years ago
11b8dbf
"autoreply" flag: autogenerate standard xxx_reply_t messages
by Dave Barach
· 8 years ago
a055830
Remove unsed parameter from fib_table_entry_special_add() (only used in FIB tests). The DPO was incorrectly initialised with FIB_PROTO_MAX
by Neale Ranns
· 8 years ago
586afd7
Use thread local storage for thread index
by Damjan Marion
· 8 years ago
bc799c9
VXLAN:fix tunnel delete not returning sw_if_index
by Eyal Bari
· 8 years ago
e101e1f
VXLAN:add hidden multicast interface check
by Eyal Bari
· 8 years ago
3212c57
CLI: hide deleted interfaces
by Eyal Bari
· 8 years ago
68b0fb0
VPP-598: tcp stack initial commit
by Dave Barach
· 8 years ago
646ba9b
fix:vxlan mcast adj - added as ucast dpo adj
by Eyal Bari
· 8 years ago
a9a20e7
VPP-635: CLI Memory leak with invalid parameter
by Billy McFall
· 8 years ago
a93ea42
VXLAN: further unify ip4/ip6 ctl plane handling
by Eyal Bari
· 8 years ago
0765c6e
VXLAN: small changes for brevity
by Eyal Bari
· 8 years ago
2b81eb8
Add vxlan-bypass feature to IP6 forwarding path
by John Lo
· 8 years ago
32e1c01
IP Multicast FIB (mfib)
by Neale Ranns
· 8 years ago
0ded851
VXLAN - Add IPv6 tunnels src ref count
by Eyal Bari
· 8 years ago
5ac9bf5
vxlan fix mcast tunnel delete
by Eyal Bari
· 8 years ago
7cd468a
Reorganize source tree to use single autotools instance
by Damjan Marion
· 8 years ago