Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (get_eth_cards) simplify | Thierry Vignaud | 2006-01-03 | 1 | -2/+1 |
| | |||||
* | handle zd1201 as well | Olivier Blin | 2005-11-08 | 1 | -2/+3 |
| | |||||
* | crappy workaround for rt2400/rt2500 and their missing "device" link in sysfs | Olivier Blin | 2005-10-27 | 1 | -0/+6 |
| | |||||
* | fix typo | Olivier Blin | 2005-10-27 | 1 | -1/+1 |
| | |||||
* | use standard 'mac' modifier in iftab for IEEE1394, EUI64 and IRDA | Olivier Blin | 2005-10-27 | 1 | -3/+4 |
| | |||||
* | fix hostap/orinoco driver detection (#18294) | Olivier Blin | 2005-09-19 | 1 | -3/+6 |
| | |||||
* | (is_ifplugd_blacklisted) do not blacklist anymore b44 since it now | Thierry Vignaud | 2005-09-16 | 1 | -1/+1 |
| | | | | | support reporting link status according to Arnaud Monnet de Lorbeau | ||||
* | call network::ethernet::update_iftab from ↵ | Olivier Blin | 2005-09-14 | 1 | -0/+1 |
| | | | | network::ethernet::configure_eth_aliases | ||||
* | try not to use wrong "orinoco" module (#18294) | Olivier Blin | 2005-09-08 | 1 | -1/+2 |
| | |||||
* | move is_ifplugd_blacklist in network::ethernet (and get rid of madwifi_pci, ↵ | Olivier Blin | 2005-08-31 | 1 | -0/+5 |
| | | | | it's wifi and supported by ifplugd) | ||||
* | do not write aliases interfaces in iftab | Olivier Blin | 2005-08-08 | 1 | -1/+2 |
| | |||||
* | ip isn't localized | Olivier Blin | 2005-08-02 | 1 | -1/+1 |
| | |||||
* | new sysfs structure | Olivier Blin | 2005-07-29 | 1 | -2/+2 |
| | |||||
* | write module aliases if needed | Olivier Blin | 2005-07-21 | 1 | -0/+1 |
| | |||||
* | get_eth_card_mac_address: handle firewire mac_addresses again | Olivier Blin | 2005-07-18 | 1 | -1/+2 |
| | |||||
* | stricter regexp for MAC addresses | Olivier Blin | 2005-07-07 | 1 | -1/+1 |
| | |||||
* | - move functions using /proc/partitions out of fsedit to fs::proc_partitions | Pascal Rigaux | 2005-06-10 | 1 | -4/+0 |
| | | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it) | ||||
* | - merge network settings in a $net hash (it modifies $o fields too): | Olivier Blin | 2005-06-03 | 1 | -16/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o $netc becomes $net->{network} and $net->{resolv} o $intf becomes $net->{ifcfg} - move zeroconf config stuff in write_zeroconf - read_tmdns_conf -> read_zeroconf - read_all_conf -> read_net_conf - configureNetwork2 -> configure_network - configure_network: write ifcfg files for ppp interfaces too - don't install wireless-tools in configure_network, this package is in basesystem - most functions don't need the file path as an argument in network::network - drop network::tools::remove_initscript - don't export too much from network::network - don't export from network::tools - remove adsl_unsupported_eci step in drakconnect - drop passwd2 field in network::adsl - drop $net->{isdn_internal} - network::netconnect : main -> safe_main - use network::netconnect::real_main during install - don't read network config in network::netconnect::real_main - install_steps::upNetwork : resolv.conf is already symlinked by network::network::configure_network when appropriate - try to fix install_any::generate_automatic_stage1_params to use a real interface configuration - put authentication stuff in $net->{auth} - drop network::ethernet::write_ether_conf - drop network::adsl::get_wizard - use 'static' instead of 'manual' as ADSL method - drop first_modem and its workarounds in network::modem - drop deprecated "multiple_internet_cnx" step in drakconnect - don't save /etc/sysconfig/drakconnect anymore - drop MDK::Common::Globals stuff - drop getIP in net_applet (Pixel) - drop $netc->{DHCP} - configure_network(): write resolv.conf even if a dhcp interface is configured | ||||
* | fix USB devices detection for ndiswrapper | Olivier Blin | 2005-05-02 | 1 | -2/+3 |
| | |||||
* | fix typo | Olivier Blin | 2005-04-19 | 1 | -1/+1 |
| | |||||
* | fix Titi sux (we do want to use sysfs if ethtool fails) | Olivier Blin | 2005-04-19 | 1 | -1/+1 |
| | |||||
* | do not write zeroed MAC addresses in iftab, it confuses ifrename | Olivier Blin | 2005-04-19 | 1 | -0/+2 |
| | |||||
* | remove other mac address occurrences in iftab | Olivier Blin | 2005-03-18 | 1 | -0/+1 |
| | |||||
* | write selected dhcp client in ifcfg files | Olivier Blin | 2005-03-09 | 1 | -1/+13 |
| | |||||
* | (get_eth_cards) update comments | Thierry Vignaud | 2005-03-09 | 1 | -5/+6 |
| | |||||
* | (get_eth_cards) do not overwrite driver name with sysfs one when we | Thierry Vignaud | 2005-03-09 | 1 | -2/+8 |
| | | | | | | already got it from ethtool, thus fixing bogus names registered though pci layer in kernel (#14163) | ||||
* | add @network::ethernet::dhcp_clients | Olivier Blin | 2005-03-04 | 1 | -0/+2 |
| | |||||
* | (get_eth_cards) workaround buggy kernel until provided patch got applied ↵ | Thierry Vignaud | 2005-03-01 | 1 | -0/+1 |
| | | | | (#12609) | ||||
* | do not rely on broken ethtool from hostap drivers | Olivier Blin | 2005-02-28 | 1 | -1/+2 |
| | |||||
* | (configure_eth_aliases) simplify | Thierry Vignaud | 2005-01-28 | 1 | -2/+2 |
| | |||||
* | restore previous network::ethernet::get_eth_cards_names() behaviour | Pascal Rigaux | 2005-01-20 | 1 | -1/+1 |
| | | | | | (i got hit by { map ... }; being a block and not a hash ref) | ||||
* | move and rename network::ethernet::get_eth_categories() into ↵ | Pascal Rigaux | 2005-01-03 | 1 | -8/+0 |
| | | | | | | | list_modules::ethernet_categories() (it's closer to the definition of the categories) | ||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -1/+1 |
| | |||||
* | help perl_checker | Pascal Rigaux | 2004-11-26 | 1 | -1/+1 |
| | |||||
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -2/+2 |
| | |||||
* | (mapIntfToDevice) do not try to match usb devices since ldetect doesn't return | Thierry Vignaud | 2004-10-27 | 1 | -0/+1 |
| | | | | | enough data (thus fixing 9box string) | ||||
* | (get_eth_cards) workaround more buggy drivers that returns a bogus driver ↵ | Thierry Vignaud | 2004-10-12 | 1 | -0/+5 |
| | | | | name for the GDRVINFO command of the ETHTOOL ioctl | ||||
* | (get_eth_cards) fix another lying module | Thierry Vignaud | 2004-10-11 | 1 | -1/+5 |
| | |||||
* | (configure_eth_aliases) don't write aliases for pcmcia cards but | Olivier Blin | 2004-09-17 | 1 | -1/+7 |
| | | | | | | | remove them, or else the pcmcia service won't be started correctly (the ethernet module being loaded, pcmcia_core would be loaded too, and the pcmcia service would think it is already started ...) | ||||
* | (configure_eth_aliases) kill code that can't do anything good | Olivier Blin | 2004-09-17 | 1 | -1/+0 |
| | | | | | (remove_alias isn't intended to be used with the module name) | ||||
* | (get_eth_cards) document it somewhat | Thierry Vignaud | 2004-09-14 | 1 | -0/+13 |
| | |||||
* | (get_eth_cards_names) let detect_devices->firewire_probe() set the | Thierry Vignaud | 2004-09-14 | 1 | -6/+1 |
| | | | | | device description | ||||
* | (get_eth_cards) workaround buggy eth1394 that returs a bogus driver | Thierry Vignaud | 2004-09-14 | 1 | -0/+1 |
| | | | | | name for the GDRVINFO command of the ETHTOOL ioctl returns | ||||
* | (get_eth_cards_names) set a sensible name for firewire network | Thierry Vignaud | 2004-09-14 | 1 | -1/+6 |
| | | | | | adapters in order to make GUIes look more user friendly | ||||
* | (get_eth_cards_names) remove unused parameter | Olivier Blin | 2004-09-14 | 1 | -1/+1 |
| | |||||
* | (configureNetwork2) configure eth aliases, needs modules_conf | Olivier Blin | 2004-09-14 | 1 | -1/+1 |
| | |||||
* | (configure_eth_aliases) errm, use modules_conf | Olivier Blin | 2004-09-14 | 1 | -1/+1 |
| | |||||
* | do not configure eth aliases in various places, move aliases | Olivier Blin | 2004-09-14 | 1 | -10/+3 |
| | | | | | configuration code from get_eth_cards_names to configure_eth_aliases | ||||
* | remove update_eth_card_iftab(), add update_iftab() | Olivier Blin | 2004-09-08 | 1 | -12/+10 |
| | |||||
* | update mac address in network::ethernet::get_eth_cards to be sure iftab is ↵ | Olivier Blin | 2004-08-20 | 1 | -0/+20 |
| | | | | always up-to-date |