login
Header Space

 
 

Mailing list archives

Search results

Found 26 matching messages (0.000 seconds). Page 1 of 2.

[PATCH net-2.6] [NETFILTER] Misc Cleanups.

... 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

Re: [PATCH net-2.6] [NET] The world is not perfect patch.

... not built and not used for really a long time. Regards, Rami Rosen Signed-off-by: Rami Rosen wrote: > From: "Rami Rosen" > Date: Tue, 20 May 2008 ...

linux-kernel - Rami Rosen - May 21 2008 - 03:33

[RFC][PATCH] Removal of FASTROUTE definition include/linux/if_packet.h

... PACKET_FASTROUTE definition should be removed due to that fastroute is no longer supported. Regards, Rami Rosen -- Signed-off-by: Rami Rosen --- linux-2.6.23-rc1-clean/include/linux/if_packet.h 2007- ...

linux-kernel - Rami Rosen - Aug 2 2007 - 05:23

[PATCH] [NET_SCHED] Add #ifdef CONFIG_NET_EMATCH in net/sched/cls_flow.c (latest git broken build)

... #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

[PATCH] [PPPOL2TP] Label unused warning when CONFIG_PROC_FS is not set.

... : 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

[PATCH] [IPV6] Minor clenup: remove two unused definitions in net/ip6_route.h

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

[PATCH] [IPV6] Minor cleanup: remove unused definitions in net/ip6_fib.h

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

[PATCH] [IPV6] remove unused parameter (struct sock parameter) from ip6_route_output()

... 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

[PATCH net-2.6.26] Remove three unused method declarations in include/net/ipv6.h

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

[PATCH] [net-2.6.26] [IPV6] [CLEANUP] Remove unused method declaration in include/net/addrconf.h.

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

[PATCH net-2.6.26] [IPV6] Remove three method declarations in include/net/ndisc.h.

... 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

[PATCH] [net-2.6.26] [IPV6] Remove unused declarations in include/net/ip6_route.h.

... 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

[PATCH net-2.6.26] [IPV6] Adjust IPV6 multicast routing module (ip6mr.c) to use mroute6 header declarations .

... , 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

[PATCH] [net-2.6.26] [IPV6] Add stats in multicast routing module method ip6_mr_forward().

... 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

[PATCH net-2.6.26] [IPV6] Return NET_RX_DROP when a packet is dropped in ipv6_rcv().

... 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

[PATCH] [mcast-tools] Enable build of pim6sd when glibc is higher than 2.3.x

... /yoshfuji/mcast-tools.git cd mcast-tools aclocal; automake; autoconf ./configure cd pim6sd make Regards, Rami Rosen Signed-off-by: Rami Rosen On Tue, Apr 8, 2008 at 12:14 PM, David ...

linux-kernel - Rami Rosen - Apr 17 2008 - 03:12

[PATCH 1/3] [IPV6] Remove unused macro (MLDV2_QQIC) from mcast.c.

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

[PATCH 2/3] [IPV6] Use MRT6_VERSION instead of MRT_VERSION in ip6mr.c.

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

[PATCH 3/3] [IPV6] Remove IFA_GLOBAL definition from include/net/if_inet6.h.

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

[PATCH net-2.6] [NET] The world is not perfect patch.

... : 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

speck-geostationary