summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tunnel4.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* net: Convert protocol error handlers from void to intStefano Brivio2018-11-091-6/+12
* inet: whitespace cleanupStephen Hemminger2018-02-281-1/+1
* tunnels: correct conditional build of MPLS and IPv6Simon Horman2016-07-111-12/+13
* tunnels: support MPLS over IPv4 tunnelsSimon Horman2016-07-091-10/+67
* net: Convert printks to pr_<level>Joe Perches2012-03-121-4/+4
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-121-5/+5
* tunnels: add __rcu annotationsEric Dumazet2010-10-271-10/+19
* tunnels: missing rcu_assign_pointer()Eric Dumazet2010-09-101-1/+1
* net: tunnels should use rcu_dereferenceEric Dumazet2010-09-011-4/+9
* net: struct xfrm_tunnel in read_mostly sectionEric Dumazet2010-08-301-2/+2
* net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-121-2/+0Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: constify struct net_protocolAlexey Dobriyan2009-09-151-2/+2
* [IPV4] TUNNEL4: Fix incoming packet length check for inter-protocol tunnel.YOSHIFUJI Hideaki2008-06-041-1/+1
* [SIT]: Allow for IPPROTO_IPV6 protocol in namespaces.Pavel Emelyanov2008-04-161-0/+1
* [IPIP]: Allow for IPPROTO_IPIP protocol in namespaces.Pavel Emelyanov2008-04-161-0/+1
* [INET]: Cleanup the xfrm4_tunnel_(un)registerPavel Emelyanov2007-11-111-4/+7
* [INET]: Add missed tunnel64_err handlerPavel Emelyanov2007-11-111-1/+12
* [IPSEC]: Changing API of xfrm4_tunnel_register.Kazunori MIYAZAWA2007-02-131-4/+46
* [INET]: Move no-tunnel ICMP error to tunnel4/tunnel6Herbert Xu2006-04-101-0/+8
* [INET]: Introduce tunnel4/tunnel6Herbert Xu2006-03-291-0/+113