Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | use network::ethernet::get_eth_categories() when needed | Olivier Blin | 2004-08-17 | 1 | -0/+1 |
| | |||||
* | add network::ethernet::get_eth_categories | Olivier Blin | 2004-08-17 | 1 | -0/+4 |
| | |||||
* | drop network::ethernet::conf_network_card_backend | Olivier Blin | 2004-08-17 | 1 | -37/+0 |
| | |||||
* | (conf_network_card_backend) set NET_INTERFACE too | Olivier Blin | 2004-08-17 | 1 | -1/+1 |
| | |||||
* | kill set_cnx_script usage, replace cnx_scripts with ifup/ifdown | Olivier Blin | 2004-08-04 | 1 | -8/+0 |
| | |||||
* | - %modules::conf is no more a global, so many functions need passing ↵ | Pascal Rigaux | 2004-07-21 | 1 | -13/+14 |
| | | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes | ||||
* | - rename add_alias() into set_alias() | Pascal Rigaux | 2004-07-08 | 1 | -2/+2 |
| | | | | | - create set_sound_slot() and use it | ||||
* | modules::mergein_conf() doesn't need to be given /etc/modules.conf | Pascal Rigaux | 2004-07-07 | 1 | -1/+1 |
| | | | | | => prepare for reading either modprobe.conf or modules.conf based on the running kernel version | ||||
* | (get_eth_cards) fallback on sysfs in order to get driver and card | Thierry Vignaud | 2004-05-28 | 1 | -0/+11 |
| | | | | | | description when ethtool is not supported (eg: ipw2100 driver for intel centrino) | ||||
* | (mapIntfToDevice) only try to lookup pci or usb device by bus location | Thierry Vignaud | 2004-05-25 | 1 | -1/+2 |
| | | | | | | if its location is defined (some driver are returning bogus data on ETHTOOL_GDRVINFO command) | ||||
* | (get_eth_cards) brown paper bug: fix card name lookup when driver does | Thierry Vignaud | 2004-05-25 | 1 | -1/+1 |
| | | | | | | not support GDRVINFO command from ETHTOOL ioctl and there's only one card managed by this driver | ||||
* | use @cards instead of $#cards as told by master pipi | Damien Chaumette | 2004-05-04 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Damien Chaumette | 2004-05-04 | 1 | -3/+3 |
| | |||||
* | (get_eth_cards) if SIOCETHTOOL ioctl is not supported by driver, try | Thierry Vignaud | 2004-03-17 | 1 | -0/+4 |
| | | | | | | to lookup card by driver in devices list (if there's only one physical card managed by this driver) | ||||
* | (mapIntfToDevice) do not try to match a physical device when SIOCETHTOOL ↵ | Thierry Vignaud | 2004-03-15 | 1 | -2/+3 |
| | | | | ioctl is not supported | ||||
* | write ethX aliases and ifup/ifdown scripts when configuring a LAN connection | Thierry Vignaud | 2004-02-23 | 1 | -1/+0 |
| | |||||
* | (conf_network_card_backend) update its doc now that it has been splited in | Thierry Vignaud | 2004-02-23 | 1 | -5/+6 |
| | | | | | get_eth_cards() and conf_network_card_backend() | ||||
* | (mapIntfToDevice) match pci function too (not that important since we | Thierry Vignaud | 2004-02-10 | 1 | -2/+2 |
| | | | | | | | | | do not know of any ethernet pci card that export two functions on the pci bug but anyway it's saner) note that we do not match for pci domain since ldetect does not report it | ||||
* | (ether_conf) rename it as write_ether_conf() | Thierry Vignaud | 2004-02-09 | 1 | -1/+1 |
| | |||||
* | (mapIntfToDevice) fix pci/usb ethernet devices matching | Thierry Vignaud | 2004-02-09 | 1 | -1/+1 |
| | |||||
* | (get_eth_cards) try first to match a pcmcia device before trying to | Thierry Vignaud | 2004-02-05 | 1 | -4/+9 |
| | | | | | match pci/usb ones when looking for real device's name (#7401) | ||||
* | - add network::ethernet::get_eth_cards_names | Damien Chaumette | 2004-02-04 | 1 | -0/+10 |
| | | | | | - kill duplicated code |