Zbr's days.

About :: TODO :: Blog :: RSS :: Old blog :: Projects :: GIT :: Gallery :: Notes

Tue, 27 Jun 2006

Netchannel.


I've started to combine my extremely lightweight TCP/IP stack with in-kernel netchannel subsystem created earlier.
There is one problem with it: TCP/IP part of the linux network stack uses socket abstraction (and struct sock in particular) extensively to deliver packet to the NIC, so I need to get TCP/IP part from my userspace code completely and only replace route lookup and L1 data sending/receiving.

/devel/networking :: Link / Comments ()


Acrypto.


I've reorganized acrypto archive.
It now contains patchsets subdir where all IPsec, dm-crypt, acrypto combined patchsets live.
Drivers subdir now only contains real acrypto drivers (HIFN, FCRYPT, VIA, likely IXP4xx soon) and old_patches subdir, where old development patches live.

/devel/acrypto :: Link / Comments ()


Acrypto.


I've completed 2.6.17 port.

Well, previously described changes were imported in 2.6.18 tree, and I've rebased my acrypto tree against 2.6.18-git, not pure 2.6.17, so all porting work was done for the future release.
2.6.17 does not contain major changes in IPsec, so porting is simple.

/devel/acrypto :: Link / Comments ()