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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 26 Jan 2014 08:51:59 -0800 From: Eric Dumazet <eric.dumazet@...il.com> To: Florian Westphal <fw@...len.de> Cc: netdev@...r.kernel.org Subject: Re: [PATCH V2 1/2] net: add and use skb_gso_transport_seglen() On Sun, 2014-01-26 at 10:58 +0100, Florian Westphal wrote: > This moves part of Eric Dumazets skb_gso_seglen helper from tbf sched to > skbuff core so it may be reused by upcoming ip forwarding path patch. > > Signed-off-by: Florian Westphal <fw@...len.de> > --- > Changes since V1: > suggestions from Eric Dumazet: > - don't use uapi udp.h > - remove tcp.h include from tbf, its not needed anymore > > include/linux/skbuff.h | 1 + > net/core/skbuff.c | 25 +++++++++++++++++++++++++ > net/sched/sch_tbf.c | 13 +++---------- > 3 files changed, 29 insertions(+), 10 deletions(-) Acked-by: Eric Dumazet <edumazet@...gle.com> -- 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