summaryrefslogtreecommitdiffstats
path: root/perl-install/network/ethernet.pm
Commit message (Expand)AuthorAgeFilesLines
* move is_ifplugd_blacklist in network::ethernet (and get rid of madwifi_pci, i...Olivier Blin2005-08-311-0/+5
* do not write aliases interfaces in iftabOlivier Blin2005-08-081-1/+2
* ip isn't localizedOlivier Blin2005-08-021-1/+1
* new sysfs structureOlivier Blin2005-07-291-2/+2
* write module aliases if neededOlivier Blin2005-07-211-0/+1
* get_eth_card_mac_address: handle firewire mac_addresses againOlivier Blin2005-07-181-1/+2
* stricter regexp for MAC addressesOlivier Blin2005-07-071-1/+1
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-101-4/+0
* - merge network settings in a $net hash (it modifies $o fields too):Olivier Blin2005-06-031-16/+1
* fix USB devices detection for ndiswrapperOlivier Blin2005-05-021-2/+3
* fix typoOlivier Blin2005-04-191-1/+1
* fix Titi sux (we do want to use sysfs if ethtool fails)Olivier Blin2005-04-191-1/+1
* do not write zeroed MAC addresses in iftab, it confuses ifrenameOlivier Blin2005-04-191-0/+2
* remove other mac address occurrences in iftabOlivier Blin2005-03-181-0/+1
* write selected dhcp client in ifcfg filesOlivier Blin2005-03-091-1/+13
* (get_eth_cards) update commentsThierry Vignaud2005-03-091-5/+6
* (get_eth_cards) do not overwrite driver name with sysfs one when weThierry Vignaud2005-03-091-2/+8
* add @network::ethernet::dhcp_clientsOlivier Blin2005-03-041-0/+2
* (get_eth_cards) workaround buggy kernel until provided patch got applied (#12...Thierry Vignaud2005-03-011-0/+1
* do not rely on broken ethtool from hostap driversOlivier Blin2005-02-281-1/+2
* (configure_eth_aliases) simplifyThierry Vignaud2005-01-281-2/+2
* restore previous network::ethernet::get_eth_cards_names() behaviourPascal Rigaux2005-01-201-1/+1
* move and rename network::ethernet::get_eth_categories() into list_modules::et...Pascal Rigaux2005-01-031-8/+0
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-1/+1
* help perl_checkerPascal Rigaux2004-11-261-1/+1
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-2/+2
* (mapIntfToDevice) do not try to match usb devices since ldetect doesn't returnThierry Vignaud2004-10-271-0/+1
* (get_eth_cards) workaround more buggy drivers that returns a bogus driver nam...Thierry Vignaud2004-10-121-0/+5
* (get_eth_cards) fix another lying moduleThierry Vignaud2004-10-111-1/+5
* (configure_eth_aliases) don't write aliases for pcmcia cards butOlivier Blin2004-09-171-1/+7
* (configure_eth_aliases) kill code that can't do anything goodOlivier Blin2004-09-171-1/+0
* (get_eth_cards) document it somewhatThierry Vignaud2004-09-141-0/+13
* (get_eth_cards_names) let detect_devices->firewire_probe() set theThierry Vignaud2004-09-141-6/+1
* (get_eth_cards) workaround buggy eth1394 that returs a bogus driverThierry Vignaud2004-09-141-0/+1
* (get_eth_cards_names) set a sensible name for firewire networkThierry Vignaud2004-09-141-1/+6
* (get_eth_cards_names) remove unused parameterOlivier Blin2004-09-141-1/+1
* (configureNetwork2) configure eth aliases, needs modules_confOlivier Blin2004-09-141-1/+1
* (configure_eth_aliases) errm, use modules_confOlivier Blin2004-09-141-1/+1
* do not configure eth aliases in various places, move aliasesOlivier Blin2004-09-141-10/+3
* remove update_eth_card_iftab(), add update_iftab()Olivier Blin2004-09-081-12/+10
* update mac address in network::ethernet::get_eth_cards to be sure iftab is al...Olivier Blin2004-08-201-0/+20
* use network::ethernet::get_eth_categories() when neededOlivier Blin2004-08-171-0/+1
* add network::ethernet::get_eth_categoriesOlivier Blin2004-08-171-0/+4
* drop network::ethernet::conf_network_card_backendOlivier Blin2004-08-171-37/+0
* (conf_network_card_backend) set NET_INTERFACE tooOlivier Blin2004-08-171-1/+1
* kill set_cnx_script usage, replace cnx_scripts with ifup/ifdownOlivier Blin2004-08-041-8/+0
* - %modules::conf is no more a global, so many functions need passing $modules...Pascal Rigaux2004-07-211-13/+14
* - rename add_alias() into set_alias()Pascal Rigaux2004-07-081-2/+2
* modules::mergein_conf() doesn't need to be given /etc/modules.confPascal Rigaux2004-07-071-1/+1
* (get_eth_cards) fallback on sysfs in order to get driver and cardThierry Vignaud2004-05-281-0/+11