| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | (get_eth_cards) workaround buggy eth1394 that returs a bogus driver | Thierry Vignaud | 2004-09-14 | 1 | -0/+1 |
* | (get_eth_cards_names) set a sensible name for firewire network | Thierry Vignaud | 2004-09-14 | 1 | -1/+6 |
* | (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 |
* | 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 al... | Olivier Blin | 2004-08-20 | 1 | -0/+20 |
* | 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 $modules... | Pascal Rigaux | 2004-07-21 | 1 | -13/+14 |
* | - rename add_alias() into set_alias() | Pascal Rigaux | 2004-07-08 | 1 | -2/+2 |
* | modules::mergein_conf() doesn't need to be given /etc/modules.conf | Pascal Rigaux | 2004-07-07 | 1 | -1/+1 |
* | (get_eth_cards) fallback on sysfs in order to get driver and card | Thierry Vignaud | 2004-05-28 | 1 | -0/+11 |
* | (mapIntfToDevice) only try to lookup pci or usb device by bus location | Thierry Vignaud | 2004-05-25 | 1 | -1/+2 |
* | (get_eth_cards) brown paper bug: fix card name lookup when driver does | Thierry Vignaud | 2004-05-25 | 1 | -1/+1 |
* | 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 |
* | (mapIntfToDevice) do not try to match a physical device when SIOCETHTOOL ioct... | Thierry Vignaud | 2004-03-15 | 1 | -2/+3 |
* | 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 |
* | (mapIntfToDevice) match pci function too (not that important since we | Thierry Vignaud | 2004-02-10 | 1 | -2/+2 |
* | (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 |
* | - add network::ethernet::get_eth_cards_names | Damien Chaumette | 2004-02-04 | 1 | -0/+10 |
* | this module does not need anymore pseudo global variables | Thierry Vignaud | 2004-02-02 | 1 | -2/+0 |
* | (get_eth_cards) handle not loaded drivers | Thierry Vignaud | 2004-02-02 | 1 | -1/+2 |
* | (conf_network_card_backend) make type and interface arguments mandatory | Thierry Vignaud | 2004-01-30 | 1 | -6/+6 |
* | convert some write_cnx_script() callers into set_cnx_script() ones | Thierry Vignaud | 2004-01-29 | 1 | -1/+1 |
* | (conf_network_card_backend) insert a bug notice | Thierry Vignaud | 2004-01-29 | 1 | -0/+1 |
* | (conf_network_card_backend) remove compat stuff since callers were | Thierry Vignaud | 2004-01-29 | 1 | -2/+0 |
* | (mapIntfToDevice) actually use given interface rather than hardcoded "eth0" | Thierry Vignaud | 2004-01-26 | 1 | -1/+1 |
* | cleanups | Thierry Vignaud | 2004-01-26 | 1 | -7/+4 |
* | (get_eth_cards) | Thierry Vignaud | 2004-01-26 | 1 | -15/+21 |
* | (mapIntfToDevice) introduce it in order to map a network interface to a | Thierry Vignaud | 2004-01-26 | 1 | -1/+8 |
* | get rid of pseudo global $prefix, just reuse global $::prefix :-) | Thierry Vignaud | 2004-01-26 | 1 | -4/+4 |
* | do not export dead functions | Thierry Vignaud | 2004-01-16 | 1 | -1/+1 |
* | write_conf() doesn't need $prefix anymore | Pascal Rigaux | 2004-01-05 | 1 | -1/+1 |
* | (wip but requested for string freeze) | Thierry Vignaud | 2003-12-29 | 1 | -107/+6 |
* | (configureNetwork) fix zeroconf configuring: check that there no | Thierry Vignaud | 2003-12-04 | 1 | -1/+1 |
* | (configureNetwork) configureNetworkNet() wrongly put | Thierry Vignaud | 2003-12-04 | 1 | -1/+1 |
* | (conf_network_card_backend) use getNetDriver() rather than relying on | Thierry Vignaud | 2003-11-07 | 1 | -1/+1 |
* | (configure_eth_aliases) let the autoprobing load modules too | Thierry Vignaud | 2003-11-06 | 1 | -1/+0 |