Found 26 matching messages (0.000 seconds). Page 1 of 2.
... is needed , so it is not removed) Regards, Rami Rosen Signed-off-by: Rami Rosen ... removing the VFS entry, >> proc_net_remove(&init_net, IPQ_PROC_FS_NAME); >> >> >> Regards, >> Rami Rosen >> >> >> Signed-off-by: Rami ...
linux-kernel - Rami Rosen - Jun 2 2008 - 07:11
... not built and not used for really a long time.
Regards,
Rami Rosen
Signed-off-by: Rami Rosen
linux-kernel - Rami Rosen - May 21 2008 - 03:33
... PACKET_FASTROUTE definition should be removed due to that
fastroute is no longer supported.
Regards,
Rami Rosen
--
Signed-off-by: Rami Rosen
linux-kernel - Rami Rosen - Aug 2 2007 - 05:23
... #ifdef CONFIG_NET_EMATCH in flow_dump to avoid this.
The patch was build against latest 2.6 git net tree.
Regards,
Rami Rosen
Signed-off-by: Rami Rosen
linux-kernel - Rami Rosen - Feb 3 2008 - 04:51
... : label
'out_unregister_pppox_proto' defined but not used
This patches fixes this warning by adding appropriate #ifdef.
Regards,
Rami Rosen
Signed-off-by: Rami Rosen
linux-kernel - Rami Rosen - Feb 5 2008 - 08:15
Hi,
Remove IP6_RT_PRIO_FW and IP6_RT_FLOW_MASK definitions in
include/net/ip6_route.h, as they are not used in the kernel.
Regards,
Rami Rosen
Signed-off-by: Rami Rosen
linux-kernel - Rami Rosen - Feb 7 2008 - 11:58
Hi,
This patch removes some unused definitions and one method typedef
declaration (f_pnode)
in include/net/ip6_fib.h, as they are not used in the kernel.
Regards,
Rami Rosen
Signed-off-by: Rami Rosen
linux-kernel - Rami Rosen - Feb 7 2008 - 12:23
... is unused; changing
the ip6_route_output() prototype by omitting the struct sock parameter
does not break anything.
Regards,
Rami Rosen
Signed-off-by: Rami Rosen
linux-kernel - Rami Rosen - Mar 18 2008 - 05:03
Hi,
This patch removes three unused method declarations in include/net/ipv6.h:
inet_getfrag_t(), ipv6_build_nfrag_opts() and ipv6_build_frag_opts().
Regards,
Rami Rosen
Signed-off-by: Rami Rosen
linux-kernel - Rami Rosen - Mar 27 2008 - 05:05
Hi,
This patches removes unused declaration of addrconf_forwarding_on() method
in include/net/addrconf.h.
Regards,
Rami Rosen
Signed-off-by: Rami Rosen
linux-kernel - Rami Rosen - Mar 28 2008 - 06:23
... ndisc_forwarding_off(void);
Also igmp6_cleanup(void) appears twice in this header, so one
igmp6_cleanup(void)
declaration is removed.
Regards,
Rami Rosen
Signed-off-by: Rami Rosen
linux-kernel - Rami Rosen - Apr 1 2008 - 07:33
...
2) These 3 methods from this same header are not defined anywhere:
ip6_rt_addr_add(), ip6_rt_addr_del(), rt6_sndmsg()
Regards,
Rami Rosen
Signed-off-by: Rami Rosen
linux-kernel - Rami Rosen - Apr 1 2008 - 14:45
... , mifi_t
instead of vifi_t.)
- In addition, inclusion of some headers was removed as it is not needed.
Regards,
Rami Rosen
Signed-off-by: Rami Rosen
linux-kernel - Rami Rosen - Apr 10 2008 - 05:40
...
when forwarding the packet in ip6_mr_forward() in the IPv6
multicast routing module (net/ipv6/ip6mr.c).
Regards,
Rami Rosen
Signed-off-by: Rami Rosen
linux-kernel - Rami Rosen - Apr 10 2008 - 14:21
... the packet is dropped (note that
NET_RX_DROP value **is not** 0 but 1; NET_RX_SUCCESS value is in fact 0).
Regards,
Rami Rosen
Signed-off-by: Rami Rosen
linux-kernel - Rami Rosen - Apr 14 2008 - 09:15
... /yoshfuji/mcast-tools.git
cd mcast-tools
aclocal; automake; autoconf
./configure
cd pim6sd
make
Regards,
Rami Rosen
Signed-off-by: Rami Rosen
linux-kernel - Rami Rosen - Apr 17 2008 - 03:12
Hi,
This patch removes MLDV2_QQIC macro from mcast.c
as it is unused.
Regards,
Rami Rosen
Signed-off-by: Rami Rosen
linux-kernel - Rami Rosen - Apr 23 2008 - 07:34
Hi,
MRT6_VERSION should be used instead of MRT_VERSION in ip6mr.c.
Regards,
Rami Rosen
Signed-off-by: Rami Rosen
linux-kernel - Rami Rosen - Apr 23 2008 - 07:35
Hi,
This patches removes IFA_GLOBAL definition from linux/include/net/if_inet6.h
as it is unused.
Regards,
Rami Rosen
Signed-off-by: Rami Rosen
linux-kernel - Rami Rosen - Apr 23 2008 - 07:36
... : I am not fully sure about correctness of len = skb->len, which I added;
feedback on this point is welcomed).
Regards,
Rami Rosen
Signed-off-by: Rami Rosen
linux-kernel - Rami Rosen - May 20 2008 - 05:29