Home
last modified time | relevance | path

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

12345678910>>...24

/OK3568_Linux_fs/kernel/Documentation/networking/dsa/
H A 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 …]
H A Dconfiguration.rst42 *eth0*
92 ip link set eth0 up
105 ip link set eth0 up
132 ip link set eth0 up
171 ip link add link eth0 name eth0.1 type vlan id 1
172 ip link add link eth0 name eth0.2 type vlan id 2
173 ip link add link eth0 name eth0.3 type vlan id 3
176 ip link set eth0 up
177 ip link set eth0.1 up
178 ip link set eth0.2 up
[all …]
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/ti/
H A 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 …]
/OK3568_Linux_fs/buildroot/support/testing/tests/init/
H A Dtest_systemd.py42 BR2_SYSTEM_DHCP="eth0"
51 self.check_network("eth0")
63 BR2_SYSTEM_DHCP="eth0"
70 self.check_network("eth0")
76 BR2_SYSTEM_DHCP="eth0"
85 self.check_network("eth0")
91 BR2_SYSTEM_DHCP="eth0"
99 self.check_network("eth0")
105 BR2_SYSTEM_DHCP="eth0"
130 self.check_network("eth0")
[all …]
H A Dtest_busybox.py25 self.check_network("eth0", 1)
37 self.check_network("eth0", 1)
43 BR2_SYSTEM_DHCP="eth0"
51 self.check_network("eth0")
57 BR2_SYSTEM_DHCP="eth0"
64 self.check_network("eth0")
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dicmp_redirect.sh19 # Route on r1 changed to go to r2 via eth0. This causes a redirect to be sent
194 ip -netns h1 li add eth0 type veth peer name r1h1
195 ip -netns h1 li set r1h1 netns r1 name eth0 up
198 ip -netns h1 li set r2h1 netns r2 name eth0 up
200 ip -netns h2 li add eth0 type veth peer name r2h2
201 ip -netns h2 li set eth0 up
227 ip -netns h1 li set eth0 master br0 up
233 ip -netns h2 addr add dev eth0 ${H2_N2_IP}/24
234 ip -netns h2 ro add default via ${R2_N2_IP} dev eth0
235 ip -netns h2 -6 addr add dev eth0 ${H2_N2_IP6}/64 nodad
[all …]
H A Dvrf_route_leaking.sh232 ip -netns h1 link add eth0 type veth peer name r1h1
233 ip -netns h1 link set r1h1 netns r1 name eth0 up
235 ip -netns h2 link add eth0 type veth peer name r1h2
241 ip -netns h1 addr add dev eth0 ${H1_N1_IP}/24
242 ip -netns h1 -6 addr add dev eth0 ${H1_N1_IP6}/64 nodad
243 ip -netns h1 link set eth0 up
246 ip -netns h1 route add ${H2_N2} via ${R1_N1_IP} dev eth0
247 ip -netns h1 -6 route add ${H2_N2_6} via "${R1_N1_IP6}" dev eth0
252 ip -netns h2 addr add dev eth0 ${H2_N2_IP}/24
253 ip -netns h2 -6 addr add dev eth0 ${H2_N2_IP6}/64 nodad
[all …]
H A Dfib_nexthop_multiprefix.sh111 ip -netns h${i} li add eth0 type veth peer name r1h${i}
112 ip -netns h${i} li set eth0 up
115 ip -netns h${i} addr add dev eth0 172.16.10${i}.1/24
116 ip -netns h${i} -6 addr add dev eth0 2001:db8:10${i}::1/64
121 ip -netns h0 nexthop add id 4 via 172.16.100.254 dev eth0
122 ip -netns h0 nexthop add id 6 via 2001:db8:100::64 dev eth0
158 run_cmd ip -netns h${hostid} li set eth0 mtu ${mtu}
212 echo " ${dst} from :: via ${r1} dev eth0 src ${h0} .* mtu ${mtu}"
217 grep -q "${dst} from :: via ${r1} dev eth0 src ${h0} .* mtu ${mtu}"
H A Dvrf-xfrm-tests.sh189 connect_ns "host1" eth0 ${HOST1_4}/24 ${HOST1_6}/64 \
190 "host2" eth0 ${HOST2_4}/24 ${HOST2_6}/64
193 ip -netns host1 link set dev eth0 master ${VRF}
327 ip -netns host2 addr del ${XFRM2_4}/24 dev eth0
328 ip -netns host2 addr del ${XFRM2_6}/64 dev eth0
335 ip -netns host1 li add type xfrm dev eth0 if_id ${IF_ID}
340 ip -netns host2 addr add ${XFRM2_4}/24 dev eth0
341 ip -netns host2 addr add ${XFRM2_6}/64 dev eth0
377 # setup_xfrm ${HOST1_4} ${HOST2_4} ${HOST1_6} ${HOST2_6} "dev eth0"
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/
H A Dbpftool-net.rst88 eth0(2) driver id 198
91 eth0(2) htb name prefix_matcher.o:[cls_prefix_matcher_htb] id 111727 act []
92 eth0(2) clsact/ingress fbflow_icmp id 130246 act []
93 eth0(2) clsact/egress prefix_matcher.o:[cls_prefix_matcher_clsact] id 111726
94 eth0(2) clsact/egress cls_fg_dscp id 108619 act []
95 eth0(2) clsact/egress fbflow_egress id 130245
104 "devname": "eth0",
111 "devname": "eth0",
118 "devname": "eth0",
125 "devname": "eth0",
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/ocelot/
H A Dtc_flower_chains.sh18 # | | eth0 | | eth1 | | eth2 | | eth3 | |
27 eth0=${NETIFS[p1]}
159 create_tcam_skeleton $eth0
162 ip link set $eth0 master br0
172 tc filter add dev $eth0 ingress chain $(IS1 1) pref 1 \
177 tc filter add dev $eth0 egress chain $(ES0) pref 1 \
181 tc filter add dev $eth0 ingress chain $(IS1 0) pref 2 \
186 tc filter add dev $eth0 ingress chain $(IS2 0 0) pref 1 \
196 tc qdisc del dev $eth0 clsact
250 bridge vlan add dev $eth0 vid 200
[all …]
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/microsoft/
H A 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
114 ethtool -K eth0 lro off
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/dlink/
H A 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 …]
/OK3568_Linux_fs/kernel/Documentation/networking/
H A 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
H A 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
H A 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
H A Dbonding.rst751 A string (eth0, eth2, etc) specifying which slave is the
1089 BONDING_SLAVE0="eth0"
1125 "slave device" is either an interface name, e.g., "eth0", or a device
1205 for eth0 would be named /etc/sysconfig/network-scripts/ifcfg-eth0.
1208 DEVICE=eth0
1319 devices (presumed to be eth0 and eth1), and have it persist across
1326 ip link set eth0 master bond0
1466 To enslave interface eth0 to bond bond0::
1469 # echo +eth0 > /sys/class/net/bond0/bonding/slaves
1471 To free slave eth0 from bond bond0::
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/script/
H A Dload_ap_sta.sh18 ifconfig eth0 down
19 ifconfig eth0 > /dev/null
21 …eth0_local_mac=`ifconfig eth0 | grep HWaddr | sed -e 's/.*HWaddr //g' | sed -e 's/ //g' | cut -d …
22 echo Use eth0 MAC address.
25 echo No eth0 found use defaul MAC address.
92 ifconfig eth0 up
H A Dp2p_single.sh21 #ifconfig eth0 down
22 #ifconfig eth0 > /dev/null
24 …eth0_local_mac=`ifconfig eth0 | grep HWaddr | sed -e 's/.*HWaddr //g' | sed -e 's/ //g' | cut -d …
25 echo Use eth0 MAC address.
28 echo No eth0 found use defaul MAC address.
H A Dp2p_dual.sh21 #ifconfig eth0 down
22 #ifconfig eth0 > /dev/null
24 …eth0_local_mac=`ifconfig eth0 | grep HWaddr | sed -e 's/.*HWaddr //g' | sed -e 's/ //g' | cut -d …
25 echo Use eth0 MAC address.
28 echo No eth0 found use defaul MAC address.
/OK3568_Linux_fs/kernel/tools/testing/selftests/netfilter/
H A Dbridge_brouter.sh7 # eth0 br0 eth0
30 ip link add veth0 netns ns0 type veth peer name eth0 netns ns1
35 ip link add veth1 netns ns0 type veth peer name eth0 netns ns2
55 ip -net ns$i link set eth0 up
56 ip -net ns$i addr add 10.0.0.1$i/24 dev eth0
H A Dnft_queue.sh54 ip link add veth0 netns ${nsrouter} type veth peer name eth0 netns ${ns1} > /dev/null 2>&1
59 ip link add veth1 netns ${nsrouter} type veth peer name eth0 netns ${ns2}
71 ip -net ${ns1} link set eth0 up
74 ip -net ${ns2} link set eth0 up
76 ip -net ${ns1} addr add 10.0.1.99/24 dev eth0
77 ip -net ${ns1} addr add dead:1::99/64 dev eth0
81 ip -net ${ns2} addr add 10.0.2.99/24 dev eth0
82 ip -net ${ns2} addr add dead:2::99/64 dev eth0
/OK3568_Linux_fs/u-boot/include/configs/
H A Dsecomx6quq7.h38 "netdev=eth0\0" \
40 "netdev=eth0\0" \
45 "ip_local=10.0.0.5::10.0.0.1:255.255.255.0::eth0:off\0" \
57 " nolock,wsize=4096,rsize=4096 ip=:::::eth0:dhcp" \
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/dsa/
H A Dksz.txt31 Ethernet switch connected via SPI to the host, CPU port wired to eth0:
33 eth0: ethernet@10001000 {
79 ethernet = <&eth0>;
117 ethernet = <&eth0>;
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dtango4-vantage-1172.dts12 eth0 = &eth0;
25 &eth0 {

12345678910>>...24