aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/unicast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-12batman-adv: Remove old fragmentation codeMartin Hundebøll1-491/+0
2013-08-28batman-adv: set skb priority according to contentSimon Wunderlich1-0/+2
2013-08-17batman-adv: check return type of unicast packet preparationsLinus Lüssing1-3/+7
2013-08-10batman-adv: fix potential kernel paging errors for unicast transmissionsLinus Lüssing1-3/+10
2013-05-29batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.cMartin Hundebøll1-1/+1
2013-03-13batman-adv: don't use !! in bool conversionAntonio Quartulli1-3/+3
2013-01-19batman-adv: update copyright yearsAntonio Quartulli1-1/+1
2013-01-12batman-adv: remove useless blank lines before and after bracketsAntonio Quartulli1-2/+0
2012-11-21batman-adv: Add wrapper to look up neighbor and send skbMartin Hundebøll1-4/+4
2012-11-07batman-adv: Distributed ARP Table - create DHT helper functionsAntonio Quartulli1-4/+4
2012-11-07batman-adv: add UNICAST_4ADDR packet typeAntonio Quartulli1-14/+121
2012-08-23batman-adv: Reduce accumulated length of simple statementsSven Eckelmann1-2/+3
2012-08-23batman-adv: Don't break statements after assignment operatorSven Eckelmann1-5/+6
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