summaryrefslogtreecommitdiff
path: root/net/ipv6/tunnel6.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-09tunnel6: add tunnel6_input_afinfo for ipip and ipv6 tunnelsXin Long1-0/+41
2020-05-23tunnel6: support for IPPROTO_MPLSVadim Fedorenko1-4/+83
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2018-11-09net: Convert protocol error handlers from void to intStefano Brivio1-4/+8
2015-11-03ipv6: fix tunnel error handlingMichal Kubeček1-1/+11
2014-08-25ipv6: White-space cleansing : gaps between function and symbol exportIan Morris1-2/+0
2014-08-25ipv6: White-space cleansing : Line LayoutsIan Morris1-1/+1
2013-12-06ipv4/ipv6: Fix FSF address in file headersJeff Kirsher1-2/+1
2012-05-16net: ipv6: Standardize prefixes for message loggingJoe Perches1-4/+6
2010-10-26tunnels: add _rcu annotationsEric Dumazet1-9/+15
2010-09-10tunnels: missing rcu_assign_pointer()Eric Dumazet1-1/+1
2010-09-01net: tunnels should use rcu_dereferenceEric Dumazet1-3/+8
2010-08-31ipv6: struct xfrm6_tunnel in read_mostly sectionEric Dumazet1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-19ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan1-2/+2
2009-09-15net: constify struct inet6_protocolAlexey Dobriyan1-2/+2
2009-06-23ipv6: Use correct data types for ICMPv6 type and codeBrian Haley1-1/+1
2008-06-04[IPV6] TUNNEL6: Fix incoming packet length check for inter-protocol tunnel.Colin1-1/+1
2007-10-15[IPV6]: Replace sk_buff ** with sk_buff * in input handlersHerbert Xu1-4/+2
2007-02-13[IPSEC]: changing API of xfrm6_tunnel_registerKazunori MIYAZAWA1-4/+39
2006-12-03[IPV6]: 'info' argument of ipv6 ->err_handler() is net-endianAl Viro1-1/+1
2006-04-10[INET]: Move no-tunnel ICMP error to tunnel4/tunnel6Herbert Xu1-0/+8
2006-03-29[INET]: Introduce tunnel4/tunnel6Herbert Xu1-0/+131