summaryrefslogtreecommitdiff
path: root/net/batman-adv/soft-interface.c
AgeCommit message (Expand)Author
2011-11-20batman-adv: use unregister_netdevice() when softif_create failsSimon Wunderlich
2011-11-20batman-adv: refactoring gateway handling codeMarek Lindner
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-09-22batman-adv: do_bcast has to be true for broadcast packets onlyAntonio Quartulli
2011-09-08batman-adv: Remove unnecessary OOM logging messagesJoe Perches
2011-09-08batman-adv: rename all instances of batman_packet to batman_ogm_packetMarek Lindner
2011-08-22batman-adv: implement AP-isolation on the sender sideAntonio Quartulli
2011-08-22batman-adv: implement AP-isolation on the receiver sideAntonio Quartulli
2011-08-22batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli
2011-08-22batman-adv: correct several typ0s in the commentsAntonio Quartulli
2011-07-12netdevice: Kill 'feature' test macros.David S. Miller
2011-07-05batman-adv: add_bcast_packet_to_list() takes the sending delay as parameterAntonio Quartulli
2011-06-20batman-adv: improved gateway tq-based selectionAntonio Quartulli
2011-06-20batman-adv: improved roaming mechanismAntonio Quartulli
2011-06-20batman-adv: improved client announcement mechanismAntonio Quartulli
2011-06-20batman-adv: Reduce usage of charSven Eckelmann
2011-06-20batman-adv: Keep interface_tx as local functionSven Eckelmann
2011-05-30batman-adv: Use rcu_dereference_protected by update-sideSven Eckelmann
2011-05-30batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-05-08Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller
2011-05-08batman-adv: Remove multiline comments from line endingSven Eckelmann
2011-05-08batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli
2011-05-08batman-adv: Remove unnecessary hardif_list_lockSven Eckelmann
2011-05-08batman-adv: multi vlan support for bridge loop detectionMarek Lindner
2011-05-07batman,rcu: convert call_rcu(softif_neigh_free_rcu) to kfree_rcuPaul E. McKenney
2011-05-02Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller
2011-05-01batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny
2011-04-20net: batman-adv: remove rx_csum ethtool_opsMichał Mirosław
2011-04-17Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller
2011-04-17batman-adv: Set the txqueuelen to zero when creating soft interfaceAndrew Lunn
2011-04-17batman-adv: protect softif_neigh by rcuSimon Wunderlich
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-05batman-adv: Disallow regular interface as mesh deviceSven Eckelmann
2011-03-05batman-adv: Remove unused hdr_size variable in route_unicast_packet()Linus Lüssing
2011-03-05batman-adv: rename batman_if struct to hard_ifaceMarek Lindner
2011-03-05batman-adv: separate ethernet comparing calls from hash functionsMarek Lindner
2011-03-05batman-adv: Fix possible buffer overflow in softif neigh list outputLinus Lüssing
2011-03-05batman-adv: Correct rcu refcounting for softif_neighMarek Lindner
2011-02-14batman-adv: Remove two duplicate includes.Jesper Juhl
2011-02-11batman-adv: Remove duplicate types.h inclusionsLinus Lüssing
2011-01-31batman-adv: Update copyright yearsSven Eckelmann
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann