index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
datapath
/
vport-lisp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
datapath: Turn vports with dependencies into separate modules
Thomas Graf
2015-04-04
1
-1
/
+21
*
datapath: Account for "udp: Do not require sock in udp_tunnel_xmit_skb"
Jesse Gross
2015-02-20
1
-3
/
+2
*
datapath: Use additional common UDP functions for LISP.
Jesse Gross
2015-02-20
1
-75
/
+26
*
datapath: Consistently set skb->inner_protocol for tunnels.
Jesse Gross
2015-02-20
1
-0
/
+2
*
datapath: Use udp_sock_create() for LISP.
Jesse Gross
2015-02-20
1
-21
/
+11
*
datapath: Simplify vport_send() error handling.
Pravin B Shelar
2014-12-23
1
-5
/
+9
*
datapath: compat: introduce ovs_iptunnel_handle_offloads()
Pravin B Shelar
2014-12-23
1
-18
/
+18
*
datapath:compat: Fix build failure on old kernels.
Pravin B Shelar
2014-12-19
1
-9
/
+12
*
datapath: Fix MPLS action validation.
Pravin B Shelar
2014-12-19
1
-1
/
+2
*
datapath: Remove pkt_key from OVS_CB.
Pravin B Shelar
2014-09-20
1
-9
/
+14
*
datapath: Provide compatibility for kernels up to 3.17
Thomas Graf
2014-09-20
1
-2
/
+2
*
Extend OVS IPFIX exporter to export tunnel headers
Wenyu Zhang
2014-08-18
1
-7
/
+31
*
datapath: Use tun_info only for egress tunnel path.
Pravin B Shelar
2014-08-06
1
-3
/
+4
*
datapath: Enable tunnel GSO features.
Pravin B Shelar
2014-07-11
1
-0
/
+5
*
datapath: Check tunnel info before dereferencing on send.
Jesse Gross
2014-06-20
1
-1
/
+3
*
datapath: Add support for Geneve tunneling.
Jesse Gross
2014-06-20
1
-1
/
+1
*
datapath: Wrap struct ovs_key_ipv4_tunnel in a new structure.
Jesse Gross
2014-06-19
1
-15
/
+13
*
lisp: Use IP addresses rather than flow on hash failure.
Jesse Gross
2014-06-13
1
-2
/
+9
*
datapath: Add support for kernel 3.14.
Pritesh Kothari
2014-05-01
1
-1
/
+1
*
datapath: Add support for kernels 3.13
Pravin Shelar
2014-03-31
1
-3
/
+4
*
datapath: Add support for Linux 3.12
Pravin Shelar
2014-03-07
1
-3
/
+25
*
datapath: lisp: Use skb rxhash for source port.
Pravin B Shelar
2013-12-03
1
-5
/
+10
*
lisp: Reset vlan tag on send.
Pravin B Shelar
2013-09-07
1
-0
/
+3
*
datapath: iptunnels: remove net arg from iptunnel_xmit().
Pravin B Shelar
2013-09-07
1
-2
/
+1
*
datapath lisp: Use ovs offload compat functionality.
Pravin B Shelar
2013-09-07
1
-173
/
+48
*
datapath lisp: use iptunnel_pull_header().
Pravin B Shelar
2013-09-07
1
-40
/
+3
*
datapath: Remove vlan compat support
Pravin B Shelar
2013-09-06
1
-2
/
+8
*
datapath: Remove checksum compat support
Pravin B Shelar
2013-09-06
1
-11
/
+2
*
datapath: Remove skb->mark compat code.
Pravin B Shelar
2013-09-06
1
-1
/
+1
*
datapath: vport: Remove compat support
Pravin B Shelar
2013-09-06
1
-4
/
+0
*
datapath: Fix function description in vport-lisp.c.
Justin Pettit
2013-08-19
1
-2
/
+1
*
datapath: Move generic tunnel functions to lisp module.
Pravin B Shelar
2013-08-13
1
-2
/
+251
*
datapath: move tunnel-init function to flow.h
Pravin B Shelar
2013-08-13
1
-1
/
+1
*
gre: Restructure tunneling.
Pravin B Shelar
2013-06-20
1
-1
/
+1
*
datapath: make skb->csum consistent with rest of networking stack.
Pravin B Shelar
2013-06-12
1
-0
/
+2
*
datapath: Free skb dropped by lisp_tnl_send().
Jarno Rajahalme
2013-05-07
1
-0
/
+1
*
datapath: Kill VPORT_F_TUN_ID vport flag.
Pravin B Shelar
2013-05-06
1
-3
/
+1
*
datapath: Unify vport error stats handling.
Pravin B Shelar
2013-05-06
1
-10
/
+3
*
tunneling: Remove struct tnl_vport and tnl_ops.
Pravin B Shelar
2013-05-06
1
-108
/
+75
*
datapath: Factor out common code from *_build_header() to ovs_tnl_send().
Jarno Rajahalme
2013-03-26
1
-9
/
+0
*
Tunnel: Cleanup old tunnel infrastructure.
Pravin B Shelar
2013-03-04
1
-107
/
+70
*
Add support for LISP tunneling
Lorand Jakab
2013-02-25
1
-0
/
+488