Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*\[Fwd\:\s+\[ANNOUNCE\]\s+Layer\-7\s+Filter\s+for\s+Linux\s+QoS\]\s*$/: 36 ]

Total 36 documents matching your query.

1. [Fwd: [ANNOUNCE] Layer-7 Filter for Linux QoS] (score: 1)
Author: nlap@xxxxxxxx>
Date: 18 May 2003 20:01:39 -0700
I'm forwarding Ethan's announcement here. Ethan, you'll get better reception to your ideas if you post them to the correct place. Most networking hackers do not read linux-kernel due to the sheer vol
/archives/netdev/2003-05/msg00174.html (11,974 bytes)

2. Re: [Fwd: [ANNOUNCE] Layer-7 Filter for Linux QoS] (score: 1)
Author: <bdschuym@xxxxxxxxxx>
Date: Mon, 19 May 2003 20:38:03 -0400 (EDT)
The concept could be improved in my opinion. _All_ filters could use the regex (finally cnews regex in the kernel, yiiha). So what we need is this to be an extension to _all_ filters. i.e define u32
/archives/netdev/2003-05/msg00183.html (9,922 bytes)

3. Re: [Fwd: [ANNOUNCE] Layer-7 Filter for Linux QoS] (score: 1)
Author: ller" <davem@xxxxxxxxxx>
Date: Tue, 20 May 2003 00:07:33 -0500
... BTW, i am not sure how efficient the stuff that Henry spencer wrote is in comparison to newer research on variants of boyer-moore for regex searches. comment? I picked Spencer's mainly because it
/archives/netdev/2003-05/msg00189.html (10,628 bytes)

4. Re: [Fwd: [ANNOUNCE] Layer-7 Filter for Linux QoS] (score: 1)
Author: a Savola <pekkas@xxxxxxxxxx>
Date: Tue, 20 May 2003 08:14:44 -0400 (EDT)
Take a look at snorts implementation. I think snort is GPL so you may just be able to borrow it. Your problem seesm to be the regexp scheme used. You dont need a static buffer i think. You should be
/archives/netdev/2003-05/msg00203.html (10,228 bytes)

5. Re: [Fwd: [ANNOUNCE] Layer-7 Filter for Linux QoS] (score: 1)
Author: l Hadi <hadi@xxxxxxxxxxxxxxxx>
Date: Tue, 20 May 2003 09:39:40 -0500
Jamal Hadi wrote: On Tue, 20 May 2003, Ethan Sommer wrote: Yep. We haven't spent a lot of time on optimizations. Obviously that example can be fixed pretty quickly... except I'm not sure we can avoid
/archives/netdev/2003-05/msg00207.html (11,054 bytes)

6. Re: [Fwd: [ANNOUNCE] Layer-7 Filter for Linux QoS] (score: 1)
Author: oly Pugachev <mator@xxxxxxx>
Date: Tue, 20 May 2003 11:00:24 -0400 (EDT)
Ok, i see your dilema. How does snort do it? I dont think copying the packet is the right way to do it. Could the null NOT be considered as something speacial unless explicitly stated? This would be
/archives/netdev/2003-05/msg00208.html (10,970 bytes)

7. Re: [Fwd: [ANNOUNCE] Layer-7 Filter for Linux QoS] (score: 1)
Author: Sommer <sommere@xxxxxxxxxxx>
Date: 20 May 2003 17:15:03 +0200
Maybe make it take a length parameter and if it's zero treat null's like all other algorithms do and it's non-zero use the length instead. Then you can hide it in a wrapper function for the "normal"
/archives/netdev/2003-05/msg00209.html (12,602 bytes)

