| Commit message (Expand) | Author | Age | Files | Lines |
* | Use $(( )) for arithmetic statements instead of let or $[ ]. | Victor Lowther | 2009-07-30 | 1 | -3/+3 |
* | Use $() instead of `` for process expansion. | Bill Nottingham | 2009-07-30 | 1 | -19/+19 |
* | Don't use mii-tool for link status; only use ethtool. | Bill Nottingham | 2009-07-02 | 1 | -13/+3 |
* | Explicitly source from the proper directory. (#496233) | Bill Nottingham | 2009-04-21 | 1 | -2/+2 |
* | Handle full paths in need_config/source_config by normalizing them (#483257) | Bill Nottingham | 2009-03-16 | 1 | -2/+3 |
* | Remove support for 'ifcfg-foo-bar' configurations that automatically inherit ... | Bill Nottingham | 2009-03-16 | 1 | -10/+0 |
* | Use a leading path marker when sourcing files. (#482826) | Bill Nottingham | 2009-01-28 | 1 | -4/+4 |
* | fixed typo in get_config_by_subchannel() | Harald Hoyer | 2008-11-25 | 1 | -1/+1 |
* | fixed SUBCHANNEL grep for s390 | Harald Hoyer | 2008-11-12 | 1 | -1/+3 |
* | fixed bug #459044 | Harald Hoyer | 2008-11-11 | 1 | -1/+1 |
* | Remove reference to rename_device. | Bill Nottingham | 2008-10-03 | 1 | -1/+0 |
* | https://bugzilla.redhat.com/show_bug.cgi?id=447928 | Harald Hoyer | 2008-09-16 | 1 | -1/+1 |
* | Use 0.0.0.0/0, not 0/0. (#460580) | Bill Nottingham | 2008-09-03 | 1 | -1/+1 |
* | Don't try to rename devices - udev rules are the way to go | Bill Nottingham | 2008-05-23 | 1 | -33/+0 |
* | add sit tunnel type (#441635) | Bill Nottingham | 2008-04-09 | 1 | -0/+3 |
* | restore file context on /etc/resolv.conf (#230776, <dwalsh@redhat.com>) | Bill Nottingham | 2007-04-16 | 1 | -0/+1 |
* | fix logic | Bill Nottingham | 2007-02-22 | 1 | -1/+1 |
* | simplify bonding test (#215887, <herbert.xu@redhat.com>) | Bill Nottingham | 2007-01-23 | 1 | -4/+1 |
* | don't run ethtool if there's no device. Prevents reloading the module | Bill Nottingham | 2006-11-06 | 1 | -0/+1 |
* | use sysfs interface for bonding (#202443, <agospoda@redhat.com>) | Bill Nottingham | 2006-10-18 | 1 | -0/+13 |
* | move ccwgroup initialization to a udev rule (#199139, #199655, #169161) | Bill Nottingham | 2006-09-27 | 1 | -31/+6 |
* | make test for bonding device a function | Bill Nottingham | 2006-08-01 | 1 | -0/+7 |
* | support LINKDELAY for dhcp (#191137) | Bill Nottingham | 2006-08-01 | 1 | -1/+3 |
* | Consistently exclude backup files when globbing | Miloslav Trmac | 2006-07-27 | 1 | -2/+6 |
* | Simplify the regexp a little | Miloslav Trmac | 2006-07-26 | 1 | -1/+1 |
* | Handle ifcfg files not named ifcfg-$DEVICE (based on a patch by | Miloslav Trmac | 2006-07-26 | 1 | -2/+10 |
* | Avoid an unnecessary cat / sed. | Miloslav Trmac | 2006-07-26 | 1 | -10/+8 |
* | Oops, set $alias like the previous version did. Document this part of the | Miloslav Trmac | 2006-07-26 | 1 | -2/+4 |
* | Use the alias value to lookup an install line. | Miloslav Trmac | 2006-07-26 | 1 | -5/+12 |
* | Allow (:) as a "do-nothing" module install command (patch by Michal Jaegermann | Miloslav Trmac | 2006-07-26 | 1 | -1/+2 |
* | GRE and IPIP tunnel support (#168990, based on patches by | Miloslav Trmac | 2006-07-25 | 1 | -2/+4 |
* | Add METRIC= support for default routes (#124045) | Miloslav Trmac | 2006-05-10 | 1 | -8/+14 |
* | don't hang if we try to rename a device that's already up | Bill Nottingham | 2006-03-17 | 1 | -0/+1 |
* | silence!r8-30 | Bill Nottingham | 2006-02-28 | 1 | -2/+2 |
* | array variables are bad. use $IFS with '/', as that is illegal in | Bill Nottingham | 2006-02-28 | 1 | -10/+18 |
* | Fix potentials for endless loops when you have multiple devices | Bill Nottingham | 2006-02-28 | 1 | -6/+10 |
* | don't cause the module to get reloaded on ifdown if it's not loaded | Bill Nottingham | 2006-02-28 | 1 | -2/+2 |
* | fix loop when change_resolve_conf is supplied the same DNS address | Bill Nottingham | 2006-02-10 | 1 | -0/+1 |
* | remove references to /usr/X11R6/bin (#177938) | Bill Nottingham | 2006-01-31 | 1 | -1/+1 |
* | get hwaddrs from sysfs as opposed to ip | sed, etc. | Bill Nottingham | 2006-01-20 | 1 | -2/+8 |
* | udev now loads modules - use that, remove the kmodule stuff | Bill Nottingham | 2005-12-21 | 1 | -4/+0 |
* | fixed typo bug | Than Ngo | 2005-09-27 | 1 | -1/+1 |
* | deal with broken networks better (#168947) | Bill Nottingham | 2005-09-22 | 1 | -5/+7 |
* | throw out nameif error messages | Bill Nottingham | 2005-09-21 | 1 | -2/+2 |
* | fix grep to always match the full hwaddr, as opposed to matching '0' | Bill Nottingham | 2005-05-10 | 1 | -2/+7 |
* | don't error out if hotplug doesn't exist (#140008) | Bill Nottingham | 2005-04-15 | 1 | -3/+3 |
* | woops | Bill Nottingham | 2005-03-03 | 1 | -26/+0 |
* | ipv6 cleanups (<pb@bieringer.de>) | Bill Nottingham | 2005-03-03 | 1 | -0/+26 |
* | unbreak the "cleanup" | Bill Nottingham | 2005-02-01 | 1 | -1/+1 |
* | fix various fgreps to not catch commented lines (#136531, expanded from <cww@... | Bill Nottingham | 2005-01-12 | 1 | -2/+2 |