Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-16 | Add ability to configure SSH listen address | Stephen Hemminger | |
Bug 2410 Add ability to add configure listen address in ssh_config. set service ssh listen-address 1.2.4.40 Multiple values are allowed, and works for both IPv4 and IPv6 | |||
2010-11-16 | Add option to disable host validation (DNS) for SSH | Stephen Hemminger | |
Bug 4970 New CLI control of UseDNS option to sshd_config set service ssh disable-host-validation | |||
2010-11-16 | 0.18.15debian/0.18.15 | Michael Larson | |
2010-11-16 | update call to error location api. | Michael Larson | |
2010-11-15 | 0.18.14debian/0.18.14 | Stephen Hemminger | |
2010-11-15 | Merge branch 'mendocino' of vm:rel/vyatta-cfg-system into mendocino | Stephen Hemminger | |
2010-11-15 | Restore IRQ affinity when device is renabled | Stephen Hemminger | |
Bug 5698 When interface transistions back to online, the driver may have reacquired IRQ's and the irq affinity script will need to be rerun. | |||
2010-11-15 | 0.18.13debian/0.18.13 | Stephen Hemminger | |
2010-11-15 | Add hw-id for existing interfaces to config | Stephen Hemminger | |
If config has interface (without hw-id), then add it on boot. | |||
2010-11-15 | 0.18.12debian/0.18.12 | Stephen Hemminger | |
2010-11-15 | Move cleanup of serial interface into rl-system.init | Stephen Hemminger | |
This gets rid of separate init file for wan interfaces | |||
2010-11-12 | 0.18.11debian/0.18.11 | Stephen Hemminger | |
2010-11-12 | Fix is_supported_speed matching | Stephen Hemminger | |
Typo in sprintf (perl doesn't have %c). Also improve error messages. | |||
2010-11-12 | Fix irq-affinity for special cases | Stephen Hemminger | |
Need to handle virtual devices with no IRQ, and older processors without concept of multi-core. | |||
2010-11-12 | New IRQ affinity script and RPS support | Stephen Hemminger | |
Replace old script with new cleaner script that handles both IRQ affinity and Receive Packet Steering. Instead of two scripts (one for mask and one for auto), do it all with one script. Receive Packet Steering is supported in two ways. If 'auto' is used, then both threads on HT system will be used for receive processing. If explicit mask is given, then two masks can be used to set both IRQ cpus and RPS cpus. | |||
2010-11-12 | remove deprecated linda override | Stephen Hemminger | |
2010-11-12 | Change mode on all executable scripts | Stephen Hemminger | |
The executable bit should be set on scripts. This only impacts the repository, during build install fixes it. | |||
2010-11-11 | Add more checks on VLAN | Stephen Hemminger | |
Bug 4695 If ethernet hardware does not allow VLAN's than produce error. Ignore delete if device doesn't exist. | |||
2010-11-08 | 0.18.10debian/0.18.10 | Stephen Hemminger | |
2010-11-08 | Don't produce warnings for drivers that don't support ethtool | Stephen Hemminger | |
Bug 5552 For devices like Xen that don't do ethtool speed/duplex, allow auto to work but produce error for any other value. | |||
2010-11-08 | Check speed and duplex settings on Ethernet interfaces | Stephen Hemminger | |
Bug 4994 Use ethtool to check for supported speed and duplex values on link. | |||
2010-11-08 | Fix path to ethtool | Stephen Hemminger | |
In Debian Squeeze ethtool is in /sbin | |||
2010-11-04 | 0.18.9debian/0.18.9 | Bob Gilligan | |
2010-11-04 | Add special case for single-queue NICs using multi-queue naming format. | Bob Gilligan | |
2010-11-03 | 0.18.8debian/0.18.8 | Stephen Hemminger | |
2010-11-03 | Fix to show ifAlias of loopback | Stephen Hemminger | |
Need to handle get next of base OID | |||
2010-11-02 | 0.18.7debian/0.18.7 | Stephen Hemminger | |
2010-11-02 | Remove non-functional commit test on mtu of vif | Stephen Hemminger | |
The syntax of parent MTU was wrong. The underlying driver already checks for MTU so the commit check is not needed. | |||
2010-11-02 | 0.18.6debian/0.18.6 | Stephen Hemminger | |
2010-11-02 | Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
mendocino | |||
2010-11-02 | Priority change for bridging a bonded vif | Stephen Hemminger | |
Bug 6048 Preconditions: 310 bridge 315 bonding 320 bonding vif 325 bonding vif bridge group | |||
2010-11-02 | Priority change for bridging a bonded vif | Stephen Hemminger | |
Preconditions: 310 bridge 315 bonding 320 bonding vif 325 bonding vif bridge group | |||
2010-11-02 | Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
mendocino | |||
2010-10-29 | Allow setting MTU of VIF | Stephen Hemminger | |
Bug 3531 | |||
2010-10-29 | 0.18.5debian/0.18.5 | Stephen Hemminger | |
2010-10-29 | Merge branch 'mendocino' of 172.16.122.2:vyatta/mendocino/vyatta-cfg-system ↵ | Stephen Hemminger | |
into mendocino | |||
2010-10-29 | Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
mendocino | |||
2010-10-29 | Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
mendocino | |||
2010-10-29 | Add net-snmp ifAlias hook | Stephen Hemminger | |
New script to produce ifAlias information from sysfs. | |||
2010-10-28 | 0.18.4debian/0.18.4 | An-Cheng Huang | |
2010-10-28 | fix for bug 6388 | An-Cheng Huang | |
* need nullglob to work. | |||
2010-10-28 | Fix goto in vyatta-net.rules | Stephen Hemminger | |
2010-10-27 | 0.18.3debian/0.18.3 | Stephen Hemminger | |
2010-10-27 | Don't rename vif and other non-driver interfaces | Stephen Hemminger | |
Bug 6379 Just leave vlan and other pseudo-interface names alone. | |||
2010-10-27 | 0.18.2debian/0.18.2 | Stephen Hemminger | |
2010-10-27 | Fix set on uniproc machine | Stephen Hemminger | |
It is better to just check using normal code path on uniproc than to make everything a special case. | |||
2010-10-27 | 0.18.1debian/0.18.1 | Stephen Hemminger | |
2010-10-27 | Fix overwrite of irq commands | Stephen Hemminger | |
Need Replaces: line to indicate overwrite of irq commands from earlier vyatta-cfg package | |||
2010-10-27 | Add irqaffin to Makefile | Stephen Hemminger | |
2010-10-27 | Update dependency on vyatta-cfg | Stephen Hemminger | |
Need matching vyatta-cfg after irq script move |