| Commit message (Expand) | Author | Age | Files | Lines |
* | I'm going to go out on a limb and say that /proc/mounts *doesn't* have | Bill Nottingham | 2005-04-27 | 1 | -3/+3 |
* | optimize some (#138557, <drepper@redhat.com>) | Bill Nottingham | 2005-04-15 | 1 | -5/+6 |
* | silence sysctl some more | Bill Nottingham | 2005-04-15 | 1 | -2/+2 |
* | handle alternate VLAN naming schemes (#115001) | Bill Nottingham | 2005-03-30 | 1 | -1/+2 |
* | shut up sysctl (#144483) | Bill Nottingham | 2005-01-07 | 1 | -2/+2 |
* | fix firmware uploading on boot (#137263) | Bill Nottingham | 2004-11-04 | 1 | -1/+1 |
* | fix overzealousness with -range aliases (#65415) | Bill Nottingham | 2004-09-27 | 1 | -1/+1 |
* | fix nfs unmounting (#129765) | Bill Nottingham | 2004-08-12 | 1 | -1/+1 |
* | don't bring interfaces down twice (#127487) | Bill Nottingham | 2004-07-27 | 1 | -1/+3 |
* | vlan fixes (#107504, <hrunting@texas.net>) | Bill Nottingham | 2004-06-07 | 1 | -2/+16 |
* | fix bridging confusing module order (#122848, <luto@myrealbox.com>) | Bill Nottingham | 2004-05-21 | 1 | -0/+1 |
* | remove ipv6 bogosity (#114128) | Bill Nottingham | 2004-04-21 | 1 | -8/+0 |
* | clear out environment (#113937, #111584) | Bill Nottingham | 2004-01-28 | 1 | -0/+9 |
* | fix xDSL and other interfaces (#109601) | Bill Nottingham | 2003-11-10 | 1 | -8/+8 |
* | bridging support (<dwmw2@redhat.com>) | Bill Nottingham | 2003-09-09 | 1 | -6/+15 |
* | fix bonding+dhcp (#91399); bring bonding device links up, then bring up slave... | Bill Nottingham | 2003-09-05 | 1 | -0/+6 |
* | revert - bringing up bonding interfaces last doesn't work | Bill Nottingham | 2003-09-05 | 1 | -7/+2 |
* | add bonding & xDSL to the list of devices brought up afterwards (#97030,#91399) | Bill Nottingham | 2003-09-04 | 1 | -3/+48 |
* | handle sorting > 10 network devices (#98209) | Bill Nottingham | 2003-09-04 | 1 | -1/+2 |
* | fix error message on directories with spaces (#86066) | Bill Nottingham | 2003-09-04 | 1 | -1/+1 |
* | - new releaser7-16 | Florian La Roche | 2003-04-18 | 1 | -32/+9 |
* | - init.d/network: don't advertise "probe: true" in the header if we don't | Nalin Dahyabhai | 2003-03-17 | 1 | -1/+1 |
* | vlan fixes (<tis@foobar.fi>) | Bill Nottingham | 2003-02-04 | 1 | -1/+1 |
* | 802.1Q VLAN support (<tis@foobar.fi>, #82593)r7-05 | Bill Nottingham | 2003-01-31 | 1 | -1/+14 |
* | fix status (#81471) | Bill Nottingham | 2003-01-14 | 1 | -1/+1 |
* | speedups (<drepper@redhat.com>) | Bill Nottingham | 2003-01-07 | 1 | -4/+4 |
* | * Tue Jul 09 2002 Florian La Roche <Florian.LaRoche@redhat.de> | Florian La Roche | 2002-07-10 | 1 | -2/+2 |
* | shut up sysctl | Bill Nottingham | 2002-04-13 | 1 | -1/+1 |
* | run sysctl again at the end of network (for interface-specific parameters) | Bill Nottingham | 2002-04-12 | 1 | -0/+2 |
* | provide various LSB init facilities | Bill Nottingham | 2002-03-13 | 1 | -0/+3 |
* | - fix cipe check | Bill Nottingham | 2002-03-12 | 1 | -0/+3 |
* | determine devices the correct way | Harald Hoyer | 2001-11-19 | 1 | -8/+11 |
* | remove remnants of LinuxConf. Don't use ifconfig, only /sbin/ip. Use check_... | Preston Brown | 2001-09-14 | 1 | -74/+17 |
* | add is_available() function for network devices; use it. gets rid of horribly... | Bill Nottingham | 2001-08-15 | 1 | -13/+12 |
* | use awk, not grep & other cruft (#49616) | Bill Nottingham | 2001-08-07 | 1 | -1/+1 |
* | big ipv6 update from Pekka Savola (<pekkas@netcore.fi>) | Bill Nottingham | 2001-07-11 | 1 | -0/+27 |
* | - add support isdn | Than Ngo | 2001-06-21 | 1 | -2/+1 |
* | supress error messages if NETWORKING ist undefinedr5-87 | Karsten Hopp | 2001-05-21 | 1 | -1/+1 |
* | remove bogus liner5-81 | Bill Nottingham | 2001-04-02 | 1 | -2/+0 |
* | run *all* greps in C locale | Bill Nottingham | 2001-03-28 | 1 | -10/+12 |
* | don't error if kernel.hotplug isn't there (#33256) | Bill Nottingham | 2001-03-26 | 1 | -1/+1 |
* | use new -e argument to sysctl to ignore unknown keys (#31852) | Bill Nottingham | 2001-03-22 | 1 | -1/+1 |
* | fix typo | Bill Nottingham | 2001-03-14 | 1 | -1/+1 |
* | do cipe stuff out of order | Bill Nottingham | 2001-03-14 | 1 | -0/+28 |
* | fix broken translations in linuxconf-specific sections | Bill Nottingham | 2001-03-13 | 1 | -8/+8 |
* | fix awk for alias | Bill Nottingham | 2001-03-05 | 1 | -1/+1 |
* | - don't attempt to work around broken linuxconf routes, simplify | Bill Nottingham | 2001-03-05 | 1 | -6/+2 |
* | disable hotplug during network initscript | Bill Nottingham | 2001-02-27 | 1 | -0/+5 |
* | if IPv6 is configured, make sure it's available | Bill Nottingham | 2001-02-19 | 1 | -0/+8 |
* | tweak usage messages (#24085) | Bill Nottingham | 2001-01-30 | 1 | -1/+1 |