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>] [day] [month] [year] [list]
Date:	Tue, 09 Jun 2009 05:01:47 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	netdev@...r.kernel.org
Subject: [PATCH 0/15]: More SKB list abstrations, this time frag lists


This adds some interface butter to skbuff.h so that we can (begin)
getting rid of explicit references to how frag lists of skbs are
managed.

I couldn't kill every such reference just yet.  Some things are
hard to abstract.

Looking forward I did some work to see what happens if we use
a list_head for the frag lists.  It doesn't work right unless
we clone all frag list SKBs during a pskb_copy() for example.

The single linked list we have no lets us just copy the head
skb->next pointer and bump SKB ref counts, so we may keep it
that way in the end.

Anyways, most of this is mechanical and will be pushed out to
net-next-2.6 in a few moments.
--
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