aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_tunnel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-28ip6tnl/sit: drop packet if ECN present with not-ECTNicolas Dichtel1-17/+32
2012-11-18net: 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-14ip6tnl: add support of link creation via rtnlNicolas Dichtel1-15/+149
2012-11-14ip6tnl: rename rtnl functions for consistencyNicolas Dichtel1-4/+4
2012-11-14ip6tnl/rtnl: add IFLA_IPTUN_PROTO on dumpNicolas Dichtel1-1/+4
2012-11-14net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang1-8/+0
2012-11-09ip6tnl: advertise tunnel param via rtnlNicolas Dichtel1-0/+57
2012-11-03ipv6: introduce ip6_rt_put()Amerigo Wang1-3/+2
2012-08-20gre: information leak in ip6_tnl_ioctl()Dan Carpenter1-0/+2
2012-08-14gre: Support GRE over IPv6xeb@mail.ru1-24/+65
2012-07-18ipv6: add ipv6_addr_hash() helperEric Dumazet1-8/+12
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller1-3/+3
2012-07-12net: Remove checks for dst_ops->redirect being NULL.David S. Miller1-4/+2
2012-07-12ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller1-0/+7
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+1
2012-06-29ipv6_tunnel: Allow receiving packets on the fallback tunnel if they pass sanity checksVille Nuorvala1-27/+38
2012-05-18ipv6: bool conversions phase1Eric Dumazet1-1/+1
2012-05-16net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches1-1/+1
2012-05-16net: ipv6: Standardize prefixes for message loggingJoe Perches1-11/+10
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-22/+11
2012-04-19ip6_tunnel: dont drop packet but consume itEric Dumazet1-1/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-4/+4
2011-12-28ipv6: Kill rt6i_dev and rt6i_expires defines.David S. Miller1-5/+5
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-6/+6
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+7
2011-11-14ip6_tunnel: copy parms.name after register_netdeviceJosh Boyer1-1/+7
2011-11-08net: better pcpu data alignmentEric Dumazet1-1/+1
2011-09-20ip6_tunnel: add optional fwmark inheritEric Dumazet1-7/+16
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-5/+5
2011-08-01ip6tnl: avoid touching dst refcount in ip6_tnl_xmit2()Eric Dumazet1-13/+14
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko1-5/+0
2011-05-03ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller1-2/+3
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-18/+18
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller1-25/+25
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-4/+4
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller1-10/+9
2011-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2011-03-10ip6ip6: autoload ip6 tunnelstephen hemminger1-0/+1
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-4/+7
2011-03-02xfrm: Return dst directly from xfrm_lookup()David S. Miller1-1/+7
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+7
2010-12-01Make the ip6_tunnel reflect the true mtu.Anders Franzen1-0/+7
2010-11-28ipv6: kill two unused macro definitionShan Wei1-2/+0
2010-10-27tunnels: Fix tunnels change rcu protectionPavel Emelyanov1-0/+1
2010-10-24ip6_tunnel dont update the mtu on the route.Anders Franzen1-0/+1
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet1-2/+1
2010-09-29ip6tnl: percpu stats accountingEric Dumazet1-16/+77