All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] xt_u32 - match arbitrary bits and bytes of a packet
@ 2007-06-02 21:46 Jan Engelhardt
  2007-06-02 21:50   ` Jan Engelhardt
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Jan Engelhardt @ 2007-06-02 21:46 UTC (permalink / raw)
  To: Netfilter Mailing List, Netfilter Developer Mailing List,
	Linux Kernel Mailing List

Hello!


along comes xt_u32, a revamped ipt_u32,

    *	added ipv6 support since that seemed dead simple, given u32's 
	task. I would have even liked to unlock u32 for _all_ protocols, 
	but .family = AF_UNSPEC does not do the right thing right now, 
	but that's not so much a showstopper.

	And arptables seems miles away from using iptables modules. So
	AF_INET and AF_INET6 it is for now.

    *	Reduced the buffer size to 17 KB. I think that is quite ok since 
	I added an overflow check,  SHOULD THERE BE ANY device with an 
	MTU larger than our loopback masterpiece (16436 bytes).

	Are there such devices that support Megasuperjumboframes?
	The previous buffer size of 64 KB was probably the cutting edge,
	as a single IPv4 fragment/packet does not support more than that 
	anyway.


Questions, comments, blame, praise, please.
I'd like to get this merged so I do not have to maintain it out-of-tree.


	Jan
-- 


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2007-06-05 11:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-02 21:46 [PATCH 0/2] xt_u32 - match arbitrary bits and bytes of a packet Jan Engelhardt
2007-06-02 21:50 ` [PATCH 1/2] xt_u32 (kernel) " Jan Engelhardt
2007-06-02 21:50   ` Jan Engelhardt
2007-06-03 17:23   ` Patrick McHardy
2007-06-03 20:09     ` Jan Engelhardt
2007-06-04 11:25       ` Patrick McHardy
2007-06-05  7:07     ` Jan Engelhardt
2007-06-05 11:34       ` Patrick McHardy
2007-06-02 21:51 ` [PATCH 2/2] xt_u32 (iptables) " Jan Engelhardt
2007-06-03  5:07 ` [PATCH 0/2] xt_u32 " Valdis.Kletnieks
2007-06-03  8:20   ` Jan Engelhardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.