| Commit message (Expand) | Author | Age | Files | Lines |
* | handle arp_ip_target separately (#288151, <agospoda@redhat.com>) | Bill Nottingham | 2007-09-14 | 1 | -1/+10 |
* | fix fix | Bill Nottingham | 2007-08-10 | 1 | -1/+1 |
* | add support for overriding IKE dh group (#251506, <stijn.tintel@x-tend.be>) | Bill Nottingham | 2007-08-09 | 1 | -3/+4 |
* | license cleanup | Bill Nottingham | 2007-08-03 | 6 | -20/+56 |
* | set 'primary' later for bonding devices (#236897, <agospoda@redhat.com>) | Bill Nottingham | 2007-06-22 | 1 | -0/+9 |
* | as we don't use NETWORKING_IPV6, silence errors (#195845) | Bill Nottingham | 2007-04-17 | 1 | -1/+1 |
* | support ETHTOOL_OPTS on bridge devices (#208043, <bbaetz@acm.org>) | Bill Nottingham | 2007-04-16 | 1 | -0/+3 |
* | cleanup & optimize sysctl usage (#217595) | Bill Nottingham | 2007-04-16 | 1 | -4/+7 |
* | set link up before itweaking wireless parameters (#228253) | Bill Nottingham | 2007-04-16 | 1 | -0/+3 |
* | allow overriding of my_identifier (#229343, <cmadams@hiwaay.net>) | Bill Nottingham | 2007-04-16 | 1 | -2/+10 |
* | only use the first address (#230157, <michal@harddata.com>) | Bill Nottingham | 2007-04-16 | 1 | -2/+2 |
* | restore file context on /etc/resolv.conf (#230776, <dwalsh@redhat.com>) | Bill Nottingham | 2007-04-16 | 1 | -0/+1 |
* | disable link checking when PERSISTENT_DHCLIENT is set (#234075) | Bill Nottingham | 2007-04-16 | 1 | -1/+1 |
* | properly quote arguments (#234756) | Bill Nottingham | 2007-04-13 | 1 | -5/+5 |
* | 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 |
* | remove NETWORKING_IPV6 | Bill Nottingham | 2007-01-17 | 9 | -48/+14 |
* | fix logic thinko that can trip up when lookup fails (#220318) | Bill Nottingham | 2007-01-17 | 1 | -4/+3 |
* | release bonding slaves properly (#220525) | Bill Nottingham | 2007-01-04 | 1 | -0/+2 |
* | set MACADDR, MTU before initializing bonding slaves, etc (#218792) | Bill Nottingham | 2006-12-07 | 1 | -10/+10 |
* | more fixes for network module unload (#211474) | Bill Nottingham | 2006-11-22 | 1 | -1/+1 |
* | Add a way to manually manage racoon.conf, e.g. to handle separate tunnels with | Miloslav Trmac | 2006-11-15 | 2 | -5/+7 |
* | don't run ethtool if there's no device. Prevents reloading the module | Bill Nottingham | 2006-11-06 | 1 | -0/+1 |
* | just enslave once. seems to work now | Bill Nottingham | 2006-10-19 | 1 | -26/+2 |
* | use sysfs interface for bonding (#202443, <agospoda@redhat.com>) | Bill Nottingham | 2006-10-18 | 3 | -8/+26 |
* | restorecon on moved lease file | Bill Nottingham | 2006-10-07 | 1 | -0/+1 |
* | move ccwgroup initialization to a udev rule (#199139, #199655, #169161) | Bill Nottingham | 2006-09-27 | 2 | -33/+6 |
* | sed gone wrong | Bill Nottingham | 2006-09-19 | 1 | -1/+1 |
* | pass path to '.' always (#206035) | Bill Nottingham | 2006-09-11 | 29 | -29/+29 |
* | fix the real issue | Bill Nottingham | 2006-08-23 | 1 | -6/+1 |
* | if they have explicitly defined an address in 169.254, things go really | Bill Nottingham | 2006-08-23 | 1 | -0/+5 |
* | whitespace cleanups | Bill Nottingham | 2006-08-07 | 1 | -33/+33 |
* | Reapply fix from rev 1.34: | Miloslav Trmac | 2006-08-03 | 1 | -1/+1 |
* | IPv6 updates (<pb@bieringer.de>, #143452) | Bill Nottingham | 2006-08-02 | 4 | -18/+36 |
* | bring down bonding slaves on ifdown (#199706) | Bill Nottingham | 2006-08-01 | 1 | -0/+12 |
* | make test for bonding device a function | Bill Nottingham | 2006-08-01 | 2 | -5/+10 |
* | support LINKDELAY for dhcp (#191137) | Bill Nottingham | 2006-08-01 | 1 | -1/+3 |
* | 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 | 2 | -3/+5 |
* | Consistently exclude backup files when globbing | Miloslav Trmac | 2006-07-27 | 3 | -10/+18 |
* | 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 | 3 | -2/+116 |
* | don't add routes directly to alias devices (#199825, #195656) | Bill Nottingham | 2006-07-24 | 1 | -1/+1 |
* | force-move the lease file (<markmc@redhat.com>) | Bill Nottingham | 2006-07-19 | 1 | -1/+1 |
* | copy any lease obtained by the initrd (#198601, <markmc@redhat.com>) | Bill Nottingham | 2006-07-13 | 1 | -0/+4 |