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