| /linux-4.4.14/Documentation/networking/ |
| D | alias.txt | 15 200.1.1.1 alias for eth0 ... 17 # ifconfig eth0:0 200.1.1.1 etc,etc.... 18 ~~ -> request alias #0 creation (if not yet exists) for eth0 27 # ifconfig eth0:0 down
|
| D | dl2k.txt | 41 3. ifconfig eth0 up 10.xxx.xxx.xxx netmask 255.0.0.0 44 Now eth0 should active, you can test it by "ping" or get more information by 49 alias eth0 dl2k 51 7. Run "netconfig" or "netconf" to create configuration script ifcfg-eth0 120 eth0, eth1, etc. To bring the NIC into an operational state, 123 ifconfig eth0 up 128 ifup eth0 136 ifdown eth0 137 ifconfig eth0 down 164 where ethx will be eth0 if the NIC is the only ethernet adapter, eth1 if [all …]
|
| D | ipvlan.txt | 27 e.g. ip link add link ipvl0 eth0 type ipvlan mode l2 77 | # eth0 | 85 (b) Create two ipvlan slaves on eth0 (master device) 86 ip link add link eth0 ipvl0 type ipvlan mode l2 87 ip link add link eth0 ipvl1 type ipvlan mode l2
|
| D | multiqueue.txt | 53 is called eth0, run the following command: 55 # tc qdisc add dev eth0 root handle 1: multiq 58 the device reports, and bring the qdisc online. Assuming eth0 has 4 Tx 74 tc filter add dev eth0 parent 1: protocol ip prio 1 u32 \
|
| D | tlan.txt | 80 ether=0,0,0x1,0x7,eth0 82 This sets aui to 0x1 and debug to 0x7, assuming eth0 is a 95 ether=0,0,0x12,0,eth0 will force link to 100Mbps Half-Duplex. 103 Now eth0 will use auto-neg and eth1 will be forced to 100Mbit/HD.
|
| D | batman-adv.txt | 34 # ls /sys/class/net/eth0/batman_adv/ 49 # echo bat0 > /sys/class/net/eth0/batman_adv/mesh_iface 56 # cat /sys/class/net/eth0/batman_adv/iface_status 62 # echo none > /sys/class/net/eth0/batman_adv/mesh_iface 125 # ifconfig eth0 0.0.0.0
|
| D | dmfe.txt | 37 ifconfig eth0 172.22.3.18 43 route add default eth0
|
| D | bonding.txt | 732 A string (eth0, eth2, etc) specifying which slave is the 1070 BONDING_SLAVE0="eth0" 1103 "slave device" is either an interface name, e.g., "eth0", or a device 1183 for eth0 would be named /etc/sysconfig/network-scripts/ifcfg-eth0. 1186 DEVICE=eth0 1296 devices (presumed to be eth0 and eth1), and have it persist across 1303 ip link set eth0 master bond0 1438 To enslave interface eth0 to bond bond0: 1440 # echo +eth0 > /sys/class/net/bond0/bonding/slaves 1442 To free slave eth0 from bond bond0: [all …]
|
| D | cops.txt | 56 eth0 -seed -phase 2 -net 3000 -addr 3000.20 -zone "1033" 63 eth0 -seed -phase 2 -net 3000 -addr 3000.30 -zone "EtherTalk"
|
| D | vrf.txt | 165 $ ip link set dev eth0 master vrf-mgmt 300 $ ip link set dev eth0 nomaster 334 ip link set dev eth0 master vrf-mgmt 349 auto eth0 350 iface eth0 inet static 355 iface eth0 inet6 static
|
| D | switchdev.txt | 214 33:33:00:00:00:01 dev eth0 self permanent 215 01:00:5e:00:00:01 dev eth0 self permanent 216 33:33:ff:00:00:00 dev eth0 self permanent 217 01:80:c2:00:00:0e dev eth0 self permanent 347 default via 192.168.0.2 dev eth0 357 192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.15
|
| D | 3c509.txt | 45 ether=10,0x310,3,0x3c509,eth0 125 eth0: Infinite loop in interrupt, status 2011. 192 eth0: Transmit error, Tx status register 82
|
| D | e100.txt | 106 (eth0 and eth1), add the following to a configuration file in /etc/modprobe.d/ 108 alias eth0 e100
|
| D | decnet.txt | 91 or something similar, to /etc/sysconfig/network-scripts/ifcfg-eth0 or 100 is available. Usually this will be eth0, for example: 102 echo -n "eth0" >/proc/sys/net/decnet/default_device
|
| D | cxgb.txt | 55 An example to set the timer latency value to 100us on eth0: 57 ethtool -C eth0 rx-usecs 100 320 particular CPU: runon 0 ifup eth0
|
| D | de4x5.txt | 169 insmod de4x5 args='eth1:fdx autosense=BNC eth0:autosense=100Mb'. 172 DE4X5_OPTS = -DDE4X5_PARM='"eth0:fdx autosense=AUI eth2:autosense=TP"'
|
| D | packet_mmap.txt | 164 strncpy (s_ifr.ifr_name, "eth0", sizeof(s_ifr.ifr_name)); 166 /* get interface index of eth0 */ 174 /* bind socket to eth0 */ 595 Minimal example code by David S. Miller (try things like "./test eth0 hash", 596 "./test eth0 lb", etc.): 754 it with gcc -Wall -O2 blob.c, and try things like "./a.out eth0", etc.):
|
| D | vortex.txt | 184 warning message "eth0: Too much work in interrupt". 376 eth0: 3Com PCI 3c905C Tornado at 0xa400, 00:50:da:6a:88:f0, IRQ 19
|
| D | netconsole.txt | 34 dev network interface (eth0)
|
| D | ixgb.txt | 417 "ethtool -K eth0 tso off" may resolve the problem.
|
| D | cs89x0.txt | 289 alias eth0 cs89x0
|
| D | arcnet.txt | 218 By the way, be sure to change all references from "eth0" to "arc0" in the
|
| /linux-4.4.14/Documentation/cgroups/ |
| D | net_cls.txt | 31 tc qdisc add dev eth0 root handle 10: htb 33 tc class add dev eth0 parent 10: classid 10:1 htb rate 40mbit 36 tc filter add dev eth0 parent 10: protocol ip prio 10 handle 1: cgroup
|
| D | net_prio.txt | 38 echo "eth0 5" > /sys/fs/cgroups/net_prio/iscsi/net_prio.ifpriomap 41 iscsi net_prio cgroup and egressing on interface eth0 to have the priority of
|
| /linux-4.4.14/arch/cris/include/arch-v32/mach-fs/mach/hwregs/ |
| D | intr_vect_defs.h | 114 unsigned int eth0 : 1; member 152 unsigned int eth0 : 1; member 189 unsigned int eth0 : 1; member
|
| /linux-4.4.14/tools/lguest/ |
| D | lguest.txt | 92 "iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE" and "echo 1 > 94 eth0 inside the guest at 192.168.19.2. 103 ifconfig eth0 0.0.0.0 106 brctl addif lg0 eth0
|
| /linux-4.4.14/Documentation/devicetree/bindings/net/ |
| D | marvell-pp2.txt | 46 eth0: eth0@c4000 {
|
| D | via-velocity.txt | 15 eth0@d8004000 {
|
| D | marvell-pxa168.txt | 24 eth0: ethernet@f7b90000 {
|
| D | davinci_emac.txt | 27 eth0: emac@1e20000 {
|
| /linux-4.4.14/arch/arm/boot/dts/ |
| D | kirkwood-km_fixedeth.dts | 17 ð0 {
|
| D | kirkwood-km_kirkwood.dts | 25 ð0 {
|
| D | pxa168-aspenite.dts | 18 …t=/dev/nfs nfsroot=192.168.1.100:/nfsroot/ ip=192.168.1.101:192.168.1.100::255.255.255.0::eth0:on";
|
| D | kirkwood-openrd-base.dts | 37 ð0 {
|
| D | kirkwood-openrd-ultimate.dts | 46 ð0 {
|
| D | kirkwood-ns2-common.dtsi | 91 ð0 {
|
| D | kirkwood-ts219.dtsi | 102 ð0 {
|
| D | kirkwood-cloudbox.dts | 97 ð0 {
|
| D | kirkwood-openrd-client.dts | 60 ð0 {
|
| D | kirkwood-db.dtsi | 87 ð0 {
|
| D | kirkwood-dir665.dts | 256 /* eth0 is connected to a Marvell 88E6171 switch, without a PHY. So set 258 ð0 {
|
| D | kirkwood-sheevaplug-common.dtsi | 100 ð0 {
|
| D | kirkwood-dockstar.dts | 104 ð0 {
|
| D | kirkwood-rd88f6281.dtsi | 130 ð0 {
|
| D | kirkwood-rd88f6192.dts | 106 ð0 {
|
| D | kirkwood-dreamplug.dts | 114 ð0 {
|
| D | kirkwood-guruplug-server-plus.dts | 118 ð0 {
|
| D | kirkwood-pogo_e02.dts | 129 ð0 {
|
| D | kirkwood-ib62x0.dts | 139 ð0 {
|
| D | kirkwood-openblocks_a6.dts | 171 ð0 {
|
| D | kirkwood-blackarmor-nas220.dts | 167 ð0 {
|
| D | kirkwood-mv88f6281gtw-ge.dts | 174 ð0 {
|
| D | kirkwood-iconnect.dts | 191 ð0 {
|
| D | kirkwood-mplcec4.dts | 205 ð0 {
|
| D | kirkwood-laplug.dts | 166 ð0 {
|
| D | kirkwood-goflexnet.dts | 184 ð0 {
|
| D | kirkwood-topkick.dts | 210 ð0 {
|
| D | kirkwood-openblocks_a7.dts | 193 ð0 {
|
| D | pxa910-dkb.dts | 18 …t=/dev/nfs nfsroot=192.168.1.100:/nfsroot/ ip=192.168.1.101:192.168.1.100::255.255.255.0::eth0:on";
|
| D | berlin2q-marvell-dmp.dts | 133 ð0 {
|
| D | armada-375.dtsi | 219 <0xc4000 0x100>, /* eth0 regs */ 225 eth0: eth0@c4000 { label
|
| D | kirkwood-iomega_ix2_200.dts | 212 ð0 {
|
| D | kirkwood-lsxl.dtsi | 224 ð0 {
|
| D | kirkwood-t5325.dts | 226 ð0 {
|
| D | mmp2-brownstone.dts | 18 …t=/dev/nfs nfsroot=192.168.1.100:/nfsroot/ ip=192.168.1.101:192.168.1.100::255.255.255.0::eth0:on";
|
| D | kirkwood-b3.dts | 188 ð0 {
|
| D | dm816x.dtsi | 22 ethernet0 = ð0; 245 eth0: ethernet@4a100000 { label
|
| D | kirkwood-netxbig.dtsi | 202 ð0 {
|
| D | kirkwood-nsa320.dts | 210 ð0 {
|
| D | kirkwood-netgear_readynas_duo_v2.dts | 248 ð0 {
|
| D | kirkwood-netgear_readynas_nv+_v2.dts | 261 ð0 {
|
| D | kirkwood-dnskw.dtsi | 229 ð0 {
|
| D | da850-evm.dts | 125 eth0: ethernet@1e20000 { label
|
| D | kirkwood-lswvl.dts | 295 ð0 {
|
| D | armada-375-db.dts | 176 eth0@c4000 {
|
| D | da850.dtsi | 252 eth0: ethernet@1e20000 { label
|
| D | armada-370-xp.dtsi | 270 eth0: ethernet@70000 { label
|
| D | kirkwood.dtsi | 312 eth0: ethernet-controller@72000 { label
|
| D | armada-xp-linksys-mamba.dts | 343 dsa,ethernet = <ð0>;
|
| D | berlin2cd.dtsi | 158 eth0: ethernet@e50000 { label
|
| D | berlin2.dtsi | 178 eth0: ethernet@e50000 { label
|
| D | berlin2q.dtsi | 206 eth0: ethernet@b90000 { label
|
| D | kirkwood-synology.dtsi | 849 ð0 {
|
| D | armada-38x.dtsi | 496 eth0: ethernet@70000 { label
|
| /linux-4.4.14/Documentation/cris/ |
| D | README | 108 eth0 initialized 109 eth0: changed MAC to 00:40:8C:CD:00:00 133 Setting up eth0 with ip 10.13.9.116 and mac 00:40:8c:18:04:60 134 eth0: changed MAC to 00:40:8C:18:04:60
|
| /linux-4.4.14/arch/powerpc/boot/dts/ |
| D | adder875-redboot.dts | 22 ethernet0 = ð0; 97 eth0: ethernet@e00 { label
|
| D | adder875-uboot.dts | 22 ethernet0 = ð0; 96 eth0: ethernet@e00 { label
|
| D | ep8248e.dts | 22 ethernet0 = ð0; 158 eth0: ethernet@11300 { label
|
| D | tqm8xx.dts | 22 ethernet0 = ð0; 183 eth0: ethernet@a00 { label
|
| D | mgcoge.dts | 21 ethernet0 = ð0; 150 eth0: ethernet@11a60 { label
|
| D | mpc8272ads.dts | 21 ethernet0 = ð0; 207 eth0: ethernet@11300 { label
|
| D | mpc5125twr.dts | 29 ethernet0 = ð0; 215 eth0: ethernet@2800 { label
|
| D | media5200.dts | 24 ethernet0 = ð0;
|
| D | mpc5121ads.dts | 107 eth0: ethernet@2800 { label
|
| D | mpc5121.dtsi | 24 ethernet0 = ð0; 286 eth0: ethernet@2800 { label
|
| D | mpc5200b.dtsi | 222 eth0: ethernet@3000 { label
|
| /linux-4.4.14/Documentation/scsi/ |
| D | bnx2fc.txt | 11 interface (e.g. eth0) associated with the FCoE offload initiator must be 'up'. 17 eth0.1001-fcoe). Do not delete or disable these interfaces or FCoE operation
|
| /linux-4.4.14/arch/arc/boot/dts/ |
| D | nsimosci_hs.dts | 67 eth0: ethernet@f0003000 { label
|
| D | nsimosci.dts | 67 eth0: ethernet@f0003000 { label
|
| D | nsimosci_hs_idu.dts | 87 eth0: ethernet@f0003000 { label
|
| /linux-4.4.14/arch/sh/configs/ |
| D | shmin_defconfig | 26 …onsole=ttySC1,115200 root=1f01 mtdparts=phys_mapped_flash:64k(firm)ro,-(sys) netdev=34,0x300,eth0 "
|
| /linux-4.4.14/arch/arm/configs/ |
| D | pxa168_defconfig | 20 …ot=192.168.2.100:/nfsroot/ ip=192.168.2.101:192.168.2.100::255.255.255.0::eth0:on console=ttyS0,11…
|
| D | pxa910_defconfig | 20 …ot=192.168.2.100:/nfsroot/ ip=192.168.2.101:192.168.2.100::255.255.255.0::eth0:on console=ttyS0,11…
|
| D | mmp2_defconfig | 19 …ot=192.168.1.100:/nfsroot/ ip=192.168.1.101:192.168.1.100::255.255.255.0::eth0:on console=ttyS2,38…
|
| D | pxa3xx_defconfig | 18 …ot=192.168.1.100:/nfsroot/ ip=192.168.1.101:192.168.1.100::255.255.255.0::eth0:on console=ttyS0,11…
|
| /linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
| D | mpc8572ds_camp_core0.dts | 6 * This dts file allows core0 to have memory, l2, i2c, dma1, global-util, eth0,
|
| D | p1020rdb-pc_camp_core1.dts | 6 * This dts allows core1 to have l2, eth0, crypto.
|
| /linux-4.4.14/Documentation/virtual/uml/ |
| D | UserModeLinux-HOWTO.txt | 953 eth0=ethertap,tap0,fe:fd:0:0:0:1,192.168.0.254 958 This sets up eth0 inside the virtual machine to attach itself to the 1040 ifconfig eth0 192.168.0.250 up 1106 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 1116 route del -net 192.168.0.0 dev eth0 netmask 255.255.255.0 1124 route add -host 192.168.0.4 dev eth0 1140 network device on the host. Normally, this is eth0, but if there is 1148 eth0=mcast 1157 UML1# ifconfig eth0 192.168.0.254 1164 UML2# ifconfig eth0 192.168.0.253 [all …]
|
| /linux-4.4.14/Documentation/frv/ |
| D | booting.txt | 141 ip=192.168.73.12::::frv:eth0:off 144 (eth0) to be 192.168.73.12, and sets the board's hostname to be "frv".
|
| /linux-4.4.14/drivers/net/wireless/libertas/ |
| D | README | 37 # ethtool -i eth0 54 # ethtool -e eth0 offset 0 length 16
|
| /linux-4.4.14/arch/unicore32/configs/ |
| D | unicore32_defconfig | 35 # ip=192.168.10.83:192.168.10.88:192.168.10.1:255.255.255.0::eth0:off
|
| /linux-4.4.14/drivers/net/usb/ |
| D | Kconfig | 27 typically on eth0, if it is the only ethernet device, or perhaps on 66 typically on eth0, if it is the only ethernet device, or perhaps on 146 a two-node link, or "eth0" for most CDC-Ethernet devices. Those 322 typically on eth0, if it is the only ethernet device, or perhaps on
|
| /linux-4.4.14/Documentation/ |
| D | sysfs-rules.txt | 89 context properties. If the device 'eth0' or 'sda' does not have a 141 Accessing /sys/class/net/eth0/device is a bug in the application.
|
| /linux-4.4.14/Documentation/x86/i386/ |
| D | IO-APIC.txt | 27 17: 51304 IO-APIC-level eth0
|
| /linux-4.4.14/Documentation/sysctl/ |
| D | net.txt | 171 myhost:~# ethtool -x eth0 172 RX flow hash indirection table for eth0 with 8 RX ring(s):
|
| /linux-4.4.14/arch/arm64/boot/dts/hisilicon/ |
| D | hip05_hns.dtsi | 128 eth0: ethernet@0{ label
|
| /linux-4.4.14/Documentation/powerpc/ |
| D | eeh-pci-error-recovery.txt | 177 user-space scripts that might issue commands such as "ifdown eth0" 183 events (for example, calling "ifup eth0" for ethernet cards).
|
| /linux-4.4.14/arch/um/ |
| D | Kconfig.net | 199 Startup example: "eth0=slirp,FE:FD:01:02:03:04,/usr/local/bin/slirp"
|
| /linux-4.4.14/arch/xtensa/configs/ |
| D | iss_defconfig | 165 CONFIG_CMDLINE="console=ttyS0,38400 eth0=tuntap,,tap0 ip=192.168.168.5:192.168.168.1 root=nfs nfsro…
|
| /linux-4.4.14/net/netfilter/ |
| D | Kconfig | 258 $ ip -4 address show eth0 259 4: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000 260 inet 172.16.2.252/24 brd 172.16.2.255 scope global eth0
|
| /linux-4.4.14/Documentation/networking/dsa/ |
| D | dsa.txt | 176 | CPU network device (eth0)|
|
| /linux-4.4.14/Documentation/filesystems/ |
| D | proc.txt | 653 17: 30564 30414 IO-APIC-level eth0 1138 eth0: 614530 7085 0 0 0 0 0 1 [...
|
| /linux-4.4.14/Documentation/m68k/ |
| D | kernel-options.txt | 239 drivers/net/Space.c in the Linux source. Most prominent are eth0, ...
|
| /linux-4.4.14/Documentation/trace/ |
| D | ftrace.txt | 2798 sshd-1995 [001] d.h1 138.733281: irq_handler_entry: irq=21 name=eth0
|