aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv
Commit message (Expand)AuthorAgeFilesLines
* net: batman-adv: remove rx_csum ethtool_opsMichał Mirosław2011-04-201-13/+0
* Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller2011-04-1711-393/+537
|\
| * batman-adv: Set the txqueuelen to zero when creating soft interfaceAndrew Lunn2011-04-171-0/+1
| * batman-adv: protect softif_neigh by rcuSimon Wunderlich2011-04-172-28/+88
| * batman-adv: concentrate all curr_gw related rcu operations in select/deselect...Marek Lindner2011-04-173-74/+100
| * batman-adv: Protect global TQ window with a spinlockLinus Lüssing2011-04-173-0/+6
| * batman-adv: Make orig_node->router an rcu protected pointerLinus Lüssing2011-04-178-212/+232
| * batman-adv: Simplify gw_check_election(), use gw_get_selected()Linus Lüssing2011-04-171-11/+12
| * batman-adv: Make gateway_get_selected type safeLinus Lüssing2011-04-172-2/+2
| * batman-adv: Move bonding / iface alternating router search to own functionsLinus Lüssing2011-04-171-75/+105
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller2011-03-0724-1232/+1634
|\
| * batman-adv: Disallow regular interface as mesh deviceSven Eckelmann2011-03-053-12/+36
| * batman-adv: Remove unused hdr_size variable in route_unicast_packet()Linus Lüssing2011-03-053-7/+5
| * batman-adv: rename batman_if struct to hard_ifaceMarek Lindner2011-03-0518-330/+335
| * batman-adv: rename global if_list to hardif_listMarek Lindner2011-03-056-22/+22
| * batman-adv: remove orig_hash spinlockMarek Lindner2011-03-057-148/+38
| * batman-adv: increase refcount in create_neighbor to be consistentMarek Lindner2011-03-052-37/+30
| * batman-adv: Correct rcu refcounting for orig_nodeMarek Lindner2011-03-059-36/+49
| * batman-adv: remove extra layer between hash and hash element - hash bucketMarek Lindner2011-03-0510-294/+298
| * batman-adv: separate ethernet comparing calls from hash functionsMarek Lindner2011-03-058-42/+51
| * batman-adv: Fix possible buffer overflow in softif neigh list outputLinus Lüssing2011-03-051-21/+1
| * batman-adv: Increase orig_node refcount before releasing rcu read lockLinus Lüssing2011-03-052-3/+5
| * batman-adv: Make bat_priv->curr_gw an rcu protected pointerLinus Lüssing2011-03-052-32/+72
| * batman-adv: make broadcast seqno operations atomicMarek Lindner2011-03-053-22/+37
| * batman-adv: protect bit operations to count OGMs with spinlockMarek Lindner2011-03-052-34/+33
| * batman-adv: Correct rcu refcounting for batman_ifMarek Lindner2011-03-054-38/+33
| * batman-adv: Correct rcu refcounting for softif_neighMarek Lindner2011-03-052-17/+16
| * batman-adv: Correct rcu refcounting for gw_nodeMarek Lindner2011-03-052-22/+17
| * batman-adv: Correct rcu refcounting for neigh_nodeMarek Lindner2011-03-057-174/+313
| * batman-adv: protect bonding with rcu locksSimon Wunderlich2011-03-057-163/+195
| * batman-adv: protect ogm counter arrays with spinlockMarek Lindner2011-03-053-6/+33
| * batman-adv: protect originator nodes with reference countersMarek Lindner2011-03-054-19/+78
| * batman-adv: protect each hash row with rcu locksMarek Lindner2011-03-058-45/+141
| * batman-adv: protect neigh_nodes used outside of rcu_locks with refcountingMarek Lindner2011-03-051-9/+31
| * batman-adv: free neighbors when an interface is deactivatedMarek Lindner2011-03-051-2/+7
| * batman-adv: protect neighbor list with rcu locksMarek Lindner2011-03-053-21/+57
| * batman-adv: convert neighbor list to hlistMarek Lindner2011-03-053-28/+35
| * batman-adv: protect neighbor nodes with reference countersMarek Lindner2011-03-054-8/+28
| * batman-adv: Remove two duplicate includes.Jesper Juhl2011-02-141-2/+0
* | Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller2011-02-1111-26/+7
|\ \ | |/
| * batman-adv: Disallow originator addressing within mesh layerLinus Lüssing2011-02-111-6/+1
| * batman-adv: Remove duplicate types.h inclusionsLinus Lüssing2011-02-1110-14/+0
| * batman-adv: Split combined variable declarationsMarek Lindner2011-02-111-2/+2
| * batman-adv: Use successive sequence numbers for fragmentsSven Eckelmann2011-02-111-4/+4
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-081-5/+10
|\ \
| * | batman-adv: Linearize fragment packets before mergeSven Eckelmann2011-02-081-5/+10
* | | Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller2011-01-3139-94/+93
|\ \ \ | |/ / |/| / | |/
| * batman-adv: Update copyright yearsSven Eckelmann2011-01-3139-39/+39
| * batman-adv: Remove unused variablesSven Eckelmann2011-01-312-10/+1