summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* batman-adv: consolidate duplicated primary_if checking codeMarek Lindner2012-10-291-0/+36
* batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann2012-08-231-12/+12
* batman-adv: remove a misleading commentJonathan Corbet2012-08-231-3/+0
* batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}Sven Eckelmann2012-07-011-2/+2
* batman-adv: Prefix types structs with batadv_Sven Eckelmann2012-07-011-19/+21
* batman-adv: Prefix packet structs with batadv_Sven Eckelmann2012-07-011-5/+5
* batman-adv: Prefix main enum with BATADV_Sven Eckelmann2012-07-011-5/+5
* batman-adv: Prefix packet enum with BATADV_Sven Eckelmann2012-07-011-7/+7
* batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann2012-07-011-2/+2
* batman-adv: Prefix main defines with BATADV_Sven Eckelmann2012-06-281-6/+7
* batman-adv: Prefix packet defines with BATADV_Sven Eckelmann2012-06-281-2/+2
* batman-adv: Prefix main local static functions with batadv_Sven Eckelmann2012-06-281-37/+39
* batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann2012-06-251-4/+4
* batman-adv: Reformat multiline comments to consistent styleSven Eckelmann2012-06-201-5/+5
* batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann2012-06-201-28/+29
* batman-adv: Prefix vis non-static functions with batadv_Sven Eckelmann2012-06-201-2/+2
* batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann2012-06-201-3/+3
* batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann2012-06-201-1/+1
* batman-adv: Prefix routing non-static functions with batadv_Sven Eckelmann2012-06-201-7/+7
* batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann2012-06-201-2/+2
* batman-adv: Prefix icmp-socket non-static functions with batadv_Sven Eckelmann2012-06-201-1/+1
* batman-adv: Prefix hard-interface non-static functions with batadv_Sven Eckelmann2012-06-201-3/+3
* batman-adv: Prefix gateway-client non-static functions with batadv_Sven Eckelmann2012-06-201-1/+1
* batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann2012-06-201-2/+2
* batman-adv: Prefix bat_debugfs non-static functions with batadv_Sven Eckelmann2012-06-201-2/+2
* batman-adv: Prefix bat_algo non-static functions with batadv_Sven Eckelmann2012-06-201-1/+1
* batman-adv: Return error codes instead of -1 on failuresSven Eckelmann2012-06-181-11/+16
* batman-adv: ignore trailing CR when comparing protocol namesMarek Lindner2012-06-181-3/+8
* batman-adv: avoid characters requiring shell escapes in protocol namesMarek Lindner2012-06-181-1/+1
* batman-adv: Add get_ethtool_stats() supportMartin Hundebøll2012-06-181-0/+2
* batman-adv: refactoring API: find generalized name for bat_ogm_update_mac cal...Marek Lindner2012-05-111-1/+1
* batman-adv: register batman ogm receive function during protocol initMarek Lindner2012-05-111-4/+1
* batman-adv: introduce packet type handler array for incoming packetsMarek Lindner2012-05-111-0/+121
* batman-adv: refactoring API: find generalized name for bat_ogm_init_primary c...Marek Lindner2012-04-181-1/+1
* batman-adv: add iface_disable() callback to routing APIMarek Lindner2012-04-181-0/+1
* batman-adv: refactoring API: find generalized name for bat_ogm_init callbackMarek Lindner2012-04-181-1/+1
* batman-adv: add basic bridge loop avoidance codeSimon Wunderlich2012-04-111-0/+6
* batman-adv: remove old bridge loop avoidance codeSimon Wunderlich2012-04-111-5/+0
* batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann2012-03-111-4/+4
* batman-adv: Update copyright yearsSven Eckelmann2012-02-171-1/+1
* batman-adv: allowing changing the routing algorithm via module parameterMarek Lindner2012-02-171-0/+24
* batman-adv: convert batman iv algorithm to use dynamic infrastructureMarek Lindner2012-02-171-0/+12
* batman-adv: add infrastructure to change routing algorithm at runtimeMarek Lindner2012-02-171-0/+72
* batman-adv: Rm empty line from is_my_mac() in main.cMartin Hundebøll2012-02-171-1/+0
* batman-adv: Remove unnecessary OOM logging messagesJoe Perches2011-09-081-2/+0
* batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli2011-08-221-1/+1
* batman-adv: Replace version info instead of appending themSven Eckelmann2011-07-051-7/+2
* batman-adv: gateway election code refactoringAntonio Quartulli2011-06-201-0/+1
* batman-adv: protect the local and the global trans-tables with rcuAntonio Quartulli2011-06-201-2/+0
* batman-adv: improved roaming mechanismAntonio Quartulli2011-06-201-0/+2
OpenPOWER on IntegriCloud