summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6mr.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: compile fix for ip6mr.cDave Jones2009-01-311-0/+1
* IPv6: Fix multicast routing bugs.Thomas Goff2009-01-281-5/+18
* ip6mr: use goto to common label instead of opencodingIlpo Järvinen2008-12-151-2/+1Star
* netns: ip6mr: enable namespace support in ipv6 multicast forwarding codeBenjamin Thery2008-12-111-100/+126
* netns: ip6mr: declare ip6mr /proc/net entries per-namespaceBenjamin Thery2008-12-111-46/+61
* netns: ip6mr: declare reg_vif_num per-namespaceBenjamin Thery2008-12-111-8/+11
* netns: ip6mr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery2008-12-111-16/+10Star
* netns: ip6mr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery2008-12-111-19/+21
* netns: ip6mr: dynamically allocate mfc6_cache_arrayBenjamin Thery2008-12-111-16/+31
* netns: ip6mr: store netns in struct mfc6_cacheBenjamin Thery2008-12-111-9/+17
* netns: ip6mr: dynamically allocates vif6_tableBenjamin Thery2008-12-111-39/+68
* netns: ip6mr: allocate mroute6_socket per-namespace.Benjamin Thery2008-12-111-12/+10Star
* net/ipv6/ip6mr.c: Use kmem_cache_zalloc, remove memsetJoe Perches2008-12-041-4/+2Star
* net: /proc/net/ip_mr_cache, display Iif as a signed shortBenjamin Thery2008-12-041-1/+1
* net: fix /proc/net/ip_mr_cache display - V2Benjamin Thery2008-12-041-5/+11
* ipmr: convert ipmr virtual interface to net_device_opsStephen Hemminger2008-11-211-1/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-211-2/+2
|\
| * ipv6: use seq_release_private for ip6mr.c /proc entriesBenjamin Thery2008-11-201-2/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-121-4/+5
|\|
| * ipv6: fix ip6_mr_init error pathBenjamin Thery2008-11-111-4/+5
* | net: replace %p6 with %pI6Harvey Harrison2008-10-291-1/+1
* | net: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-291-3/+2Star
|/
* ipv6: added net argument to IP6_INC_STATS_BHDenis V. Lunev2008-10-081-1/+2
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-201-1/+1
* ipv6: Fix using after dev_put()Wang Chen2008-07-151-3/+5
* ipv6: Check return of dev_set_allmultiWang Chen2008-07-151-2/+9
* ipv6: Do cleanup for ip6_mr_init.Wang Chen2008-07-031-5/+33
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-141-1/+1
|\
| * bogus format in ip6mrAl Viro2008-06-041-1/+1
* | ipv6 mroute: Use MRT6_VERSION instead of MRT_VERSION in ip6mr.c.Rami Rosen2008-06-111-1/+1
* | ip6mr: Use on-device stats instead of private ones.Pavel Emelyanov2008-05-211-15/+7Star
|/
* ipv6: result of csum_fold() is already 16bit, no need to castAl Viro2008-04-271-1/+1
* [IPV6] MROUTE: Add stats in multicast routing module method ip6_mr_forward().Rami Rosen2008-04-141-1/+1
* [IPV6] MROUTE: Do not call ipv6_find_idev() directly.YOSHIFUJI Hideaki2008-04-141-5/+0Star
* [IPV6] MROUTE: Adjust IPV6 multicast routing module to use mroute6 header dec...Rami Rosen2008-04-121-22/+13Star
* [IPV6]: Sparse: Reuse previous delaration where appropriate.YOSHIFUJI Hideaki2008-04-111-1/+1
* [IPV6] MROUTE: Use skb_tail_pointer(skb) instead of skb->tail.YOSHIFUJI Hideaki2008-04-051-3/+3
* [IPV6] MROUTE: Support PIM-SM (SSM).YOSHIFUJI Hideaki2008-04-051-1/+274
* [IPV6] MROUTE: Support multicast forwarding.YOSHIFUJI Hideaki2008-04-051-0/+1384