| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow changing of VLAN type even if the module is already loaded. (#495053, <... | Bill Nottingham | 2009-04-09 | 1 | -6/+6 |
* | Add vlan support for s390 HSI interfaces. (#490584) | Bill Nottingham | 2009-03-17 | 1 | -1/+1 |
* | https://bugzilla.redhat.com/show_bug.cgi?id=447928 | Harald Hoyer | 2008-09-16 | 1 | -3/+3 |
* | work around bash changes (#220887, modified from <nvigier@mandriva.com>) | Bill Nottingham | 2007-09-25 | 1 | -2/+4 |
* | license cleanup | Bill Nottingham | 2007-08-03 | 1 | -4/+10 |
* | pass path to '.' always (#206035) | Bill Nottingham | 2006-09-11 | 1 | -1/+1 |
* | Simplify $DEVICE parsing to get VLAN info | Miloslav Trmac | 2006-07-28 | 1 | -12/+8 |
* | Support (ifup vlan1:0) (#193133) | Miloslav Trmac | 2006-07-28 | 1 | -2/+2 |
* | Undefine $WINDOW to avoid conflict with screen(1) (#174336) | Miloslav Trmac | 2006-03-19 | 1 | -0/+2 |
* | handle alternate VLAN naming schemes (#115001) | Bill Nottingham | 2005-03-30 | 1 | -8/+20 |
* | woops | Bill Nottingham | 2005-03-03 | 1 | -0/+9 |
* | ipv6 cleanups (<pb@bieringer.de>) | Bill Nottingham | 2005-03-03 | 1 | -9/+0 |
* | split out ifup/ifdown general case to ifup/ifdown-eth; add ifup/ifdown-bnep (... | Bill Nottingham | 2005-01-19 | 1 | -304/+3 |
* | remove pump, dhcpcd support. | Bill Nottingham | 2005-01-12 | 1 | -4/+0 |
* | fix various fgreps to not catch commented lines (#136531, expanded from <cww@... | Bill Nottingham | 2005-01-12 | 1 | -3/+3 |
* | fix ONxxx (#136531, <cww@redhat.com>) | Bill Nottingham | 2005-01-12 | 1 | -2/+2 |
* | set ETHTOOL_OPTS on addressless devices (#144682, <mpoole@redhat.com>) | Bill Nottingham | 2005-01-12 | 1 | -0/+3 |
* | fix typo (#134787, <bnocera@redhat.com>) | Bill Nottingham | 2004-11-09 | 1 | -1/+1 |
* | fix typo | Bill Nottingham | 2004-10-18 | 1 | -1/+1 |
* | fix GATEWAYDEV (#133375, <pekkas@netcore.fi>) | Bill Nottingham | 2004-10-18 | 1 | -1/+1 |
* | shell quoting will EAT YOUR BRANE | Bill Nottingham | 2004-09-27 | 1 | -1/+1 |
* | fix shell quoting | Bill Nottingham | 2004-09-23 | 1 | -1/+1 |
* | fix handling of nonexistent devices (#132839) | Bill Nottingham | 2004-09-17 | 1 | -1/+1 |
* | Add support for new DHCPv6 client (new DHCPV6C ifcfg variable)r7-73 | Jason Vas Dias | 2004-08-27 | 1 | -0/+2 |
* | Add support for new DHCPv6 client (new DHCPV6C ifcfg variable) | Jason Vas Dias | 2004-08-27 | 1 | -0/+3 |
* | support STP bridging (#123324) | Bill Nottingham | 2004-08-25 | 1 | -0/+1 |
* | Allow users to use generic /etc/dhclient.conf if per-device file non-existent... | Jason Vas Dias | 2004-08-20 | 1 | -1/+8 |
* | spelling :)r7-61-1 | Bill Nottingham | 2004-08-11 | 1 | -1/+1 |
* | fixed bug #120093: added PERSISTANT_DHCLIENT option to ifcfg files | Jason Vas Dias | 2004-08-11 | 1 | -1/+6 |
* | fix bonding + no IP (#127285) | Bill Nottingham | 2004-07-14 | 1 | -0/+7 |
* | cleanup | Bill Nottingham | 2004-06-08 | 1 | -10/+4 |
* | clean up errors | Bill Nottingham | 2004-06-08 | 1 | -1/+1 |
* | bonding fixes | Bill Nottingham | 2004-06-08 | 1 | -3/+27 |
* | vlan fixes (#107504, <hrunting@texas.net>) | Bill Nottingham | 2004-06-07 | 1 | -3/+3 |
* | remove duplicate setting of network routes (#125450) | Bill Nottingham | 2004-06-07 | 1 | -5/+0 |
* | support ETHTOOL_OPTS on bonding slaves (#119430, <hrunting@texas.net>) | Bill Nottingham | 2004-05-04 | 1 | -0/+4 |
* | oh wait, not on -HEAD | Bill Nottingham | 2004-01-28 | 1 | -1/+1 |
* | add another catch for bonding devices | Bill Nottingham | 2004-01-28 | 1 | -1/+1 |
* | get rid of error message | Bill Nottingham | 2003-11-07 | 1 | -1/+1 |
* | bridging updates (#104421, <dwmw2@redhat.com>) | Bill Nottingham | 2003-10-10 | 1 | -5/+20 |
* | always call 'ip link set *dev* ${DEVICE}', to avoid confusion with | Bill Nottingham | 2003-09-11 | 1 | -10/+10 |
* | bridging support (<dwmw2@redhat.com>) | Bill Nottingham | 2003-09-09 | 1 | -0/+17 |
* | fix bonding+dhcp (#91399); bring bonding device links up, then bring up slave... | Bill Nottingham | 2003-09-05 | 1 | -0/+8 |
* | fix use of local | Bill Nottingham | 2003-08-20 | 1 | -1/+1 |
* | fix ethernet device renaming deadlock (yay recursion!) (#101566) | Bill Nottingham | 2003-08-08 | 1 | -1/+2 |
* | fix short-circuit (#101445) | Bill Nottingham | 2003-08-01 | 1 | -1/+1 |
* | allow default window size for routes to be set with WINDOW=... (#98112) | Bill Nottingham | 2003-06-27 | 1 | -3/+3 |
* | support setting device options with ethtool opts | Bill Nottingham | 2003-06-27 | 1 | -0/+8 |
* | more tweaks | Bill Nottingham | 2003-06-24 | 1 | -2/+1 |
* | get rid of an extraneous error message | Bill Nottingham | 2003-06-24 | 1 | -1/+1 |