lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 03 Jan 2012 21:48:24 -0500 (EST)
From:	David Miller <davem@...emloft.net>
To:	lizhenhua.dev@...il.com
Cc:	greearb@...delatech.com, mirqus@...il.com, netdev@...r.kernel.org
Subject: Re: A pure virtual nic

From: "Li, Zhen-Hua" <lizhenhua.dev@...il.com>
Date: Wed, 4 Jan 2012 10:07:08 +0800

> When a program sends out a packet, at start_xmit function. it will
> unpack it and packet again with HTTP proxy headers, then give it to
> the actual physical ethernet adapter.
> When it receives a packet, unpack it and remove the http proxy
> headers, and then put it back to the queue in kernel.

A netfilter module is a much more appropriate way to implement this.
You can even implement this kind of packet mangling in userspace using
nfqueue.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