/openbmc/linux/drivers/tty/ipwireless/ |
H A D | network.c | 3 * IPWireless 3G PCMCIA Network Driver 29 #include "network.h" 69 struct ipw_network *network = callback_data; in notify_packet_sent() local 72 spin_lock_irqsave(&network->lock, flags); in notify_packet_sent() 73 network->outgoing_packets_queued--; in notify_packet_sent() 74 if (network->ppp_channel != NULL) { in notify_packet_sent() 75 if (network->ppp_blocked) { in notify_packet_sent() 76 network->ppp_blocked = 0; in notify_packet_sent() 77 spin_unlock_irqrestore(&network->lock, flags); in notify_packet_sent() 78 ppp_output_wakeup(network->ppp_channel); in notify_packet_sent() [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0019-Adjust-for-musl-headers.patch | 13 src/libsystemd-network/sd-dhcp6-client.c | 2 +- 14 src/network/netdev/bareudp.c | 2 +- 15 src/network/netdev/batadv.c | 2 +- 16 src/network/netdev/bond.c | 2 +- 17 src/network/netdev/bridge.c | 3 ++- 18 src/network/netdev/dummy.c | 2 +- 19 src/network/netdev/geneve.c | 2 +- 20 src/network/netdev/ifb.c | 2 +- 21 src/network/netdev/ipoib.c | 2 +- 22 src/network/netdev/ipvlan.c | 2 +- [all …]
|
H A D | 0027-adjust-header-inclusion-order-to-avoid-redeclaration.patch | 10 src/network/netdev/wireguard.c | 2 +- 11 src/network/networkd-bridge-mdb.c | 3 ++- 12 src/network/networkd-route.c | 6 +++--- 15 diff --git a/src/network/netdev/wireguard.c b/src/network/netdev/wireguard.c 17 --- a/src/network/netdev/wireguard.c 18 +++ b/src/network/netdev/wireguard.c 30 diff --git a/src/network/networkd-bridge-mdb.c b/src/network/networkd-bridge-mdb.c 32 --- a/src/network/networkd-bridge-mdb.c 33 +++ b/src/network/networkd-bridge-mdb.c 51 diff --git a/src/network/networkd-route.c b/src/network/networkd-route.c [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/ |
H A D | README.md | 1 # Network Management 5 A Network Manager is a daemon which handles network management operations. It 6 must implement the `xyz.openbmc_project.Network.SystemConfiguration.interface` 9 When the network manager daemon comes up, it should create objects implementing 11 `xyz.openbmc_project.Network.EthernetInterface` or 12 `xyz.openbmc_project.Network.VLANInterface` on the system. 35 E.g. `/xyz/openbmc_project/network/<interfacename>` 44 `/xyz/openbmc_project/network/<interface>/ipv4/<id>` 48 `/xyz/openbmc_project/network/<interface>/ipv6/<id>` 50 ### Network Configuration Object [all …]
|
/openbmc/phosphor-networkd/docs/ |
H A D | Network-Configuration.md | 1 # Network Management 5 A Network Manager is a daemon which handles network management operations. It 6 must implement the `xyz.openbmc_project.Network.SystemConfiguration.interface` 9 When the network manager daemon comes up, it should create objects implementing 11 `xyz.openbmc_project.Network.EthernetInterface` or 12 `xyz.openbmc_project.Network.VLANInterface` on the system. 35 Example: `/xyz/openbmc_project/network/eth0` 44 Example: `/xyz/openbmc_project/network/eth0/ipv4/3fd41d13/` 48 Example: `/xyz/openbmc_project/network/eth0/ipv6/5dfghilp/` 54 Example: `/xyz/openbmc_project/network/conf` [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0017-Adjust-for-musl-headers.patch | 13 src/libsystemd-network/sd-dhcp6-client.c | 2 +- 14 src/network/netdev/bareudp.c | 2 +- 15 src/network/netdev/batadv.c | 2 +- 16 src/network/netdev/bond.c | 2 +- 17 src/network/netdev/bridge.c | 2 +- 18 src/network/netdev/dummy.c | 2 +- 19 src/network/netdev/geneve.c | 2 +- 20 src/network/netdev/ifb.c | 2 +- 21 src/network/netdev/ipoib.c | 2 +- 22 src/network/netdev/ipvlan.c | 2 +- [all …]
|
/openbmc/openbmc/meta-quanta/meta-s6q/recipes-core/systemd/ |
H A D | systemd-conf_%.bbappend | 15 ${sysconfdir}/systemd/network/00-bmc-eth0.network.d/ \ 16 ${sysconfdir}/systemd/network/00-bmc-eth1.network.d/ \ 19 ${sysconfdir}/systemd/network/10-bmc-bond0.netdev \ 20 ${sysconfdir}/systemd/network/00-bmc-bond0.network.d/bond0.conf \ 29 install -d ${D}${sysconfdir}/systemd/network/ 30 install -d ${D}${sysconfdir}/systemd/network/00-bmc-eth0.network.d/ 31 install -d ${D}${sysconfdir}/systemd/network/00-bmc-eth1.network.d/ 34 install -d ${D}${sysconfdir}/systemd/network/00-bmc-bond0.network.d/ 36 ${D}${sysconfdir}/systemd/network/00-bmc-eth0.network.d/ 38 ${D}${sysconfdir}/systemd/network/00-bmc-eth1.network.d/ [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | Kconfig | 39 tristate "Realtek 8822BE PCI wireless network adapter" 47 802.11ac PCIe wireless network adapter 50 tristate "Realtek 8822BS SDIO wireless network adapter" 58 802.11ac SDIO wireless network adapter 61 tristate "Realtek 8822BU USB wireless network adapter" 69 802.11ac USB wireless network adapter 72 tristate "Realtek 8822CE PCI wireless network adapter" 80 802.11ac PCIe wireless network adapter 83 tristate "Realtek 8822CS SDIO wireless network adapter" 91 802.11ac SDIO wireless network adapter [all …]
|
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-core/systemd/ |
H A D | systemd-conf_%.bbappend | 4 file://00-bmc-eth0.4004.0.network \ 5 file://00-bmc-eth0.4004.1.network \ 6 file://00-bmc-eth0.0.network \ 7 file://00-bmc-eth0.1.network \ 13 ${UNPACKDIR}/00-bmc-eth0.4004.0.network \ 14 ${UNPACKDIR}/00-bmc-eth0.4004.1.network \ 15 ${UNPACKDIR}/00-bmc-eth0.0.network \ 16 ${UNPACKDIR}/00-bmc-eth0.1.network \ 18 -D -t ${D}${sysconfdir}/systemd/network 22 ${sysconfdir}/systemd/network/00-bmc-eth0.4004.0.network \ [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/ |
H A D | meson.build | 4 'xyz/openbmc_project/Network/Client__markdown'.underscorify(), 5 input: [ '../../../../yaml/xyz/openbmc_project/Network/Client.interface.yaml', ], 13 'xyz/openbmc_project/Network/Client', 19 'xyz/openbmc_project/Network/DHCPConfiguration__markdown'.underscorify(), 20 input: [ '../../../../yaml/xyz/openbmc_project/Network/DHCPConfiguration.interface.yaml', ], 28 'xyz/openbmc_project/Network/DHCPConfiguration', 34 'xyz/openbmc_project/Network/EthernetInterface__markdown'.underscorify(), 35 input: [ '../../../../yaml/xyz/openbmc_project/Network/EthernetInterface.interface.yaml', ], 43 'xyz/openbmc_project/Network/EthernetInterface', 50 'xyz/openbmc_project/Network/IP__markdown'.underscorify(), [all …]
|
/openbmc/linux/drivers/interconnect/qcom/ |
H A D | Kconfig | 3 tristate "Qualcomm Network-on-Chip interconnect drivers" 6 Support for Qualcomm's Network-on-Chip interconnect hardware. 17 This is a driver for the Qualcomm Network-on-Chip on msm8916-based 26 This is a driver for the Qualcomm Network-on-Chip on msm8939-based 35 This is a driver for the Qualcomm Network-on-Chip on msm8974-based 44 This is a driver for the Qualcomm Network-on-Chip on msm8996-based 60 This is a driver for the Qualcomm Network-on-Chip on qcm2290-based 69 This is a driver for the Qualcomm Network-on-Chip on qcs404-based 78 This is a driver for the Qualcomm Network-on-Chip on QDU1000-based 101 This is a driver for the Qualcomm Network-on-Chip on sa8775p-based [all …]
|
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_rx.c | 1411 struct ieee80211_network *network) in ieee80211_parse_qos_info_param_IE() argument 1420 network->qos_data.param_count = qos_info_element.ac_info & 0x0F; in ieee80211_parse_qos_info_param_IE() 1421 network->flags |= NETWORK_HAS_QOS_INFORMATION; in ieee80211_parse_qos_info_param_IE() 1428 qos_param = &(network->qos_data.parameters); in ieee80211_parse_qos_info_param_IE() 1431 network->flags |= NETWORK_HAS_QOS_PARAMETERS; in ieee80211_parse_qos_info_param_IE() 1432 network->qos_data.param_count = in ieee80211_parse_qos_info_param_IE() 1439 network->qos_data.supported = 1; in ieee80211_parse_qos_info_param_IE() 1486 struct ieee80211_network *network, in ieee80211_extract_country_ie() argument 1492 memcpy(network->CountryIeBuf, info_element->data, info_element->len); in ieee80211_extract_country_ie() 1493 network->CountryIeLen = info_element->len; in ieee80211_extract_country_ie() [all …]
|
/openbmc/openbmc-test-automation/systest/ |
H A D | network_stability_test.robot | 2 Documentation Module to test network stability. 19 Network Stability Test 20 [Documentation] Execute network stress in loop. 23 # Run the network stress test HTX_LOOP times in loop. 24 Repeat Keyword ${HTX_LOOP} times Execute Network Test 29 Execute Network Test 30 [Documentation] Execute network stress test. 36 # - Inject network activity on BMC 50 # HTX is running, inject network traffic and check every HTX_INTERVAL 52 ... Start Network Test [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/ |
H A D | Kconfig | 15 tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter" 22 wireless network adapters. 27 tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter" 33 wireless network adapters. 38 tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter" 44 wireless network adapters. 49 tristate "Realtek RTL8723AE PCIe Wireless Network Adapter" 57 wireless network adapters. 62 tristate "Realtek RTL8723BE PCIe Wireless Network Adapter" 70 wireless network adapters. [all …]
|
/openbmc/linux/security/selinux/ |
H A D | netif.c | 3 * Network interface table. 5 * Network interfaces (devices) do not have a security field, so we 44 * @ns: the network namespace 45 * @ifindex: the network interface 48 * This is the hashing function for the network interface table, it returns the 59 * @ns: the network namespace 60 * @ifindex: the network interface 63 * Search the network interface table and return the record matching @ifindex. 86 * Add a new interface record to the network interface hash table. Returns 109 * Remove an existing interface record from the network interface table. [all …]
|
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | libipw_rx.c | 1019 struct libipw_network *network) in libipw_parse_qos_info_param_IE() argument 1028 network->qos_data.param_count = qos_info_element.ac_info & 0x0F; in libipw_parse_qos_info_param_IE() 1029 network->flags |= NETWORK_HAS_QOS_INFORMATION; in libipw_parse_qos_info_param_IE() 1036 qos_param = &(network->qos_data.parameters); in libipw_parse_qos_info_param_IE() 1039 network->flags |= NETWORK_HAS_QOS_PARAMETERS; in libipw_parse_qos_info_param_IE() 1040 network->qos_data.param_count = in libipw_parse_qos_info_param_IE() 1047 network->qos_data.supported = 1; in libipw_parse_qos_info_param_IE() 1091 struct libipw_network *network) in libipw_parse_info_param() argument 1115 network->ssid_len = min(info_element->len, in libipw_parse_info_param() 1117 memcpy(network->ssid, info_element->data, in libipw_parse_info_param() [all …]
|
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | network_device_message_registry.hpp | 26 "Network Device Message Registry", 40 "Indicates that a network cable was inserted.", 41 "A network cable was inserted into network adapter '%1' port '%2'.", 53 "Indicates that a network cable was removed.", 54 "A cable was removed from network adapter '%1' port '%2'.", 66 "Indicates that a network connection was dropped.", 67 "The connection is no longer active for network adapter '%1' port '%2' function '%3'.", 80 "Indicates that a network connection was established.", 81 … "A network connection was established for network adapter '%1' port '%2' function '%3'.", 94 … "Indicates that a network connection was established, but at an unexpectedly low link speed.", [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | NetworkPort.v1_4_3.json | 57 "Ethernet": "The port is capable of connecting to an Ethernet network.", 58 "FibreChannel": "The port is capable of connecting to a Fibre Channel network.", 59 "InfiniBand": "The port is capable of connecting to an InfiniBand network." 84 …"description": "A maximum bandwidth allocation percentage for a network device functions associate… 85 …This type shall describe a maximum bandwidth percentage allocation for a network device function a… 102 …e maximum bandwidth allocation percentage allocated to the corresponding network device function i… 103 …l contain the maximum bandwidth percentage allocation for the associated network device function.", 113 …"description": "The link to the network device function associated with this bandwidth setting of … 114 …kDeviceFunction` that represents the network device function associated with this bandwidth settin… 122 …"description": "A minimum bandwidth allocation percentage for a network device functions associate… [all …]
|
H A D | NetworkDeviceFunction.v1_9_2.json | 72 "description": "A Fibre Channel boot target configured for a network device function.", 73 …: "This type shall describe a Fibre Channel boot target configured for a network device function.", 126 …ates that this limit is enforced on packets and bytes transmitted by the network device function.", 127 …dicates that this limit is enforced on packets and bytes received by the network device function.", 134 …is type describes Ethernet capabilities, status, and configuration for a network device function.", 135 …scribe the Ethernet capabilities, status, and configuration values for a network device function.", 160 … "The Ethernet interface collection that contains the interfaces on this network device function.", 161 …e Ethernet interfaces present on this network device function. This property shall not be present… 167 …: "This property shall contain the effective current MAC address of this network device function. … 176 …tion": "The hardware maximum transmission unit (MTU) configured for this network device function.", [all …]
|
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-quanta/network/ |
H A D | usb-network.bbappend | 2 SRC_URI:append:gbs = " file://00-bmc-usb0.network" 3 SRC_URI:append:gbs = " file://usb-network.conf" 5 FILES:${PN}:append:gbs = " ${datadir}/usb-network/usb-network.conf" 6 FILES:${PN}:append:gbs = " ${sysconfdir_native}/systemd/network/00-bmc-usb0.network" 9 install -d ${D}${sysconfdir_native}/systemd/network/ 10 install -m 0644 ${UNPACKDIR}/00-bmc-usb0.network \ 11 ${D}${sysconfdir_native}/systemd/network 13 install -d ${D}${datadir}/usb-network 14 install -m 0644 -D ${UNPACKDIR}/usb-network.conf \ 15 ${D}${datadir}/usb-network
|
/openbmc/linux/drivers/staging/rtl8192e/ |
H A D | rtllib_rx.c | 1631 struct rtllib_network *network) in rtllib_parse_qos_info_param_IE() argument 1639 network->qos_data.param_count = qos_info_element.ac_info & 0x0F; in rtllib_parse_qos_info_param_IE() 1640 network->flags |= NETWORK_HAS_QOS_INFORMATION; in rtllib_parse_qos_info_param_IE() 1648 &(network->qos_data)); in rtllib_parse_qos_info_param_IE() 1649 network->flags |= NETWORK_HAS_QOS_PARAMETERS; in rtllib_parse_qos_info_param_IE() 1650 network->qos_data.param_count = in rtllib_parse_qos_info_param_IE() 1657 network->qos_data.supported = 1; in rtllib_parse_qos_info_param_IE() 1725 struct rtllib_network *network, in rtllib_extract_country_ie() argument 1730 memcpy(network->CountryIeBuf, info_element->data, in rtllib_extract_country_ie() 1732 network->CountryIeLen = info_element->len; in rtllib_extract_country_ie() [all …]
|
/openbmc/qemu/docs/system/devices/ |
H A D | net.rst | 3 Network emulation 6 QEMU can simulate several network cards (e.g. PCI or ISA cards on the PC 7 target) and can connect them to a network backend on the host or an 8 emulated hub. The various host network backends can either be used to 9 connect the NIC of the guest to a real network (e.g. by using a TAP 10 devices or the non-privileged user mode network stack), or to other 12 socket host network backend). 14 Using TAP network interfaces 17 This is the standard way to connect QEMU to a real network. QEMU adds a 18 virtual network device on your host (called ``tapN``), and you can then [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-net-statistics | 6 Indicates the number of collisions seen by this network device. 15 network device. 22 Indicates the number of bytes received by this network device. 23 See the network driver for the exact meaning of when this 32 network device. This value might only be relevant for interfaces 41 by this network device. Note that the specific meaning might 49 Indicates the number of packets received by the network device 51 packet processing. See the network driver for the exact 59 Indicates the number of receive errors on this network device. 60 See the network driver for the exact meaning of this value. [all …]
|
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/network/ |
H A D | phosphor-network_%.bbappend | 4 file://00-hmc-usb0.network \ 5 file://90-hmc-usb0-network.rules \ 9 ${systemd_unitdir}/network/00-hmc-usb0.network \ 10 ${sysconfdir}/udev/rules.d/90-hmc-usb0-network.rules \ 14 install -d ${D}${systemd_unitdir}/network/ 15 …install -m 0644 ${UNPACKDIR}/00-hmc-usb0.network ${D}${systemd_unitdir}/network/00-hmc-usb0.network 18 …install -m 0644 ${UNPACKDIR}/90-hmc-usb0-network.rules ${D}${sysconfdir}/udev/rules.d/90-hmc-usb0-…
|
/openbmc/openbmc/meta-ufispace/meta-common/recipes-phosphor/network/ |
H A D | usb-network.bb | 5 SRC_URI += "file://usb-network.sh \ 6 file://usb-network.service \ 7 file://00-bmc-usb0.network" 14 FILES:${PN} += "${sysconfdir_native}/systemd/network/00-bmc-usb0.network" 18 install -m 0755 ${UNPACKDIR}/usb-network.sh ${D}/${sbindir} 21 install -m 0644 ${UNPACKDIR}/usb-network.service ${D}${systemd_unitdir}/system 23 install -d ${D}${sysconfdir_native}/systemd/network/ 24 install -m 0644 ${UNPACKDIR}/00-bmc-usb0.network ${D}${sysconfdir_native}/systemd/network 27 SYSTEMD_SERVICE:${PN} = "usb-network.service"
|