-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 227291 b: refs/heads/master c: fb5131e h: refs/heads/master i: 227289: d799b65 227287: 0081055 v: v3
- Loading branch information
Linus Torvalds
committed
Jan 7, 2011
1 parent
4925c45
commit 886eeff
Showing
3,589 changed files
with
281,286 additions
and
148,401 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 8e1023016cf17152972b98bce6c144834a4916d5 | ||
refs/heads/master: fb5131e1880ea1ba3ba7197cd5cc66c9c288f715 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
trunk/Documentation/ABI/testing/sysfs-class-net-batman-adv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
What: /sys/class/net/<iface>/batman-adv/mesh_iface | ||
Date: May 2010 | ||
Contact: Marek Lindner <lindner_marek@yahoo.de> | ||
Description: | ||
The /sys/class/net/<iface>/batman-adv/mesh_iface file | ||
displays the batman mesh interface this <iface> | ||
currently is associated with. | ||
|
||
What: /sys/class/net/<iface>/batman-adv/iface_status | ||
Date: May 2010 | ||
Contact: Marek Lindner <lindner_marek@yahoo.de> | ||
Description: | ||
Indicates the status of <iface> as it is seen by batman. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
|
||
What: /sys/class/net/<mesh_iface>/mesh/aggregated_ogms | ||
Date: May 2010 | ||
Contact: Marek Lindner <lindner_marek@yahoo.de> | ||
Description: | ||
Indicates whether the batman protocol messages of the | ||
mesh <mesh_iface> shall be aggregated or not. | ||
|
||
What: /sys/class/net/<mesh_iface>/mesh/bonding | ||
Date: June 2010 | ||
Contact: Simon Wunderlich <siwu@hrz.tu-chemnitz.de> | ||
Description: | ||
Indicates whether the data traffic going through the | ||
mesh will be sent using multiple interfaces at the | ||
same time (if available). | ||
|
||
What: /sys/class/net/<mesh_iface>/mesh/fragmentation | ||
Date: October 2010 | ||
Contact: Andreas Langer <an.langer@gmx.de> | ||
Description: | ||
Indicates whether the data traffic going through the | ||
mesh will be fragmented or silently discarded if the | ||
packet size exceeds the outgoing interface MTU. | ||
|
||
What: /sys/class/net/<mesh_iface>/mesh/gw_bandwidth | ||
Date: October 2010 | ||
Contact: Marek Lindner <lindner_marek@yahoo.de> | ||
Description: | ||
Defines the bandwidth which is propagated by this | ||
node if gw_mode was set to 'server'. | ||
|
||
What: /sys/class/net/<mesh_iface>/mesh/gw_mode | ||
Date: October 2010 | ||
Contact: Marek Lindner <lindner_marek@yahoo.de> | ||
Description: | ||
Defines the state of the gateway features. Can be | ||
either 'off', 'client' or 'server'. | ||
|
||
What: /sys/class/net/<mesh_iface>/mesh/gw_sel_class | ||
Date: October 2010 | ||
Contact: Marek Lindner <lindner_marek@yahoo.de> | ||
Description: | ||
Defines the selection criteria this node will use | ||
to choose a gateway if gw_mode was set to 'client'. | ||
|
||
What: /sys/class/net/<mesh_iface>/mesh/orig_interval | ||
Date: May 2010 | ||
Contact: Marek Lindner <lindner_marek@yahoo.de> | ||
Description: | ||
Defines the interval in milliseconds in which batman | ||
sends its protocol messages. | ||
|
||
What: /sys/class/net/<mesh_iface>/mesh/hop_penalty | ||
Date: Oct 2010 | ||
Contact: Linus Lüssing <linus.luessing@web.de> | ||
Description: | ||
Defines the penalty which will be applied to an | ||
originator message's tq-field on every hop. | ||
|
||
What: /sys/class/net/<mesh_iface>/mesh/vis_mode | ||
Date: May 2010 | ||
Contact: Marek Lindner <lindner_marek@yahoo.de> | ||
Description: | ||
Each batman node only maintains information about its | ||
own local neighborhood, therefore generating graphs | ||
showing the topology of the entire mesh is not easily | ||
feasible without having a central instance to collect | ||
the local topologies from all nodes. This file allows | ||
to activate the collecting (server) mode. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
What: /sys/class/tty/console/active | ||
Date: Nov 2010 | ||
Contact: Kay Sievers <kay.sievers@vrfy.org> | ||
Description: | ||
Shows the list of currently configured | ||
console devices, like 'tty1 ttyS0'. | ||
The last entry in the file is the active | ||
device connected to /dev/console. | ||
The file supports poll() to detect virtual | ||
console switches. | ||
|
||
What: /sys/class/tty/tty0/active | ||
Date: Nov 2010 | ||
Contact: Kay Sievers <kay.sievers@vrfy.org> | ||
Description: | ||
Shows the currently active virtual console | ||
device, like 'tty1'. | ||
The file supports poll() to detect virtual | ||
console switches. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
obj-m := DocBook/ accounting/ auxdisplay/ connector/ \ | ||
filesystems/ filesystems/configfs/ ia64/ laptops/ networking/ \ | ||
pcmcia/ spi/ timers/ video4linux/ vm/ watchdog/src/ | ||
pcmcia/ spi/ timers/ vm/ watchdog/src/ |
Oops, something went wrong.