Merge branch 'linus' into cont_syslog
[safe/jmp/linux-2.6] / net / ipv6 / ip6mr.c
2010-06-07 Eric Dumazetipmr: dont corrupt lists
2010-06-06 Eric Dumazetip6mr: fix a typo in ip6mr_for_each_table()
2010-05-26 Dan Carpenteripmr: off by one in __ipmr_fill_mroute()
2010-05-18 Eric Dumazetnet: Introduce skb_tunnel_rx() helper
2010-05-11 Patrick McHardyipv6: ip6mr: add support for dumping routing tables...
2010-05-11 Patrick McHardyipv6: ip6mr: support multiple tables
2010-05-11 Patrick McHardyipv6: ip6mr: move mroute data into seperate structure
2010-05-11 Patrick McHardyipv6: ip6mr: convert struct mfc_cache to struct list_head
2010-05-11 Patrick McHardyipv6: ip6mr: remove net pointer from struct mfc6_cache
2010-05-11 Patrick McHardyipv6: ip6mr: move unres_queue and timer to per-namespac...
2010-04-20 Patrick McHardyMerge branch 'master' of /repos/git/net-next-2.6
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-27 Nicolas Dichtelnet: ipmr/ip6mr: prevent out-of-bounds vif_table access
2010-03-25 Jan Engelhardtnetfilter: ipv6: use NFPROTO values for NF_HOOK invocation
2010-03-20 Patrick McHardynet: ipmr/ip6mr: fix potential out-of-bounds vif_table...
2009-10-29 Eric Dumazetip6mr: Optimize multiple unregistration
2009-10-19 Eric Dumazetinet: rename some inet_sock fields
2009-09-30 David S. Millernet: Make setsockopt() optlen be unsigned.
2009-09-23 James Morrisseq_file: constify seq_operations
2009-09-15 Alexey Dobriyannet: constify struct inet6_protocol
2009-09-02 Stephen Hemmingernet: file_operations should be const
2009-09-02 Stephen Hemmingernet: seq_operations should be const
2009-09-01 Stephen Hemmingernetdev: convert pseudo-devices to netdev_tx_t
2009-07-06 Patrick McHardynet: use NETDEV_TX_OK instead of 0 in ndo_start_xmit...
2009-06-14 Tom GoffPIM-SM: namespace changes
2009-06-03 Eric Dumazetnet: skb->dst accessors
2009-01-31 Dave Jonesipv6: compile fix for ip6mr.c
2009-01-28 Thomas GoffIPv6: Fix multicast routing bugs.
2008-12-15 Ilpo Järvinenip6mr: use goto to common label instead of opencoding
2008-12-11 Benjamin Therynetns: ip6mr: enable namespace support in ipv6 multicas...
2008-12-11 Benjamin Therynetns: ip6mr: declare ip6mr /proc/net entries per-namespace
2008-12-11 Benjamin Therynetns: ip6mr: declare reg_vif_num per-namespace
2008-12-11 Benjamin Therynetns: ip6mr: declare mroute_do_assert and mroute_do_pi...
2008-12-11 Benjamin Therynetns: ip6mr: declare counter cache_resolve_queue_len...
2008-12-11 Benjamin Therynetns: ip6mr: dynamically allocate mfc6_cache_array
2008-12-11 Benjamin Therynetns: ip6mr: store netns in struct mfc6_cache
2008-12-11 Benjamin Therynetns: ip6mr: dynamically allocates vif6_table
2008-12-11 Benjamin Therynetns: ip6mr: allocate mroute6_socket per-namespace.
2008-12-04 Joe Perchesnet/ipv6/ip6mr.c: Use kmem_cache_zalloc, remove memset
2008-12-04 Benjamin Therynet: /proc/net/ip_mr_cache, display Iif as a signed...
2008-12-04 Benjamin Therynet: fix /proc/net/ip_mr_cache display - V2
2008-11-21 Stephen Hemmingeripmr: convert ipmr virtual interface to net_device_ops
2008-11-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-20 Benjamin Theryipv6: use seq_release_private for ip6mr.c /proc entries
2008-11-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-11 Benjamin Theryipv6: fix ip6_mr_init error path
2008-10-29 Harvey Harrisonnet: replace %p6 with %pI6
2008-10-29 Harvey Harrisonnet: replace uses of NIP6_FMT with %p6
2008-10-08 Denis V. Lunevipv6: added net argument to IP6_INC_STATS_BH
2008-07-20 YOSHIFUJI Hideakinetns: Use net_eq() to compare net-namespaces for optim...
2008-07-15 Wang Chenipv6: Fix using after dev_put()
2008-07-15 Wang Chenipv6: Check return of dev_set_allmulti
2008-07-03 Wang Chenipv6: Do cleanup for ip6_mr_init.
2008-06-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-11 Rami Rosenipv6 mroute: Use MRT6_VERSION instead of MRT_VERSION...
2008-06-04 Al Virobogus format in ip6mr
2008-05-21 Pavel Emelyanovip6mr: Use on-device stats instead of private ones.
2008-04-27 Al Viroipv6: result of csum_fold() is already 16bit, no need...
2008-04-14 Rami Rosen[IPV6] MROUTE: Add stats in multicast routing module...
2008-04-14 YOSHIFUJI Hideaki[IPV6] MROUTE: Do not call ipv6_find_idev() directly.
2008-04-12 Rami Rosen[IPV6] MROUTE: Adjust IPV6 multicast routing module...
2008-04-11 YOSHIFUJI Hideaki[IPV6]: Sparse: Reuse previous delaration where appropr...
2008-04-05 YOSHIFUJI Hideaki[IPV6] MROUTE: Use skb_tail_pointer(skb) instead of...
2008-04-05 YOSHIFUJI Hideaki[IPV6] MROUTE: Support PIM-SM (SSM).
2008-04-05 YOSHIFUJI Hideaki[IPV6] MROUTE: Support multicast forwarding.