index
:
drakx-backup-do-not-use
distro/mdv2007.1
distro/mdv2008.0
distro/mdv2008.1
distro/mdv2009.0
distro/mdv2009.1
distro/mdv2010.0
distro/mes5
distro/mes5-2.6.33
distro/mes6
distro/mga1
distro/mga2
distro/mga3
master
topic/Corpo_2_1
topic/KA9_0
topic/MDK-10-update
topic/MDK-10_1-update
topic/MDK-10_2-update
topic/MDK-2006_0-update
topic/MDK92-branch
topic/MDKC_1_0
topic/PCMCIA_CS_DISTRO
topic/R9_0-64bit-branch
topic/R9_1_HP-branch
topic/a
topic/before_matchbox_wm
topic/dietlibc
topic/firewall
topic/gdk-pixbuf-0-branch
topic/gi-ppc
topic/ia64-8_1
topic/mandrakesoft
topic/mlcd4
topic/ppp
topic/rp-pppoe
topic/switching_to_urpmi
topic/unlabeled-1.1.1
topic/v_webmin_0_87
topic/x86_64-branch
Mageia Installer and base platform for many utilities
Thierry Vignaud [tv]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
perl-install
/
network
/
ethernet.pm
Commit message (
Expand
)
Author
Age
Files
Lines
*
(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
*
let only remove aliases on bootstrapping (ie only in harddrake
Thierry Vignaud
2003-11-06
1
-1
/
+0
*
(configure_eth_aliases) introduce it to autoconfigure all ethernet
Thierry Vignaud
2003-11-06
1
-0
/
+10
*
(configureNetwork) alter remove_alias() callers for new API
Thierry Vignaud
2003-11-06
1
-1
/
+1
*
simplify pcmcia matching
Thierry Vignaud
2003-11-06
1
-5
/
+2
*
save a useless ifconfig fork
Thierry Vignaud
2003-11-06
1
-1
/
+0
*
document dams logic
Thierry Vignaud
2003-11-06
1
-1
/
+1
*
(conf_network_card_backend) fix unseen/unconfigured usb wireless
Thierry Vignaud
2003-11-06
1
-2
/
+1
*
network interface configuration step: using network interface from
Thierry Vignaud
2003-10-08
1
-3
/
+4
*
fix #3276: when steping back in drakconnect wizard, do not overwrite
Thierry Vignaud
2003-10-06
1
-3
/
+3
*
fix typo (thanks to perl_checker)
Pascal Rigaux
2003-07-30
1
-1
/
+1
*
cleanup (especially ensure $interface is not something like "eth0 (using
Pascal Rigaux
2003-07-30
1
-12
/
+10
*
proxy configuration step: do not go back two steps back on "previous"
Thierry Vignaud
2003-07-17
1
-1
/
+2
*
- drop $::Expert
Damien Chaumette
2003-06-12
1
-4
/
+4
*
- drop $::Expert
Damien Chaumette
2003-06-12
1
-23
/
+9
*
#763 #2336 fix alias in modules.conf
Damien Chaumette
2003-05-20
1
-0
/
+5
*
perl_checker compliant
Damien Chaumette
2003-05-20
1
-8
/
+7
*
perl_checker fixes
Damien Chaumette
2003-05-05
1
-5
/
+5
*
fix typo
Damien Chaumette
2003-05-02
1
-1
/
+1
[next]