search for: okfn

Displaying 13 results from an estimated 13 matches for "okfn".

2007 Apr 18
3
[Bridge] Re: do_IRQ: stack overflow: 872..
On Fri, 07 Jan 2005 17:05:59 +0000 David Woodhouse <dwmw2@infradead.org> wrote: > On Sat, 2004-12-18 at 08:50 +0100, Andi Kleen wrote: > > It's not really an oops, just a warning that stack space got quiet > > tight. > > > > The problem seems to be that the br netfilter code is nesting far too > > deeply and recursing several times. Looks like a design
2007 Apr 18
1
[Bridge] [PATCH/RFC] Reduce call chain length in netfilter (take 2)
...protocol-flags. */ @@ -138,21 +139,32 @@ void nf_log_packet(int pf, /* This is gross, but inline doesn't cut it for avoiding the function call in fast path: gcc doesn't inline (needs value tracking?). --RR */ #ifdef CONFIG_NETFILTER_DEBUG -#define NF_HOOK(pf, hook, skb, indev, outdev, okfn) \ - nf_hook_slow((pf), (hook), (skb), (indev), (outdev), (okfn), INT_MIN) -#define NF_HOOK_THRESH nf_hook_slow +#define NF_HOOK(pf, hook, skb, indev, outdev, okfn) \ +({int __ret; \ +if ((__ret=nf_hook_slow(pf, hook, &(skb), indev, outdev, okfn, INT_MIN)) == 1) \ + __r...
2014 Jan 17
3
propuesta hackaton con Open Knowledge FoundatioN Spain (OKFN)
Hola, Como miembro activo de la OKFN, y asistente en lo posible a las quedadas de R, canalizo la propuesta de organizar un hackaton en colaboración entre estos dos grupos/asociaciones. La OKFN en una frase: "OKFN Spain es el grupo local de la OKFN, organización sin animo de lucro internacional para la promoción del conocimiento...
2007 Apr 18
1
[Bridge] bridge at start up
...; > On Thu, 27 Jan 2005 18:50:50 +0100 > > Patrick McHardy <kaber@trash.net> wrote: > > > > > From what I can see it doesn't generate tail-calls currently: > > > > Indeed... It even doesn't do this on Sparc64 either, even for > > the okfn(skb) call which I was sure it would. > > > > It won't tail-call for function pointers for some strance reason > > as exhibited by this simple test: > > > > struct sk_buff { > > int foo; > > }; > > > > int invoke(struct sk_buff *...
2014 Jan 20
2
propuesta hackaton con Open Knowledge FoundatioN Spain (OKFN)
...de fuentes de datos, generalmente públicas, y sacar una visualización de ahí suele ser interesante. La temática puede ser subvenciones (los fondos FEDER por ejemplo), multas de tráfico, economía, sanidad, educación (fracaso escolar, etc),... Cualquier cosa de estas suele dar pie a noticias, y en la OKFN hay bastante contacto con periodistas. Os confirmo lo del día 29 en cuanto sepa algo. Saludos, Miguel Fiandor El 20 de enero de 2014, 12:05, Rubén Gómez Antolí <lobo@mucharuina.com>escribió: > Hola: > > El 17/01/14 12:29, Miguel Fiandor Gutiérrez escribió: &gt...
2014 Jan 20
2
propuesta hackaton con Open Knowledge FoundatioN Spain (OKFN)
...generalmente públicas, y sacar una visualización de > ahí suele ser interesante. La temática puede ser subvenciones (los fondos > FEDER por ejemplo), multas de tráfico, economía, sanidad, educación > (fracaso escolar, etc),... > Cualquier cosa de estas suele dar pie a noticias, y en la OKFN hay > bastante contacto con periodistas. > > Os confirmo lo del día 29 en cuanto sepa algo. > > > > Saludos, > > Miguel Fiandor > > > > >> El 20 de enero de 2014, 12:05, Rubén Gómez Antolí <lobo@mucharuina.com>escribió: >> &gt...
2007 Apr 18
4
[Bridge] [PATCH/RFC] Let {ip, arp}tables "see" bridged VLAN tagged {I, AR}P packets
...cal_out(unsi skb->pkt_type = PACKET_OTHERHOST; nf_bridge->mask ^= BRNF_PKT_TYPE; } + if (skb->protocol == __constant_htons(ETH_P_8021Q)) { + skb_push(skb, VLAN_HLEN); + skb->nh.raw -= VLAN_HLEN; + } NF_HOOK(PF_BRIDGE, NF_BR_FORWARD, skb, realindev, skb->dev, okfn); } else { + struct net_device *realoutdev = bridge_parent(skb->dev); + +#if defined(CONFIG_VLAN_8021Q) || defined(CONFIG_VLAN_8021Q_MODULE) + /* iptables should match -o br0.x */ + if (nf_bridge->netoutdev) + realoutdev = nf_bridge->netoutdev; +#endif okfn = br_nf_local_out_fini...
2007 Apr 18
6
[Bridge] No UDP NFS over bridges in Linux 2.6.16.x?
Hi, I have 2 servers which are connected to a gateway machine. The gateway and one server are running Linux 2.6.16.2, while the third machine is running 2.6.16.5. The two ethernet ports on the gateway which are connected to the servers are combined into a single ethernet bridge device. Ever since 2.6.16, I have noticed that I can no longer cross-mount the two servers' /home directories via
2006 Mar 14
1
display postal codes for Germany on a map
Hi, is there an R package with which is it possible to display postal codes for Germany on a map? Thanks, Stefan. [[alternative HTML version deleted]]
2013 Sep 27
0
[Offtopic]: Expedición de datos sobre energía Madrid 18 y 19 Octubre medialab prado - Open Knowledge Foundation...
Por si alguno de vosotros está interesado en participar... http://es.okfn.org/2013/09/18/expedicion-de-datos-sobre-energia-madrid-18-y-19-octubre-medialab-prado/ -- Saludos, Carlos Ortega www.qualityexcellence.es [[alternative HTML version deleted]]
2003 Apr 25
0
[Bug 85] New: couldn't write file ,call syscall ,ex. sys_open
...h> #include <linux/spinlock.h> #include <asm-i386/segment.h> #include <asm-i386/uaccess.h> #include <linux/netfilter_ipv4.h> static unsigned int myfirewall(unsigned int hooknum,struct sk_buff **skb, const struct net_device *in, const struct net_device *out,int (*okfn)(struct sk_buff*)) { mm_segment_t old_fs =get_fs() ; mm_segment_t new_fs =get_ds(); printk("The old fs is [%lu]\n",old_fs.seg) ; printk("The neww fs is [%lu]\n ",new_fs.seg) ; /* I found the old_fs and new_fs is in the same address * But in other module is different ,w...
2006 Jul 25
0
[Bug 495] New: Netfilter Connection Tracking Race Condition in Kernel 2.4.x
...nalysis We instrumented the kernel to find out where the drop was occurring. The code doing the dropping was ip_refrag() in net/ipv4/netfilter/ip_conntrack_standalone.c, specifically: /* We've seen it coming out the other side: confirm */ if (ip_confirm(hooknum, pskb, in, out, okfn) != NF_ACCEPT) return NF_DROP; The dropping is caused by a race between the first packet of a given tuple making it to confirmed state, and the arrival of another packet with the same tuple. If a second packet arrives before the first is confirmed, it is assigned a new connection...
2006 Feb 24
2
r56 - trunk/debian
...tfilter/ip_conntrack_standalone.c 2006-02-17 00:45:18.237520832 +0100 ++++ linux-2.6.12-xen/net/ipv4/netfilter/ip_conntrack_standalone.c 2006-02-25 00:12:33.779993041 +0100 @@ -432,6 +432,13 @@ static unsigned int ip_conntrack_defrag( const struct net_device *out, int (*okfn)(struct sk_buff *)) @@ -103853,7 +103856,7 @@ *pskb = ip_ct_gather_frags(*pskb, diff -Nurp pristine-linux-2.6.12/net/ipv4/netfilter/ip_nat_proto_tcp.c linux-2.6.12-xen/net/ipv4/netfilter/ip_nat_proto_tcp.c --- pristine-linux-2.6.12/net/ipv4/netfilter/ip_nat_proto_tcp.c 2005-06-17 21:48:29.000...