Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-15 | 0.19.104debian/0.19.104 | John Southworth | |
2011-07-15 | Fix permission problems on /config during initial install | John Southworth | |
(cherry picked from commit 9b0151b1d51617e969807d75b00eed998bf8f294) | |||
2011-08-14 | 0.19.103debian/0.19.103 | Bob Gilligan | |
2011-08-14 | Bugfix 7070: Need to provide full path for irq-affinity.pl in system() | Bob Gilligan | |
(cherry picked from commit c78c504b6a63b2af51ae02f51cf1c447dd945818) | |||
2011-08-12 | 0.19.102debian/0.19.102 | Bob Gilligan | |
2011-08-12 | Add hook to call a config migration script when upgrading from VSE Demo. | Bob Gilligan | |
(cherry picked from commit d891558527fdc077b8c0b37c24cb8b17a2ae7043) | |||
2011-07-15 | Fix permission problems on /config during initial install | John Southworth | |
(cherry picked from commit 9b0151b1d51617e969807d75b00eed998bf8f294) | |||
2011-07-13 | 0.19.101debian/0.19.101 | John Southworth | |
2011-07-13 | Bugfix 7326: add /config/support directory by default | John Southworth | |
(cherry picked from commit 697affbbcbfaf8b8b253b3ce1a5f312db8069238) | |||
2011-07-11 | Fix duplicate detection of hypervisor | Stephen Hemminger | |
Bug 7314 If cpuid succeeds, don't need to print twice. | |||
2011-07-07 | 0.19.100debian/0.19.100 | Deepti Kulkarni | |
2011-07-07 | new branch | Deepti Kulkarni | |
2011-07-06 | 0.19.99debian/0.19.99 | Stephen Hemminger | |
2011-07-06 | Add more hypervisor detection logic | Stephen Hemminger | |
Bug 7227 Merge DMI detection of hypervisor. | |||
2011-07-05 | 0.19.98debian/0.19.98 | John Southworth | |
2011-07-05 | Move the is_uniq_address function to Interface.pm | John Southworth | |
2011-07-01 | 0.19.97debian/0.19.97 | John Southworth | |
2011-07-01 | bugfix 6801: check to see if the same address is configured on another ↵ | John Southworth | |
interface in the working config before allowing an address to be set on an interface, allows for swapping addresses in the same commit | |||
2011-06-24 | 0.19.96debian/0.19.96 | John Southworth | |
2011-06-24 | Merge branch 'napa' of git.vyatta.com:/git/vyatta-cfg-system into napa | John Southworth | |
2011-06-24 | Make add system image use the new config directory for copying files | John Southworth | |
2011-06-23 | 0.19.95debian/0.19.95 | Stephen Hemminger | |
2011-06-23 | Add better hypervisor detect logic | Stephen Hemminger | |
Bug 7215 1. Display nothing on real hardware 2. Add detection for old Xen | |||
2011-06-16 | 0.19.94debian/0.19.94 | Stephen Hemminger | |
2011-06-16 | Ignore new hypervisor_vendor binary | Stephen Hemminger | |
2011-06-16 | Revert "bonding: remove requirement of slaves existing before vif" | Stephen Hemminger | |
This reverts commit 4729a33cdf054cce6780aa4817f9eaccb490ee3f. Need to put back the check, since it won't work asis | |||
2011-06-16 | 0.19.93debian/0.19.93 | Stephen Hemminger | |
2011-06-16 | Add utility to find hypervisor vendor | Stephen Hemminger | |
2011-06-16 | bonding: remove requirement of slaves existing before vif | Stephen Hemminger | |
Bug 5383 Kernel modified to not default to vlan challenged, therefore it is now okay to make vlan on empty bond | |||
2011-07-14 | 0.19.92debian/0.19.92 | Bob Gilligan | |
2011-07-14 | Bugfix 5856: Add username and password options. | Bob Gilligan | |
In order to allow username and password parameters in the corresponding op mode command, we allow username and password to be specified on the install-image command line. | |||
2011-06-08 | 0.19.91debian/0.19.91 | John Southworth | |
2011-06-08 | Move the mtu settings out of the main inteface priority subtree as a failure ↵ | John Southworth | |
boundry | |||
2011-06-01 | 0.19.90debian/0.19.90 | Stephen Hemminger | |
2011-05-25 | Merge branch 'napa' of suva.vyatta.com:/git/vyatta-cfg-system into napa | Stephen Hemminger | |
2011-05-25 | Always log authorization messages | Stephen Hemminger | |
Bug 7095 Always keep /var/log/auth.log to allow for 'show log authorization' | |||
2011-05-25 | 0.19.89debian/0.19.89 | An-Cheng Huang | |
2011-05-25 | alternative fix for bug 6958 | An-Cheng Huang | |
2011-05-23 | 0.19.88debian/0.19.88 | An-Cheng Huang | |
2011-05-23 | don't assume hw-id exists since it can be deleted | An-Cheng Huang | |
2011-05-20 | 0.19.87debian/0.19.87 | Stephen Hemminger | |
2011-05-20 | Merge branch 'napa' of vm:vyatta/napa/vyatta-cfg-system into napa | Stephen Hemminger | |
2011-05-20 | irq-affinity: more fixup | Stephen Hemminger | |
1. Fix thread_per_core -- now a global variable 2. Add documentation about where still broken with offline cpus 3. Break out hamming weight function (might be used to fix #2) Tested on UP, 4 core x 2 thread, 8 socket (virt) and Multiqueue and single queue NIC. | |||
2011-05-20 | 0.19.86debian/0.19.86 | Stephen Hemminger | |
2011-05-20 | Merge branch 'napa' of vm:vyatta/napa/vyatta-cfg-system into napa | Stephen Hemminger | |
2011-05-20 | irq-affinity: use sysfs to read cpu topology | Stephen Hemminger | |
Change to using sysfs to read cpu topology. This makes code more robust and follow the standard practice of other utilities. As an added benefit, irq-affinty now handles offline cpu's and other cases where cpu numbers are not fully populated. | |||
2011-05-20 | 0.19.85debian/0.19.85 | Stephen Hemminger | |
2011-05-20 | Merge branch 'napa' of suva.vyatta.com:/git/vyatta-cfg-system into napa | Stephen Hemminger | |
2011-05-20 | irq-affinity: initialize sockets to 1 | Stephen Hemminger | |
2011-05-19 | 0.19.84debian/0.19.84 | Stig Thormodsrud | |