aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/soft-interface.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-10-071-5/+5
|\
| * batman-adv: do_bcast has to be true for broadcast packets onlyAntonio Quartulli2011-09-221-5/+5
* | batman-adv: Remove unnecessary OOM logging messagesJoe Perches2011-09-081-3/+1
* | batman-adv: rename all instances of batman_packet to batman_ogm_packetMarek Lindner2011-09-081-8/+9
* | batman-adv: implement AP-isolation on the sender sideAntonio Quartulli2011-08-221-1/+2
* | batman-adv: implement AP-isolation on the receiver sideAntonio Quartulli2011-08-221-0/+4
* | batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli2011-08-221-2/+2
* | batman-adv: correct several typ0s in the commentsAntonio Quartulli2011-08-221-1/+1
|/
* netdevice: Kill 'feature' test macros.David S. Miller2011-07-121-16/+0
* batman-adv: add_bcast_packet_to_list() takes the sending delay as parameterAntonio Quartulli2011-07-051-1/+1
* batman-adv: improved gateway tq-based selectionAntonio Quartulli2011-06-201-2/+8
* batman-adv: improved roaming mechanismAntonio Quartulli2011-06-201-1/+2
* batman-adv: improved client announcement mechanismAntonio Quartulli2011-06-201-3/+8
* batman-adv: Reduce usage of charSven Eckelmann2011-06-201-1/+1
* batman-adv: Keep interface_tx as local functionSven Eckelmann2011-06-201-1/+1
* batman-adv: Use rcu_dereference_protected by update-sideSven Eckelmann2011-05-301-1/+2
* batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann2011-05-301-7/+5
* batman-adv: Add const type qualifier for pointersSven Eckelmann2011-05-301-4/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-107/+356
|\
| * Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller2011-05-081-117/+292
| |\
| | * batman-adv: Remove multiline comments from line endingSven Eckelmann2011-05-081-2/+2
| | * batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli2011-05-081-5/+5
| | * batman-adv: Remove unnecessary hardif_list_lockSven Eckelmann2011-05-081-1/+1
| | * batman-adv: multi vlan support for bridge loop detectionMarek Lindner2011-05-081-109/+284
| * | Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller2011-05-021-19/+45
| |\ \ | | |/
| | * batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner2011-05-011-19/+45
| * | ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-291-1/+1
| * | 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-171-27/+88
| |\ \ | | |/
| | * 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-171-27/+87
* | | batman,rcu: convert call_rcu(softif_neigh_free_rcu) to kfree_rcuPaul E. McKenney2011-05-071-9/+1
|/ /
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* batman-adv: Disallow regular interface as mesh deviceSven Eckelmann2011-03-051-0/+13
* batman-adv: Remove unused hdr_size variable in route_unicast_packet()Linus Lüssing2011-03-051-1/+1
* batman-adv: rename batman_if struct to hard_ifaceMarek Lindner2011-03-051-1/+1
* batman-adv: separate ethernet comparing calls from hash functionsMarek Lindner2011-03-051-1/+1
* batman-adv: Fix possible buffer overflow in softif neigh list outputLinus Lüssing2011-03-051-21/+1
* batman-adv: Correct rcu refcounting for softif_neighMarek Lindner2011-03-051-16/+15
* batman-adv: Remove two duplicate includes.Jesper Juhl2011-02-141-2/+0
* batman-adv: Remove duplicate types.h inclusionsLinus Lüssing2011-02-111-1/+0
* batman-adv: Update copyright yearsSven Eckelmann2011-01-311-1/+1
* net: Add batman-adv meshing protocolSven Eckelmann2010-12-161-0/+697