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
path:
root
/
src
/
vnet
/
vxlan
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-05
vxlan: add udp-port configuration support
Artem Glazychev
5
-60
/
+320
2021-02-03
vxlan: fix interface naming
Ray Kinsella
1
-6
/
+8
2021-01-20
vxlan: fix SEGV reported in VPP-1962
Ed Warnicke
1
-5
/
+29
2021-01-14
vxlan: Protect against tunnel config where source is not local
Neale Ranns
1
-2
/
+11
2020-12-14
misc: move to new pool_foreach macros
Damjan Marion
2
-6
/
+6
2020-10-21
misc: minimize dependencies on udp.h
Florin Coras
3
-1
/
+3
2020-10-07
misc: Purge unused pg includes
Neale Ranns
1
-1
/
+0
2020-09-04
ip: enhance vtep4_check of tunnel by vector way
Zhiyong Yang
1
-12
/
+32
2020-08-31
flow: code refactor
Chenmin Sun
1
-3
/
+7
2020-06-15
vxlan: remove judgement with always true
Zhiyong Yang
1
-27
/
+15
2020-06-09
vxlan: fix the inner packet checksum calculation
Mohsin Kazmi
1
-2
/
+51
2020-06-09
misc: add code styling for vxlan encap and vxlan_packet files
Mohsin Kazmi
2
-256
/
+282
2020-03-30
vxlan: leverage vlib_get_buffers in vxlan_encap_inline
Zhiyong Yang
1
-12
/
+14
2020-03-16
vxlan: vxlan/vxlan.api API cleanup
Jakub Grajciar
2
-38
/
+47
2020-03-03
geneve gtpu vxlan vxlan-gpe: VRF-aware bypass node
Nick Zavaritsky
3
-93
/
+30
2020-02-17
misc: fix coverity warnings
Dave Barach
1
-2
/
+2
2020-01-10
docs: Edit FEATURE.yaml files so they can be published
John DeNisco
1
-2
/
+2
2020-01-04
vxlan: Add FEATURE.yaml
John Lo
2
-1
/
+15
2019-12-20
vxlan: reuse inner packet flow hash for tunnel outer header load balance
Shawn Ji
1
-0
/
+7
2019-12-17
vxlan geneve gtpu: fix short help
Paul Vinciguerra
1
-1
/
+1
2019-12-10
api: multiple connections per process
Dave Barach
1
-1
/
+1
2019-12-05
vxlan: fix vxlan hw offload issue
Chenmin Sun
1
-1
/
+3
2019-11-26
fib: reduce save_rewrite_length to u8
Klement Sekera
1
-1
/
+1
2019-08-05
vxlan: fix VXLANoIP6 checksum offload setup
John Lo
1
-4
/
+3
2019-07-19
fib: FIB Entry tracking
Neale Ranns
1
-7
/
+7
2019-06-18
fib: fib api updates
Neale Ranns
1
-7
/
+5
2019-06-04
features will register udp ports once configured
Jakub Grajciar
1
-5
/
+11
2019-03-28
Typos. A bunch of typos I've been collecting.
Paul Vinciguerra
1
-1
/
+1
2019-03-26
Simplify adjacency rewrite code
BenoƮt Ganne
1
-12
/
+2
2019-03-06
vxlan*: migrate old MULTIARCH macros to VLIB_NODE_FN
Filip Tehlar
1
-10
/
+4
2019-01-09
VXLAN: Prevent duplicate bypass graph nodes.
Jon Loeliger
2
-4
/
+37
2018-11-14
Remove c-11 memcpy checks from perf-critical code
Dave Barach
1
-3
/
+3
2018-11-05
vxlan: prefetch extra one cacheline holding external header
Zhiyong Yang
1
-2
/
+2
2018-10-23
c11 safe string handling support
Dave Barach
3
-5
/
+5
2018-10-17
vxlan:decap caching error (VPP-1462)
Eyal Bari
1
-1
/
+1
2018-10-14
vxlan:fix ip6 tunnel deletion
Eyal Bari
1
-1
/
+2
2018-10-05
vxlan:ip4 decap:remove access to tunnel object
Eyal Bari
3
-183
/
+190
2018-09-24
Trivial: Clean up some typos.
Paul Vinciguerra
4
-12
/
+12
2018-09-06
vxlan: improve encap performance
Zhiyong Yang
1
-2
/
+10
2018-08-28
vxlan: decap use vlib_buffer_enqueue_to_next
Eyal Bari
2
-255
/
+221
2018-08-01
vxlan:optimize cached entry compare
Eyal Bari
1
-9
/
+5
2018-07-31
vxlan:decap.c conform coding style
Eyal Bari
1
-620
/
+690
2018-07-31
fix 'sh vxlan tunnels'
Neale Ranns
1
-15
/
+4
2018-07-23
fix vector index range checks
Eyal Bari
1
-1
/
+1
2018-07-19
Remove unused argument to vlib_feature_next
Damjan Marion
1
-3
/
+3
2018-07-09
vxlan:use bihash_16_8 for ipv4 lookup
Eyal Bari
3
-66
/
+76
2018-07-05
vxlan:use bihash_24_8 for ipv6 lookup
Eyal Bari
3
-116
/
+167
2018-06-14
vxlan:use VLIB_NODE_FN for multiarch selection
Eyal Bari
1
-17
/
+1
2018-06-13
vxlan:offload RX flow
eyal bari
5
-1
/
+579
2018-05-07
vxlan:vxlan.c conform coding style
Eyal Bari
1
-354
/
+374
[next]