aboutsummaryrefslogtreecommitdiff
path: root/net/batman-adv/main.c
AgeCommit message (Expand)Author
2012-07-01batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}Sven Eckelmann
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix packet enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann
2012-06-28batman-adv: Prefix packet defines with BATADV_Sven Eckelmann
2012-06-28batman-adv: Prefix main local static functions with batadv_Sven Eckelmann
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann
2012-06-20batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix vis non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix routing non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix icmp-socket non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix hard-interface non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix gateway-client non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix bat_debugfs non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix bat_algo non-static functions with batadv_Sven Eckelmann
2012-06-18batman-adv: Return error codes instead of -1 on failuresSven Eckelmann
2012-06-18batman-adv: ignore trailing CR when comparing protocol namesMarek Lindner
2012-06-18batman-adv: avoid characters requiring shell escapes in protocol namesMarek Lindner
2012-06-18batman-adv: Add get_ethtool_stats() supportMartin Hundebøll
2012-05-11batman-adv: refactoring API: find generalized name for bat_ogm_update_mac cal...Marek Lindner
2012-05-11batman-adv: register batman ogm receive function during protocol initMarek Lindner
2012-05-11batman-adv: introduce packet type handler array for incoming packetsMarek Lindner
2012-04-18batman-adv: refactoring API: find generalized name for bat_ogm_init_primary c...Marek Lindner
2012-04-18batman-adv: add iface_disable() callback to routing APIMarek Lindner
2012-04-18batman-adv: refactoring API: find generalized name for bat_ogm_init callbackMarek Lindner
2012-04-11batman-adv: add basic bridge loop avoidance codeSimon Wunderlich
2012-04-11batman-adv: remove old bridge loop avoidance codeSimon Wunderlich
2012-03-11batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann
2012-02-17batman-adv: Update copyright yearsSven Eckelmann
2012-02-17batman-adv: allowing changing the routing algorithm via module parameterMarek Lindner
2012-02-17batman-adv: convert batman iv algorithm to use dynamic infrastructureMarek Lindner
2012-02-17batman-adv: add infrastructure to change routing algorithm at runtimeMarek Lindner
2012-02-17batman-adv: Rm empty line from is_my_mac() in main.cMartin Hundebøll
2011-09-08batman-adv: Remove unnecessary OOM logging messagesJoe Perches
2011-08-22batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli
2011-07-05batman-adv: Replace version info instead of appending themSven Eckelmann
2011-06-20batman-adv: gateway election code refactoringAntonio Quartulli
2011-06-20batman-adv: protect the local and the global trans-tables with rcuAntonio Quartulli
2011-06-20batman-adv: improved roaming mechanismAntonio Quartulli
2011-06-20batman-adv: improved client announcement mechanismAntonio Quartulli
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann
2011-05-08batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli