summaryrefslogtreecommitdiffstats
path: root/loader2/net.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-2090/+0
* Do not include wireless.h or call is_wireless_device()David Cantrell2008-08-251-6/+0
* Include ../isys/ethtool.h instead of ../isys/net.h.David Cantrell2008-08-251-1/+1
* Removed waitForLink() function in loader.David Cantrell2008-08-251-35/+0
* Remove initLoopback() function in loaderDavid Cantrell2008-08-251-30/+0
* Use D-Bus properties to get current NM state.David Cantrell2008-08-251-44/+65
* Use NetworkManager instead of libdhcp. (#458183)David Cantrell2008-08-251-710/+681
* Remove extra newtPopWindow() call that was causing a crash (#260621).David Cantrell2008-08-061-1/+0
* Compile fixes.anaconda-11.4.1.17-1Chris Lumens2008-07-231-1/+1
* Offer physical NIC identification in stage 1 (#261101)David Cantrell2008-07-221-15/+82
* Set interface MTU if user specified mtu= param (#435874)David Cantrell2008-07-161-8/+34
* If network config info isn't provided for cmdline, abort.Chris Lumens2008-07-111-3/+11
* Use %m rather than strerror() where appropriate.Peter Jones2008-07-081-26/+15
* Check return value of asprintf() consistentlyDavid Cantrell2008-06-271-18/+40
* Per strtol(3) man page, set errno=0 before call.David Cantrell2008-06-271-0/+5
* Use strtol() instead of atoi()David Cantrell2008-06-261-5/+42
* Changes related to BZ #230949David Cantrell2008-04-211-12/+39
* Fix up compile error for new newtJeremy Katz2008-03-251-3/+3
* Make sure host lookups work for manual net config (#435574).David Cantrell2008-03-111-3/+1
* Change the method config prompts.Chris Lumens2008-03-041-4/+0
* Fix reverse name lookup.Peter Jones2008-02-291-2/+4
* Rename nl.c to iface.c and functions to iface_*David Cantrell2008-02-081-2/+2
* Remove our own DNS functions, since glibc's are available now.Chris Lumens2008-02-051-4/+7
* Revert "Initial support for network --bootproto=ask (#401531)."Chris Lumens2008-01-301-10/+3
* Avoid possible SIGSEGV from empty loaderData values.David Cantrell2008-01-221-12/+16
* Use libnl to get interface MAC and IP addressesDavid L. Cantrell Jr2008-01-221-1/+1
* Complete the patch for dhcptimeout (#198147, #254032)Martin Sivak2008-01-171-3/+9
* Initial support for network --bootproto=ask (#401531).Chris Lumens2008-01-161-3/+10
* Add nicdelay parameter to loader, so we can wait before sending DHCP requestsMartin Sivak2008-01-101-1/+0
* Add dhcpdelay to loader so we can modify the default dhcp timeout (#198147, #...Martin Sivak2008-01-101-1/+7
* Adjust loader to new hardware code.Bill Nottingham2007-12-201-12/+5
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-1/+1
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-18/+17
* Merge the FTP and HTTP methods into a single URL method.Chris Lumens2007-12-071-7/+3
* Correct the previous patch, we were doing the nicdelay on the wrong place. (#...Martin Sivak2007-11-201-8/+10
* Add the nicdelay command line option (#349521)Martin Sivak2007-11-061-0/+9
* - remove sdupprintf(), use asprintf() instead.Peter Jones2007-10-221-11/+17
* 2007-09-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-121-0/+5
* * loader2/loader.c (doLoaderMain): In STEP_IP, set the hostname ifDavid Cantrell2007-09-041-0/+7
* * loader2/loader.c (doLoaderMain): In STEP_IFACE, if we are doingDavid Cantrell2007-09-041-1/+7
* * loader2/net.c (chooseNetworkInterface): Skip devices that do notDavid Cantrell2007-08-301-2/+11
* * loader2/net.c (cidrCallback): If user provided a dotted-quadDavid Cantrell2007-08-221-0/+4
* Same change you just saw on rhel5-branch ported to the HEAD branch.David Cantrell2007-08-061-51/+58
* Use a different macro so anaconda will actually build.Chris Lumens2007-06-121-1/+1
* * loader2/net.c (manualNetConfig): Make sure the ip structure memberDavid Cantrell2007-06-011-23/+10
* * loader2/loader.c (doLoaderMain): Don't crash if the user selects backDavid Cantrell2007-05-231-2/+6
* * loader2/net.c: Consistency with isys.c, also fixes a problem reportedDavid Cantrell2007-05-221-8/+7
* White space.David Cantrell2007-05-161-2/+2
* * loader2/net.c: Patch from Dawei Pang <dwpang AT redflag-linux.com>David Cantrell2007-05-041-6/+6
* * rescue.py (startNetworking): Call the right functions to bring upDavid Cantrell2007-04-271-5/+0