aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/soft-interface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-11Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-8/+7
2012-03-11batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann1-8/+7
2012-02-28Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-3/+3
2012-02-28batman-adv: Fix indentation of multiline statementsSven Eckelmann1-1/+1
2012-02-17batman-adv: use eth_hw_addr_random() instead of random_ether_addr()Danny Kukawka1-3/+2
2012-02-17batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2012-02-17batman-adv: convert time_after instances to has_timed_outMarek Lindner1-2/+2
2012-02-17batman-adv: add infrastructure to change routing algorithm at runtimeMarek Lindner1-0/+4
2012-02-17batman-adv: Explicitly mark the common header structureSven Eckelmann1-7/+7
2011-11-20batman-adv: use unregister_netdevice() when softif_create failsSimon Wunderlich1-1/+1
2011-11-20batman-adv: refactoring gateway handling codeMarek Lindner1-14/+29
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller1-5/+5
2011-09-22batman-adv: do_bcast has to be true for broadcast packets onlyAntonio Quartulli1-5/+5
2011-09-08batman-adv: Remove unnecessary OOM logging messagesJoe Perches1-3/+1
2011-09-08batman-adv: rename all instances of batman_packet to batman_ogm_packetMarek Lindner1-8/+9
2011-08-22batman-adv: implement AP-isolation on the sender sideAntonio Quartulli1-1/+2
2011-08-22batman-adv: implement AP-isolation on the receiver sideAntonio Quartulli1-0/+4
2011-08-22batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli1-2/+2
2011-08-22batman-adv: correct several typ0s in the commentsAntonio Quartulli1-1/+1
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