aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/unicast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-01batman-adv: Fix alignment after opened parenthesesSven Eckelmann1-2/+3
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann1-15/+19
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann1-18/+20
2012-07-01batman-adv: Prefix packet enum with BATADV_Sven Eckelmann1-9/+9
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann1-1/+1
2012-06-28batman-adv: Prefix unicast defines with BATADV_Sven Eckelmann1-1/+1
2012-06-28batman-adv: Prefix packet defines with BATADV_Sven Eckelmann1-2/+2
2012-06-28batman-adv: Prefix unicast local static functions with batadv_Sven Eckelmann1-13/+16
2012-06-24batman-adv: Prefix originator static inline functions with batadv_Sven Eckelmann1-1/+1
2012-06-24batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-6/+4
2012-06-20batman-adv: Prefix unicast non-static functions with batadv_Sven Eckelmann1-9/+10
2012-06-20batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann1-4/+3
2012-06-20batman-adv: Prefix soft-interface non-static functions with batadv_Sven Eckelmann1-3/+3
2012-06-20batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann1-3/+3
2012-06-20batman-adv: Prefix routing non-static functions with batadv_Sven Eckelmann1-2/+1
2012-06-20batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann1-3/+3
2012-06-20batman-adv: Prefix gateway-client non-static functions with batadv_Sven Eckelmann1-1/+1
2012-05-13batman-adv: improve unicast packet (re)routingAntonio Quartulli1-0/+8
2012-03-11batman-adv: Remove spaces after a castSven Eckelmann1-2/+2
2012-02-17batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2012-02-17batman-adv: Explicitly mark the common header structureSven Eckelmann1-8/+8
2011-08-22batman-adv: implement AP-isolation on the sender sideAntonio Quartulli1-2/+4
2011-06-20batman-adv: improved client announcement mechanismAntonio Quartulli1-0/+3
2011-05-30batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann1-11/+10
2011-05-30batman-adv: Remove casts from type x to type xSven Eckelmann1-1/+1
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann1-2/+2
2011-05-30batman-adv: move neigh_node->if_incoming->if_status check in find_router()Antonio Quartulli1-3/+0
2011-05-08batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli1-1/+1
2011-05-01batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner1-5/+11
2011-04-17batman-adv: concentrate all curr_gw related rcu operations in select/deselect functionsMarek Lindner1-1/+1
2011-03-07Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller1-47/+46
2011-03-05batman-adv: rename batman_if struct to hard_ifaceMarek Lindner1-4/+4
2011-03-05batman-adv: remove orig_hash spinlockMarek Lindner1-23/+13
2011-03-05batman-adv: Correct rcu refcounting for orig_nodeMarek Lindner1-3/+3
2011-03-05batman-adv: remove extra layer between hash and hash element - hash bucketMarek Lindner1-12/+9
2011-03-05batman-adv: Increase orig_node refcount before releasing rcu read lockLinus Lüssing1-3/+2
2011-03-05batman-adv: Correct rcu refcounting for neigh_nodeMarek Lindner1-23/+34
2011-03-05batman-adv: protect bonding with rcu locksSimon Wunderlich1-1/+1
2011-03-05batman-adv: protect each hash row with rcu locksMarek Lindner1-0/+2
2011-02-11Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller1-12/+7
2011-02-11batman-adv: Disallow originator addressing within mesh layerLinus Lüssing1-6/+1
2011-02-11batman-adv: Split combined variable declarationsMarek Lindner1-2/+2
2011-02-11batman-adv: Use successive sequence numbers for fragmentsSven Eckelmann1-4/+4
2011-02-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+10
2011-02-08batman-adv: Linearize fragment packets before mergeSven Eckelmann1-5/+10
2011-01-31batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2011-01-31batman-adv: Calculate correct size for merged packetsSven Eckelmann1-2/+6
2011-01-31batman-adv: Create roughly equal sized fragmentsSven Eckelmann1-2/+3
2011-01-13batman-adv: Even Batman should not dereference NULL pointersJesper Juhl1-2/+4