net: spread __net_init, __net_exit
[safe/jmp/linux-2.6] / net / ipv4 / ip_gre.c
2010-01-18 Alexey Dobriyannet: spread __net_init, __net_exit
2009-12-02 Eric W. Biedermannet: Simplify ip_gre pernet operations.
2009-11-18 Eric Dumazetnetns: net_identifiers should be read_mostly
2009-11-08 Eric W. Biedermannet: Support specifying the network namespace upon...
2009-11-06 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-10-30 Herbert Xugre: Fix dev_addr clobbering for gretap
2009-10-28 Eric Dumazetgre: Optimize multiple unregistration
2009-10-24 Eric Dumazetgre: convert hash tables locking to RCU
2009-10-05 Eric Dumazettunnels: Optimize tx path
2009-09-24 Eric Dumazettunnel: eliminate recursion field
2009-09-15 Alexey Dobriyannet: constify struct net_protocol
2009-09-02 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-09-01 Stephen Hemmingernetdev: convert pseudo-devices to netdev_tx_t
2009-08-14 Tom Goffgre: Fix MTU calculation for bound GRE tunnels
2009-07-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-07-14 Andreas Jaggigre: fix ToS/DiffServ inherit bug
2009-07-06 Patrick McHardynet: use NETDEV_TX_OK instead of 0 in ndo_start_xmit...
2009-06-03 Eric Dumazetnet: skb->dst accessors
2009-06-03 Eric Dumazetnet: skb->rtable accessor
2009-05-29 Eric Dumazetnet: unset IFF_XMIT_DST_RELEASE in ipgre_tunnel_setup()
2009-02-25 Wei Yongjungre: used time_before for comparing jiffies
2009-01-27 Timo Terasgre: optimize hash lookup
2009-01-21 Timo Terasgre: strict physical device binding
2008-11-24 Alexey Dobriyannet: fix tunnels in netns after ndo_ changes
2008-11-21 Stephen Hemmingeripgre: convert to netdevice_ops
2008-11-03 Jianjun Kongnet: clean up net/ipv4/fib_frontend.c fib_hash.c ip_gre.c
2008-10-11 Herbert Xugre: Initialise rtnl_link tunnel parameters properly
2008-10-10 Patrick McHardygre: minor cleanups in netlink interface
2008-10-10 Patrick McHardygre: fix copy and paste error
2008-10-09 Herbert Xuinet: Make tunnel RX/TX byte counters more consistent
2008-10-09 Herbert Xugre: Add Transparent Ethernet Bridging
2008-10-09 Herbert Xugre: Add netlink interface
2008-10-09 Herbert Xugre: Move MTU setting out of ipgre_tunnel_bind_dev
2008-10-09 Herbert Xugre: Use needed_headroom
2008-05-26 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-05-22 Rami Rosennet: The world is not perfect patch.
2008-05-21 Pavel Emelyanovipgre: Use on-device stats instead of private ones.
2008-04-16 Pavel Emelyanov[GRE]: Allow for IPPROTO_GRE protocol in namespaces.
2008-04-16 Pavel Emelyanov[GRE]: Allow to create IPGRE tunnels in net namespaces.
2008-04-16 Pavel Emelyanov[GRE]: Use proper net in routing calls.
2008-04-16 Pavel Emelyanov[GRE]: Make tunnels hashes per-net.
2008-04-16 Pavel Emelyanov[GRE]: Make the fallback tunnel device per-net.
2008-04-16 Pavel Emelyanov[GRE]: Use proper net in hash-lookup functions.
2008-04-16 Pavel Emelyanov[GRE]: Add net/gre_net argument to some functions.
2008-04-16 Pavel Emelyanov[GRE]: Introduce empty ipgre_net structure and net...
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
2008-03-06 Eric Dumazet[IPV4]: Add 'rtable' field in struct sk_buff to alias...
2008-02-27 Pavel Emelyanov[INET]: Don't create tunnels with '%' in name.
2008-02-24 Pavel Emelyanov[IP_TUNNEL]: Don't limit the number of tunnels with...
2008-01-28 Denis V. Lunev[NETNS]: Add namespace parameter to ip_route_output_key.
2008-01-28 Denis V. Lunev[NETNS]: Add netns parameter to inetdev_by_index.
2008-01-28 Joe Perches[IPV4] net/ipv4: Use ipv4_is_<type>
2008-01-28 Michal Schmidt[IP_GRE]: Rebinding of GRE tunnels to other interfaces
2007-12-20 Timo Teras[IPV4] ip_gre: set mac_header correctly in receive...
2007-10-24 Chuck Lever[NET]: Treat the sign of the result of skb_headroom...
2007-10-24 Timo Teras[IPV4] ip_gre: sendto/recvfrom NBMA address
2007-10-10 Stephen Hemminger[NET]: Move hardware header operations out of netdevice.
2007-10-10 Ralf Baechle[NET]: Nuke SET_MODULE_OWNER macro.
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-07-11 Patrick McHardy[NET]: Avoid copying writable clones in tunnel drivers
2007-04-26 YOSHIFUJI Hideaki[IPV4] IP_GRE: Unify code path to get hash array index.
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: unions of just one member don't get anything...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Use skb_reset_network_header where the retur...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Use skb_reset_network_header in skb_push...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_network_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_mac_header(skb)
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-11 YOSHIFUJI Hideaki[NET] IPV4: Fix whitespace errors.
2007-02-08 Stephen Hemminger[NET]: unregister_netdevice as void
2006-12-03 Al Viro[NET]: Annotate callers of the reset of checksum.h...
2006-12-03 Al Viro[NET]: Annotate callers of csum_fold() in net/*
2006-12-03 Al Viro[IPV4]: encapsulation annotations
2006-10-12 YOSHIFUJI Hideaki[NET]: Use hton{l,s}() for non-initializers.
2006-09-22 Al Viro[IPV4]: ipip and ip_gre encapsulation bugs
2006-09-22 Patrick McHardy[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM...
2006-07-21 Herbert Xu[IPV4]: Get rid of redundant IPCB->opts initialisation
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-04-10 Herbert Xu[INET]: Use port unreachable instead of proto for tunnels
2006-02-15 Patrick McHardy[XFRM]: Fix SNAT-related crash in xfrm4_output_finish
2006-01-12 Randy Dunlap[PATCH] capable/capability.h (net/)
2006-01-09 Patrick McHardy[NET]: Convert net/{ipv4,ipv6,sched} to netdev_priv
2006-01-07 Patrick McHardy[NETFILTER]: Fix xfrm lookup in ip_route_me_harder...
2006-01-07 Patrick McHardy[IPV4]: reset IPCB flags when neccessary
2006-01-06 Kris Katterjohn[NET]: Change 1500 to ETH_DATA_LEN in some files
2005-12-14 Herbert Xu[GRE]: Fix hardware checksum modification
2005-11-30 Adrian Bunk[IPV4]: make two functions static
2005-11-10 Herbert Xu[NET]: Detect hardware rx checksum faults correctly
2005-10-03 Herbert Xu[IPV4]: Replace __in_dev_get with __in_dev_get_rcu...
2005-07-31 Alexey Kuznetsov[NET]: fix oops after tunnel module unload
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2