| /linux/tools/testing/selftests/drivers/net/bonding/ |
| H A D | bond_passive_lacp.sh | 40 ip -n "${c_ns}" link add eth1 type veth peer name eth1 netns "${s_ns}" 45 tc -n "${s_ns}" qdisc add dev eth1 clsact 46 tc -n "${s_ns}" filter add dev eth1 egress handle 101 protocol 0x8809 matchall action pass 50 ip -n "${s_ns}" link set eth1 master bond0 54 ip -n "${c_ns}" link set eth1 master bond0 90 ip -n "${c_ns}" link set eth1 nomaster 91 ip -n "${c_ns}" link set eth1 up 98 check_pkt_count "${s_ns}" "eth1" || RET=1
|
| H A D | lag_lib.sh | 85 # | eth1 +-------+ eth1 | 104 ip link set dev lag1 netns lag_node1 $state name eth1 105 ip link set dev lag1-end netns lag_node2 $state name eth1 130 ip netns exec ${SWITCH} ip link set eth1 master br0 up 138 ip netns exec ${SWITCH} ip link set eth1 up 145 ip netns exec ${CLIENT} ip link set eth1 down 149 ip netns exec ${CLIENT} ip link set eth1 master bond0 168 ip netns exec ${SWITCH} ip link set eth1 down
|
| H A D | bond_options.sh | 77 # set active_slave to primary eth1 specifically 78 ip -n ${s_ns} link set bond0 type bond active_slave eth1 82 ip -n ${s_ns} link set eth1 type bond_slave prio 10 87 cmd_jq "ip -n ${s_ns} -d -j link show eth1" \ 89 check_err $? "eth1 prio is not 10" 97 check_active_slave eth1 126 ip -n ${s_ns} link set eth1 up 130 check_active_slave "eth1" 139 check_active_slave "eth1" 146 ip -n ${s_ns} link set eth1 type bond_slave prio 0 [all …]
|
| /linux/Documentation/admin-guide/aoe/ |
| H A D | aoe.rst | 100 e4.0 eth1 up 101 e4.1 eth1 up 102 e4.2 eth1 up 103 e4.3 eth1 up 104 e4.4 eth1 up 105 e4.5 eth1 up 106 e4.6 eth1 up 107 e4.7 eth1 up 108 e4.8 eth1 up 109 e4.9 eth1 up [all …]
|
| /linux/Documentation/networking/ |
| H A D | vrf.rst | 39 | eth1 | | eth2 | ... | bond1 | 94 ip link set dev eth1 master vrf-blue 237 …3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master red state UP mode DEFA… 248 eth1 UP 02:00:00:00:02:02 <BROADCAST,MULTICAST,UP,LOWER_UP> 264 10.2.1.254 dev eth1 lladdr a6:d9:c7:4f:06:23 REACHABLE 268 2002:1::64 dev eth1 lladdr a6:d9:c7:4f:06:23 REACHABLE 282 …3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master red state UP group def… 284 inet 10.2.1.2/24 brd 10.2.1.255 scope global eth1 304 eth1 UP 10.2.1.2/24 2002:1::2/120 fe80::ff:fe00:202/64 321 broadcast 10.2.1.0 dev eth1 proto kernel scope link src 10.2.1.2 [all …]
|
| H A D | nf_flowtable.rst | 89 hook ingress priority 0; devices = { eth0, eth1 }; 98 This example adds the flowtable 'f' to the ingress hook of the eth0 and eth1 138 (represented as eth1 and eth2 in the example figure below) and the gateway 150 -> eth1 eth2 176 hook ingress priority 0; devices = { eth0, eth1 }; 193 hook ingress priority 0; devices = { eth0, eth1 };
|
| H A D | netconsole.rst | 57 linux netconsole=4444@10.0.0.1/eth1,9353@10.0.0.2/12:34:56:78:9a:bc 75 modprobe netconsole netconsole="@/,@10.0.0.2/;@/eth1,6892@10.0.0.3/" 171 …netconsole=4444@10.0.0.1/eth1,9353@10.0.0.2/12:34:56:78:9a:bc;4444@10.0.0.1/eth1,9353@10.0.0.3/12:… 382 linux netconsole=+4444@10.0.0.1/eth1,9353@10.0.0.2/12:34:56:78:9a:bc 440 the network device (eth1 in the above case) can run any kind
|
| H A D | vxlan.rst | 29 # ip link add vxlan0 type vxlan id 42 group 239.1.1.1 dev eth1 dstport 4789 32 group 239.1.1.1 over eth1 to handle traffic for which there is no
|
| /linux/tools/testing/selftests/net/ |
| H A D | icmp_redirect.sh | 18 # Route from h1 to h2 goes through r1, eth1 - connection between r1 and r2. 193 ip -netns $h1 li add eth1 type veth peer name r2h1 200 ip -netns $r1 li add eth1 type veth peer name r2r1 201 ip -netns $r1 li set eth1 up 202 ip -netns $r1 li set r2r1 netns $r2 name eth1 up 224 ip -netns $h1 li set eth1 master br0 up 239 ip -netns $r1 addr add dev eth1 ${R1_R2_N1_IP}/30 240 ip -netns $r1 -6 addr add dev eth1 ${R1_R2_N1_IP6}/126 nodad 247 ip -netns $r2 addr add dev eth1 ${R2_R1_N1_IP}/30 248 ip -netns $r2 -6 addr add dev eth1 [all...] |
| H A D | vrf_route_leaking.sh | 230 ip -netns $h2 link set r1h2 netns $r1 name eth1 up 260 ip -netns $r1 link set mtu 1400 dev eth1 262 ip -netns $r1 link set eth1 vrf red up 265 ip -netns $r1 addr add dev eth1 ${R1_N2_IP}/24 266 ip -netns $r1 -6 addr add dev eth1 ${R1_N2_IP6}/64 nodad 307 ip -netns $h1 link add eth1 type veth peer name r2h1 311 ip -netns $h2 link set r1h2 netns $r1 name eth1 up 313 ip -netns $h2 link add eth1 type veth peer name r2h2 314 ip -netns $h2 link set r2h2 netns $r2 name eth1 up 324 ip -netns $h1 link set eth1 master br0 up [all …]
|
| H A D | xfrm_policy.sh | 7 # eth1 eth1 veth0 veth0 eth1 eth1 356 ip link add $DEV netns ${ns[1]} type veth peer name eth1 netns ${ns[3]} 357 ip link add $DEV netns ${ns[2]} type veth peer name eth1 netns ${ns[4]} 374 ip -net ${ns[$i]} link set eth1 up 381 ip -net ${ns[3]} addr add 10.0.1.1/24 dev eth1 383 ip -net ${ns[3]} addr add 2001:1::1/64 dev eth1 388 ip -net ${ns[4]} addr add 10.0.2.1/24 dev eth1 390 ip -net ${ns[4]} addr add 2001:2::1/64 dev eth1 396 ip netns exec ${ns[$i]} sysctl net.ipv$j.conf.eth1.forwarding=1 > /dev/null
|
| H A D | traceroute.sh | 173 connect_ns $r2 eth1 - 2000:101::2/64 $r1 eth1 - - 174 ip netns exec $r1 ip link set dev eth1 master ${brdev} 276 connect_ns "$r2" eth1 - 2000:101::2/64 "$r1" eth1 - - 278 ip -n "$r2" link set dev eth1 master vrf100 280 ip -n "$r1" link set dev eth1 master br100 333 $router eth1 1.0.3.1/24 - 337 ip netns exec $router ip addr add 1.0.1.1/24 dev eth1 374 # VRF device, but rather an address from the VRF port (eth1) tha [all...] |
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | conntrack_icmp_related.sh | 74 ip link add "$DEV" netns "$nsclient1" type veth peer name eth1 netns "$nsrouter1" 75 ip link add "$DEV" netns "$nsclient2" type veth peer name eth1 netns "$nsrouter2" 81 ip -net "$nsrouter1" link set eth1 up 84 ip -net "$nsrouter2" link set eth1 mtu 1280 up 94 ip -net "$nsrouter1" addr add 192.168.1.1/24 dev eth1 96 ip -net "$nsrouter1" addr add dead:1::1/64 dev eth1 nodad 101 ip -net "$nsrouter2" addr add 192.168.2.1/24 dev eth1 103 ip -net "$nsrouter2" addr add dead:2::1/64 dev eth1 nodad
|
| H A D | conntrack_ipip_mtu.sh | 74 # eth1: 192.168.10.1/24 104 # eth1: 192.168.20.1/24 182 # fragments between eth1 and ipip0. The fragments fit into the tunnel and
|
| /linux/Documentation/translations/zh_CN/core-api/irq/ |
| H A D | irq-affinity.rst | 28 下面是一个先将IRQ44(eth1)限制在CPU0-3上,然后限制在CPU4-7上的例子(这是一个8CPU的SMP box) 47 … 1785 1785 1783 0 0 0 0 IO-APIC-level eth1 65 … 1785 1785 1783 1784 1069 1070 1069 IO-APIC-level eth1
|
| /linux/arch/arm64/boot/dts/tesla/ |
| H A D | fsd-pinctrl.dtsi | 441 eth1_tx_clk: eth1-tx-clk-pins { 448 eth1_tx_data: eth1-tx-data-pins { 455 eth1_tx_ctrl: eth1-tx-ctrl-pins { 462 eth1_phy_intr: eth1-phy-intr-pins { 469 eth1_rx_clk: eth1-rx-clk-pins { 476 eth1_rx_data: eth1-rx-data-pins { 483 eth1_rx_ctrl: eth1-rx-ctrl-pins { 490 eth1_mdio: eth1-mdio-pins {
|
| /linux/Documentation/networking/device_drivers/wifi/intel/ |
| H A D | ipw2100.rst | 249 management (via ``iwconfig eth1 power off``) 256 iwconfig eth1 power off Disables radio power down 257 iwconfig eth1 power on Enables radio power management to 259 iwpriv eth1 set_power 0 Sets power level to AUTO and enables 262 iwpriv eth1 set_power 1-5 Set the power level as specified, 269 iwpriv eth1 get_power 277 level if `iwconfig eth1 power on` is invoked.
|
| H A D | ipw2200.rst | 170 (i.e. `iwconfig eth1 channel 10`), but it is useful sometimes 203 (typically eth1, customized via one of the various network interface 212 % iwpriv eth1 get_mode 213 eth1 get_mode:802.11bg (6) 221 % iwpriv eth1 set_mode {mode} 243 % iwpriv eth1 set_preamble {mode} 423 iwconfig eth1 mode ad-hoc essid testing channel 2
|
| /linux/Documentation/networking/dsa/ |
| H A D | configuration.rst | 52 *eth1* 412 ip link set swp0 type dsa master eth1 414 ip link set swp2 type dsa master eth1 419 ip link set eth1 down && ip link set eth1 master bond0 432 ip link set eth1 down && ip link set eth1 master bond0
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | rzg3s-smarc-som.dtsi | 24 ethernet1 = ð1; 117 ð1 { 262 eth1-phy-irq-hog { 266 line-name = "eth1-phy-irq"; 270 eth1_pins: eth1 {
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | armada-382-rd-ac3x-48g4x2xl.dts | 24 ethernet0 = ð1; 57 ð1 {
|
| H A D | armada-388-clearfog.dts | 49 ð1 { 133 ethernet = <ð1>;
|
| /linux/arch/arm64/boot/dts/socionext/ |
| H A D | uniphier-pxs3-ref.dts | 33 ethernet1 = ð1; 109 ð1 {
|
| /linux/arch/arm64/boot/dts/marvell/ |
| H A D | armada-3720-uDPU.dtsi | 63 sfp_eth1: sfp-eth1 { 148 ð1 {
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | qca,ar71xx.yaml | 88 eth1: ethernet@1a000000 { 126 ethernet = <ð1>;
|