summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/originator.c
Commit message (Expand)AuthorAgeFilesLines
...
* batman-adv: make the TT global purge routine VLAN specificAntonio Quartulli2013-10-191-1/+1
* batman-adv: make the TT CRC logic VLAN specificAntonio Quartulli2013-10-191-3/+98
* batman-adv: lock around TT operations to avoid sending inconsistent dataAntonio Quartulli2013-10-191-0/+1
* batman-adv: Receive fragmented packets and mergeMartin Hundebøll2013-10-121-1/+13
* batman-adv: Remove old fragmentation codeMartin Hundebøll2013-10-121-9/+0Star
* batman-adv: tvlv - gateway download/upload bandwidth containerMarek Lindner2013-10-091-3/+1Star
* batman-adv: slightly improve neighbor creation debug messageAntonio Quartulli2013-05-291-1/+2
* batman-adv: drop useless argument seqno in neighbor creationAntonio Quartulli2013-05-291-3/+2Star
* batman-adv: Fix rcu_barrier() miss due to double call_rcu() in TT codeLinus Lüssing2013-05-171-0/+16
* batman-adv: use seq_puts instead of seq_printf when the format is constantAntonio Quartulli2013-03-271-2/+2
* batman-adv: network coding - detect coding nodes and remove these after timeoutMartin Hundebøll2013-03-131-0/+6
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-17/+14Star
* batman-adv: update copyright yearsAntonio Quartulli2013-01-191-1/+1
* batman-adv: a delayed_work has to be initialised onceAntonio Quartulli2013-01-191-9/+8Star
* batman-adv: remove useless blank lines before and after bracketsAntonio Quartulli2013-01-121-3/+0Star
* batman-adv: Initialize lockdep class keys for hashesAntonio Quartulli2013-01-121-0/+6
* batman-adv: substitute tt_poss_change with a per-tt_entry flagAntonio Quartulli2012-11-141-1/+0Star
* batman-adv: Distributed ARP Table - create DHT helper functionsAntonio Quartulli2012-11-071-0/+2
* batman-adv: consolidate duplicated primary_if checking codeMarek Lindner2012-10-291-16/+3Star
* batman-adv: Fix alignment after opened parenthesesSven Eckelmann2012-07-011-4/+5
* batman-adv: Prefix types structs with batadv_Sven Eckelmann2012-07-011-48/+54
* batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann2012-07-011-5/+5
* batman-adv: Prefix main enum with BATADV_Sven Eckelmann2012-07-011-6/+6
* batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann2012-07-011-8/+8
* batman-adv: Prefix main defines with BATADV_Sven Eckelmann2012-06-281-15/+17
* batman-adv: Prefix unicast defines with BATADV_Sven Eckelmann2012-06-281-1/+1
* batman-adv: Prefix originator local static functions with batadv_Sven Eckelmann2012-06-251-27/+27
* batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann2012-06-251-33/+32Star
* batman-adv: Prefix originator static inline functions with batadv_Sven Eckelmann2012-06-241-2/+2
* batman-adv: Prefix hash static inline functions with batadv_Sven Eckelmann2012-06-241-2/+3
* batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann2012-06-241-2/+2
* batman-adv: Reformat multiline comments to consistent styleSven Eckelmann2012-06-201-6/+7
* batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann2012-06-201-2/+2
* batman-adv: Prefix unicast 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-2/+2
* batman-adv: Prefix routing non-static functions with batadv_Sven Eckelmann2012-06-201-2/+3
* batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann2012-06-201-17/+18
* batman-adv: Prefix hash non-static functions with batadv_Sven Eckelmann2012-06-201-2/+2
* batman-adv: Prefix gateway-client non-static functions with batadv_Sven Eckelmann2012-06-201-3/+4
* batman-adv: Return error codes instead of -1 on failuresSven Eckelmann2012-06-181-9/+9
* batman-adv: prepare lq_update_lock to be shared among different protocolsMarek Lindner2012-05-131-0/+1
* batman-adv: split neigh_new function into generic and batman iv specific partsMarek Lindner2012-05-111-17/+11Star
* batman-adv: replace HZ calculations with jiffies_to_msecs()Marek Lindner2012-05-111-5/+10
* batman-adv: rename last_valid to last_seenMarek Lindner2012-05-111-8/+8
* batman-adv: add basic bridge loop avoidance codeSimon Wunderlich2012-04-111-0/+1
* batman-adv: remove old bridge loop avoidance codeSimon Wunderlich2012-04-111-2/+0Star
* batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann2012-03-101-8/+6Star
* batman-adv: Fix indentation of multiline statementsSven Eckelmann2012-02-281-3/+2Star
* batman-adv: Update copyright yearsSven Eckelmann2012-02-161-1/+1
* batman-adv: convert time_after instances to has_timed_outMarek Lindner2012-02-161-7/+4Star