aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/routing.c
Commit message (Expand)AuthorAgeFilesLines
* update network codemigrate_3.2Wolfgang Wiedmeyer2015-10-241-625/+218
* batman-adv: remove duplicate code from function is_bidirectional_neigh()Daniele Furlan2011-05-081-49/+25
* batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli2011-05-081-37/+37
* batman-adv: Fix refcount imbalance in find_routerMarek Lindner2011-05-081-5/+9
* batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner2011-05-011-6/+12
* batman-adv: orig_hash_find() manages rcu_lock/unlock internallyAntonio Quartulli2011-05-011-14/+2
* batman-adv: Protect global TQ window with a spinlockLinus Lüssing2011-04-171-0/+4
* batman-adv: Make orig_node->router an rcu protected pointerLinus Lüssing2011-04-171-101/+93
* batman-adv: Move bonding / iface alternating router search to own functionsLinus Lüssing2011-04-171-75/+105
* batman-adv: Remove unused hdr_size variable in route_unicast_packet()Linus Lüssing2011-03-051-4/+3
* batman-adv: rename batman_if struct to hard_ifaceMarek Lindner2011-03-051-24/+24
* batman-adv: rename global if_list to hardif_listMarek Lindner2011-03-051-1/+1
* batman-adv: remove orig_hash spinlockMarek Lindner2011-03-051-63/+12
* batman-adv: increase refcount in create_neighbor to be consistentMarek Lindner2011-03-051-36/+27
* batman-adv: Correct rcu refcounting for orig_nodeMarek Lindner2011-03-051-12/+12
* batman-adv: remove extra layer between hash and hash element - hash bucketMarek Lindner2011-03-051-27/+13
* batman-adv: separate ethernet comparing calls from hash functionsMarek Lindner2011-03-051-28/+27
* batman-adv: make broadcast seqno operations atomicMarek Lindner2011-03-051-22/+34
* batman-adv: protect bit operations to count OGMs with spinlockMarek Lindner2011-03-051-31/+30
* batman-adv: Correct rcu refcounting for neigh_nodeMarek Lindner2011-03-051-116/+222
* batman-adv: protect bonding with rcu locksSimon Wunderlich2011-03-051-150/+163
* batman-adv: protect ogm counter arrays with spinlockMarek Lindner2011-03-051-4/+23
* batman-adv: protect originator nodes with reference countersMarek Lindner2011-03-051-10/+23
* batman-adv: protect each hash row with rcu locksMarek Lindner2011-03-051-1/+15
* batman-adv: protect neigh_nodes used outside of rcu_locks with refcountingMarek Lindner2011-03-051-9/+31
* batman-adv: protect neighbor list with rcu locksMarek Lindner2011-03-051-14/+27
* batman-adv: convert neighbor list to hlistMarek Lindner2011-03-051-11/+18
* batman-adv: protect neighbor nodes with reference countersMarek Lindner2011-03-051-0/+7
* batman-adv: Remove duplicate types.h inclusionsLinus Lüssing2011-02-111-1/+0
* batman-adv: Update copyright yearsSven Eckelmann2011-01-311-1/+1
* batman-adv: Remove unused variablesSven Eckelmann2011-01-311-7/+0
* batman-adv: remove unused parametersSimon Wunderlich2011-01-311-9/+6
* batman-adv: Calculate correct size for merged packetsSven Eckelmann2011-01-311-1/+1
* net: Add batman-adv meshing protocolSven Eckelmann2010-12-161-0/+1397