Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-17 | Workaround 5100: Disable TSO on NICs using the igb driver. | Bob Gilligan | |
Packets forwarded by NICs using the igb driver are corrupted when TSO is enabled. It appears that a train of back-to-back packets from the same flow coalesced by LRO are not correctly re-generated by TSO. This workaround prevents the problem by disabling TSO. This problem does not occur in the Kenwood code base, so this workaround should NOT be merged forward to Kenwood. | |||
2009-08-28 | Bugfix 4793: Narrow the set of platforms on which module is loaded. | Bob Gilligan | |
2009-08-28 | Bugfix 4793: Load the acpi_cpufreq module on certain processors. | Bob Gilligan | |
2008-11-07 | Avoid overhead of modprobe | Stephen Hemminger | |
Floppy device driver is now builtin the kernel. Mount will load necessary filesystems | |||
2008-10-17 | Bugfix: 3655 | Bob Gilligan | |
Unload unused RAID modules. | |||
2008-10-07 | Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=2138 | rbalocca | |
2008-09-26 | Simplify the code | rbalocca | |
2008-09-26 | Fix for http://bugzilla.vyatta.com/show_bug.cgi?id=3680 (floppy config not ↵ | rbalocca | |
loaded) | |||
2008-07-23 | Code moved for fix of bug http://bugzilla.vyatta.com/show_bug.cgi?id=3417 | Rick Balocca | |
2008-07-07 | Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3427 | rbalocca | |
2008-05-19 | Fix for bug #3274 https://bugzilla.vyatta.com/show_bug.cgi?id=3274 | rbalocca | |
2008-05-07 | Fix problem with Default-Stop | rbalocca | |
2008-03-26 | fix for bug 3032: | An-Cheng Huang | |
* rename pre-glendale start-up config. * warn user when loading a pre-glendale config. | |||
2008-03-10 | Convert from VPL 1.0 to GPLv2 | Stephen Hemminger | |
Glendale release is licensed under GPL version 2. | |||
2008-02-22 | use vyattacfg for config files | An-Cheng Huang | |
2008-01-24 | Removed stale init entries for dhcpd, dhcrelay, and lighttpd daemons. Bug ↵ | Marat Nepomnyashy | |
2692 fix. | |||
2008-01-23 | Revert "fix bug 2658" | Tom Grennan | |
This reverts commit 31d8f4539b68b3e65b0d98bce0d564705ffa1992. Conflicts: etc/init.d/vyatta-ofr | |||
2008-01-23 | Revert "only rescan interfaces if vyatta udev script is installed" | Tom Grennan | |
This reverts commit 85b14c8232b1e59ce9bb42bb69935f2349823b96. | |||
2008-01-22 | only rescan interfaces if vyatta udev script is installed | Tom Grennan | |
2008-01-22 | use log_action_*_msg for config mount/umount | Tom Grennan | |
2008-01-21 | fix bug 2658 | Tom Grennan | |
force udev rescan w/in vyatta-ofr init so that we can update interface list in config file *after* filesystem is writable | |||
2008-01-03 | work w/ either quagga (debian) or vyatta-quagga packages | Tom Grennan | |
2007-12-14 | make sure config dir has right group/permissions | An-Cheng Huang | |
2007-12-13 | move floppy handler to initrd | Tom Grennan | |
2007-11-07 | * support rc.local on persistent storage. | An-Cheng Huang | |
* start vyatta-ofr at S90. | |||
2007-11-06 | Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfg | Tom Grennan | |
Conflicts: etc/init.d/vyatta-ofr | |||
2007-11-06 | config priorities... | Tom Grennan | |
/opt/vyatta/etc/config if .../config.boot exists otherwise, bind /opt/vyatta/etc/config to either ~root/vyatta/config or /media/floppy/config (in order) if neither exist, create ~root/vyatta/config | |||
2007-11-06 | handle config directory in vyatta-ofr init. | An-Cheng Huang | |
2007-11-01 | remove unused subinits from vyatta-ofr init | An-Cheng Huang | |
2007-10-24 | move default config to vyatta-cfg-system. if vyatta-cfg-system is not | An-Cheng Huang | |
installed, an empty config is used. | |||
2007-10-24 | make sure config directories have correct permissions. | An-Cheng Huang | |
2007-10-23 | use 'quaggavty' group | An-Cheng Huang | |
2007-10-22 | add 'config_dev' and 'config_path' kernel command-line options to allow | An-Cheng Huang | |
a user to specify the device and path of the startup configuration file, e.g., '... config_dev=sda1 config_path=/config.boot'. | |||
2007-10-17 | import the vyatta-ofr init script from old eureka. | An-Cheng Huang | |