original_kernel/net/batman-adv
Sven Eckelmann 38e3c5f0da batman-adv: Don't do pointer arithmetic with void*
The size of void is currently set by gcc to 1, but is not well defined
in general. Therefore it is more advisable to cast it to char* before
doing pointer arithmetic.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2011-05-30 07:39:30 +02:00
..
Kconfig
Makefile
aggregation.c
aggregation.h
bat_debugfs.c batman-adv: Remove comparising < 0 for unsigned type 2011-05-30 07:39:30 +02:00
bat_debugfs.h
bat_sysfs.c
bat_sysfs.h
bitarray.c
bitarray.h
gateway_client.c batman-adv: Use kzalloc rather than kmalloc followed by memset with 0 2011-05-30 07:39:28 +02:00
gateway_client.h
gateway_common.c
gateway_common.h
hard-interface.c
hard-interface.h
hash.c
hash.h
icmp_socket.c
icmp_socket.h
main.c
main.h batman-adv: Annotate functions with format strings 2011-05-30 07:39:29 +02:00
originator.c batman-adv: Don't do pointer arithmetic with void* 2011-05-30 07:39:30 +02:00
originator.h
packet.h
ring_buffer.c
ring_buffer.h
routing.c
routing.h
send.c
send.h
soft-interface.c
soft-interface.h
translation-table.c
translation-table.h
types.h
unicast.c
unicast.h
vis.c
vis.h