summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_gre.c
Commit message (Expand)AuthorAgeFilesLines
* ip6gretap: advertise link netns via netlinkNicolas Dichtel2015-01-231-0/+1
* tunnels: advertise link netns via netlinkNicolas Dichtel2015-01-191-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-291-2/+2
|\
| * ipv6: gre: fix wrong skb->protocol in WCCPYuri Chislov2014-11-241-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-061-2/+3
|\ \ | |/
| * gre6: Move the setting of dev->iflink into the ndo_init functions.Steffen Klassert2014-11-031-2/+3
* | ipv6: Allow sending packets through tunnels with wildcard endpointsSteffen Klassert2014-11-061-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-081-2/+2
|\
| * ip6_gre: fix flowi6_proto value in xmit pathNicolas Dichtel2014-10-041-2/+2
* | net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-021-0/+3
|\ \ | |/
| * ip6_gre: Return an error when adding an existing tunnel.Steffen Klassert2014-09-281-0/+2
| * ip6gre: add a rtnl link alias for ip6gretapNicolas Dichtel2014-09-261-0/+1
* | gre: Set inner protocol in v4 and v6 GRE transmitTom Herbert2014-10-011-2/+6
|/
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-2/+4
* ipv6: Implement automatic flow label generation on transmitTom Herbert2014-07-071-2/+5
* gre6: Call skb_checksum_simple_validateTom Herbert2014-05-081-11/+1
* ip6gre: add x-netns supportNicolas Dichtel2014-04-231-20/+32
* ip6_gre: don't allow to remove the fb_tunnel_devNicolas Dichtel2014-04-151-0/+10
* net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-02-141-8/+1
* ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helperLi RongQing2014-01-151-2/+0
* net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing2014-01-041-5/+5
* ipv6: add ip6_flowlabel helperFlorent Fourcot2013-12-091-1/+1
* ipv6: move IPV6_TCLASS_MASK definition in ipv6.hFlorent Fourcot2013-12-091-1/+0
* net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-061-0/+15
* ipv6: Initialize ip6_tnl.hlen in gre tunnel even if no route is foundOussama Ghorbel2013-10-111-2/+1
* ipv6: Fix the upper MTU limit in GRE tunnelOussama Ghorbel2013-10-081-2/+1
* ipv6: gre: correct calculation of max_headroomHannes Frederic Sowa2013-09-301-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-051-0/+5
|\
| * ipv6: wire up skb->encapsulationHannes Frederic Sowa2013-08-191-0/+5
* | tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel2013-09-041-4/+1
* | tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel2013-09-041-2/+2
* | ip6tnl: add x-netns supportNicolas Dichtel2013-08-151-0/+5
|/
* 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
OpenPOWER on IntegriCloud