summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_gre.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6,gre: do not leak info to user-spaceAmerigo Wang2013-05-111-0/+2
* Tunneling: use IP Tunnel stats APIs.Pravin B Shelar2013-03-261-42/+2
* GRE: Refactor GRE tunneling code.Pravin B Shelar2013-03-261-0/+1
* ipv6: introduce ip6tunnel_xmit() helperCong Wang2013-03-101-16/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-081-1/+1
|\
| * ipv6/ip6_gre: fix error case handling in ip6gre_tunnel_xmit()Tommi Rantala2013-02-061-1/+1
* | ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel.YOSHIFUJI Hideaki / 吉藤英明2013-01-131-4/+2
|/
* ipv6/ip6_gre: set transport header correctlyIsaku Yamahata2012-12-261-2/+1
* net: Allow userns root to control ipv6Eric W. Biederman2012-11-181-2/+2
* net: unify for_each_ip_tunnel_rcu()Amerigo Wang2012-11-141-10/+4
* net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang2012-11-141-9/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-101-4/+4
|\
| * gre6: fix rtnl dump messagesNicolas Dichtel2012-11-091-4/+4
* | ipv6: introduce ip6_rt_put()Amerigo Wang2012-11-031-1/+1
|/
* ipv6: gre: remove ip6gre_header_parse()Eric Dumazet2012-09-271-8/+0
* tunnel: drop packet if ECN present with not-ECTstephen hemminger2012-09-271-30/+24
* gre: remove unnecessary rcu_read_lock/unlockstephen hemminger2012-09-271-11/+3
* ipv6: gre: fix ip6gre_err()Eric Dumazet2012-08-221-3/+5
* gre: Support GRE over IPv6xeb@mail.ru2012-08-141-0/+1790