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
| ||
|
Message-Id: <20080818.013640.254202527.davem@davemloft.net> Date: Mon, 18 Aug 2008 01:36:40 -0700 (PDT) From: David Miller <davem@...emloft.net> To: netdev@...r.kernel.org CC: jarkao2@...il.com Subject: [PATCH 0/9]: Killing qdisc->ops->requeue(). This implements what I tried to describe in previous emails. It gets rid of qdisc->ops->requeue() because logically it is completely superfluous. All it does is allow the next level to declare to the lower qdisc "send this next no matter what" and we can trivially do that with a simple list. Signed-off-by: David S. Miller <davem@...emloft.net> -- 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