aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/main.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-03batman: Remove reference to compare_ether_addrJoe Perches1-1/+1
2013-08-28batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2013-08-28batman-adv: set skb priority according to contentSimon Wunderlich1-0/+1
2013-05-29batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2013-05-29batman-adv: change VID semantic in the BLA codeAntonio Quartulli1-0/+11
2013-05-29batman-adv: send each broadcast only once on non-wireless interfacesMatthias Schiffer1-0/+5
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-04-17batman-adv: make is_my_mac() check for the current mesh onlyAntonio Quartulli1-1/+1
2013-03-27batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2013-03-27batman-adv: Allow to use rntl_link for device creation/deletionSven Eckelmann1-0/+1
2013-03-13batman-adv: network coding - code and transmit packets if possibleMartin Hundebøll1-0/+6
2013-03-13batman-adv: network coding - detect coding nodes and remove these after timeoutMartin Hundebøll1-0/+2
2013-03-13batman-adv: network coding - add the initial infrastructure codeMartin Hundebøll1-1/+3
2013-01-19batman-adv: Start new development cycleAntonio Quartulli1-1/+1
2013-01-19batman-adv: update copyright yearsAntonio Quartulli1-1/+1
2013-01-19batman-adv: a delayed_work has to be initialised onceAntonio Quartulli1-0/+2
2013-01-12batman-adv: reduce local TT entry timeout to 10 minutesAntonio Quartulli1-1/+1
2013-01-12batman-adv: use per_cpu_add helperShan Wei1-3/+1
2012-11-21batman-adv: Start new development cycleSven Eckelmann1-1/+1
2012-11-21batman-adv: Add function to calculate crc32c for the skb payloadSven Eckelmann1-0/+1
2012-11-14batman-adv: wait multiple periods before activating blaSimon Wunderlich1-0/+1
2012-11-07batman-adv: Distributed ARP Table - add snooping functions for ARP messagesAntonio Quartulli1-0/+2
2012-11-07batman-adv: Distributed ARP Table - implement local storageAntonio Quartulli1-0/+1
2012-11-07batman-adv: Distributed ARP Table - create DHT helper functionsAntonio Quartulli1-0/+6
2012-11-07batman-adv: Distributed ARP Table - add a new debug log levelAntonio Quartulli1-1/+3
2012-10-29batman-adv: add kernel-doc for enum batadv_dbg_levelAntonio Quartulli1-4/+11
2012-10-29batman-adv: Check return value of try_module_getSven Eckelmann1-2/+0
2012-10-29batman-adv: consolidate duplicated primary_if checking codeMarek Lindner1-0/+2
2012-08-23batman-adv: Start new development cycleSven Eckelmann1-1/+1
2012-08-23batman-adv: detect not yet announced clientsAntonio Quartulli1-0/+1
2012-08-23batman-adv: Use BIT(x) macro to calculate bit positionsSven Eckelmann1-9/+9
2012-08-23batman-adv: fix typos in commentsAntonio Quartulli1-4/+4
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+2
2012-07-01batman-adv: fix counter summary lengthMarek Lindner1-2/+1
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann1-11/+13
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann1-18/+18
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann1-40/+41
2012-06-28batman-adv: Prefix remaining function like macros with batadv_Sven Eckelmann1-10/+10
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann1-8/+9
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-18/+20
2012-06-20batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann1-20/+21
2012-06-20batman-adv: Prefix bat_debugfs non-static functions with batadv_Sven Eckelmann1-2/+3
2012-06-18batman-adv: Add get_ethtool_stats() supportMartin Hundebøll1-0/+27
2012-06-18batman-adv: update internal version numberSven Eckelmann1-1/+1
2012-05-13batman-adv: Start new development cycleSven Eckelmann1-1/+1
2012-05-11batman-adv: introduce packet type handler array for incoming packetsMarek Lindner1-0/+6
2012-04-11batman-adv: add broadcast duplicate checkSimon Wunderlich1-0/+3
2012-04-11batman-adv: add basic bridge loop avoidance codeSimon Wunderlich1-1/+5
2012-04-11batman-adv: remove old bridge loop avoidance codeSimon Wunderlich1-2/+0
2012-04-11batman-adv: Replace bitarray operations with bitmapSven Eckelmann1-1/+1