summaryrefslogtreecommitdiff
path: root/net/batman-adv/originator.c
Commit message (Expand)AuthorAge
* batman-adv: provide orig_node routing APIAntonio Quartulli2013-10-23
* batman-adv: adapt the neighbor purging routine to use the new API functionsAntonio Quartulli2013-10-23
* batman-adv: add bat_orig_print API functionAntonio Quartulli2013-10-23
* batman-adv: make struct batadv_orig_node algorithm agnosticAntonio Quartulli2013-10-23
* batman-adv: make struct batadv_neigh_node algorithm agnosticAntonio Quartulli2013-10-23
* batman-adv: make the TT global purge routine VLAN specificAntonio Quartulli2013-10-19
* batman-adv: make the TT CRC logic VLAN specificAntonio Quartulli2013-10-19
* batman-adv: lock around TT operations to avoid sending inconsistent dataAntonio Quartulli2013-10-19
* batman-adv: Receive fragmented packets and mergeMartin Hundebøll2013-10-12
* batman-adv: Remove old fragmentation codeMartin Hundebøll2013-10-12
* batman-adv: tvlv - gateway download/upload bandwidth containerMarek Lindner2013-10-09
* batman-adv: slightly improve neighbor creation debug messageAntonio Quartulli2013-05-29
* batman-adv: drop useless argument seqno in neighbor creationAntonio Quartulli2013-05-29
* batman-adv: Fix rcu_barrier() miss due to double call_rcu() in TT codeLinus Lüssing2013-05-17
* batman-adv: use seq_puts instead of seq_printf when the format is constantAntonio Quartulli2013-03-27
* batman-adv: network coding - detect coding nodes and remove these after timeoutMartin Hundebøll2013-03-13
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* batman-adv: update copyright yearsAntonio Quartulli2013-01-19
* batman-adv: a delayed_work has to be initialised onceAntonio Quartulli2013-01-19
* batman-adv: remove useless blank lines before and after bracketsAntonio Quartulli2013-01-12
* batman-adv: Initialize lockdep class keys for hashesAntonio Quartulli2013-01-12
* batman-adv: substitute tt_poss_change with a per-tt_entry flagAntonio Quartulli2012-11-14
* batman-adv: Distributed ARP Table - create DHT helper functionsAntonio Quartulli2012-11-07
* batman-adv: consolidate duplicated primary_if checking codeMarek Lindner2012-10-29
* batman-adv: Fix alignment after opened parenthesesSven Eckelmann2012-07-01
* batman-adv: Prefix types structs with batadv_Sven Eckelmann2012-07-01
* batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann2012-07-01
* batman-adv: Prefix main 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 unicast defines with BATADV_Sven Eckelmann2012-06-28
* batman-adv: Prefix originator local static functions with batadv_Sven Eckelmann2012-06-25
* batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann2012-06-25
* batman-adv: Prefix originator static inline functions with batadv_Sven Eckelmann2012-06-24
* batman-adv: Prefix hash static inline functions with batadv_Sven Eckelmann2012-06-24
* batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann2012-06-24
* 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 unicast 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 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 hash 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: Return error codes instead of -1 on failuresSven Eckelmann2012-06-18
* batman-adv: prepare lq_update_lock to be shared among different protocolsMarek Lindner2012-05-13
* batman-adv: split neigh_new function into generic and batman iv specific partsMarek Lindner2012-05-11
* batman-adv: replace HZ calculations with jiffies_to_msecs()Marek Lindner2012-05-11
* batman-adv: rename last_valid to last_seenMarek Lindner2012-05-11
* batman-adv: add basic bridge loop avoidance codeSimon Wunderlich2012-04-11