summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_tunnel.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-27ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev typeSheena Mira-ato1-2/+2
2018-11-10ip6_tunnel: be careful when accessing the inner headerPaolo Abeni1-2/+12
2018-04-13ip6_tunnel: better validate user provided tunnel namesEric Dumazet1-2/+5
2017-04-18ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter1-1/+1
2017-04-18ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet1-12/+22
2016-07-12ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo1-1/+1
2014-11-03ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function.Steffen Klassert1-9/+1
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+1
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2014-09-29ip6_tunnel: Return an error when adding an existing tunnel.Steffen Klassert1-1/+5
2014-08-25ipv6: White-space cleansing : Line LayoutsIan Morris1-16/+16
2014-07-16net: set name_assign_type in alloc_netdev()Tom Gundersen1-2/+3
2014-07-08ipv6: Implement automatic flow label generation on transmitTom Herbert1-1/+2
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-05-21net: tunnels - enable module autoloadingTom Gundersen1-0/+1
2014-05-13ip6_tunnel: fix potential NULL pointer dereferenceSusant Sahani1-1/+1
2014-04-16ip6_tunnel: use the right netns in ioctl handlerNicolas Dichtel1-4/+4
2014-03-15net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-2/+2
2014-02-15net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong1-8/+1
2014-01-16ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helperLi RongQing1-2/+0
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+16
2014-01-05net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing1-6/+6
2014-01-03ipv6: fix the use of pcpu_tstats in ip6_tunnelLi RongQing1-5/+16
2013-12-10ipv6: add ip6_flowlabel helperFlorent Fourcot1-1/+1
2013-12-10ipv6: move IPV6_TCLASS_MASK definition in ipv6.hFlorent Fourcot1-1/+0
2013-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-5/+13
2013-11-15ip6tnl: fix use after free of fb_tnl_devNicolas Dichtel1-5/+13
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+7
2013-10-07ipv6: Allow the MTU of ipip6 tunnel to be set below 1280Oussama Ghorbel1-2/+10
2013-10-01ip6tnl: allow to use rtnl ops on fb tunnelNicolas Dichtel1-2/+1
2013-09-17ip6_tunnels: raddr and laddr are inverted in nl msgDing Zhi1-2/+2
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2013-09-04tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel1-6/+1
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel1-3/+1
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel1-2/+2
2013-08-21ip6_tunnel: ensure to always have a link local addressNicolas Dichtel1-0/+4
2013-08-19ipv6: wire up skb->encapsulationHannes Frederic Sowa1-0/+6
2013-08-15ip6tnl: add x-netns supportNicolas Dichtel1-10/+31
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar1-0/+1
2013-03-11ipv6: introduce ip6tunnel_xmit() helperCong Wang1-14/+1
2013-01-14ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel.YOSHIFUJI Hideaki / 吉藤英明1-3/+1
2012-11-28ip6tnl/sit: drop packet if ECN present with not-ECTNicolas Dichtel1-17/+32
2012-11-19net: Allow userns root to control ipv6Eric W. Biederman1-2/+2
2012-11-15ip6tnl: fix sparse warnings in ip6_tnl_netlink_parms()Nicolas Dichtel1-1/+1
2012-11-15ip6tnl: add support of link creation via rtnlNicolas Dichtel1-15/+149
2012-11-15ip6tnl: rename rtnl functions for consistencyNicolas Dichtel1-4/+4
2012-11-15ip6tnl/rtnl: add IFLA_IPTUN_PROTO on dumpNicolas Dichtel1-1/+4
2012-11-15net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang1-8/+0
2012-11-10ip6tnl: advertise tunnel param via rtnlNicolas Dichtel1-0/+57
2012-11-03ipv6: introduce ip6_rt_put()Amerigo Wang1-3/+2