aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-07batman-adv: Distributed ARP Table - implement local storageAntonio Quartulli1-0/+7
2012-11-07batman-adv: add UNICAST_4ADDR packet typeAntonio Quartulli1-0/+2
2012-10-29batman-adv: Check return value of try_module_getSven Eckelmann1-10/+0
2012-10-29batman-adv: consolidate duplicated primary_if checking codeMarek Lindner1-0/+36
2012-08-23batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann1-12/+12
2012-08-23batman-adv: remove a misleading commentJonathan Corbet1-3/+0
2012-07-01batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}Sven Eckelmann1-2/+2
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann1-19/+21
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann1-5/+5
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann1-5/+5
2012-07-01batman-adv: Prefix packet enum with BATADV_Sven Eckelmann1-7/+7
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann1-2/+2
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann1-6/+7
2012-06-28batman-adv: Prefix packet defines with BATADV_Sven Eckelmann1-2/+2
2012-06-28batman-adv: Prefix main local static functions with batadv_Sven Eckelmann1-37/+39
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann1-4/+4
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-5/+5
2012-06-20batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann1-28/+29
2012-06-20batman-adv: Prefix vis non-static functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann1-3/+3
2012-06-20batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann1-1/+1
2012-06-20batman-adv: Prefix routing non-static functions with batadv_Sven Eckelmann1-7/+7
2012-06-20batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Prefix icmp-socket non-static functions with batadv_Sven Eckelmann1-1/+1
2012-06-20batman-adv: Prefix hard-interface non-static functions with batadv_Sven Eckelmann1-3/+3
2012-06-20batman-adv: Prefix gateway-client non-static functions with batadv_Sven Eckelmann1-1/+1
2012-06-20batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Prefix bat_debugfs non-static functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Prefix bat_algo non-static functions with batadv_Sven Eckelmann1-1/+1
2012-06-18batman-adv: Return error codes instead of -1 on failuresSven Eckelmann1-11/+16
2012-06-18batman-adv: ignore trailing CR when comparing protocol namesMarek Lindner1-3/+8
2012-06-18batman-adv: avoid characters requiring shell escapes in protocol namesMarek Lindner1-1/+1
2012-06-18batman-adv: Add get_ethtool_stats() supportMartin Hundebøll1-0/+2
2012-05-11batman-adv: refactoring API: find generalized name for bat_ogm_update_mac callbackMarek Lindner1-1/+1
2012-05-11batman-adv: register batman ogm receive function during protocol initMarek Lindner1-4/+1
2012-05-11batman-adv: introduce packet type handler array for incoming packetsMarek Lindner1-0/+121
2012-04-18batman-adv: refactoring API: find generalized name for bat_ogm_init_primary callbackMarek Lindner1-1/+1
2012-04-18batman-adv: add iface_disable() callback to routing APIMarek Lindner1-0/+1
2012-04-18batman-adv: refactoring API: find generalized name for bat_ogm_init callbackMarek Lindner1-1/+1
2012-04-11batman-adv: add basic bridge loop avoidance codeSimon Wunderlich1-0/+6
2012-04-11batman-adv: remove old bridge loop avoidance codeSimon Wunderlich1-5/+0
2012-03-11batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann1-4/+4
2012-02-17batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2012-02-17batman-adv: allowing changing the routing algorithm via module parameterMarek Lindner1-0/+24
2012-02-17batman-adv: convert batman iv algorithm to use dynamic infrastructureMarek Lindner1-0/+12
2012-02-17batman-adv: add infrastructure to change routing algorithm at runtimeMarek Lindner1-0/+72
2012-02-17batman-adv: Rm empty line from is_my_mac() in main.cMartin Hundebøll1-1/+0
2011-09-08batman-adv: Remove unnecessary OOM logging messagesJoe Perches1-2/+0
2011-08-22batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli1-1/+1
2011-07-05batman-adv: Replace version info instead of appending themSven Eckelmann1-7/+2