summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/originator.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* batman-adv: add tt_initialised flag to the orig_node structAntonio Quartulli2012-02-161-0/+1
* batman-adv: fixed hash functions type to uint32_t instead of intAntonio Quartulli2011-11-201-5/+8
* batman-adv: Remove unnecessary OOM logging messagesJoe Perches2011-09-081-12/+4Star
* batman-adv: agglomerate all batman iv ogm processing functions in a single fileMarek Lindner2011-09-081-2/+1Star
* batman-adv: hash_add() has to discriminate on the return valueAntonio Quartulli2011-08-221-1/+1
* batman-adv: initialise last_ttvn and tt_crc for the orig_node structureAntonio Quartulli2011-07-071-0/+2
* batman-adv: Replace version info instead of appending themSven Eckelmann2011-07-051-3/+2Star
* batman-adv: improved roaming mechanismAntonio Quartulli2011-06-201-0/+1
* batman-adv: improved client announcement mechanismAntonio Quartulli2011-06-201-3/+5
* batman-adv: Move compare_orig to originator.cSven Eckelmann2011-06-201-0/+8
* batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann2011-05-301-2/+2
* batman-adv: Add const type qualifier for pointersSven Eckelmann2011-05-301-2/+2
* batman-adv: Don't do pointer arithmetic with void*Sven Eckelmann2011-05-301-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-28/+54
|\
| * batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli2011-05-081-4/+4
| * batman-adv: remove misplaced commentMarek Lindner2011-05-081-2/+0Star
| * batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner2011-05-011-13/+21
| * batman-adv: Protect global TQ window with a spinlockLinus Lüssing2011-04-171-0/+1
| * batman-adv: Make orig_node->router an rcu protected pointerLinus Lüssing2011-04-171-9/+28
* | batman,rcu: convert call_rcu(neigh_node_free_rcu) to kfree()Paul E. McKenney2011-05-081-9/+1Star
|/
* batman-adv: rename batman_if struct to hard_ifaceMarek Lindner2011-03-051-14/+14
* batman-adv: rename global if_list to hardif_listMarek Lindner2011-03-051-1/+1
* batman-adv: remove orig_hash spinlockMarek Lindner2011-03-051-21/+0Star
* batman-adv: increase refcount in create_neighbor to be consistentMarek Lindner2011-03-051-1/+3
* batman-adv: Correct rcu refcounting for orig_nodeMarek Lindner2011-03-051-8/+13
* batman-adv: remove extra layer between hash and hash element - hash bucketMarek Lindner2011-03-051-52/+21Star
* batman-adv: make broadcast seqno operations atomicMarek Lindner2011-03-051-0/+1
* batman-adv: Correct rcu refcounting for neigh_nodeMarek Lindner2011-03-051-18/+8Star
* batman-adv: protect bonding with rcu locksSimon Wunderlich2011-03-051-4/+21
* batman-adv: protect ogm counter arrays with spinlockMarek Lindner2011-03-051-2/+9
* batman-adv: protect originator nodes with reference countersMarek Lindner2011-03-051-9/+52
* batman-adv: protect each hash row with rcu locksMarek Lindner2011-03-051-7/+20
* batman-adv: free neighbors when an interface is deactivatedMarek Lindner2011-03-051-2/+7
* batman-adv: protect neighbor list with rcu locksMarek Lindner2011-03-051-7/+28
* batman-adv: convert neighbor list to hlistMarek Lindner2011-03-051-15/+15
* batman-adv: protect neighbor nodes with reference countersMarek Lindner2011-03-051-5/+15
* batman-adv: Update copyright yearsSven Eckelmann2011-01-311-1/+1
* batman-adv: remove unused parametersSimon Wunderlich2011-01-311-1/+1
* net: Add batman-adv meshing protocolSven Eckelmann2010-12-161-0/+564