summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_tunnel.c
AgeCommit message (Expand)Author
2016-04-20ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo
2014-11-21ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function.Steffen Klassert
2014-06-26net: tunnels - enable module autoloadingTom Gundersen
2014-05-31ip6_tunnel: fix potential NULL pointer dereferenceSusant Sahani
2014-01-15ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helperLi RongQing
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing
2014-01-02ipv6: fix the use of pcpu_tstats in ip6_tunnelLi RongQing
2013-12-09ipv6: add ip6_flowlabel helperFlorent Fourcot
2013-12-09ipv6: move IPV6_TCLASS_MASK definition in ipv6.hFlorent Fourcot
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-11-14ip6tnl: fix use after free of fb_tnl_devNicolas Dichtel
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz
2013-10-07ipv6: Allow the MTU of ipip6 tunnel to be set below 1280Oussama Ghorbel
2013-10-01ip6tnl: allow to use rtnl ops on fb tunnelNicolas Dichtel
2013-09-16ip6_tunnels: raddr and laddr are inverted in nl msgDing Zhi
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-09-04tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel
2013-08-20ip6_tunnel: ensure to always have a link local addressNicolas Dichtel
2013-08-19ipv6: wire up skb->encapsulationHannes Frederic Sowa
2013-08-15ip6tnl: add x-netns supportNicolas Dichtel
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar
2013-03-10ipv6: introduce ip6tunnel_xmit() helperCong Wang
2013-01-13ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel.YOSHIFUJI Hideaki / 吉藤英明
2012-11-28ip6tnl/sit: drop packet if ECN present with not-ECTNicolas Dichtel
2012-11-18net: Allow userns root to control ipv6Eric W. Biederman
2012-11-15ip6tnl: fix sparse warnings in ip6_tnl_netlink_parms()Nicolas Dichtel
2012-11-14ip6tnl: add support of link creation via rtnlNicolas Dichtel
2012-11-14ip6tnl: rename rtnl functions for consistencyNicolas Dichtel
2012-11-14ip6tnl/rtnl: add IFLA_IPTUN_PROTO on dumpNicolas Dichtel
2012-11-14net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang
2012-11-09ip6tnl: advertise tunnel param via rtnlNicolas Dichtel
2012-11-03ipv6: introduce ip6_rt_put()Amerigo Wang
2012-08-20gre: information leak in ip6_tnl_ioctl()Dan Carpenter
2012-08-14gre: Support GRE over IPv6xeb@mail.ru
2012-07-18ipv6: add ipv6_addr_hash() helperEric Dumazet
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller
2012-07-12net: Remove checks for dst_ops->redirect being NULL.David S. Miller
2012-07-12ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-06-29ipv6_tunnel: Allow receiving packets on the fallback tunnel if they pass sani...Ville Nuorvala
2012-05-18ipv6: bool conversions phase1Eric Dumazet
2012-05-16net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches
2012-05-16net: ipv6: Standardize prefixes for message loggingJoe Perches
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-04-19ip6_tunnel: dont drop packet but consume itEric Dumazet
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet