| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace /var/run with /run everywhere | Zbigniew JÄdrzejewski-Szmek | 2017-08-03 | 1 | -6/+6 |
* | Replace usleep(1) calls with sleep(1) calls | David Kaspar [Dee'Kej] | 2017-05-25 | 1 | -1/+1 |
* | ifdown-eth: we need to flush global scope as well | Lukas Nykryn | 2017-03-28 | 1 | -1/+4 |
* | Use the is_true() and is_false() functions where possible | David Kaspar [Dee'Kej] | 2016-10-12 | 1 | -1/+1 |
* | [3/3] Remove tabs and fix spacing: ifup/ifdown scripts | Phil Dibowitz | 2016-10-12 | 1 | -79/+79 |
* | ifdown-eth: fix comparison | Lukas Nykryn | 2015-12-25 | 1 | -1/+1 |
* | network-scripts: DEVICE and HWADRR could be quoted by apostrophe | Lukas Nykryn | 2015-10-27 | 1 | -1/+1 |
* | ifdown: clean ipv4 localhost addresses | Lukas Nykryn | 2015-10-15 | 1 | -7/+7 |
* | ifdown-eth: use scope host for lo | Leon Kos | 2015-02-04 | 1 | -2/+7 |
* | network: add support for team devices | Jiri Pirko | 2014-03-31 | 1 | -0/+8 |
* | replace tunctl with ip tuntap (#947875) | Lukas Nykryn | 2013-04-09 | 1 | -1/+3 |
* | call flush addresses with scope global | Lukas Nykryn | 2013-04-03 | 1 | -2/+2 |
* | Fix greps to correctly handle comments and quotation | Lukas Nykryn | 2013-02-26 | 1 | -1/+1 |
* | Sync FSF address with GPL 2 text. | Ville Skyttä | 2013-01-20 | 1 | -1/+1 |
* | Be less strict about VLAN name (#505314) | Václav Pavlín | 2012-09-05 | 1 | -4/+1 |
* | Allow bridge names starting with a dash | Dan Kenigsberg | 2012-06-13 | 1 | -2/+2 |
* | Don't accidentally match other bonding devices. (#824175) | Bill Nottingham | 2012-05-23 | 1 | -1/+1 |
* | Use NetworkManager-compatible lease file names by default. | Bill Nottingham | 2012-03-09 | 1 | -1/+2 |
* | Fix logic error with removing arp_ip_target (#745681) | Bill Nottingham | 2011-10-13 | 1 | -1/+1 |
* | Fix pid file usage for IPv6. (#729292, <daveg@dgit.ndo.co.uk>) | Bill Nottingham | 2011-08-09 | 1 | -1/+1 |
* | Fix patch misapplication | Bill Nottingham | 2011-04-12 | 1 | -1/+1 |
* | ifup/ifdown-eth: properly add and remove arp_ip_target's | Harald Hoyer | 2011-04-12 | 1 | -2/+19 |
* | Use net_log where appropriate. | Bill Nottingham | 2011-03-25 | 1 | -2/+2 |
* | Handle 'MASTER' being quoted. (#651450, <gfidente@redhat.com>) | Bill Nottingham | 2011-01-12 | 1 | -1/+1 |
* | use ip command for vlan instead of vconfig | Petr Lautrbach | 2010-05-13 | 1 | -2/+2 |
* | Eliminate bunch of unnecessary stat calls and command invocations. | Ville Skyttä | 2010-01-12 | 1 | -3/+3 |
* | Get rid of uses of deprecated egrep and fgrep. | Ville Skyttä | 2010-01-12 | 1 | -3/+3 |
* | Run '/sbin/dhclient -6' instead of /sbin/dhcp6c (#553017, <dcantrell@redhat.c... | Bill Nottingham | 2010-01-08 | 1 | -10/+8 |
* | License cleanup. | Bill Nottingham | 2010-01-05 | 1 | -1/+1 |
* | Use $() instead of `` for process expansion. | Bill Nottingham | 2009-07-30 | 1 | -8/+8 |
* | Add support for creating TUN/TAP devices on the fly (#453973, <scott@zahna.com>) | Bill Nottingham | 2009-03-19 | 1 | -0/+4 |
* | Remove arp_ip_target on ifdown for bonding devices. (#483711) | Bill Nottingham | 2009-03-17 | 1 | -1/+3 |
* | Cleanup bridges better on ifdown (#463325, <sean@bruenor@org>) | Bill Nottingham | 2009-03-11 | 1 | -11/+11 |
* | Remove 'exit 0' from bridge path, so that bridge + vlan works. (#481557, <dan... | Bill Nottingham | 2009-01-26 | 1 | -1/+0 |
* | Make sure NEWCONFIG exists before grepping for it (#390271, continued) | Bill Nottingham | 2008-03-18 | 1 | -1/+6 |
* | typo | Bill Nottingham | 2007-11-27 | 1 | -1/+1 |
* | don't endlessly loop on ifdown if devices are inconsistent (#390271) | Bill Nottingham | 2007-11-26 | 1 | -1/+2 |
* | license cleanup | Bill Nottingham | 2007-08-03 | 1 | -3/+9 |
* | remove NETWORKING_IPV6 | Bill Nottingham | 2007-01-17 | 1 | -7/+5 |
* | release bonding slaves properly (#220525) | Bill Nottingham | 2007-01-04 | 1 | -0/+2 |
* | use sysfs interface for bonding (#202443, <agospoda@redhat.com>) | Bill Nottingham | 2006-10-18 | 1 | -1/+1 |
* | pass path to '.' always (#206035) | Bill Nottingham | 2006-09-11 | 1 | -1/+1 |
* | bring down bonding slaves on ifdown (#199706) | Bill Nottingham | 2006-08-01 | 1 | -0/+12 |
* | Add support for DHCP on bridges (#125259, original patch by Anders Kaseorg | Miloslav Trmac | 2006-03-27 | 1 | -5/+4 |
* | don't cause the module to get reloaded on ifdown if it's not loaded | Bill Nottingham | 2006-02-28 | 1 | -7/+9 |
* | use new dhclient file paths, add appropriate conflict (#169164) | Bill Nottingham | 2005-11-28 | 1 | -1/+1 |
* | clean up error message (#135167) | Bill Nottingham | 2005-10-03 | 1 | -1/+1 |
* | fix grep to always match the full hwaddr, as opposed to matching '0' | Bill Nottingham | 2005-05-10 | 1 | -1/+1 |
* | handle alternate VLAN naming schemes (#115001) | Bill Nottingham | 2005-03-30 | 1 | -1/+2 |
* | woops | Bill Nottingham | 2005-03-03 | 1 | -2/+9 |