aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/soft-interface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-12netdevice: Kill 'feature' test macros.David S. Miller1-16/+0
2011-07-05batman-adv: add_bcast_packet_to_list() takes the sending delay as parameterAntonio Quartulli1-1/+1
2011-06-20batman-adv: improved gateway tq-based selectionAntonio Quartulli1-2/+8
2011-06-20batman-adv: improved roaming mechanismAntonio Quartulli1-1/+2
2011-06-20batman-adv: improved client announcement mechanismAntonio Quartulli1-3/+8
2011-06-20batman-adv: Reduce usage of charSven Eckelmann1-1/+1
2011-06-20batman-adv: Keep interface_tx as local functionSven Eckelmann1-1/+1
2011-05-30batman-adv: Use rcu_dereference_protected by update-sideSven Eckelmann1-1/+2
2011-05-30batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann1-7/+5
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann1-4/+3
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-107/+356
2011-05-08Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller1-117/+292
2011-05-08batman-adv: Remove multiline comments from line endingSven Eckelmann1-2/+2
2011-05-08batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli1-5/+5
2011-05-08batman-adv: Remove unnecessary hardif_list_lockSven Eckelmann1-1/+1
2011-05-08batman-adv: multi vlan support for bridge loop detectionMarek Lindner1-109/+284
2011-05-07batman,rcu: convert call_rcu(softif_neigh_free_rcu) to kfree_rcuPaul E. McKenney1-9/+1
2011-05-02Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller1-19/+45
2011-05-01batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner1-19/+45
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-1/+1
2011-04-20net: batman-adv: remove rx_csum ethtool_opsMichał Mirosław1-13/+0
2011-04-17Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller1-27/+88
2011-04-17batman-adv: Set the txqueuelen to zero when creating soft interfaceAndrew Lunn1-0/+1
2011-04-17batman-adv: protect softif_neigh by rcuSimon Wunderlich1-27/+87
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-05batman-adv: Disallow regular interface as mesh deviceSven Eckelmann1-0/+13
2011-03-05batman-adv: Remove unused hdr_size variable in route_unicast_packet()Linus Lüssing1-1/+1
2011-03-05batman-adv: rename batman_if struct to hard_ifaceMarek Lindner1-1/+1
2011-03-05batman-adv: separate ethernet comparing calls from hash functionsMarek Lindner1-1/+1
2011-03-05batman-adv: Fix possible buffer overflow in softif neigh list outputLinus Lüssing1-21/+1
2011-03-05batman-adv: Correct rcu refcounting for softif_neighMarek Lindner1-16/+15
2011-02-14batman-adv: Remove two duplicate includes.Jesper Juhl1-2/+0
2011-02-11batman-adv: Remove duplicate types.h inclusionsLinus Lüssing1-1/+0
2011-01-31batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann1-0/+697