search for: ip_tunnels

Displaying 5 results from an estimated 5 matches for "ip_tunnels".

2012 May 22
1
decrypt udp tunnel
Hi everyone, this is my first email to this list. I've successfully set up a tinc tunnel between my OpenWRT (TPLINK MR3220) and my laptop (ubuntu 12.04). Routing -I'm using router mode- works fine and as expected. Awesome! Now, I was curious and wanted to actually see the udp tunnel protocol stack. Googling a little bit -does this expression exist?- I've found out that one could
2017 Jan 05
3
[PATCH net-next] net: make ndo_get_stats64 a void function
...| 4 ++-- drivers/net/vrf.c | 5 ++--- drivers/net/xen-netfront.c | 6 ++---- drivers/staging/netlogic/xlr_net.c | 10 +--------- include/linux/netdevice.h | 8 ++++---- include/net/ip_tunnels.h | 4 ++-- net/8021q/vlan_dev.c | 5 ++--- net/bridge/br_device.c | 6 ++---- net/ipv4/ip_tunnel_core.c | 6 ++---- net/l2tp/l2tp_eth.c | 6 ++-...
2017 Jan 05
3
[PATCH net-next] net: make ndo_get_stats64 a void function
...| 4 ++-- drivers/net/vrf.c | 5 ++--- drivers/net/xen-netfront.c | 6 ++---- drivers/staging/netlogic/xlr_net.c | 10 +--------- include/linux/netdevice.h | 8 ++++---- include/net/ip_tunnels.h | 4 ++-- net/8021q/vlan_dev.c | 5 ++--- net/bridge/br_device.c | 6 ++---- net/ipv4/ip_tunnel_core.c | 6 ++---- net/l2tp/l2tp_eth.c | 6 ++-...
2018 Feb 12
5
[PATCH] headers: untangle kmemleak.h from mm.h
...lude <net/sock.h> --- lnx-416-rc1.orig/net/ipv4/route.c +++ lnx-416-rc1/net/ipv4/route.c @@ -108,7 +108,6 @@ #include <net/rtnetlink.h> #ifdef CONFIG_SYSCTL #include <linux/sysctl.h> -#include <linux/kmemleak.h> #endif #include <net/secure_seq.h> #include <net/ip_tunnels.h>
2018 Feb 12
5
[PATCH] headers: untangle kmemleak.h from mm.h
...lude <net/sock.h> --- lnx-416-rc1.orig/net/ipv4/route.c +++ lnx-416-rc1/net/ipv4/route.c @@ -108,7 +108,6 @@ #include <net/rtnetlink.h> #ifdef CONFIG_SYSCTL #include <linux/sysctl.h> -#include <linux/kmemleak.h> #endif #include <net/secure_seq.h> #include <net/ip_tunnels.h>