mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-16 18:15:52 +00:00
Remove the "list" member of struct sk_buff, as it is entirely redundant. All SKB list removal callers know which list the SKB is on, so storing this in sk_buff does nothing other than taking up some space. Two tricky bits were SCTP, which I took care of, and two ATM drivers which Francois Romieu <romieu@fr.zoreil.com> fixed up. Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Francois Romieu <romieu@fr.zoreil.com> |
History
|
|
|---|---|---|
| .. | ||
| catc.c | ||
| kaweth.c | ||
| kawethfw.h | ||
| Kconfig | ||
| Makefile | ||
| pegasus.c | ||
| pegasus.h | ||
| rtl8150.c | ||
| usbnet.c | ||
| zd1201.c | ||
| zd1201.h | ||