summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-230.19.95debian/0.19.95Stephen Hemminger
2011-06-23Add better hypervisor detect logicStephen Hemminger
Bug 7215 1. Display nothing on real hardware 2. Add detection for old Xen
2011-06-160.19.94debian/0.19.94Stephen Hemminger
2011-06-16Ignore new hypervisor_vendor binaryStephen Hemminger
2011-06-16Revert "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-160.19.93debian/0.19.93Stephen Hemminger
2011-06-16Add utility to find hypervisor vendorStephen Hemminger
2011-06-16bonding: remove requirement of slaves existing before vifStephen Hemminger
Bug 5383 Kernel modified to not default to vlan challenged, therefore it is now okay to make vlan on empty bond
2011-07-140.19.92debian/0.19.92Bob Gilligan
2011-07-14Bugfix 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-080.19.91debian/0.19.91John Southworth
2011-06-08Move the mtu settings out of the main inteface priority subtree as a failure ↵John Southworth
boundry
2011-06-010.19.90debian/0.19.90Stephen Hemminger
2011-05-25Merge branch 'napa' of suva.vyatta.com:/git/vyatta-cfg-system into napaStephen Hemminger
2011-05-25Always log authorization messagesStephen Hemminger
Bug 7095 Always keep /var/log/auth.log to allow for 'show log authorization'
2011-05-250.19.89debian/0.19.89An-Cheng Huang
2011-05-25alternative fix for bug 6958An-Cheng Huang
2011-05-230.19.88debian/0.19.88An-Cheng Huang
2011-05-23don't assume hw-id exists since it can be deletedAn-Cheng Huang
2011-05-200.19.87debian/0.19.87Stephen Hemminger
2011-05-20Merge branch 'napa' of vm:vyatta/napa/vyatta-cfg-system into napaStephen Hemminger
2011-05-20irq-affinity: more fixupStephen 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-200.19.86debian/0.19.86Stephen Hemminger
2011-05-20Merge branch 'napa' of vm:vyatta/napa/vyatta-cfg-system into napaStephen Hemminger
2011-05-20irq-affinity: use sysfs to read cpu topologyStephen 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-200.19.85debian/0.19.85Stephen Hemminger
2011-05-20Merge branch 'napa' of suva.vyatta.com:/git/vyatta-cfg-system into napaStephen Hemminger
2011-05-20irq-affinity: initialize sockets to 1Stephen Hemminger
2011-05-190.19.84debian/0.19.84Stig Thormodsrud
2011-05-19irq-affinity: fix handling of UP systemStephen Hemminger
On a UP system, there is no "physical-id" in /proc/cpuinfo.
2011-05-19Use syslog perror for debug optionStephen Hemminger
Rather than reinventing existing code, use library.
2011-05-170.19.81debian/0.19.81Bob Gilligan
2011-05-17Bugfix: 6773 (again). Fix handling of single-queue NICs on MPs.Bob Gilligan
Some single-queue NICs use the multiqueue IRQ naming format (e.g. eth0-rx-0). We need to select the CPU assignements for these IRQs using the same algorithm that we use for single-queue NICs using the standard naming format (e.g. eth0).
2011-05-17Fix calculation of number of cores on systems with more than one socket.Bob Gilligan
2011-05-170.19.80debian/0.19.80Bob Gilligan
2011-05-17Merge branch 'napa' of http://git.vyatta.com/vyatta-cfg-system into napaBob Gilligan
2011-05-180.19.79debian/0.19.79Stig Thormodsrud
2011-05-18Fix 5912: "show vrrp" doesn't list sync-groupStig Thormodsrud
2011-05-170.19.78debian/0.19.78Stephen Hemminger
2011-05-17irq-affinity: add workaround to avoid some cpu'sStephen Hemminger
For routing and other applications it is helpful to provide some mechanism to reserve some set of CPU's and not assign interface IRQ's to them. Uses environment variable VYATTA_IRQAFFINITY_BANNED_CPUS as mechanism similar to irqbalance(8).
2011-05-170.19.77debian/0.19.77Stephen Hemminger
2011-05-17Merge branch 'napa' of vm:vyatta/napa/vyatta-cfg-system into napaStephen Hemminger
2011-05-17Fix grub syntax errorStephen Hemminger
left over from conversion to new grub.
2011-05-17Support more than 10 CPUs.Bob Gilligan
2011-05-160.19.83Stig Thormodsrud
2011-05-16Partial fix for 6393: keepalived shutdown too late - can cause lost trafficStig Thormodsrud
Don't call 'update-rc.d vyatta-keepalived remove' since we still need to stop the daemon on shutdown/reboot.
2011-05-190.19.82debian/0.19.82Stephen Hemminger
2011-05-160.19.76debian/0.19.76An-Cheng Huang
2011-05-16eliminate hard-coded commit hook directoryAn-Cheng Huang
2011-05-160.19.75debian/0.19.75Stephen Hemminger