Welcome to Catalin(ux) M. BOIE's page!
Here you can find some work of mine on Linux kernel & other stuff.

E-mail: catab # embedromix dot ro
Phone: +40-745-048374
RSS feed for this site
My Fedora repository: rpm -Uhv http://kernel.embedromix.ro/dinorepo-0.0.12-1.noarch.rpm
My Oracle/RedHat/CentOS repository: rpm -Uhv http://kernel.embedromix.ro/dinorepo-el-0.0.13-1.noarch.rpm
Supported architectures: x86_64, i386, armv7hl, aarch64.
For commercial support and customizations, contact us at: Embedromix

[Home]  [Networking]  [Crypto]  [Linux kernel patches]  [Userspace]  [Docs]  [CV/Resume]  [Links

Name License Description Links
sch_log
Version: 0.11
GPL This is a patch that allows a qdisc to mirror traffic that pass to a special net device where you can run tcpdump.
You can easily find out what goes in default class, for example.
iproute2 patch
Makefile
sch_log.c kernel module
README (how it works)
Example
Changelog
All files at once
mark_in_u32 GPL This is a patch that allows u32 classifier to match also the mark.
It was included in 2.6.11-rc1 but it may be removed because of ematch.
htb_tools patch
Announce on lists
kernel patch
iproute2 patch
Examples
History
sch_dup GPL A queueing discipline that simulate the packet duplication.
To achive the same, you can use sch_netem if you use a kernel version >=2.6.8-rc1.
Announce on lists
v0.1 (stand alone version)
Patch for kernel
Patch for iproute2
History
sch_ooo GPL A queueing discipline that produces out-of-order packets.
The tar.bz2 contains the module (q_ooo.c -> q_ooo.so) for iproute2.
This was merged with sch_netem (sch_delay) in 2.6.8-rc1.
v0.1 (standalone version)
Patch for kernel
History