aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/hard-interface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-30batman-adv: use ETH_P_BATMANAntonio Quartulli1-1/+2
2012-11-14batman-adv: prevent using any virtual device created on batman-adv as hard-interfaceAntonio Quartulli1-1/+40
2012-11-07batman-adv: Distributed ARP Table - create DHT helper functionsAntonio Quartulli1-0/+3
2012-10-29batman-adv: split hard_iface struct for each routing protocolMarek Lindner1-2/+2
2012-08-23batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann1-2/+3
2012-08-23batman-adv: check batadv_orig_hash_add_if() return codeSimon Wunderlich1-1/+7
2012-07-01batman-adv: Fix alignment after opened parenthesesSven Eckelmann1-4/+4
2012-07-01batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}Sven Eckelmann1-1/+1
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann1-33/+38
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann1-2/+2
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann1-20/+20
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann1-1/+1
2012-06-28batman-adv: Prefix types defines with BATADV_Sven Eckelmann1-5/+6
2012-06-28batman-adv: Prefix packet defines with BATADV_Sven Eckelmann1-1/+2
2012-06-28batman-adv: Prefix remaining function like macros with batadv_Sven Eckelmann1-19/+19
2012-06-25batman-adv: Prefix hard-interface local static functions with batadv_Sven Eckelmann1-31/+33
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann1-2/+2
2012-06-24batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann1-14/+14
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-14/+9
2012-06-20batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann1-7/+7
2012-06-20batman-adv: Prefix soft-interface non-static functions with batadv_Sven Eckelmann1-4/+4
2012-06-20batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann1-3/+3
2012-06-20batman-adv: Prefix hard-interface non-static functions with batadv_Sven Eckelmann1-16/+16
2012-06-20batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann1-1/+1
2012-06-20batman-adv: Prefix bat_sysfs non-static functions with batadv_Sven Eckelmann1-2/+2
2012-06-18batman-adv: Return error codes instead of -1 on failuresSven Eckelmann1-3/+1
2012-05-13batman-adv: use shorter pr_warn instead of pr_warningSven Eckelmann1-3/+3
2012-05-11batman-adv: refactoring API: find generalized name for bat_ogm_update_mac callbackMarek Lindner1-2/+2
2012-05-11batman-adv: introduce packet type handler array for incoming packetsMarek Lindner1-113/+0
2012-04-18batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli1-2/+1
2012-04-18batman-adv: mark existing ogm variables as batman ivMarek Lindner1-1/+1
2012-04-18batman-adv: refactoring API: find generalized name for bat_ogm_init_primary callbackMarek Lindner1-1/+1
2012-04-18batman-adv: handle routing code initialization properlyMarek Lindner1-9/+6
2012-04-18batman-adv: add iface_disable() callback to routing APIMarek Lindner1-2/+1
2012-04-18batman-adv: refactoring API: find generalized name for bat_ogm_init callbackMarek Lindner1-1/+1
2012-04-18batman-adv: move ogm initialization into the proper functionMarek Lindner1-1/+7
2012-04-11batman-adv: add basic bridge loop avoidance codeSimon Wunderlich1-7/+11
2012-03-11batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann1-24/+12
2012-02-28batman-adv: Fix indentation of multiline statementsSven Eckelmann1-15/+15
2012-02-17batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2012-02-17batman-adv: convert batman iv algorithm to use dynamic infrastructureMarek Lindner1-5/+5
2012-02-17batman-adv: warn if added interface is part of a bridgeMarek Lindner1-0/+8
2012-02-17batman-adv: Explicitly mark the common header structureSven Eckelmann1-3/+3
2011-09-08batman-adv: Remove unnecessary OOM logging messagesJoe Perches1-4/+1
2011-09-08batman-adv: agglomerate all batman iv ogm sending functions in the batman iv fileMarek Lindner1-1/+1
2011-09-08batman-adv: move routing packet initialization into corresponding fileMarek Lindner1-32/+6
2011-09-08batman-adv: agglomerate all batman iv ogm processing functions in a single fileMarek Lindner1-1/+1
2011-09-08batman-adv: rename all instances of batman_packet to batman_ogm_packetMarek Lindner1-22/+27
2011-08-22batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli1-0/+30