aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6mr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-02net: file_operations should be constStephen Hemminger1-2/+2
2009-09-02net: seq_operations should be constStephen Hemminger1-1/+1
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger1-1/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-14PIM-SM: namespace changesTom Goff1-8/+12
2009-06-03net: skb->dst accessorsEric Dumazet1-7/+6
2009-01-31ipv6: compile fix for ip6mr.cDave Jones1-0/+1
2009-01-27IPv6: Fix multicast routing bugs.Thomas Goff1-5/+18
2008-12-14ip6mr: use goto to common label instead of opencodingIlpo Järvinen1-2/+1
2008-12-10netns: ip6mr: enable namespace support in ipv6 multicast forwarding codeBenjamin Thery1-100/+126
2008-12-10netns: ip6mr: declare ip6mr /proc/net entries per-namespaceBenjamin Thery1-46/+61
2008-12-10netns: ip6mr: declare reg_vif_num per-namespaceBenjamin Thery1-8/+11
2008-12-10netns: ip6mr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery1-16/+10
2008-12-10netns: ip6mr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery1-19/+21
2008-12-10netns: ip6mr: dynamically allocate mfc6_cache_arrayBenjamin Thery1-16/+31
2008-12-10netns: ip6mr: store netns in struct mfc6_cacheBenjamin Thery1-9/+17
2008-12-10netns: ip6mr: dynamically allocates vif6_tableBenjamin Thery1-39/+68
2008-12-10netns: ip6mr: allocate mroute6_socket per-namespace.Benjamin Thery1-12/+10
2008-12-03net/ipv6/ip6mr.c: Use kmem_cache_zalloc, remove memsetJoe Perches1-4/+2
2008-12-03net: /proc/net/ip_mr_cache, display Iif as a signed shortBenjamin Thery1-1/+1
2008-12-03net: fix /proc/net/ip_mr_cache display - V2Benjamin Thery1-5/+11
2008-11-20ipmr: convert ipmr virtual interface to net_device_opsStephen Hemminger1-1/+5
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2008-11-20ipv6: use seq_release_private for ip6mr.c /proc entriesBenjamin Thery1-2/+2
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+5
2008-11-10ipv6: fix ip6_mr_init error pathBenjamin Thery1-4/+5
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-1/+1
2008-10-28net: replace uses of NIP6_FMT with %p6Harvey Harrison1-3/+2
2008-10-08ipv6: added net argument to IP6_INC_STATS_BHDenis V. Lunev1-1/+2
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki1-1/+1
2008-07-14ipv6: Fix using after dev_put()Wang Chen1-3/+5
2008-07-14ipv6: Check return of dev_set_allmultiWang Chen1-2/+9
2008-07-03ipv6: Do cleanup for ip6_mr_init.Wang Chen1-5/+33
2008-06-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-06-12ipv6 mroute: Use MRT6_VERSION instead of MRT_VERSION in ip6mr.c.Rami Rosen1-1/+1
2008-06-04bogus format in ip6mrAl Viro1-1/+1
2008-05-21ip6mr: Use on-device stats instead of private ones.Pavel Emelyanov1-15/+7
2008-04-27ipv6: result of csum_fold() is already 16bit, no need to castAl Viro1-1/+1
2008-04-13[IPV6] MROUTE: Add stats in multicast routing module method ip6_mr_forward().Rami Rosen1-1/+1
2008-04-13[IPV6] MROUTE: Do not call ipv6_find_idev() directly.YOSHIFUJI Hideaki1-5/+0
2008-04-12[IPV6] MROUTE: Adjust IPV6 multicast routing module to use mroute6 header declarations.Rami Rosen1-22/+13
2008-04-11[IPV6]: Sparse: Reuse previous delaration where appropriate.YOSHIFUJI Hideaki1-1/+1
2008-04-05[IPV6] MROUTE: Use skb_tail_pointer(skb) instead of skb->tail.YOSHIFUJI Hideaki1-3/+3
2008-04-05[IPV6] MROUTE: Support PIM-SM (SSM).YOSHIFUJI Hideaki1-1/+274
2008-04-05[IPV6] MROUTE: Support multicast forwarding.YOSHIFUJI Hideaki1-0/+1384