8. Re: [Fwd: [ANNOUNCE] Layer-7 Filter for Linux QoS] (score: 1)
Author: xxxxxxxxxxx>
Date: Tue, 20 May 2003 14:50:07 -0500
Jamal Hadi wrote: On Tue, 20 May 2003, Ethan Sommer wrote: Nope. I need to strip out all the nulls from the packet, or any posix regex parser will think the string ends at the first null. (so protoco
/archives/netdev/2003-05/msg00221.html (11,794 bytes)

9. Re: [Fwd: [ANNOUNCE] Layer-7 Filter for Linux QoS] (score: 1)
Author: ing <rmk@xxxxxxxxxxxxxxxx>
Date: Wed, 21 May 2003 08:39:27 -0400 (EDT)
Actually, the library that you pointed to seems to have callbacks associated with every match - so it could be used on string matches. The author is on the cc. Didnt see anything kernel related in my
/archives/netdev/2003-05/msg00244.html (12,954 bytes)

10. Re: [Fwd: [ANNOUNCE] Layer-7 Filter for Linux QoS] (score: 1)
Author: davem@xxxxxxxxxx>
Date: Wed, 21 May 2003 10:42:40 -0500
Jamal Hadi wrote: I think you should do some measurements - "it doesnt slow 100Mbps" and "lets worry about it when we get to 1 or 10Gbps" are handwaving at best. Infact i would strongly recommend loo
/archives/netdev/2003-05/msg00246.html (11,236 bytes)

11. Re: [Fwd: [ANNOUNCE] Layer-7 Filter for Linux QoS] (score: 1)
Author: xxxxxxxxxxxxxxxx>
Date: Wed, 21 May 2003 10:46:50 -0500
Philippe Biondi wrote: regexp support was planned but not done yet. (if someone know where I can download more free time !). The implementation should not be that hard, once you have the compiler to
/archives/netdev/2003-05/msg00247.html (10,988 bytes)

12. Re: [Fwd: [ANNOUNCE] Layer-7 Filter for Linux QoS] (score: 1)
Author: Singhvi <niv@xxxxxxxxxx>
Date: Thu, 22 May 2003 01:11:35 +0200 (CEST)
If P and Q are regexps, P|Q is a regexp, so you do can. So detection is clearly not a problem. But to fit in the libqsearch model, you have to know which of the parterns matched. This is theorically
/archives/netdev/2003-05/msg00259.html (11,328 bytes)

13. Re: [Fwd: [ANNOUNCE] Layer-7 Filter for Linux QoS] (score: 1)
Author: m@xxxxxxxxxx>
Date: Wed, 21 May 2003 18:26:12 -0500
Philippe Biondi wrote: On Wed, 21 May 2003, Ethan Sommer wrote: Philippe Biondi wrote: regexp support was planned but not done yet. (if someone know where I can download more free time !). The implem
/archives/netdev/2003-05/msg00263.html (12,295 bytes)

14. Re: [Fwd: [ANNOUNCE] Layer-7 Filter for Linux QoS] (score: 1)
Author: ller" <davem@xxxxxxxxxx>
Date: Thu, 22 May 2003 10:26:30 +0200 (CEST)
Strange way of reasoning... what if pattern1 is "(subpat1|subpat2)" ? regexp is a regular language so it is equivalent to a DFA. For every NDFA, there exist a DFA that recognize the same language. S
/archives/netdev/2003-05/msg00281.html (10,849 bytes)

15. Re: [Fwd: [ANNOUNCE] Layer-7 Filter for Linux QoS] (score: 1)
Author: xxxxxxxxxxxx>
Date: Thu, 22 May 2003 09:40:17 -0500
Philippe Biondi wrote: I take it back, it is regular (kinda) but you can't to it with a deterministic finite atomaton. If there is a cycle in pattern1, off of which pattern2 has a branch, then you wo
/archives/netdev/2003-05/msg00288.html (11,201 bytes)

16. Re: [Fwd: [ANNOUNCE] Layer-7 Filter for Linux QoS] (score: 1)
Author: oml@xxxxxxxxxx>
Date: Sat, 24 May 2003 01:11:48 -0300
You mean things like a*b -> 1 ac -> 2 ? You can still express this with a DFA, i.e. a(c|a*b) Of course, if you have patterns that match the same string, you need to decide at some point whether you w
/archives/netdev/2003-05/msg00312.html (11,317 bytes)

17. Re: [Fwd: [ANNOUNCE] Layer-7 Filter for Linux QoS] (score: 1)
Author: xxxxxxxxx>
Date: Sat, 24 May 2003 01:23:50 -0300
Well, that's too easy. The DFA should also test bits only in the order in which they appear in the packet. Constructing a DFA that jumps back and forth and tests the same bit over and over again woul
/archives/netdev/2003-05/msg00313.html (10,012 bytes)

18. Re: [Fwd: [ANNOUNCE] Layer-7 Filter for Linux QoS] (score: 1)
Author: xxxxxx>
Date: Sat, 24 May 2003 04:22:46 -0300
"exists a DFA" doesn't mean that there is only one :-) Typically, there are a lot of DFAs for each NFA, usually an infinite number of them. And among them are also those that don't combine states you
/archives/netdev/2003-05/msg00314.html (10,767 bytes)

19. [Fwd: [ANNOUNCE] Layer-7 Filter for Linux QoS] (score: 1)
Author: "David S. Miller" <davem@xxxxxxxxxx>
Date: 18 May 2003 20:01:39 -0700
I'm forwarding Ethan's announcement here. Ethan, you'll get better reception to your ideas if you post them to the correct place. Most networking hackers do not read linux-kernel due to the sheer vol
/archives/netdev/2003-05/msg00576.html (12,315 bytes)

20. Re: [Fwd: [ANNOUNCE] Layer-7 Filter for Linux QoS] (score: 1)
Author: Jamal Hadi <hadi@xxxxxxxxxxxxxxxx>
Date: Mon, 19 May 2003 20:38:03 -0400 (EDT)
Hi, The concept could be improved in my opinion. _All_ filters could use the regex (finally cnews regex in the kernel, yiiha). So what we need is this to be an extension to _all_ filters. i.e define
/archives/netdev/2003-05/msg00585.html (9,984 bytes)


This search system is powered by Namazu