dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/net/batman-adv
Sven Eckelmann 3193e8fdfa batman-adv: Prefix main non-static functions with batadv_
batman-adv can be compiled as part of the kernel instead of an module. In that
case the linker will see all non-static symbols of batman-adv and all other
non-static symbols of the kernel. This could lead to symbol collisions. A
prefix for the batman-adv symbols that defines their private namespace avoids
such a problem.

Reported-by: David Miller <davem@davemloft.net>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
2012-06-20 22:15:32 +02:00
..
Kconfig batman-adv: add bridge loop avoidance compile option 2012-04-11 14:29:00 +02:00
Makefile batman-adv: add bridge loop avoidance compile option 2012-04-11 14:29:00 +02:00
bat_algo.h batman-adv: Prefix bat_algo non-static functions with batadv_ 2012-06-20 22:15:13 +02:00
bat_debugfs.c batman-adv: Prefix main non-static functions with batadv_ 2012-06-20 22:15:32 +02:00
bat_debugfs.h batman-adv: Prefix bat_debugfs non-static functions with batadv_ 2012-06-20 22:15:14 +02:00
bat_iv_ogm.c batman-adv: Prefix main non-static functions with batadv_ 2012-06-20 22:15:32 +02:00
bat_sysfs.c batman-adv: Prefix hard-interface non-static functions with batadv_ 2012-06-20 22:15:20 +02:00
bat_sysfs.h batman-adv: Prefix bat_sysfs non-static functions with batadv_ 2012-06-20 22:15:15 +02:00
bitarray.c batman-adv: Prefix bitarray non-static functions with batadv_ 2012-06-20 22:15:16 +02:00
bitarray.h batman-adv: Prefix bitarray non-static functions with batadv_ 2012-06-20 22:15:16 +02:00
bridge_loop_avoidance.c batman-adv: Prefix main non-static functions with batadv_ 2012-06-20 22:15:32 +02:00
bridge_loop_avoidance.h batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_ 2012-06-20 22:15:17 +02:00
gateway_client.c batman-adv: Prefix translation-table non-static functions with batadv_ 2012-06-20 22:15:29 +02:00
gateway_client.h batman-adv: Prefix gateway-client non-static functions with batadv_ 2012-06-20 22:15:18 +02:00
gateway_common.c batman-adv: Prefix gateway-common non-static functions with batadv_ 2012-06-20 22:15:19 +02:00
gateway_common.h batman-adv: Prefix gateway-common non-static functions with batadv_ 2012-06-20 22:15:19 +02:00
hard-interface.c batman-adv: Prefix main non-static functions with batadv_ 2012-06-20 22:15:32 +02:00
hard-interface.h batman-adv: Prefix hard-interface non-static functions with batadv_ 2012-06-20 22:15:20 +02:00
hash.c batman-adv: Prefix hash non-static functions with batadv_ 2012-06-20 22:15:21 +02:00
hash.h batman-adv: Prefix hash non-static functions with batadv_ 2012-06-20 22:15:21 +02:00
icmp_socket.c batman-adv: Prefix main non-static functions with batadv_ 2012-06-20 22:15:32 +02:00
icmp_socket.h batman-adv: Prefix icmp-socket non-static functions with batadv_ 2012-06-20 22:15:22 +02:00
main.c batman-adv: Prefix main non-static functions with batadv_ 2012-06-20 22:15:32 +02:00
main.h batman-adv: Prefix main non-static functions with batadv_ 2012-06-20 22:15:32 +02:00
originator.c batman-adv: Prefix main non-static functions with batadv_ 2012-06-20 22:15:32 +02:00
originator.h batman-adv: Prefix originator non-static functions with batadv_ 2012-06-20 22:15:23 +02:00
packet.h batman-adv: don't bother flipping ->tt_crc 2012-06-18 18:01:04 +02:00
ring_buffer.c batman-adv: Prefix ring_buffer non-static functions with batadv_ 2012-06-20 22:15:24 +02:00
ring_buffer.h batman-adv: Prefix ring_buffer non-static functions with batadv_ 2012-06-20 22:15:24 +02:00
routing.c batman-adv: Prefix main non-static functions with batadv_ 2012-06-20 22:15:32 +02:00
routing.h batman-adv: Prefix routing non-static functions with batadv_ 2012-06-20 22:15:25 +02:00
send.c batman-adv: Prefix main non-static functions with batadv_ 2012-06-20 22:15:32 +02:00
send.h batman-adv: Prefix send non-static functions with batadv_ 2012-06-20 22:15:26 +02:00
soft-interface.c batman-adv: Prefix main non-static functions with batadv_ 2012-06-20 22:15:32 +02:00
soft-interface.h batman-adv: Prefix soft-interface non-static functions with batadv_ 2012-06-20 22:15:28 +02:00
translation-table.c batman-adv: Prefix main non-static functions with batadv_ 2012-06-20 22:15:32 +02:00
translation-table.h batman-adv: Prefix translation-table non-static functions with batadv_ 2012-06-20 22:15:29 +02:00
types.h batman-adv: turn tt commit code into routing protocol agnostic API 2012-06-18 18:01:05 +02:00
unicast.c batman-adv: Prefix unicast non-static functions with batadv_ 2012-06-20 22:15:30 +02:00
unicast.h batman-adv: Prefix unicast non-static functions with batadv_ 2012-06-20 22:15:30 +02:00
vis.c batman-adv: Prefix main non-static functions with batadv_ 2012-06-20 22:15:32 +02:00
vis.h batman-adv: Prefix vis non-static functions with batadv_ 2012-06-20 22:15:31 +02:00