aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* network: tell nm to wake the slavesLukas Nykryn2014-07-241-1/+2
|
* 9.55-1initscripts-9.55-1Lukas Nykryn2014-07-221-1/+11
|
* fix license handlingTom Callaway2014-07-221-1/+3
|
* ipcalc: -c allow netmaskLukas Nykryn2014-06-061-2/+2
|
* ipcalc: parse prefix more safelyLukas Nykryn2014-06-061-2/+22
|
* inittab: fix path and mention set-defaultLukas Nykryn2014-06-031-3/+5
|
* don't require /sbin/sysctlLukas Nykryn2014-05-211-1/+0
|
* init.d/functions: check parent dir of pid file for accessibilityLukas Nykryn2014-04-301-0/+3
|
* ifup-eth: some options for bridge can be applied after the bridge is upLukas Nykryn2014-04-291-0/+10
| | | | | Conflicts: sysconfig/network-scripts/ifup-eth
* remove ppp from translationLukas Nykryn2014-04-242-106/+62
|
* 9.54-1initscripts-9.54-1Lukas Nykryn2014-04-241-2/+12
|
* move ppp support to ppp packageLukas Nykryn2014-04-2413-1646/+4
|
* fedora-readonly: fix prefix detection (#1059749)Václav Pavlín2014-04-161-2/+3
|
* remove fedora-configureLukas Nykryn2014-04-073-36/+0
|
* network: detect if / is on netfsLukas Nykryn2014-04-011-0/+2
|
* is_nm_handling: fix RELukas Nykryn2014-04-011-1/+1
|
* bonding: match whole name of interfaceLuke Bigum2014-03-311-1/+1
|
* network: add support for team devicesJiri Pirko2014-03-312-0/+20
| | | | | | | | | | | | | | | | | | Currently, team masters and slaves are supported via ifup-Team* and ifdown-Team* scripts shipped in teamd package. It uses somehow ugly workaround where user have to specify DEVIVETYPE to "Team" or "TeamPort". This turned out to be non-optimal solution as this is confusing users. Also it does not work when TYPE is set. So fix this by adding the team support hooks directly into initscripts. Now for team port, user needs only to set: TEAM_MASTER="teamx" and for team master, user needs only to set: TEAM_CONFIG="...whatever..." Signed-off-by: Jiri Pirko <jiri@resnulli.us>
* ifup-wireless: fix syntax errorkc8hfi@gmail.com2014-03-311-1/+1
|
* 9.53-1initscripts-9.53-1Lukas Nykryn2014-03-261-1/+16
|
* bridging: add possibility to set prio and ageingLukas Nykryn2014-03-191-0/+2
|
* ifup: add possibility to specify value for -w parameter of arpingLukas Nykryn2014-03-192-2/+2
|
* network: try to not compete with NM during bootLukas Nykryn2014-03-113-1/+7
|
* fedora-domainname: DefaultDependencies=noLukas Nykryn2014-03-031-0/+2
|
* service: add condrestart to allowed commandsLukas Nykryn2014-03-031-1/+1
|
* update ifup/ifdown NetworkManager interaction once more(#1036701, #1061810)Lukas Nykryn2014-03-031-1/+1
|
* network: modify ifup-wireless so it doesn't call exitPavel Šimerda2014-02-191-11/+14
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1057635
* set shmmax and shmall defaults to match rhel6 values (#1056547)Lukas Nykryn2014-02-132-0/+12
|
* update ifup/ifdown NetworkManager interaction (#1036701, #1061810)Lukas Nykryn2014-02-133-4/+5
|
* service: fix action matchingLukas Nykryn2014-02-131-1/+1
|
* remove ifup-ipx from specLukas Nykryn2014-01-151-1/+0
|
* Delete IPX support.Bill Nottingham2014-01-154-75/+0
| | | | | | | Conflicts: rc.d/init.d/network sysconfig.txt sysconfig/network-scripts/ifup-ipx
* remove dependency on sysvinit-toolsLukas Nykryn2014-01-141-1/+0
|
* 9.52-1initscripts-9.52-1Lukas Nykryn2014-01-141-1/+5
|
* 9.51-1initscripts-9.51-1Lukas Nykryn2014-01-141-1/+12
|
* ifdown: fix typo in nmcli call (#1006222)Lukas Nykryn2014-01-141-2/+2
|
* update functions who call nmcli (#1002958)Lukas Nykryn2014-01-143-3/+4
|
* use iw instead of iwconfig and friends (#915343)Lukas Nykryn2013-12-102-96/+25
|
* ifup-eth: fix typo in error message (#1038776)Václav Pavlín2013-12-061-1/+1
|
* service: suggest using systemctl if unknown action is used (#1029350)Václav Pavlín2013-11-121-0/+1
|
* rename_device: remove comments and trailing whitespacesLukas Nykryn2013-11-121-0/+8
|
* readonly-root: restore selinux context after bind mount (#1029342)Václav Pavlín2013-11-121-1/+1
|
* readonly-root: Add /var/log/audit/audit.log to rwtab (#1026815)Václav Pavlín2013-11-051-0/+1
|
* readonly-root: bind-mount only necessary subset of entries in rwtabVáclav Pavlín2013-09-121-13/+32
|
* 9.50-1initscripts-9.50-1Lukas Nykryn2013-09-031-1/+10
|
* ipcalc: support RFC3021 (#997271)Lukas Nykryn2013-09-021-1/+6
|
* symlink /etc/sysctl.conf -> /etc/sysctl.d/Lukas Nykryn2013-08-162-0/+3
|
* man: only action specified in LSB are redirected to systemdVáclav Pavlín2013-08-081-1/+4
|
* service: filter actions that are not supported by systemctl in service (#947823)Václav Pavlín2013-08-081-1/+3
|
* install_bonding_driver: drop check for existing device (#991335)Lukas Nykryn2013-08-051-1/+0
| | | | | Install_bonding_driver is now doing more that loading kernel driver, so that check is not correct.