Home
last modified time | relevance | path

Searched +full:link +full:- +full:name (Results 1 – 25 of 1075) sorted by relevance

12345678910>>...43

/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
Drtnetlink.sh2 # SPDX-License-Identifier: GPL-2.0
44 ip link set dev $swp1 up
45 ip link set dev $swp2 up
52 ip link set dev $swp2 down
53 ip link set dev $swp1 down
72 ip link set dev $swp1 addr 00:11:22:33:44:55
80 | grep -q mlxsw_spectrum
83 ip link set dev $swp2 addr 00:11:22:33:44:66
90 ip link set dev $swp2 addr 00:11:22:33:00:66 &>/dev/null
92 ip link set dev $swp2 addr 00:11:22:33:00:66 2>&1 >/dev/null \
[all …]
Dvxlan.sh2 # SPDX-License-Identifier: GPL-2.0
20 ip link set dev $swp1 up
21 ip link set dev $swp2 up
28 ip link set dev $swp2 down
29 ip link set dev $swp1 down
34 ip link set dev $swp1 master br0
36 ip link set dev vxlan0 master br0
39 ip link set dev $swp1 nomaster
41 ip link set dev $swp1 master br0
47 ip link set dev $swp1 master br0
[all …]
Dextack.sh2 # SPDX-License-Identifier: GPL-2.0
22 ip link set dev $swp1 up
23 ip link set dev $swp2 up
30 ip link set dev $swp2 down
31 ip link set dev $swp1 down
38 ip link add name br1 up type bridge vlan_filtering 0 mcast_snooping 0
39 ip link add name vx1 up type vxlan id 1000 \
43 ip link set dev vx1 master br1
46 ip link set dev $swp1 master br1
49 ip link add name br2 up type bridge vlan_filtering 0 mcast_snooping 0
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/
Dq_in_q_veto.sh2 # SPDX-License-Identifier: GPL-2.0
28 ip link set dev $swp1 up
29 ip link set dev $swp2 up
38 ip link set dev $swp2 down
39 ip link set dev $swp1 down
49 ip link add dev br0 type bridge vlan_filtering 1 \
51 ip link set dev br0 addrgenmode none
53 ip link set dev br0 up
54 ip link set dev $swp1 master br0
56 ip link add name br0.100 link br0 type vlan \
[all …]
Dvxlan.sh2 # SPDX-License-Identifier: GPL-2.0
45 ip link set dev $swp1 up
46 ip link set dev $swp2 up
53 ip link set dev $swp2 down
54 ip link set dev $swp1 down
59 ip link set dev $swp1 master br0
61 ip link set dev vxlan0 master br0
64 ip link set dev $swp1 nomaster
66 ip link set dev $swp1 master br0
72 ip link set dev $swp1 master br0
[all …]
Dextack.sh2 # SPDX-License-Identifier: GPL-2.0
22 ip link set dev $swp1 up
23 ip link set dev $swp2 up
30 ip link set dev $swp2 down
31 ip link set dev $swp1 down
38 ip link add name br1 type bridge vlan_filtering 0 mcast_snooping 0
39 ip link set dev br1 addrgenmode none
40 ip link set dev br1 up
41 ip link add name vx1 up type vxlan id 1000 \
45 ip link set dev vx1 master br1
[all …]
Drtnetlink.sh2 # SPDX-License-Identifier: GPL-2.0
49 ip link set dev $swp1 up
50 ip link set dev $swp2 up
57 ip link set dev $swp2 down
58 ip link set dev $swp1 down
67 ip link add name vrf-test type vrf table 10
68 ip link set dev $swp1 master vrf-test
70 ip -4 address add 192.0.2.1/24 dev vrf-test
72 ip -6 address add 2001:db8:1::1/64 dev vrf-test
75 log_test "RIF - setting IP address on VRF"
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
Dnetns-name.sh2 # SPDX-License-Identifier: GPL-2.0
4 set -o pipefail
6 NS=netns-name-test
7 DEV=dummy-dev0
8 DEV2=dummy-dev1
9 ALT_NAME=some-alt-name
20 echo "ERROR: ${1:-unexpected return code} (ret: $_)" >&2
29 ip -netns $NS link add name $DEV type dummy || fail
30 ip -netns $NS link set dev $DEV netns 1 ||
32 ip link show dev $DEV >> /dev/null || fail "Device not found after move"
[all …]
Daltnames.sh2 # SPDX-License-Identifier: GPL-2.0
18 local name
20 ip link property add $DUMMY_DEV altname $SHORT_NAME
21 check_err $? "Failed to add short alternative name"
23 output=$(ip -j -p link show $SHORT_NAME)
24 check_err $? "Failed to do link show with short alternative name"
26 name=$(echo $output | jq -e -r ".[0].altnames[0]")
27 check_err $? "Failed to get short alternative name from link show JSON"
29 [ "$name" == "$SHORT_NAME" ]
30 check_err $? "Got unexpected short alternative name from link show JSON"
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/bonding/
Dlag_lib.sh2 # SPDX-License-Identifier: GPL-2.0
6 # Test that a link aggregation device (bonding, team) removes the hardware
15 local name
17 ip link add dummy1 type dummy
18 ip link add dummy2 type dummy
20 name="bond1"
21 ip link add "$name" up type bond mode "$mode"
22 ip link set dev dummy1 master "$name"
23 ip link set dev dummy2 master "$name"
25 name="team0"
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/team/
Dlag_lib.sh2 # SPDX-License-Identifier: GPL-2.0
6 # Test that a link aggregation device (bonding, team) removes the hardware
15 local name
17 ip link add dummy1 type dummy
18 ip link add dummy2 type dummy
20 name="bond1"
21 ip link add "$name" up type bond mode "$mode"
22 ip link set dev dummy1 master "$name"
23 ip link set dev dummy2 master "$name"
25 name="team0"
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
Daltnames.sh2 # SPDX-License-Identifier: GPL-2.0
18 local name
20 ip link property add $DUMMY_DEV altname $SHORT_NAME
21 check_err $? "Failed to add short alternative name"
23 output=$(ip -j -p link show $SHORT_NAME)
24 check_err $? "Failed to do link show with short alternative name"
26 name=$(echo $output | jq -e -r ".[0].altnames[0]")
27 check_err $? "Failed to get short alternative name from link show JSON"
29 [ "$name" == "$SHORT_NAME" ]
30 check_err $? "Got unexpected short alternative name from link show JSON"
[all …]
/kernel/linux/linux-5.10/sound/soc/qcom/
Dcommon.c1 // SPDX-License-Identifier: GPL-2.0
14 struct device *dev = card->dev; in qcom_snd_parse_of()
15 struct snd_soc_dai_link *link; in qcom_snd_parse_of() local
21 if (ret == 0 && !card->name) in qcom_snd_parse_of()
25 dev_err(dev, "Error parsing card name: %d\n", ret); in qcom_snd_parse_of()
30 if (of_property_read_bool(dev->of_node, "audio-routing")) { in qcom_snd_parse_of()
31 ret = snd_soc_of_parse_audio_routing(card, "audio-routing"); in qcom_snd_parse_of()
36 if (of_property_read_bool(dev->of_node, "qcom,audio-routing")) { in qcom_snd_parse_of()
37 ret = snd_soc_of_parse_audio_routing(card, "qcom,audio-routing"); in qcom_snd_parse_of()
42 ret = snd_soc_of_parse_aux_devs(card, "aux-devs"); in qcom_snd_parse_of()
[all …]
/kernel/linux/linux-5.10/Documentation/networking/dsa/
Dconfiguration.rst1 .. SPDX-License-Identifier: GPL-2.0
10 .. _dsa-config-showcases:
13 -----------------------
61 * lan1: 192.0.2.1/30 (192.0.2.0 - 192.0.2.3)
62 * lan2: 192.0.2.5/30 (192.0.2.4 - 192.0.2.7)
63 * lan3: 192.0.2.9/30 (192.0.2.8 - 192.0.2.11)
66 * br0: 192.0.2.129/25 (192.0.2.128 - 192.0.2.255)
69 * br0: 192.0.2.129/25 (192.0.2.128 - 192.0.2.255)
70 * wan: 192.0.2.1/30 (192.0.2.0 - 192.0.2.3)
72 .. _dsa-tagged-configuration:
[all …]
Db53.rst1 .. SPDX-License-Identifier: GPL-2.0
20 The switch is, if possible, configured to enable a Broadcom specific 4-bytes
30 configuration described in the :ref:`dsa-config-showcases`.
33 ----------------------------------
38 See :ref:`dsa-tagged-configuration`.
41 -------------------------------------
48 The configuration slightly differ from the :ref:`dsa-vlan-configuration`.
54 In difference to the configuration described in :ref:`dsa-vlan-configuration`
64 .. code-block:: sh
67 ip link add link eth0 name eth0.1 type vlan id 1
[all …]
/kernel/linux/linux-6.6/Documentation/networking/dsa/
Db53.rst1 .. SPDX-License-Identifier: GPL-2.0
20 The switch is, if possible, configured to enable a Broadcom specific 4-bytes
30 configuration described in the :ref:`dsa-config-showcases`.
33 ----------------------------------
38 See :ref:`dsa-tagged-configuration`.
41 -------------------------------------
48 The configuration slightly differ from the :ref:`dsa-vlan-configuration`.
54 In difference to the configuration described in :ref:`dsa-vlan-configuration`
64 .. code-block:: sh
67 ip link add link eth0 name eth0.1 type vlan id 1
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
Dets.json4 "name": "Add ETS qdisc using bands", string
10 "$IP link add dev $DUMMY type dummy || /bin/true"
19 "$IP link del dev $DUMMY type dummy"
24 "name": "Add ETS qdisc using quanta", string
30 "$IP link add dev $DUMMY type dummy || /bin/true"
39 "$IP link del dev $DUMMY type dummy"
44 "name": "Add ETS qdisc using strict", string
50 "$IP link add dev $DUMMY type dummy || /bin/true"
59 "$IP link del dev $DUMMY type dummy"
64 "name": "Add ETS qdisc using bands + quanta", string
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
Dets.json4 "name": "Add ETS qdisc using bands", string
10 "$IP link add dev $DUMMY type dummy || /bin/true"
19 "$IP link del dev $DUMMY type dummy"
24 "name": "Add ETS qdisc using quanta", string
30 "$IP link add dev $DUMMY type dummy || /bin/true"
39 "$IP link del dev $DUMMY type dummy"
44 "name": "Add ETS qdisc using strict", string
50 "$IP link add dev $DUMMY type dummy || /bin/true"
59 "$IP link del dev $DUMMY type dummy"
64 "name": "Add ETS qdisc using bands + quanta", string
[all …]
/kernel/linux/linux-6.6/Documentation/netlink/specs/
Drt_link.yaml1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
3 name: rt-link
4 protocol: netlink-raw
8 Link configuration over rtnetlink.
11 -
12 name: ifinfo-flags
15 -
16 name: up
17 -
18 name: broadcast
[all …]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
Du_ether.h1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * u_ether.h -- interface to USB gadget "ethernet link" utilities
5 * Copyright (C) 2003-2005,2008 David Brownell
6 * Copyright (C) 2003-2004 Robert Schwebel, Benedikt Spranger
42 * This represents the USB side of an "ethernet" link, managed by a USB
44 * in different configurations could share the same ethernet link/netdev,
47 * There is a current limitation that only one instance of this link may
90 /* variant of gether_setup that allows customizing network device name */
96 /* gether_setup - initialize one ethernet-over-usb link
99 * host side of the link is recorded
[all …]
/kernel/linux/linux-6.6/sound/soc/qcom/
Dcommon.c1 // SPDX-License-Identifier: GPL-2.0
7 #include <linux/input-event-codes.h>
22 struct device *dev = card->dev; in qcom_snd_parse_of()
23 struct snd_soc_dai_link *link; in qcom_snd_parse_of() local
29 if (ret == 0 && !card->name) in qcom_snd_parse_of()
33 dev_err(dev, "Error parsing card name: %d\n", ret); in qcom_snd_parse_of()
37 if (of_property_read_bool(dev->of_node, "widgets")) { in qcom_snd_parse_of()
44 if (of_property_read_bool(dev->of_node, "audio-routing")) { in qcom_snd_parse_of()
45 ret = snd_soc_of_parse_audio_routing(card, "audio-routing"); in qcom_snd_parse_of()
50 if (of_property_read_bool(dev->of_node, "qcom,audio-routing")) { in qcom_snd_parse_of()
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
Dvxlan_symmetric.sh2 # SPDX-License-Identifier: GPL-2.0
4 # +---------------------------+ +------------------------------+
5 # | vrf-h1 | | vrf-h2 |
9 # +----|----------------------+ +----|-------------------------+
11 # +----|--------------------------------------------|-------------------------+
13 # | +--|--------------------------------------------|-----------------------+ |
31 # | +-----------------------------------+-----------------------------------+ |
33 # | +-----------------------------------|-----------------------------------+ |
35 # | | +--------------------------------+--------------------------------+ | |
40 # | | + vlan10-v (macvlan) + vlan20-v (macvlan) + | |
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
Dvxlan_symmetric.sh2 # SPDX-License-Identifier: GPL-2.0
4 # +---------------------------+ +------------------------------+
5 # | vrf-h1 | | vrf-h2 |
9 # +----|----------------------+ +----|-------------------------+
11 # +----|--------------------------------------------|-------------------------+
13 # | +--|--------------------------------------------|-----------------------+ |
31 # | +-----------------------------------+-----------------------------------+ |
33 # | +-----------------------------------|-----------------------------------+ |
35 # | | +--------------------------------+--------------------------------+ | |
40 # | | + vlan10-v (macvlan) + vlan20-v (macvlan) + | |
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/
Dqcom,sm8250.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
19 - items:
20 - enum:
21 - lenovo,yoga-c630-sndcard
22 - qcom,db845c-sndcard
23 - const: qcom,sdm845-sndcard
24 - enum:
[all …]
/kernel/linux/linux-6.6/arch/arm64/boot/dts/qcom/
Dmsm8996-oneplus-common.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
12 #include <dt-bindings/sound/qcom,q6afe.h>
13 #include <dt-bindings/sound/qcom,q6asm.h>
14 #include <dt-bindings/sound/qcom,wcd9335.h>
23 compatible = "simple-battery";
25 constant-charge-current-max-microamp = <3000000>;
26 voltage-min-design-microvolt = <3400000>;
30 stdout-path = "serial1:115200n8";
[all …]

12345678910>>...43