aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tunnel4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio1-6/+12
2018-02-28inet: whitespace cleanupStephen Hemminger1-1/+1
2016-07-11tunnels: correct conditional build of MPLS and IPv6Simon Horman1-12/+13
2016-07-09tunnels: support MPLS over IPv4 tunnelsSimon Horman1-10/+67
2012-03-11net: Convert printks to pr_<level>Joe Perches1-4/+4
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-5/+5
2010-10-27tunnels: add __rcu annotationsEric Dumazet1-10/+19
2010-09-09tunnels: missing rcu_assign_pointer()Eric Dumazet1-1/+1
2010-09-01net: tunnels should use rcu_dereferenceEric Dumazet1-4/+9
2010-08-30net: struct xfrm_tunnel in read_mostly sectionEric Dumazet1-2/+2
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-14net: constify struct net_protocolAlexey Dobriyan1-2/+2
2008-06-05[IPV4] TUNNEL4: Fix incoming packet length check for inter-protocol tunnel.YOSHIFUJI Hideaki1-1/+1
2008-04-16[SIT]: Allow for IPPROTO_IPV6 protocol in namespaces.Pavel Emelyanov1-0/+1
2008-04-16[IPIP]: Allow for IPPROTO_IPIP protocol in namespaces.Pavel Emelyanov1-0/+1
2007-11-10[INET]: Cleanup the xfrm4_tunnel_(un)registerPavel Emelyanov1-4/+7
2007-11-10[INET]: Add missed tunnel64_err handlerPavel Emelyanov1-1/+12
2007-02-13[IPSEC]: Changing API of xfrm4_tunnel_register.Kazunori MIYAZAWA1-4/+46
2006-04-09[INET]: Move no-tunnel ICMP error to tunnel4/tunnel6Herbert Xu1-0/+8
2006-03-28[INET]: Introduce tunnel4/tunnel6Herbert Xu1-0/+113