aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/main.c
Commit message (Expand)AuthorAge
* Patched in Tegra support.Jonathan Herman2013-01-17
* batman-adv: Add function to calculate crc32c for the skb payloadSven Eckelmann2012-11-21
* batman-adv: Distributed ARP Table - implement local storageAntonio Quartulli2012-11-07
* batman-adv: add UNICAST_4ADDR packet typeAntonio Quartulli2012-11-07
* batman-adv: Check return value of try_module_getSven Eckelmann2012-10-29
* batman-adv: consolidate duplicated primary_if checking codeMarek Lindner2012-10-29
* batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann2012-08-23
* batman-adv: remove a misleading commentJonathan Corbet2012-08-23
* batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}Sven Eckelmann2012-07-01
* batman-adv: Prefix types structs with batadv_Sven Eckelmann2012-07-01
* batman-adv: Prefix packet structs with batadv_Sven Eckelmann2012-07-01
* batman-adv: Prefix main enum with BATADV_Sven Eckelmann2012-07-01
* batman-adv: Prefix packet enum with BATADV_Sven Eckelmann2012-07-01
* batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann2012-07-01
* batman-adv: Prefix main defines with BATADV_Sven Eckelmann2012-06-28
* batman-adv: Prefix packet defines with BATADV_Sven Eckelmann2012-06-28
* batman-adv: Prefix main local static functions with batadv_Sven Eckelmann2012-06-28
* batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann2012-06-25
* batman-adv: Reformat multiline comments to consistent styleSven Eckelmann2012-06-20
* batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix vis non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix routing non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix icmp-socket non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix hard-interface non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix gateway-client non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix bat_debugfs non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix bat_algo non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Return error codes instead of -1 on failuresSven Eckelmann2012-06-18
* batman-adv: ignore trailing CR when comparing protocol namesMarek Lindner2012-06-18
* batman-adv: avoid characters requiring shell escapes in protocol namesMarek Lindner2012-06-18
* batman-adv: Add get_ethtool_stats() supportMartin Hundebøll2012-06-18
* batman-adv: refactoring API: find generalized name for bat_ogm_update_mac cal...Marek Lindner2012-05-11
* batman-adv: register batman ogm receive function during protocol initMarek Lindner2012-05-11
* batman-adv: introduce packet type handler array for incoming packetsMarek Lindner2012-05-11
* batman-adv: refactoring API: find generalized name for bat_ogm_init_primary c...Marek Lindner2012-04-18
* batman-adv: add iface_disable() callback to routing APIMarek Lindner2012-04-18
* batman-adv: refactoring API: find generalized name for bat_ogm_init callbackMarek Lindner2012-04-18
* batman-adv: add basic bridge loop avoidance codeSimon Wunderlich2012-04-11
* batman-adv: remove old bridge loop avoidance codeSimon Wunderlich2012-04-11
* batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann2012-03-10
* batman-adv: Update copyright yearsSven Eckelmann2012-02-16
* batman-adv: allowing changing the routing algorithm via module parameterMarek Lindner2012-02-16
* batman-adv: convert batman iv algorithm to use dynamic infrastructureMarek Lindner2012-02-16
* batman-adv: add infrastructure to change routing algorithm at runtimeMarek Lindner2012-02-16
* batman-adv: Rm empty line from is_my_mac() in main.cMartin Hundebøll2012-02-16
* batman-adv: Remove unnecessary OOM logging messagesJoe Perches2011-09-08