summaryrefslogtreecommitdiff
path: root/net/batman-adv/main.h
AgeCommit message (Expand)Author
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-07-01batman-adv: fix counter summary lengthMarek Lindner
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann
2012-06-28batman-adv: Prefix remaining function like macros 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 bat_debugfs non-static functions with batadv_Sven Eckelmann
2012-06-18batman-adv: Add get_ethtool_stats() supportMartin Hundebøll
2012-06-18batman-adv: update internal version numberSven Eckelmann
2012-05-13batman-adv: Start new development cycleSven Eckelmann
2012-05-11batman-adv: introduce packet type handler array for incoming packetsMarek Lindner
2012-04-11batman-adv: add broadcast duplicate checkSimon Wunderlich
2012-04-11batman-adv: add basic bridge loop avoidance codeSimon Wunderlich
2012-04-11batman-adv: remove old bridge loop avoidance codeSimon Wunderlich
2012-04-11batman-adv: Replace bitarray operations with bitmapSven Eckelmann
2012-03-11batman-adv: Don't begin block comments with only a /* lineSven Eckelmann
2012-02-17batman-adv: Start new development cycleSven Eckelmann
2012-02-17batman-adv: Update copyright yearsSven Eckelmann
2012-02-17batman-adv: convert time_after instances to has_timed_outMarek Lindner
2012-02-17batman-adv: add infrastructure to change routing algorithm at runtimeMarek Lindner
2012-02-17batman-adv: Move is_out_of_time() to main.h for general useMartin Hundebøll
2011-11-20batman-adv: update internal version numberSven Eckelmann
2011-09-08batman-adv: update internal version numberSven Eckelmann
2011-08-22batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli
2011-08-22batman-adv: correct several typ0s in the commentsAntonio Quartulli
2011-07-05batman-adv: Replace version info instead of appending themSven Eckelmann
2011-06-20batman-adv: improved gateway tq-based selectionAntonio Quartulli
2011-06-20batman-adv: add wrapper function to throw uevent in userspaceAntonio Quartulli
2011-06-20batman-adv: improved roaming mechanismAntonio Quartulli
2011-06-20batman-adv: improved client announcement mechanismAntonio Quartulli
2011-06-20batman-adv: Reduce usage of charSven Eckelmann
2011-06-09batman-adv: use NO_FLAGS define instead of hard-coding 0Marek Lindner
2011-06-09batman-adv: Use enums for related constantsSven Eckelmann
2011-05-30batman-adv: Check type of x and y in seq_(before|after)Sven Eckelmann
2011-05-30batman-adv: move smallest_signed_int(), seq_before() and seq_after() into main.hAntonio Quartulli
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann
2011-05-30batman-adv: Annotate functions with format stringsSven Eckelmann
2011-05-08batman-adv: Remove multiline comments from line endingSven Eckelmann
2011-05-08batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli
2011-05-01batman-adv: Move definition of atomic_dec_not_zero() into main.hAntonio Quartulli
2011-03-05batman-adv: rename global if_list to hardif_listMarek Lindner
2011-03-05batman-adv: separate ethernet comparing calls from hash functionsMarek Lindner
2011-01-31batman-adv: Update copyright yearsSven Eckelmann
2011-01-31batman-adv: Remove unused definitionsSven Eckelmann
2011-01-16batman-adv: Use "__attribute__" shortcut macrosSven Eckelmann
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann