summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorJay Vosburgh <fubar@us.ibm.com>2009-04-25 18:03:35 -0700
committerDavid S. Miller <davem@davemloft.net>2009-04-25 18:03:35 -0700
commitadc667e84f086aa110d810f3476c494e48eaabaa (patch)
tree4a1267f1d2aa44893e2dc6c779ae686a01db409d /tools/perf/scripts/python/bin/stackcollapse-record
parent1c41e238e0beaac530c5c9d629e8dfbbadc4a099 (diff)
downloadkernel-adc667e84f086aa110d810f3476c494e48eaabaa.tar.gz
vlan: update vlan carrier state for admin up/down
Currently, the VLAN event handler does not adjust the VLAN device's carrier state when the real device or the VLAN device is set administratively up or down. The following patch adds a transfer of operating state from the real device to the VLAN device when the real device is administratively set up or down, and sets the carrier state up or down during init, open and close of the VLAN device. This permits observers above the VLAN device that care about the carrier state (bonding's link monitor, for example) to receive updates for administrative changes by more closely mimicing the behavior of real devices. Signed-off-by: Jay Vosburgh <fubar@us.ibm.com> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
12a9546aeb3b048b4c44cf60'>i2c-core: i2c bus should support PM entries in struct dev_pm_opssonic zhang 2009-12-14i2c: Get rid of struct i2c_client_address_dataJean Delvare 2009-12-14i2c: Drop the kind parameter from detect callbacksJean Delvare 2009-12-06i2c: Refactor for_each callbacksJean Delvare 2009-12-06i2c: Simplify i2c_detect_addressJean Delvare 2009-12-06i2c: Drop probe, ignore and force module parametersJean Delvare 2009-12-06i2c: Prevent priority inversion on top of bus lockMika Kuoppala 2009-11-26i2c: Fix userspace_device list corruptionJean Delvare 2009-09-18i2c: Provide compatibility links for i2c adaptersJean Delvare 2009-09-18i2c: Convert i2c adapters to bus devicesJean Delvare 2009-09-18i2c: Convert i2c clients to a device typeJean Delvare 2009-06-19i2c: Use rwsem instead of mutex for board infoRodolfo Giometti 2009-06-19i2c: Add a sysfs interface to instantiate devicesJean Delvare 2009-06-19i2c: Limit core locking to the necessary sectionsJean Delvare 2009-06-19i2c: Kill the redundant client listJean Delvare 2009-06-19i2c: Kill is_newstyle_driverJean Delvare 2009-06-19i2c: Merge i2c_attach_client into i2c_new_deviceJean Delvare 2009-06-19i2c: Drop i2c_probe functionJean Delvare 2009-06-19i2c: Get rid of the legacy binding modelJean Delvare 2009-06-19i2c: Kill client_register and client_unregister methodsJean Delvare 2009-06-15i2c: Do not give adapters a default parentJean Delvare 2009-06-15i2c: Retry automatically on arbitration lossClifford Wolf 2009-06-15i2c: Remove void castsJack Stone 2009-04-13i2c: Let new-style drivers implement attach_adapterJean Delvare 2009-03-28i2c-core: Some style cleanupsZhenwen Xu 2009-03-28i2c: Set a default timeout value for all adaptersJean Delvare 2009-03-28i2c: Clarify which clients are auto-removedJean Delvare 2009-03-24Driver core: implement uevent suppress in kobjectMing Lei