Home
last modified time | relevance | path

Searched full:eth0 (Results 1 – 25 of 67) sorted by relevance

123

/Documentation/networking/dsa/
Db53.rst67 ip link add link eth0 name eth0.1 type vlan id 1
68 ip link add link eth0 name eth0.2 type vlan id 2
69 ip link add link eth0 name eth0.3 type vlan id 3
72 ip link set eth0 up
73 ip link set eth0.1 up
74 ip link set eth0.2 up
75 ip link set eth0.3 up
100 ip addr add 192.0.2.1/30 dev eth0.1
101 ip addr add 192.0.2.5/30 dev eth0.2
102 ip addr add 192.0.2.9/30 dev eth0.3
[all …]
Dconfiguration.rst49 *eth0*
101 ip link set eth0 up
113 ip link set eth0 up
139 ip link set eth0 up
177 ip link add link eth0 name eth0.1 type vlan id 1
178 ip link add link eth0 name eth0.2 type vlan id 2
179 ip link add link eth0 name eth0.3 type vlan id 3
183 ip link set eth0 up
184 ip link set eth0.1 up
185 ip link set eth0.2 up
[all …]
/Documentation/networking/device_drivers/ethernet/ti/
Dcpsw.rst51 | Target board: | 0 | t |--+ |0 | 18:03:73:66:87:42 -i eth0 \|
62 |0 | 20:cf:30:85:7d:fd -i eth0 \|
86 | | Eth0 | | Eth0 | | Eth0 | | Eth1 | | s
120 | | | | | | | Eth0.100 | | Eth1 | |
150 // Add 4 tx queues, for interface Eth0, and 1 tx queue for Eth1
151 $ ethtool -L eth0 rx 1 tx 5
157 $ ethtool -l eth0
158 Channel parameters for eth0:
176 $ echo 40 > /sys/class/net/eth0/queues/tx-0/tx_maxrate
177 $ echo 20 > /sys/class/net/eth0/queues/tx-1/tx_maxrate
[all …]
Dtlan.rst98 ether=0,0,0x1,0x7,eth0
100 This sets aui to 0x1 and debug to 0x7, assuming eth0 is a
115 ether=0,0,0x12,0,eth0 will force link to 100Mbps Half-Duplex.
123 Now eth0 will use auto-neg and eth1 will be forced to 100Mbit/HD.
/Documentation/networking/
Dalias.rst20 200.1.1.1 alias for eth0 ...
23 # ifconfig eth0:0 200.1.1.1 etc,etc....
24 ~~ -> request alias #0 creation (if not yet exists) for eth0
35 # ifconfig eth0:0 down
Dipvlan.rst41 (a) Following will create IPvlan link with eth0 as master in
44 bash# ip link add link eth0 name ipvl0 type ipvlan
47 bash# ip link add link eth0 name ipvl0 type ipvlan mode l2 bridge
51 bash# ip link add link eth0 name ipvlan type ipvlan mode l2 private
55 bash# ip link add link eth0 name ipvlan type ipvlan mode l2 vepa
152 | # eth0 |
161 (b) Create two ipvlan slaves on eth0 (master device)::
163 ip link add link eth0 ipvl0 type ipvlan mode l2
164 ip link add link eth0 ipvl1 type ipvlan mode l2
Dbatman-adv.rst37 $ ip link set dev eth0 master bat0
44 $ ip link set dev eth0 nomaster
49 batctl -m bat0 interface add -M eth0
51 To detach eth0 and destroy bat0::
53 batctl -m bat0 interface del -M eth0
103 $ ip addr flush dev eth0
Dnf_flowtable.rst89 hook ingress priority 0; devices = { eth0, eth1 };
98 This example adds the flowtable 'f' to the ingress hook of the eth0 and eth1
139 device (represented as eth0) in your switch/router.
148 | br0 eth0 ..... eth0
154 eth0
176 hook ingress priority 0; devices = { eth0, eth1 };
193 hook ingress priority 0; devices = { eth0, eth1 };
Dmultiqueue.rst52 is called eth0, run the following command::
54 # tc qdisc add dev eth0 root handle 1: multiq
57 the device reports, and bring the qdisc online. Assuming eth0 has 4 Tx
73 tc filter add dev eth0 parent 1: protocol ip prio 1 u32 \
Dbonding.rst810 A string (eth0, eth2, etc) specifying which slave is the
1162 BONDING_SLAVE0="eth0"
1198 "slave device" is either an interface name, e.g., "eth0", or a device
1278 for eth0 would be named /etc/sysconfig/network-scripts/ifcfg-eth0.
1281 DEVICE=eth0
1392 devices (presumed to be eth0 and eth1), and have it persist across
1399 ip link set eth0 master bond0
1539 To enslave interface eth0 to bond bond0::
1542 # echo +eth0 > /sys/class/net/bond0/bonding/slaves
1544 To free slave eth0 from bond bond0::
[all …]
Dstatistics.rst79 $ ethtool --include-statistics -a eth0
80 Pause parameters for eth0:
92 $ ethtool -S eth0 --groups eth-phy eth-mac eth-ctrl rmon
93 Stats for eth0:
Dvxlan.rst78 $ ethtool --show-tunnels eth0
79 Tunnel information for eth0:
Dscaling.rst135 # ethtool -X eth0 hfunc toeplitz context new
142 # ethtool -x eth0 context 1
143 RX flow hash indirection table for eth0 with 13 RX ring(s):
147 # ethtool -X eth0 equal 2 context 1
148 # ethtool -x eth0 context 1
149 RX flow hash indirection table for eth0 with 13 RX ring(s):
157 # ethtool -N eth0 flow-type tcp6 dst-port 22 context 1
162 # ethtool -N eth0 delete 1023
163 # ethtool -X eth0 context 1 delete
/Documentation/networking/device_drivers/ethernet/microsoft/
Dnetvsc.rst37 For example, for UDP over IPv4 on eth0:
41 ethtool -N eth0 rx-flow-hash udp4 sdfn
45 ethtool -N eth0 rx-flow-hash udp4 sd
49 ethtool -n eth0 rx-flow-hash udp4
64 ethtool -K eth0 lro on
65 ethtool -K eth0 lro off
118 ethtool -K eth0 lro off
/Documentation/admin-guide/cgroup-v1/
Dnet_cls.rst35 tc qdisc add dev eth0 root handle 10: htb
36 tc class add dev eth0 parent 10: classid 10:1 htb rate 40mbit
40 tc filter add dev eth0 parent 10: protocol ip prio 10 handle 1: cgroup
Dnet_prio.rst40 echo "eth0 5" > /sys/fs/cgroups/net_prio/iscsi/net_prio.ifpriomap
43 iscsi net_prio cgroup and egressing on interface eth0 to have the priority of
/Documentation/networking/device_drivers/ethernet/dlink/
Ddl2k.rst45 3. ifconfig eth0 up 10.xxx.xxx.xxx netmask 255.0.0.0
49 Now eth0 should active, you can test it by "ping" or get more information by
55 alias eth0 dl2k
58 7. Run ``netconfig`` or ``netconf`` to create configuration script ifcfg-eth0
143 eth0, eth1, etc. To bring the NIC into an operational state,
146 ifconfig eth0 up
151 ifup eth0
159 ifdown eth0
160 ifconfig eth0 down
187 where ethx will be eth0 if the NIC is the only ethernet adapter, eth1 if
[all …]
/Documentation/devicetree/bindings/net/dsa/
Dmicrochip,ksz.yaml127 // Ethernet switch connected via SPI to the host, CPU port wired to eth0:
128 eth0 {
175 ethernet = <&eth0>;
213 ethernet = <&eth0>;
/Documentation/devicetree/bindings/net/
Dcirrus,cs89x0.txt9 eth0: eth@10000000 {
Dvia-velocity.txt15 eth0@d8004000 {
Dmarvell-pxa168.txt26 eth0: ethernet@f7b90000 {
/Documentation/networking/device_drivers/ethernet/dec/
Ddmfe.rst42 ifconfig eth0 172.22.3.18
48 route add default eth0
/Documentation/scsi/
Dbnx2fc.rst14 interface (e.g. eth0) associated with the FCoE offload initiator must be 'up'.
20 eth0.1001-fcoe). Do not delete or disable these interfaces or FCoE operation
/Documentation/networking/device_drivers/ethernet/intel/
Dfm10k.rst52 ip link set eth0 vf 0 vlan 100 // set vlan 100 for VF 0
53 ip link set eth0 vf 0 vlan 0 // Delete vlan 100
54 ip link set eth0 vf 0 vlan 200 // set a new vlan 200 for VF 0
/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
Dmac-phy-support.rst102 In case of a DPNI-DPMAC connection, an 'ip link set dev eth0 up' would start
118 | PHYLINK |-------------->| eth0 |
144 (1) ip link set dev eth0 up
156 | eth0 | | eth1 |

123