summaryrefslogtreecommitdiff
path: root/net/batman-adv/originator.c
AgeCommit message (Expand)Author
2011-11-20batman-adv: fixed hash functions type to uint32_t instead of intAntonio Quartulli
2011-09-08batman-adv: Remove unnecessary OOM logging messagesJoe Perches
2011-09-08batman-adv: agglomerate all batman iv ogm processing functions in a single fileMarek Lindner
2011-08-22batman-adv: hash_add() has to discriminate on the return valueAntonio Quartulli
2011-07-07batman-adv: initialise last_ttvn and tt_crc for the orig_node structureAntonio Quartulli
2011-07-05batman-adv: Replace version info instead of appending themSven Eckelmann
2011-06-20batman-adv: improved roaming mechanismAntonio Quartulli
2011-06-20batman-adv: improved client announcement mechanismAntonio Quartulli
2011-06-20batman-adv: Move compare_orig to originator.cSven Eckelmann
2011-05-30batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann
2011-05-30batman-adv: Don't do pointer arithmetic with void*Sven Eckelmann
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-05-08batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli
2011-05-08batman-adv: remove misplaced commentMarek Lindner
2011-05-07batman,rcu: convert call_rcu(neigh_node_free_rcu) to kfree()Paul E. McKenney
2011-05-01batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner
2011-04-17batman-adv: Protect global TQ window with a spinlockLinus Lüssing
2011-04-17batman-adv: Make orig_node->router an rcu protected pointerLinus Lüssing
2011-03-05batman-adv: rename batman_if struct to hard_ifaceMarek Lindner
2011-03-05batman-adv: rename global if_list to hardif_listMarek Lindner
2011-03-05batman-adv: remove orig_hash spinlockMarek Lindner
2011-03-05batman-adv: increase refcount in create_neighbor to be consistentMarek Lindner
2011-03-05batman-adv: Correct rcu refcounting for orig_nodeMarek Lindner
2011-03-05batman-adv: remove extra layer between hash and hash element - hash bucketMarek Lindner
2011-03-05batman-adv: make broadcast seqno operations atomicMarek Lindner
2011-03-05batman-adv: Correct rcu refcounting for neigh_nodeMarek Lindner
2011-03-05batman-adv: protect bonding with rcu locksSimon Wunderlich
2011-03-05batman-adv: protect ogm counter arrays with spinlockMarek Lindner
2011-03-05batman-adv: protect originator nodes with reference countersMarek Lindner
2011-03-05batman-adv: protect each hash row with rcu locksMarek Lindner
2011-03-05batman-adv: free neighbors when an interface is deactivatedMarek Lindner
2011-03-05batman-adv: protect neighbor list with rcu locksMarek Lindner
2011-03-05batman-adv: convert neighbor list to hlistMarek Lindner
2011-03-05batman-adv: protect neighbor nodes with reference countersMarek Lindner
2011-01-31batman-adv: Update copyright yearsSven Eckelmann
2011-01-31batman-adv: remove unused parametersSimon Wunderlich
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann