summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_gre.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6,gre: do not leak info to user-spaceAmerigo Wang2013-05-121-0/+2
* Tunneling: use IP Tunnel stats APIs.Pravin B Shelar2013-03-261-42/+2Star
* GRE: Refactor GRE tunneling code.Pravin B Shelar2013-03-261-0/+1
* ipv6: introduce ip6tunnel_xmit() helperCong Wang2013-03-101-16/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-091-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-141-4/+2Star
|/
* ipv6/ip6_gre: set transport header correctlyIsaku Yamahata2012-12-271-2/+1Star
* net: Allow userns root to control ipv6Eric W. Biederman2012-11-191-2/+2
* net: unify for_each_ip_tunnel_rcu()Amerigo Wang2012-11-151-10/+4Star
* net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang2012-11-151-9/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-111-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-281-8/+0Star
* tunnel: drop packet if ECN present with not-ECTstephen hemminger2012-09-281-30/+24Star
* gre: remove unnecessary rcu_read_lock/unlockstephen hemminger2012-09-281-11/+3Star
* ipv6: gre: fix ip6gre_err()Eric Dumazet2012-08-231-3/+5
* gre: Support GRE over IPv6xeb@mail.ru2012-08-141-0/+1790