Files
linux/drivers
Sven Eckelmann 43bfee7693 Staging: batman-adv: Only clone skb data for multiple broadcasts
batman-adv tries to resend broadcasts on all interfaces up to three
times. For each round and each interface it must provide a skb which
gets consumed by the sending function.

It is unnecessary to copy the data of each broadcast because the actual
data is either not shared or already copied by add_bcast_packet_to_list.
So it is enough to just copy the skb control data

Reported-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sven Eckelmann <sven.eckelmann@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-09-05 00:29:46 -07:00
..
2010-08-24 15:28:28 +10:00
2010-08-21 12:47:05 -07:00
2010-06-16 18:08:32 +02:00
2010-08-20 09:34:56 -07:00
2010-06-01 12:04:35 -04:00
2010-06-16 18:05:05 +02:00
2010-07-26 08:05:31 -07:00
2010-07-27 12:40:54 +02:00