summaryrefslogtreecommitdiff
path: root/staging/tx_switch.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-13staging: add mausezahn staging directoryDaniel Borkmann1-0/+178
is.form.submit();'>mode:
authorEric Dumazet <edumazet@google.com>2012-05-19 03:02:35 +0000
committerDavid S. Miller <davem@davemloft.net>2012-05-19 18:34:57 -0400
commitec16439e173aaf56f62bd8e175e976fbd452497b (patch)
treec26192b632186e2db52d8b808270f22fc1d1ac81 /net/ipv4/ipconfig.c
parent3cc4949269e01f39443d0fcfffb5bc6b47878d45 (diff)
ipv6: use skb coalescing in reassembly
ip6_frag_reasm() can use skb_try_coalesce() to build optimized skb, reducing memory used by them (truesize), and reducing number of cache line misses and overhead for the consumer. Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/ipconfig.c')