-
- Downloads
batman-adv: Reserve extra bytes in skb for better alignment
The ethernet header is 14 bytes long. Therefore, the data after it is not 4 byte aligned and may cause problems on systems without unaligned data access. Reserving NET_IP_ALIGN more byes can fix the misalignment of the ethernet header. Signed-off-by:Sven Eckelmann <sven@narfation.org> Signed-off-by:
Marek Lindner <lindner_marek@yahoo.de> Signed-off-by:
Antonio Quartulli <ordex@autistici.org>
Showing
- net/batman-adv/bat_iv_ogm.c 5 additions, 3 deletionsnet/batman-adv/bat_iv_ogm.c
- net/batman-adv/icmp_socket.c 2 additions, 2 deletionsnet/batman-adv/icmp_socket.c
- net/batman-adv/translation-table.c 10 additions, 10 deletionsnet/batman-adv/translation-table.c
- net/batman-adv/vis.c 5 additions, 4 deletionsnet/batman-adv/vis.c
Loading
Please register or sign in to comment