summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_gre.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-12ipv6,gre: do not leak info to user-spaceAmerigo Wang1-0/+2
2013-03-26Tunneling: use IP Tunnel stats APIs.Pravin B Shelar1-42/+2
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar1-0/+1
2013-03-11ipv6: introduce ip6tunnel_xmit() helperCong Wang1-16/+1
2013-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-02-07ipv6/ip6_gre: fix error case handling in ip6gre_tunnel_xmit()Tommi Rantala1-1/+1
2013-01-14ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel.YOSHIFUJI Hideaki / 吉藤英明1-4/+2
2012-12-27ipv6/ip6_gre: set transport header correctlyIsaku Yamahata1-2/+1
2012-11-19net: Allow userns root to control ipv6Eric W. Biederman1-2/+2
2012-11-15net: unify for_each_ip_tunnel_rcu()Amerigo Wang1-10/+4
2012-11-15net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang1-9/+0
2012-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2012-11-10gre6: fix rtnl dump messagesNicolas Dichtel1-4/+4
2012-11-03ipv6: introduce ip6_rt_put()Amerigo Wang1-1/+1
2012-09-28ipv6: gre: remove ip6gre_header_parse()Eric Dumazet1-8/+0
2012-09-28tunnel: drop packet if ECN present with not-ECTstephen hemminger1-30/+24
2012-09-28gre: remove unnecessary rcu_read_lock/unlockstephen hemminger1-11/+3
2012-08-23ipv6: gre: fix ip6gre_err()Eric Dumazet1-3/+5
2012-08-15gre: Support GRE over IPv6xeb@mail.ru1-0/+1790