aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_tunnel.c
AgeCommit message (Expand)Author
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet
2011-12-28ipv6: Kill rt6i_dev and rt6i_expires defines.David S. Miller
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-11-14ip6_tunnel: copy parms.name after register_netdeviceJosh Boyer
2011-11-08net: better pcpu data alignmentEric Dumazet
2011-09-20ip6_tunnel: add optional fwmark inheritEric Dumazet
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-08-01ip6tnl: avoid touching dst refcount in ip6_tnl_xmit2()Eric Dumazet
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko
2011-05-03ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller
2011-04-22inet: constify ip headers and in6_addrEric Dumazet
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller
2011-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-10ip6ip6: autoload ip6 tunnelstephen hemminger
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller
2011-03-02xfrm: Return dst directly from xfrm_lookup()David S. Miller
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-01Make the ip6_tunnel reflect the true mtu.Anders Franzen
2010-11-28ipv6: kill two unused macro definitionShan Wei
2010-10-27tunnels: Fix tunnels change rcu protectionPavel Emelyanov
2010-10-24ip6_tunnel dont update the mtu on the route.Anders Franzen
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet
2010-09-29ip6tnl: percpu stats accountingEric Dumazet
2010-09-20net: rx_dropped accountingEric Dumazet
2010-09-16ip6tnl: get rid of ip6_tnl_lockEric Dumazet
2010-08-30ipv6: struct xfrm6_tunnel in read_mostly sectionEric Dumazet
2010-06-10net-next: remove useless union keywordChangli Gao
2010-05-17net: Introduce skb_tunnel_rx() helperEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-18ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan
2010-02-16tunnels: fix netns vs proto registration orderingAlexey Dobriyan
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan
2009-12-01net: Simplify ip6_tunnel pernet operations.Eric W. Biederman
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet
2009-11-02ip6tnl: less dev_put() callsEric Dumazet
2009-10-29ip6tnl: Optimize multiple unregistrationEric Dumazet
2009-10-24ip6tnl: convert hash tables locking to RCUEric Dumazet
2009-09-24tunnel: eliminate recursion fieldEric Dumazet
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-23ipv6: Use correct data types for ICMPv6 type and codeBrian Haley
2009-06-03net: skb->dst accessorsEric Dumazet
2009-05-17net: remove needless (now buggy) & from dev->dev_addrJiri Pirko
2009-02-09IPv6: fix to set device name when new IPv6 over IPv6 tunnel device is created.Noriaki TAKAMIYA
2008-11-25netns xfrm: lookup in netnsAlexey Dobriyan
2008-11-23net: fix tunnels in netns after ndo_ changesAlexey Dobriyan