Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-15 | 0.19.24+mendocino29debian/0.19.24+mendocino29 | Bob Gilligan | |
2011-03-15 | Merge branch 'mendocino' of http://git.vyatta.com/vyatta-cfg-system into ↵ | Bob Gilligan | |
mendocino | |||
2011-03-15 | 0.19.24+mendocino28debian/0.19.24+mendocino28 | Stephen Hemminger | |
2011-03-15 | Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
mendocino | |||
2011-03-15 | 0.19.24+mendocino27debian/0.19.24+mendocino27 | Robert Bays | |
2011-03-15 | match console type only once. | Robert Bays | |
2011-03-15 | 0.19.24+mendocino26debian/0.19.24+mendocino26 | Robert Bays | |
2011-03-15 | updated fix for bug 6919: Console settings don't support hvc0 for xen | Robert Bays | |
2011-03-15 | 0.19.24+mendocino25debian/0.19.24+mendocino25 | Robert Bays | |
2011-03-15 | fix for bug 6919: Console settings don't support hvc0 for xen | Robert Bays | |
2011-03-15 | Workaround Xen NIC address | Stephen Hemminger | |
Bug 6837 Xen does not behave like normal hardware. It assigns a random MAC address (with local bit set). (cherry picked from commit 4f6faa2ba6510c01165b18ce8315cd7049a15783) | |||
2011-03-15 | Change where ipv6 route table size is increased | Stephen Hemminger | |
Bug 6681 Can't do it early in boot because ipv6 module may not be loaded. | |||
2011-03-15 | Speed/duplex setup improvements | Stephen Hemminger | |
Bug 6906 1. Fix parsing of 'Unknown' Speed in regex 2. Don't error if device can not get current speed/duplex 3. Do error if ethtool fails when setting speed/duplex (cherry picked from commit 7c5421cc98dedc87368eabc111c5af0a7f79dba9) | |||
2011-03-15 | Fix network name scan for wireless | Stephen Hemminger | |
Bug 6818 The regex to extract wireless name was incorrect. Recode for clarity rather than adding more complex regex. (cherry picked from commit ba5aeb6086e8c6aef86c18e2646b7c80e05f8e3d) | |||
2011-03-15 | Warn if attempting to force mask on multiqueue NIC | Stephen Hemminger | |
Bug 6845 Warn (and ignore) attempt to assign IRQ directly on multiqueuej NIC. (cherry picked from commit 6938b8bce001cca2d98d6b277d134c9e8e405271) | |||
2011-03-15 | Don't set irq affinity if device is disabled | Stephen Hemminger | |
Bug 6784 No point in trying to force affinity if device is offline. (cherry picked from commit b541f5ffa7bf1c6951e01ae4814e0cd38adc42d5) | |||
2011-03-15 | Handle Vmware mulitqueue naming convention | Stephen Hemminger | |
Adapt to irq naming convention in 2.6.37 kernel for vmxnet3 driver. (cherry picked from commit 018c1ac6286ad40d7fff612573a7efffafe0d480) | |||
2011-03-15 | Handle case of device with no active IRQ | Stephen Hemminger | |
Bug 6784 Disabled device has no IRQ, so don't change it. (cherry picked from commit 78d24daefeab6e91f282044abb8930678434ea8c) | |||
2011-03-15 | Bugfix 6773: Spread load of single-queue NICs across all CPUs. | Bob Gilligan | |
The initial CPU selection function needs to take hyperthreading into account. (cherry picked from commit c1eb2494559fb0f6ee2beecaedb2a415ff096056) | |||
2011-03-14 | Bugfix 6773: Spread load of single-queue NICs across all CPUs. | Bob Gilligan | |
The initial CPU selection function needs to take hyperthreading into account. (cherry picked from commit c1eb2494559fb0f6ee2beecaedb2a415ff096056) | |||
2011-02-07 | 0.19.24+mendocino24debian/0.19.24+mendocino24 | John Southworth | |
2011-02-07 | Fix syslog not reloading properly after changing the log level | John Southworth | |
Bugfix 6781 | |||
2011-02-07 | Remove flag file at end of transaction | Stephen Hemminger | |
If commit cleans up temp file, no sudo is necessary. | |||
2011-02-07 | 0.19.24+mendocino23debian/0.19.24+mendocino23 | Arthur Xiong | |
2011-02-07 | Additional fix for bug #6778 - add 'sudo' so the file can be removed | Arthur Xiong | |
successfully | |||
2011-02-06 | 0.19.24+mendocino22debian/0.19.24+mendocino22 | Stephen Hemminger | |
2011-02-06 | Don't set speed duplex twice | Stephen Hemminger | |
Bug 6778 Both the nodes for speed and duplex both update the device. But only the change only needs to be done once. Changing the values twice causes link bounce and takes some time to resolve. | |||
2011-02-06 | Revert "Fix for bug #6778, assign priority 335 to 'duplex' and 'speed' ↵ | Stephen Hemminger | |
node.def," This reverts commit c3696b1a94a382682034a452dfa44a031f367a22. Making speed/duplex sub priority makes it impossible to fix problem correctly, and brings link up at wrong speed. | |||
2011-02-06 | 0.19.24+mendocino21debian/0.19.24+mendocino21 | Arthur Xiong | |
2011-02-06 | Fix for bug #6778, assign priority 335 to 'duplex' and 'speed' node.def, | Arthur Xiong | |
eliminate the state causes the issue and avoid to prevent other options under ethX to be committed in case 'duplex' and/or 'speed' fail | |||
2011-02-01 | 0.19.24+mendocino20debian/0.19.24+mendocino20 | Mohit Mehta | |
2011-02-01 | use val_help to present valid info for node | Mohit Mehta | |
(cherry picked from commit 19f1bb4461404f91b9b4e80267dae97306925963) | |||
2011-02-01 | 0.19.24+mendocino19debian/0.19.24+mendocino19 | Bob Gilligan | |
2011-02-01 | Bugfix 6156: Allow time for renaming to complete before running biosdevname | Bob Gilligan | |
It appears that biosdevname can be confused if interface renaming is being performed by other udev worker processes at the same time that it is running. Since vyatta_net_name does protect the body of its code with a lock, we can be sure that no other renaming will be started in other udev worker processes while this one is running in vyatta_net_name. But renaming being performed by other udev worker processes that were triggered by previous executions of vyatta_net_name may still be in progress. This change gives any interface renaming that was called for by previous invocations of vyatta_net_name a chance to complete before we call biosdevname. | |||
2011-01-27 | Fix grammar error in help string. | Robert Bays | |
2011-01-27 | 0.19.24+mendocino18debian/0.19.24+mendocino18 | Mohit Mehta | |
2011-01-27 | Fix Bug 6696 Internal error for release/renew dhcp interface under op mode | Mohit Mehta | |
* do not execute config-mode actions when called from op-mode | |||
2011-01-26 | 0.19.24+mendocino17debian/0.19.24+mendocino17 | Stig Thormodsrud | |
2011-01-26 | Fix vrrp duplicate generation of last sync-group entry. | Stig Thormodsrud | |
2011-01-25 | 0.19.24+mendocino16debian/0.19.24+mendocino16 | Stephen Hemminger | |
2011-01-26 | Rearrange priority for pseudo-ethernet | Stephen Hemminger | |
Bug 6116 Do setup at same priority as VIF (since it is really macvlan) Do address after peth mac address is set. | |||
2011-01-24 | 0.19.24+mendocino15debian/0.19.24+mendocino15 | Stig Thormodsrud | |
2011-01-24 | Fix 6501: "clear vrrp master interface <interface> group <group>" doesnt ↵ | Stig Thormodsrud | |
work with sync groups. | |||
2011-01-24 | 0.19.24+mendocino14debian/0.19.24+mendocino14 | Stephen Hemminger | |
2011-01-25 | Pass interface name correctly when deleting dhcpv6 | Stephen Hemminger | |
Bug 6726 Typo in vyatta-address script conversion from perl to shell | |||
2011-01-24 | 0.19.24+mendocino13debian/0.19.24+mendocino13 | Stephen Hemminger | |
2011-01-25 | Don't fail if config.boot does not exist | Stephen Hemminger | |
Bug 6718 On livecd config.boot does not exist yet, so no existing hw-id mappings. | |||
2011-01-24 | Add more debug output | Stephen Hemminger | |
Put more messages in to help debug current problem and future ones | |||
2011-01-24 | Add logging to coldplug | Stephen Hemminger | |
Log to file /dev/udev/net-name.log since that is available tmpfs | |||
2011-01-24 | Revert "Add debug logging." | Stephen Hemminger | |
This reverts commit b1af934db367d589cf7c78b84e2181a1e72b2aaf. Loggging to /var/log does not work during boot. The root filesystem is read-only when udev is running this script. |