/linux-4.1.27/drivers/tty/ipwireless/ |
D | network.c | 68 struct ipw_network *network = callback_data; in notify_packet_sent() local 71 spin_lock_irqsave(&network->lock, flags); in notify_packet_sent() 72 network->outgoing_packets_queued--; in notify_packet_sent() 73 if (network->ppp_channel != NULL) { in notify_packet_sent() 74 if (network->ppp_blocked) { in notify_packet_sent() 75 network->ppp_blocked = 0; in notify_packet_sent() 76 spin_unlock_irqrestore(&network->lock, flags); in notify_packet_sent() 77 ppp_output_wakeup(network->ppp_channel); in notify_packet_sent() 82 spin_unlock_irqrestore(&network->lock, flags); in notify_packet_sent() 84 spin_unlock_irqrestore(&network->lock, flags); in notify_packet_sent() [all …]
|
D | tty.c | 52 struct ipw_network *network; member 106 ipwireless_ppp_open(tty->network); in ipw_open() 125 ipwireless_ppp_close(tty->network); in do_ipw_close() 411 tty->network); in ipw_ioctl() 423 tty->network); in ipw_ioctl() 449 struct ipw_network *network, int channel_idx, in add_tty() argument 459 ttys[j]->network = network; in add_tty() 465 ipwireless_associate_network_tty(network, channel_idx, ttys[j]); in add_tty() 468 ipwireless_associate_network_tty(network, in add_tty() 481 struct ipw_network *network) in ipwireless_tty_create() argument [all …]
|
D | main.c | 195 ipw->network = ipwireless_network_create(ipw->hardware); in config_ipwireless() 196 if (!ipw->network) in config_ipwireless() 199 ipw->tty = ipwireless_tty_create(ipw->hardware, ipw->network); in config_ipwireless() 299 if (ipw->network != NULL) in ipwireless_detach() 300 ipwireless_network_free(ipw->network); in ipwireless_detach()
|
D | Makefile | 7 ipwireless-y := hardware.o main.o network.o tty.o
|
D | main.h | 57 struct ipw_network *network; member
|
D | hardware.c | 280 struct ipw_network *network; member 571 ipwireless_ppp_mru(hw->network) + 2; in pool_allocate() 724 if (hw->network != NULL) { in ipw_receive_data_work() 732 hw->network, in ipw_receive_data_work() 801 if (hw->network) in handle_received_CTRL_packet() 803 hw->network, in handle_received_CTRL_packet() 1760 struct ipw_network *network) in ipwireless_associate_network() argument 1762 hw->network = network; in ipwireless_associate_network()
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_rx.c | 1513 struct ieee80211_network *network) in ieee80211_parse_qos_info_param_IE() argument 1522 network->qos_data.param_count = qos_info_element.ac_info & 0x0F; in ieee80211_parse_qos_info_param_IE() 1523 network->flags |= NETWORK_HAS_QOS_INFORMATION; in ieee80211_parse_qos_info_param_IE() 1530 qos_param = &(network->qos_data.parameters); in ieee80211_parse_qos_info_param_IE() 1533 network->flags |= NETWORK_HAS_QOS_PARAMETERS; in ieee80211_parse_qos_info_param_IE() 1534 network->qos_data.param_count = in ieee80211_parse_qos_info_param_IE() 1541 network->qos_data.supported = 1; in ieee80211_parse_qos_info_param_IE() 1588 struct ieee80211_network *network, in ieee80211_extract_country_ie() argument 1596 memcpy(network->CountryIeBuf, info_element->data, info_element->len); in ieee80211_extract_country_ie() 1597 network->CountryIeLen = info_element->len; in ieee80211_extract_country_ie() [all …]
|
D | ieee80211_wx.c | 56 struct ieee80211_network *network, in rtl819x_translate_scan() argument 71 memcpy(iwe.u.ap_addr.sa_data, network->bssid, ETH_ALEN); in rtl819x_translate_scan() 79 if (network->ssid_len == 0) { in rtl819x_translate_scan() 83 iwe.u.data.length = min(network->ssid_len, (u8)32); in rtl819x_translate_scan() 84 start = iwe_stream_add_point(info, start, stop, &iwe, network->ssid); in rtl819x_translate_scan() 89 if(network->mode&(1<<i)) { in rtl819x_translate_scan() 99 if (network->capability & in rtl819x_translate_scan() 101 if (network->capability & WLAN_CAPABILITY_BSS) in rtl819x_translate_scan() 112 iwe.u.freq.m = network->channel; in rtl819x_translate_scan() 118 if (network->capability & WLAN_CAPABILITY_PRIVACY) in rtl819x_translate_scan() [all …]
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | libipw_rx.c | 1047 struct libipw_network *network) in libipw_parse_qos_info_param_IE() argument 1056 network->qos_data.param_count = qos_info_element.ac_info & 0x0F; in libipw_parse_qos_info_param_IE() 1057 network->flags |= NETWORK_HAS_QOS_INFORMATION; in libipw_parse_qos_info_param_IE() 1064 qos_param = &(network->qos_data.parameters); in libipw_parse_qos_info_param_IE() 1067 network->flags |= NETWORK_HAS_QOS_PARAMETERS; in libipw_parse_qos_info_param_IE() 1068 network->qos_data.param_count = in libipw_parse_qos_info_param_IE() 1075 network->qos_data.supported = 1; in libipw_parse_qos_info_param_IE() 1121 struct libipw_network *network) in libipw_parse_info_param() argument 1145 network->ssid_len = min(info_element->len, in libipw_parse_info_param() 1147 memcpy(network->ssid, info_element->data, in libipw_parse_info_param() [all …]
|
D | libipw_wx.c | 61 struct libipw_network *network, in libipw_translate_scan() argument 74 memcpy(iwe.u.ap_addr.sa_data, network->bssid, ETH_ALEN); in libipw_translate_scan() 82 iwe.u.data.length = min(network->ssid_len, (u8) 32); in libipw_translate_scan() 84 &iwe, network->ssid); in libipw_translate_scan() 89 libipw_modes[network->mode]); in libipw_translate_scan() 94 if (network->capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) { in libipw_translate_scan() 95 if (network->capability & WLAN_CAPABILITY_ESS) in libipw_translate_scan() 107 iwe.u.freq.m = libipw_channel_to_freq(ieee, network->channel); in libipw_translate_scan() 114 if (network->capability & WLAN_CAPABILITY_PRIVACY) in libipw_translate_scan() 120 &iwe, network->ssid); in libipw_translate_scan() [all …]
|
D | ipw2200.c | 3009 struct libipw_network *network = NULL; in ipw_remove_current_network() local 3014 network = list_entry(element, struct libipw_network, list); in ipw_remove_current_network() 3015 if (ether_addr_equal(network->bssid, priv->bssid)) { in ipw_remove_current_network() 3017 list_add_tail(&network->list, in ipw_remove_current_network() 5368 const struct libipw_network *network, in ipw_compatible_rates() argument 5374 num_rates = min(network->rates_len, (u8) IPW_MAX_RATES); in ipw_compatible_rates() 5377 if (!ipw_is_rate_in_mask(priv, network->mode, in ipw_compatible_rates() 5378 network->rates[i])) { in ipw_compatible_rates() 5380 if (network->rates[i] & LIBIPW_BASIC_RATE_MASK) { in ipw_compatible_rates() 5383 network->rates[i]); in ipw_compatible_rates() [all …]
|
D | libipw_module.c | 98 struct libipw_network *network = NULL; in libipw_networks_age() local 103 list_for_each_entry(network, &ieee->network_list, list) { in libipw_networks_age() 104 network->last_scanned -= age_jiffies; in libipw_networks_age()
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_rx.c | 1641 struct rtllib_network *network) in rtllib_parse_qos_info_param_IE() argument 1649 network->qos_data.param_count = qos_info_element.ac_info & 0x0F; in rtllib_parse_qos_info_param_IE() 1650 network->flags |= NETWORK_HAS_QOS_INFORMATION; in rtllib_parse_qos_info_param_IE() 1658 &(network->qos_data)); in rtllib_parse_qos_info_param_IE() 1659 network->flags |= NETWORK_HAS_QOS_PARAMETERS; in rtllib_parse_qos_info_param_IE() 1660 network->qos_data.param_count = in rtllib_parse_qos_info_param_IE() 1667 network->qos_data.supported = 1; in rtllib_parse_qos_info_param_IE() 1711 struct rtllib_network *network, in rtllib_extract_country_ie() argument 1716 memcpy(network->CountryIeBuf, info_element->data, info_element->len); in rtllib_extract_country_ie() 1717 network->CountryIeLen = info_element->len; in rtllib_extract_country_ie() [all …]
|
D | rtllib_wx.c | 53 struct rtllib_network *network, in rtl819x_translate_scan() argument 68 ether_addr_copy(iwe.u.ap_addr.sa_data, network->bssid); in rtl819x_translate_scan() 76 if (network->ssid_len > 0) { in rtl819x_translate_scan() 77 iwe.u.data.length = min_t(u8, network->ssid_len, 32); in rtl819x_translate_scan() 79 network->ssid); in rtl819x_translate_scan() 80 } else if (network->hidden_ssid_len == 0) { in rtl819x_translate_scan() 85 iwe.u.data.length = min_t(u8, network->hidden_ssid_len, 32); in rtl819x_translate_scan() 87 network->hidden_ssid); in rtl819x_translate_scan() 92 if (network->mode&(1<<i)) { in rtl819x_translate_scan() 104 if (network->capability & in rtl819x_translate_scan() [all …]
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | rtl871x_mlme.c | 55 pmlmepriv->cur_network.network.InfrastructureMode = in _init_mlme_priv() 161 if (!memcmp(addr, pnetwork->network.MacAddress, ETH_ALEN)) in _r8712_find_network() 278 (pnetwork->network.Privacy == 0)) in r8712_is_same_ibss() 281 (pnetwork->network.Privacy == 1)) in r8712_is_same_ibss() 342 is_same_network(&(padapter->mlmepriv.cur_network.network), src)) { in update_network() 377 if (is_same_network(&(pmlmepriv->cur_network.network), pnetwork)) { in update_current_network() 378 update_network(&(pmlmepriv->cur_network.network), in update_current_network() 381 (pmlmepriv->cur_network.network.IEs) + in update_current_network() 383 pmlmepriv->cur_network.network.IELength); in update_current_network() 409 if (is_same_network(&pnetwork->network, target)) in update_scanned_network() [all …]
|
D | rtl871x_ioctl_linux.c | 107 memcpy(wrqu.ap_addr.sa_data, pmlmepriv->cur_network.network.MacAddress, in r8712_indicate_wx_assoc_event() 178 if ((pnetwork->network.Configuration.DSConfig < 1) || in translate_scan() 179 (pnetwork->network.Configuration.DSConfig > 14)) { in translate_scan() 180 if (pnetwork->network.Configuration.DSConfig < 1) in translate_scan() 181 pnetwork->network.Configuration.DSConfig = 1; in translate_scan() 183 pnetwork->network.Configuration.DSConfig = 14; in translate_scan() 188 ether_addr_copy(iwe.u.ap_addr.sa_data, pnetwork->network.MacAddress); in translate_scan() 193 iwe.u.data.length = min_t(u32, pnetwork->network.Ssid.SsidLength, 32); in translate_scan() 195 pnetwork->network.Ssid.Ssid); in translate_scan() 197 p = r8712_get_ie(&pnetwork->network.IEs[12], _HT_CAPABILITY_IE_, in translate_scan() [all …]
|
D | rtl871x_cmd.c | 483 network.InfrastructureMode; in r8712_joinbss_cmd() 519 memcpy(psecnetwork, &pnetwork->network, t_len); in r8712_joinbss_cmd() 535 &pnetwork->network.MacAddress[0]); in r8712_joinbss_cmd() 537 &pnetwork->network.IEs[0], in r8712_joinbss_cmd() 539 pnetwork->network.IELength); in r8712_joinbss_cmd() 545 &pnetwork->network.IEs[0], in r8712_joinbss_cmd() 547 pnetwork->network.IELength, in r8712_joinbss_cmd() 564 &pnetwork->network.IEs[0], in r8712_joinbss_cmd() 566 pnetwork->network.IELength, in r8712_joinbss_cmd() 962 memcpy(&(pwlan->network), pnetwork, pnetwork->Length); in r8712_createbss_cmd_callback() [all …]
|
D | rtl871x_event.h | 59 struct wlan_network network; member
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_mlme.c | 57 pmlmepriv->cur_network.network.ifmode = NL80211_IFTYPE_UNSPECIFIED; in rtw_init_mlme_priv23a() 156 if (ether_addr_equal(addr, pnetwork->network.MacAddress)) in rtw_find_network23a() 241 pnetwork->network.Ssid.ssid, in _rtw_roaming() 242 pnetwork->network.MacAddress, in _rtw_roaming() 243 pnetwork->network.Ssid.ssid_len); in _rtw_roaming() 244 memcpy(&pmlmepriv->assoc_ssid, &pnetwork->network.Ssid, in _rtw_roaming() 295 pnetwork->network.Privacy == 0) in rtw_is_same_ibss23a() 298 pnetwork->network.Privacy == 1) in rtw_is_same_ibss23a() 375 is_same_network23a(&padapter->mlmepriv.cur_network.network, src)) { in update_network23a() 420 is_same_network23a(&pmlmepriv->cur_network.network, pnetwork)) { in update_current_network() [all …]
|
D | rtw_wlan_util.c | 667 struct wlan_bssid_ex *cur_network = &pmlmeinfo->network; in bwmode_update_check() 878 if (!ether_addr_equal(cur_network->network.MacAddress, mgmt->bssid)) { in rtw_check_bcn_info23a() 881 cur_network->network.MacAddress); in rtw_check_bcn_info23a() 930 __func__, ssid, ssid_len, cur_network->network.Ssid.ssid, in rtw_check_bcn_info23a() 931 cur_network->network.Ssid.ssid_len); in rtw_check_bcn_info23a() 933 if (ssid_len != cur_network->network.Ssid.ssid_len || ssid_len > 32 || in rtw_check_bcn_info23a() 935 memcmp(ssid, cur_network->network.Ssid.ssid, ssid_len))) { in rtw_check_bcn_info23a() 950 __func__, cur_network->network.Privacy, privacy); in rtw_check_bcn_info23a() 951 if (cur_network->network.Privacy != privacy) { in rtw_check_bcn_info23a() 1049 struct wlan_bssid_ex *cur_network = &pmlmeinfo->network; in is_ap_in_tkip23a() [all …]
|
D | rtw_mlme_ext.c | 729 struct wlan_bssid_ex *cur = &pmlmeinfo->network; in OnProbeReq23a() 823 get_my_bssid23a(&pmlmeinfo->network))) in OnBeacon23a() 831 update_network23a(&pmlmepriv->cur_network.network, pbss, in OnBeacon23a() 859 receive_disconnect23a(padapter, pmlmeinfo->network.MacAddress, 65535); in OnBeacon23a() 1336 struct wlan_bssid_ex *cur = &pmlmeinfo->network; in OnAssocReq23a() 1859 UpdateBrateTbl23a(padapter, pmlmeinfo->network.SupportedRates); in OnAssocRsp23a() 1889 get_my_bssid23a(&pmlmeinfo->network))) in OnDeAuth23a() 1945 get_my_bssid23a(&pmlmeinfo->network))) in OnDisassoc23a() 2368 struct wlan_bssid_ex *cur_network = &pmlmeinfo->network; in issue_beacon23a() 2524 struct wlan_bssid_ex *cur_network = &pmlmeinfo->network; in issue_probersp() [all …]
|
D | rtw_cmd.c | 458 ifmode = pnetwork->network.ifmode; in rtw_joinbss_cmd23a() 505 memcpy(psecnetwork, &pnetwork->network, in rtw_joinbss_cmd23a() 506 get_wlan_bssid_ex_sz(&pnetwork->network)); in rtw_joinbss_cmd23a() 517 &pnetwork->network.MacAddress[0]); in rtw_joinbss_cmd23a() 520 rtw_restruct_sec_ie23a(padapter, &pnetwork->network.IEs[0], in rtw_joinbss_cmd23a() 522 pnetwork->network.IELength); in rtw_joinbss_cmd23a() 530 &pnetwork->network.IEs[0], in rtw_joinbss_cmd23a() 532 pnetwork->network.IELength, in rtw_joinbss_cmd23a() 557 &pnetwork->network.IEs[0], in rtw_joinbss_cmd23a() 559 pnetwork->network.IELength, in rtw_joinbss_cmd23a() [all …]
|
D | rtw_ieee80211.c | 693 pie = pnetwork->network.IEs; in rtw_get_cipher_info() 694 plen = pnetwork->network.IELength; in rtw_get_cipher_info() 751 if (pnetwork->network.capability & WLAN_CAPABILITY_PRIVACY) { in rtw_get_bcn_info23a() 753 pnetwork->network.Privacy = 1; in rtw_get_bcn_info23a() 758 "%s: ssid =%s\n", __func__, pnetwork->network.Ssid.ssid); in rtw_get_bcn_info23a() 760 pie = pnetwork->network.IEs; in rtw_get_bcn_info23a() 761 pie_len = pnetwork->network.IELength; in rtw_get_bcn_info23a()
|
/linux-4.1.27/Documentation/ABI/testing/ |
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 60 network device. See the network driver for the exact 70 on the MAC layer protocol used. See the network driver for [all …]
|
D | sysfs-class-net-queues | 8 network device queue. Possible values depend on the number 17 processed by this particular network device receive queue. 25 network interface transmit queue. 42 network device transmit queue. Possible vaules depend on the 51 of this particular network device transmit queue. 60 network device transmit queue. 68 on this network device transmit queue. This value is clamped 77 queued on this network device transmit queue. See 86 queued on this network device transmit queue. Default value is
|
D | configfs-usb-gadget-phonet | 7 It contains the network interface name assigned during 8 network device registration.
|
D | configfs-usb-gadget-ecm | 7 ifname - network device interface name associated with
|
D | configfs-usb-gadget-ncm | 7 ifname - network device interface name associated with
|
D | configfs-usb-gadget-subset | 7 ifname - network device interface name associated with
|
D | configfs-usb-gadget-rndis | 7 ifname - network device interface name associated with
|
D | configfs-usb-gadget-eem | 7 ifname - network device interface name associated with
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme.c | 52 pmlmepriv->cur_network.network.InfrastructureMode = Ndis802_11AutoUnknown; in rtw_init_mlme_priv() 223 if (!memcmp(addr, pnetwork->network.MacAddress, ETH_ALEN)) in rtw_find_network() 322 (pnetwork->network.Privacy == 0)) in rtw_is_same_ibss() 325 (pnetwork->network.Privacy == 1)) in rtw_is_same_ibss() 397 …dapter->mlmepriv, _FW_LINKED) && is_same_network(&(padapter->mlmepriv.cur_network.network), src)) { in update_network() 431 (is_same_network(&(pmlmepriv->cur_network.network), pnetwork))) { in update_current_network() 432 update_network(&(pmlmepriv->cur_network.network), pnetwork, adapter, true); in update_current_network() 433 …rtw_update_protection(adapter, (pmlmepriv->cur_network.network.IEs) + sizeof(struct ndis_802_11_fi… in update_current_network() 434 pmlmepriv->cur_network.network.IELength); in update_current_network() 457 if (is_same_network(&(pnetwork->network), target)) in rtw_update_scanned_network() [all …]
|
D | rtw_mlme_ext.c | 514 struct wlan_bssid_ex *cur = &(pmlmeinfo->network); in OnProbeReq() 571 struct wlan_bssid_ex *pnetwork = &(pmlmeinfo->network); in OnBeacon() 584 update_network(&(pmlmepriv->cur_network.network), pbss, padapter, true); in OnBeacon() 608 receive_disconnect(padapter, pmlmeinfo->network.MacAddress , 65535); in OnBeacon() 914 struct wlan_bssid_ex *cur = &(pmlmeinfo->network); in OnAssocReq() 1419 UpdateBrateTbl(padapter, pmlmeinfo->network.SupportedRates); in OnAssocRsp() 1440 struct wlan_bssid_ex *pnetwork = &(pmlmeinfo->network); in OnDeAuth() 1494 struct wlan_bssid_ex *pnetwork = &(pmlmeinfo->network); in OnDisassoc() 1985 struct wlan_bssid_ex *cur_network = &(pmlmeinfo->network); in issue_beacon() 2130 struct wlan_bssid_ex *cur_network = &(pmlmeinfo->network); in issue_probersp() [all …]
|
D | rtw_ieee80211.c | 1189 pbuf = rtw_get_wpa_ie(&pnetwork->network.IEs[12], &wpa_ielen, pnetwork->network.IELength-12); in rtw_get_cipher_info() 1202 pbuf = rtw_get_wpa2_ie(&pnetwork->network.IEs[12], &wpa_ielen, pnetwork->network.IELength-12); in rtw_get_cipher_info() 1233 memcpy(&le_tmp, rtw_get_capability_from_ie(pnetwork->network.IEs), 2); in rtw_get_bcn_info() 1237 pnetwork->network.Privacy = 1; in rtw_get_bcn_info() 1241 rtw_get_sec_ie(pnetwork->network.IEs, pnetwork->network.IELength, NULL, &rsn_len, NULL, &wpa_len); in rtw_get_bcn_info() 1242 …RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("rtw_get_bcn_info: ssid =%s\n", pnetwork->network.S… in rtw_get_bcn_info() 1244 …RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("rtw_get_bcn_info: ssid =%s\n", pnetwork->network.S… in rtw_get_bcn_info() 1263 …p = rtw_get_ie(pnetwork->network.IEs + _FIXED_IE_LENGTH_, _HT_CAPABILITY_IE_, &len, pnetwork->netw… in rtw_get_bcn_info() 1271 …p = rtw_get_ie(pnetwork->network.IEs + _FIXED_IE_LENGTH_, _HT_ADD_INFO_IE_, &len, pnetwork->networ… in rtw_get_bcn_info()
|
D | rtw_cmd.c | 397 enum ndis_802_11_network_infra ndis_network_mode = pnetwork->network.InfrastructureMode; in rtw_joinbss_cmd() 448 memcpy(psecnetwork, &pnetwork->network, get_wlan_bssid_ex_sz(&pnetwork->network)); in rtw_joinbss_cmd() 464 memcpy(&pmlmepriv->assoc_bssid[0], &pnetwork->network.MacAddress[0], ETH_ALEN); in rtw_joinbss_cmd() 466 …ength = rtw_restruct_sec_ie(padapter, &pnetwork->network.IEs[0], &psecnetwork->IEs[0], pnetwork->n… in rtw_joinbss_cmd() 474 …p_len = rtw_restruct_wmm_ie(padapter, &pnetwork->network.IEs[0], &psecnetwork->IEs[0], pnetwork->n… in rtw_joinbss_cmd() 496 rtw_restructure_ht_ie(padapter, &pnetwork->network.IEs[0], &psecnetwork->IEs[0], in rtw_joinbss_cmd() 497 pnetwork->network.IELength, &psecnetwork->IELength); in rtw_joinbss_cmd() 501 pmlmeinfo->assoc_AP_vendor = check_assoc_AP(pnetwork->network.IEs, pnetwork->network.IELength); in rtw_joinbss_cmd() 1334 memcpy(&(pwlan->network), pnetwork, pnetwork->Length); in rtw_createbss_cmd_callback() 1336 memcpy(&tgt_network->network, pnetwork, (get_wlan_bssid_ex_sz(pnetwork))); in rtw_createbss_cmd_callback()
|
D | rtw_wlan_util.c | 697 struct wlan_bssid_ex *cur_network = &(pmlmeinfo->network); in bwmode_update_check() 900 if (!memcmp(cur_network->network.MacAddress, pbssid, 6) == false) { in rtw_check_bcn_info() 902 (pbssid), (cur_network->network.MacAddress)); in rtw_check_bcn_info() 984 bssid->Ssid.SsidLength, cur_network->network.Ssid.Ssid, in rtw_check_bcn_info() 985 cur_network->network.Ssid.SsidLength)); in rtw_check_bcn_info() 987 if (memcmp(bssid->Ssid.Ssid, cur_network->network.Ssid.Ssid, 32) || in rtw_check_bcn_info() 988 bssid->Ssid.SsidLength != cur_network->network.Ssid.SsidLength) { in rtw_check_bcn_info() 1005 __func__, cur_network->network.Privacy, bssid->Privacy)); in rtw_check_bcn_info() 1006 if (cur_network->network.Privacy != bssid->Privacy) { in rtw_check_bcn_info() 1104 struct wlan_bssid_ex *cur_network = &(pmlmeinfo->network); in is_ap_in_tkip() [all …]
|
/linux-4.1.27/net/ipx/ |
D | Kconfig | 23 <ftp://ibiblio.org/pub/Linux/system/network/daemons/> or 31 network, say N. 34 bool "IPX: Full internal IPX network" 37 Every IPX network has an address that identifies it. Sometimes it is 38 useful to give an IPX "network" address to your Linux box as well 42 "network" inside your box and to assign an IPX address to this 43 network. Say Y here if you want to do this; read the IPX-HOWTO at 46 The full internal IPX network enables you to allocate sockets on 47 different virtual nodes of the internal network. This is done by 50 to 0 when binding a socket on the primary network. In this case the [all …]
|
D | ipx_route.c | 48 int ipxrtr_add_route(__be32 network, struct ipx_interface *intrfc, in ipxrtr_add_route() argument 55 rt = ipxrtr_lookup(network); in ipxrtr_add_route() 73 rt->ir_net = network; in ipxrtr_add_route()
|
/linux-4.1.27/arch/um/ |
D | Kconfig.net | 7 bool "Virtual network device" 11 provide one or more virtual network devices through which the UML 28 The Ethertap User-Mode Linux network transport allows a single 33 Ethernet network, it's in fact communicating over a point-to-point 45 If you'd like to set up an IP network with the host and/or the 55 The UML TUN/TAP network transport allows a UML instance to exchange 67 The slip User-Mode Linux network transport allows a running UML to 68 network with its host over a point-to-point link. Unlike Ethertap, 81 choose the Multicast transport (to network multiple UMLs on 82 multiple hosts), Ethertap (to network with the host and the [all …]
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | README | 5 The USB requests are converted into a layer 2 network protocol and transmitted 6 on the network using an ethertype (0x892e) regestered to Ozmo Device Inc. 10 To operate the driver must be bound to a suitable network interface. This can 11 be done when the module is loaded (specifying the name of the network interface 16 The devices connect to the host use Wi-Fi Direct so a network card that supports 18 wpa_supplicant can be used to setup the network interface to create a persistent 22 The protocol used over the network does not directly mimic the USB bus
|
/linux-4.1.27/Documentation/isdn/ |
D | README.concap | 4 The "concap" interface is intended to be used by network device 6 It is assumed that the protocol interacts with a linux network device by 12 also be useful to other kinds of network devices. Thus, if you want 29 user space utility (isdnctrl). The isdn network interface code then 33 In contrast, LAN network interfaces always used a single encapsulation 36 traditional linux network device drivers used to process the 44 makes isdn network interfaces more flexible, but also much more 45 complex than traditional lan network interfaces. 54 than encapsulation protocols for lan devices. Thus, network interface 59 isdn network interfaces I could have introduced yet another branch to [all …]
|
D | syncPPP.FAQ | 9 Q06: can I use asynchronous PPP encapsulation with network devices 28 to the network layer and all PPP protocol 30 So, the ipppd is a simple external network 39 syncPPP machine .. use the network device part 43 isdn4linux manual on how to configure a network device. 104 over the network interface of isdn4linux .. 132 A: you must bind a network interface explicitly to 142 trigger a network packet. (e.g gethostbyname()). 144 fully started) we can't handle this network request. 148 isdn/ippp network-interface. [all …]
|
D | README.x25 | 32 The ITU-T (former CCITT) X.25 network protocol layer has been implemented 62 - You might want to access a public X.25 data network from your Linux box. 68 access to PSPDN [packet switched public data network]). 82 (DTE-DTE mode) network layer protocol. ISO-8208 is essentially the 88 To use the X.25 protocol on top of isdn, just create an isdn network 115 To access an X.25 network switch via isdn (your linux box is the DTE), use 119 To mimic an X.25 network switch (DCE side of the connection), use 128 probably work if you access a public X.25 network as long as the 156 ifconfig the network interfaces up and add X.25-routes to them. Use 167 "01" to be routed to your created isdn network interface. [all …]
|
D | README.syncppp | 2 connection using network interfaces. 40 for the negotiation from the attached network-interface.
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
D | Kconfig | 21 wireless network adapters. 32 wireless network adapters. 43 wireless network adapters. 56 wireless network adapters. 69 wireless network adapters. 80 wireless network adapters. 92 wireless network adapters. 104 wireless network adapters. 116 wireless network adapters.
|
/linux-4.1.27/drivers/net/hippi/ |
D | Kconfig | 2 # HIPPI network device configuration 10 1600Mbit/sec dual-simplex switched or point-to-point network. HIPPI 13 connect to super computers. If you are connected to a HIPPI network 14 and have a HIPPI network card in your computer that you want to use 24 Say Y here if this is your PCI HIPPI network card.
|
/linux-4.1.27/drivers/net/ethernet/tile/ |
D | Kconfig | 2 # Tilera network device configuration 6 tristate "Tilera GBE/XGBE network driver support" 14 This is a standard Linux network device driver for the
|
/linux-4.1.27/net/x25/ |
D | Kconfig | 8 X.25 is a set of standardized network protocols, similar in scope to 9 frame relay; the one physical line from your box to the X.25 network 12 network. Governments, banks, and other organizations tend to use it 25 One connects to an X.25 network either with a dedicated network card
|
/linux-4.1.27/drivers/net/ethernet/intel/ |
D | Kconfig | 2 # Intel network device configuration 9 If you have a network (Ethernet) card belonging to this class, say Y 32 <http://support.intel.com/support/network/adapter/pro100/21397.htm> 36 For the latest Intel PRO/100 network driver for Linux, see: 38 <http://www.intel.com/p/en_US/support/highlights/network/pro100plus> 54 <http://support.intel.com/support/network/adapter/pro100/21397.htm> 78 <http://support.intel.com/support/network/adapter/pro100/21397.htm> 99 <http://support.intel.com/support/network/adapter/pro100/21397.htm> 140 <http://support.intel.com/support/network/adapter/pro100/21397.htm> 162 <http://support.intel.com/support/network/adapter/pro100/21397.htm> [all …]
|
/linux-4.1.27/drivers/net/appletalk/ |
D | Kconfig | 9 on a network. If your Linux box is connected to such a network and you 16 network using serial links. EtherTalk and LocalTalk are fully 36 on a network. If your Linux box is connected to such a network, and wish 38 connect to the AppleTalk network, say Y. 85 box is stuck on an AppleTalk only network) or decapsulate (e.g. if 107 is stuck on an AppleTalk network (which hopefully contains a
|
/linux-4.1.27/net/batman-adv/ |
D | Kconfig | 36 mesh networks. If you think that your network does not need 44 This option enables network coding, a mechanism that aims to 45 increase the overall network throughput by fusing multiple 49 network coding work. 50 If you think that your network does not need this feature you
|
D | Makefile | 32 batman-adv-$(CONFIG_BATMAN_ADV_NC) += network-coding.o
|
/linux-4.1.27/drivers/net/hyperv/ |
D | Kconfig | 2 tristate "Microsoft Hyper-V virtual network driver" 5 Select this option to enable the Hyper-V virtual network driver.
|
/linux-4.1.27/drivers/net/ethernet/nvidia/ |
D | Kconfig | 2 # NVIDIA network device configuration 10 If you have a network (Ethernet) card belonging to this class, say Y 25 If you have a network (Ethernet) controller of this type, say Y and
|
/linux-4.1.27/drivers/net/ethernet/hp/ |
D | Kconfig | 2 # HP network device configuration 10 If you have a network (Ethernet) card belonging to this class, say Y 25 If you have a network (Ethernet) card of this type, say Y and read
|
/linux-4.1.27/Documentation/networking/ |
D | tuntap.txt | 20 corresponding ioctl() to register a network device with the kernel. A network 22 the program closes the file descriptor, the network device and all 31 two network interfaces. 44 since CAP_NET_ADMIN is required for creating network devices or for 45 connecting to network devices which aren't owned by the user in question. 68 "tun%d"), but (as far as I can see) this can be any valid network device name. 201 3. How does Virtual network device actually work ? 202 Virtual network device can be viewed as a simple Point-to-Point or 222 network interface. It does not provide a virtual network interface. 223 A TUN/TAP driver does provide a virtual network interface and it is possible
|
D | ray_cs.txt | 7 802.11 compatible wireless network connectivity at 1 and 2 megabits/second. 51 class "network" module "misc/ray_cs" 61 To join an existing network with 62 different parameters, contact the network administrator for the 87 essid string ESS ID - network name to join 100 net_type integer 0 (default) = adhoc network, 119 network traffic using tcpdump or similar, 120 but no normal network use is allowed.
|
D | bonding.txt | 22 multiple network interfaces into a single logical "bonded" interface. 154 arp_ip_target parameters be specified, otherwise serious network 320 active slave. It is possible that some switch or network 330 Validation is useful in network configurations in which multiple 352 Filtering is useful in network configurations in which significant 418 the network must be updated via gratuitous ARP, 525 externally visible on only one port (network adapter) 786 it may be that your network device driver does not support 811 network peer on the same slave. 833 network peer on the same slave. For non-IP traffic, [all …]
|
D | phy.txt | 8 Most network devices consist of set of registers which provide an interface 11 partner on the other side of the network connection (typically, an ethernet 15 While these devices are distinct from the network devices, and conform to a 17 the PHY management code with the network driver. This has resulted in large 28 3) Speed development time for new network drivers, and for new systems 31 allows network driver writers to write as little code as possible, while 36 Most network devices are connected to a PHY by means of a management bus. 70 Sometime during startup, the network driver needs to establish a connection 71 between the PHY device, and the network device. At this time, the PHY's bus 75 1) The PAL handles everything, and only calls the network driver when [all …]
|
D | skfp.txt | 27 network adapter. 29 Chapter 2: Contains a list of all network adapters that are supported by 46 The network driver 'skfp' supports the following network adapters: 74 of network adapters. 86 'FDDI network controller: SysKonnect SK-FDDI-PCI ...' 125 The functionality of the LED's on the FDDI network adapters was
|
D | netdevices.txt | 8 network devices. 19 private data which gets freed when the network device is freed. If 20 separately allocated data is attached to the network device 25 Each network device has a Maximum Transfer Unit. The MTU does not 40 the MTU. A network device may use the MTU as mechanism to size receive
|
D | dl2k.txt | 52 located at /etc/sysconfig/network-scripts or create it manually. 101 to a protocol stack in order to establish network connectivity. To load a 131 script that contains the necessary network information. A sample will be 141 to see the current network configuration. 156 1. Copy dl2k.o to the network modules directory, typically 167 3. Locate the network configuration scripts, normally the 168 /etc/sysconfig/network-scripts directory, and create a configuration 169 script named ifcfg-ethx that contains network information. 226 has been a bottleneck for high speed network. 235 high speed network card. Default is 16.
|
D | e1000e.txt | 28 http://support.intel.com/support/go/network/adapter/idguide.htm 30 For the latest Intel network drivers for Linux, refer to the following 34 http://support.intel.com/support/go/network/adapter/home.htm 45 http://www.intel.com/design/network/applnots/ap450.htm 133 properly tuned for specific network traffic. Increasing this value adds 140 hang (stop transmitting) under certain network conditions. If 143 restoring the network connection. To eliminate the potential 155 along with RxIntDelay, may improve traffic throughput in specific network 165 efficiency if properly tuned for specific network traffic. If the 179 network conditions. [all …]
|
D | cdc_mbim.txt | 53 - configure network connection settings 54 - connect to network 159 wwanY network device 162 network device of the "wwan" type. This network device is initially 185 The driver will automatically map the "wwan0.3" network device to MBIM 207 The network device ABI requires a dummy ethernet header for every DSS 234 directly to the master network device, using the received VLAN tags to 265 network device. 271 - no IPS or DSS session can be in the up state unless the network 292 relationship between VLAN tags on the wwanY network device and MBIM
|
D | 00-INDEX | 24 - info on using alias network devices. 142 - HOWTO for multiqueue network device support. 144 - The network console module netconsole.ko: configuration and notes. 150 - info on network device driver functions exported to the kernel. 152 - Design of the network interface message level setting (NETIF_MSG_*). 162 - Overview of network interface operational states. 190 - Explanation of network scaling techniques: RSS, RPS, RFS, aRFS, XPS. 206 - overview of network packet timestamping variants.
|
D | generic-hdlc.txt | 25 create a number of "hdlc" (hdlc0 etc) network devices, one for each 83 dce - Frame Relay DCE (network) side LMI instead of default DTE (user). 86 t392 - polling verification timer (in seconds) - network 88 n392 - error threshold - both user and network 89 n393 - monitored events count - both user and network
|
D | ipddp.txt | 14 IP over an AppleTalk network or you can provide IP gatewaying functions 53 This software expects there to be an AppleTalk-IP gateway on the network. 65 network to use IP. It should work equally well if you are stuck on an 66 EtherTalk only network.
|
D | can.txt | 16 3.3 network problem notifications 42 6 CAN network drivers 47 6.5 The CAN network device driver interface 50 6.5.3 Starting and stopping the CAN network device 68 socket API, the Linux network stack and implements the CAN device 69 drivers as network interfaces. The CAN socket API has been designed 71 familiar with network programming, to easily learn how to use CAN 94 to user space applications and which builds upon the Linux network 97 network layer as a network device, so that CAN frames from the 98 controller can be passed up to the network layer and on to the CAN [all …]
|
D | e100.txt | 42 http://support.intel.com/support/network/adapter/pro100/21397.htm 44 For the latest Intel network drivers for Linux, refer to the following 57 structure that describes a receive buffer and its attributes to the network 66 structure that describes a transmit buffer and its attributes to the network 95 Configuring a network driver to load properly when the system is started is 100 proper way to configure a network device for your system, refer to your 133 http://ftp.kernel.org/pub/software/network/ethtool/
|
D | 3c509.txt | 72 AUI and 10base2 network cabling is physically incapable of full-duplex 84 limited than that provide by more modern network interface cards. Although 85 at the physical layer of the network it fully supports full-duplex operation, 94 negotiation and forcing the duplex mode of a network interface card or switch 152 likely have an unterminated network or the incorrect media transceiver selected. 198 host is incorrectly set to full duplex on a half duplex network. 201 16 collisions. This typically occurs when the network is exceptionally busy 206 Both of these errors are the result of network problems that should be
|
D | phonet.txt | 37 The next 7 bytes are part of the network-layer header. 42 network layer with 6 bits of address space and 10 bits for transport 55 perspective. Each Phonet network device shall prepend and set the media 58 media type according to the network device hardware address. 60 Linux Phonet network interfaces support a dedicated link layer packets 200 interface index of the network interface created by PNPIPE_ENCAP,
|
D | e1000.txt | 22 http://support.intel.com/support/go/network/adapter/idguide.htm 24 For the latest Intel network drivers for Linux, refer to the following 28 http://support.intel.com/support/go/network/adapter/home.htm 43 http://www.intel.com/design/network/applnots/ap450.htm 146 under certain network conditions. If this occurs a NETDEV 149 the network connection. To eliminate the potential for the 194 properly tuned for specific network traffic. Increasing this value adds 201 hang (stop transmitting) under certain network conditions. If 204 restoring the network connection. To eliminate the potential 217 along with RxIntDelay, may improve traffic throughput in specific network [all …]
|
D | ipvlan.txt | 11 driver in conjuntion with network namespaces and not sure if there is use case 60 (c) If the slave device is to be put into the hostile / untrusted network 81 (a) Create two network namespaces - ns0, ns1 89 (c) Assign slaves to the respective network namespaces
|
D | cxgb.txt | 35 settings to achieve the highest performance during various types of network 76 to offload portions of outbound TCP processing to a network interface card 210 On a system with multiple CPUs, the interrupt (IRQ) for the network 239 2. After running insmod, the driver is loaded and the incorrect network 245 the script also attempts to automatically bring up a network interface 247 the ifcfg-eth# config files in /etc/sysconfig/network-scripts, looking 253 network card, your new interface will have incorrect IP address and 254 network settings. 257 interface config file of your network controller. 261 this does not work for network devices because the net.agent script
|
D | igbvf.txt | 47 http://support.intel.com/support/go/network/adapter/idguide.htm 49 For the latest Intel network drivers for Linux, refer to the following 65 http://ftp.kernel.org/pub/software/network/ethtool/
|
D | dctcp.txt | 6 the data center network to provide multi-bit feedback to the end hosts. 12 All switches in the data center network running DCTCP must support ECN
|
D | decnet.txt | 35 network protocols. 37 As soon as your network card is brought into the UP state, DECnet should 91 or something similar, to /etc/sysconfig/network-scripts/ifcfg-eth0 or 92 wherever your network card's configuration lives. Setting the MAC address 149 - If you have any DECnet routers on your network, they should appear 162 network, and see if you can obtain the same results. 178 - Was the network congested ? 191 Ethernet cards are designed to normally only pass received network frames 199 network (see the NAPI documentation for a longer explanation of these
|
D | ixgb.txt | 51 The following Intel network adapters are compatible with the drivers in this 63 http://support.intel.com/support/network/sb/CS-012904.htm 146 efficiency if properly tuned for specific network traffic. Increasing 177 tuning your network performance. 195 echo "configuring network performance , edit this file to change the interface 214 # several network benchmark tests, your mileage may vary 256 the network stack buffers as large as they need to be to support high UDP 266 will increase the amount of memory used by the network stack for receives, and 275 Configuring a network driver to load properly when the system is started is 280 configure a network device for your system, refer to your distribution [all …]
|
D | batman-adv.txt | 9 virtual network switch of all nodes participating. Therefore all 11 cols won't be affected by any changes within the network. You can 17 network driver, and can be used on wifi as well as ethernet lan, 82 ing the mesh network. For example, you can view the table of 140 When investigating problems with your mesh network it is some-
|
D | README.ipw2200 | 148 for and associate to a network until it has been configured with 149 one or more properties for the target network, for example configuring 150 the network SSID. Default is 0 (do not auto-associate) 155 Set to 0 to disable the auto creation of an Ad-Hoc network 156 matching the channel and network name parameters provided. 195 (typically eth1, customized via one of the various network interface 351 When using a device in an Ad-Hoc network, it is useful to understand the 357 Ad-Hoc network. 362 The easiest way to get onto an Ad-Hoc network is to join one that
|
D | igb.txt | 17 This driver supports all 82575, 82576 and 82580-based Intel (R) gigabit network 23 http://support.intel.com/support/go/network/adapter/idguide.htm 66 http://ftp.kernel.org/pub/software/network/ethtool/
|
D | arcnet.txt | 36 include the type of card(s) you're using, software, size of network, and 90 Performance Technologies makes various network software that supports 110 (be sure to choose ARCnet in the network devices 271 the cards are Ethernet, and confuse everyone else on the network. 282 style network drivers (NDIS) or Novell drivers (ODI) to handle your 287 hybrid network that uses both encapsulation types. 308 "virtual network device": 325 network operations will not function properly. The Linux 352 can set up your network then: 357 This is the simplest way to configure your network: use just one of the [all …]
|
D | cs89x0.txt | 110 * Appropriate cable (and connector for AUI, 10BASE-2) for your network 312 l) If during DMA operation you find erratic behavior or network data 380 adapter and its network connection. Use the diagnostics 'Self Test' option to 401 * Select 'Network Test' to test the network connection and cabling. 433 adapter's cable is connected to the network (check for LED activity for 451 The Diagnostic Network Test verifies a working network connection by 453 on the same network. (Note: the diagnostic network test should not be run 469 1.) Select a PC with a CS8900/20-based adapter and a known working network 497 receives data. (The yellow LED will appear to "flicker" on a typical network.) 511 3.) You cannot connect to the network or the driver will not load. [all …]
|
D | netdev-features.txt | 12 Long gone are the days when a network card would just take and give packets 19 one used internally by network core: 27 for a device. This should be changed only by network core or in 145 network namespaces (e.g. loopback).
|
D | netif-msg.txt | 5 The design of the network interface message level setting. 14 From the beginning of Linux, each network device driver has had a local
|
/linux-4.1.27/drivers/net/ethernet/seeq/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y 25 If you have an Acorn system with one of these network cards, you 32 Say Y here if you have an Seeq based Ethernet network card. This is
|
/linux-4.1.27/drivers/net/ethernet/adaptec/ |
D | Kconfig | 2 # Adaptec network device configuration 10 If you have a network (Ethernet) card belonging to this class, say Y 27 Say Y here if you have an Adaptec Starfire (or DuraLAN) PCI network
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | mpc885ads.dts | 101 device_type = "network"; 109 linux,network-index = <0>; 113 device_type = "network"; 121 linux,network-index = <1>; 204 device_type = "network"; 213 linux,network-index = <2>;
|
D | mgcoge.dts | 151 device_type = "network"; 158 linux,network-index = <0>; 193 device_type = "network"; 200 linux,network-index = <1>; 206 device_type = "network"; 213 linux,network-index = <2>;
|
D | adder875-redboot.dts | 98 device_type = "network"; 106 linux,network-index = <0>; 110 device_type = "network"; 118 linux,network-index = <1>;
|
D | adder875-uboot.dts | 97 device_type = "network"; 105 linux,network-index = <0>; 109 device_type = "network"; 117 linux,network-index = <1>;
|
D | ep8248e.dts | 159 device_type = "network"; 167 linux,network-index = <0>; 172 device_type = "network"; 180 linux,network-index = <1>;
|
D | mpc866ads.dts | 81 device_type = "network"; 89 linux,network-index = <0>; 163 device_type = "network"; 171 linux,network-index = <1>;
|
D | tqm8xx.dts | 114 device_type = "network"; 121 linux,network-index = <1>; 184 device_type = "network"; 191 linux,network-index = <0>;
|
D | ep88xc.dts | 96 device_type = "network"; 104 linux,network-index = <0>; 108 device_type = "network"; 116 linux,network-index = <1>;
|
D | mpc7448hpc2.dts | 91 linux,network-index = <0>; 93 device_type = "network"; 104 linux,network-index = <1>; 107 device_type = "network";
|
D | kmeter1.dts | 320 device_type = "network"; 336 device_type = "network"; 352 device_type = "network"; 368 device_type = "network"; 384 device_type = "network"; 400 device_type = "network"; 416 device_type = "network";
|
D | pq2fads.dts | 176 device_type = "network"; 183 linux,network-index = <0>; 188 device_type = "network"; 195 linux,network-index = <1>;
|
D | asp834x-redboot.dts | 188 device_type = "network"; 198 linux,network-index = <0>; 229 device_type = "network"; 239 linux,network-index = <1>;
|
D | mpc8272ads.dts | 208 device_type = "network"; 216 linux,network-index = <0>; 221 device_type = "network"; 229 linux,network-index = <1>;
|
D | mpc8569mds.dts | 258 device_type = "network"; 329 device_type = "network"; 352 device_type = "network"; 375 device_type = "network"; 398 device_type = "network"; 409 device_type = "network";
|
D | sbc8349.dts | 154 device_type = "network"; 164 linux,network-index = <0>; 195 device_type = "network"; 205 linux,network-index = <1>;
|
D | sam440ep.dts | 218 linux,network-index = <0>; 219 device_type = "network"; 239 linux,network-index = <1>; 240 device_type = "network";
|
D | hotfoot.dts | 160 linux,network-index = <0x0>; 161 device_type = "network"; 181 linux,network-index = <0x1>; 182 device_type = "network";
|
D | obs600.dts | 245 linux,network-index = <0x0>; 246 device_type = "network"; 275 linux,network-index = <0x1>; 276 device_type = "network";
|
D | mpc8349emitx.dts | 220 device_type = "network"; 230 linux,network-index = <0>; 256 device_type = "network"; 266 linux,network-index = <1>;
|
D | sbc8641d.dts | 211 device_type = "network"; 260 device_type = "network"; 289 device_type = "network"; 318 device_type = "network";
|
D | tqm8540.dts | 155 device_type = "network"; 197 device_type = "network"; 224 device_type = "network";
|
/linux-4.1.27/net/ |
D | Kconfig | 89 This enables security marking of network packets, similar 100 This allows timestamping of network packets by PHYs with 109 Netfilter is a framework for filtering and mangling network packets 113 a firewall protecting a local network from the Internet. The type of 115 filter", which means that it can reject individual network packets 118 bothersome to set up; it inspects the network traffic much more 127 the gateway to the Internet for a local network of machines without 129 of the computers on your local network wants to send something to 138 run globally visible servers from within a masqueraded local network 143 the local network tries to connect to an outside host, your Linux [all …]
|
/linux-4.1.27/Documentation/filesystems/ |
D | sysfs-tagging.txt | 7 The problem. Network devices show up in sysfs and with the network 11 To avoid that problem and allow existing applications in network 15 By using the network namespace pointers as tags to separate out the 18 the network devices.
|
/linux-4.1.27/drivers/net/ethernet/cirrus/ |
D | Kconfig | 2 # Cirrus network device configuration 10 If you have a network (Ethernet) card belonging to this class, say Y 26 network (Ethernet) card of this type, say Y and read the 58 Nubus or LC-PDS network (Ethernet) card of this type, say Y and
|
/linux-4.1.27/Documentation/netlabel/ |
D | introduction.txt | 10 security attributes to outgoing network packets generated from user space 11 applications and read security attributes from incoming network packets. It 18 network packet's security attributes. If any translation between the network
|
D | lsm_interface.txt | 10 network packets. It is intended to be used by LSM developers who want to make 37 Depending on the exact configuration, translation between the network packet 44 identifier with the network packet's label. This means that in the future
|
D | draft-ietf-cipso-ipsecurity-01.txt | 89 transmitted in network byte order. The format of this option is as follows: 149 are defined to be transmitted in network byte order. Like the DOI 443 the host or network security policy. In addition, a CIPSO gateway or router 445 adequate protection or may violate the network's security policy. To 475 all datagrams that may exit a particular network interface port. All 479 parameter does not apply to CIPSO hosts that support only one network port. 482 all datagrams that may exit a particular network interface port. All 486 This parameter does not apply to CIPSO hosts that support only one network 490 particular network interface port. All CIPSO labels within datagrams 496 particular IP network address. All CIPSO labels within datagrams destined [all …]
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y 39 This driver supports the MDIO interface found in the network 46 tristate "Marvell Armada 370/38x/XP network interface support" 50 This driver supports the network interface units in the 58 tristate "Marvell Armada 375 network interface support" 62 This driver supports the network interface units in the 85 It does not support the link failover and network management
|
/linux-4.1.27/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_cmd.c | 192 struct wlan_bssid_ex *cur_network = &pmlmeinfo->network; in ConstructBeacon() 295 memcpy(pwlanhdr->addr1, get_my_bssid23a(&pmlmeinfo->network), ETH_ALEN); in ConstructPSPoll() 323 switch (cur_network->network.ifmode) { in ConstructNullFunctionData() 328 get_my_bssid23a(&pmlmeinfo->network), ETH_ALEN); in ConstructNullFunctionData() 338 get_my_bssid23a(&pmlmeinfo->network), ETH_ALEN); in ConstructNullFunctionData() 347 get_my_bssid23a(&pmlmeinfo->network), ETH_ALEN); in ConstructNullFunctionData() 383 struct wlan_bssid_ex *cur_network = &pmlmeinfo->network; in ConstructProbeRsp() 491 get_my_bssid23a(&pmlmeinfo->network), in SetFwRsvdPagePkt() 508 get_my_bssid23a(&pmlmeinfo->network), in SetFwRsvdPagePkt() 523 get_my_bssid23a(&pmlmeinfo->network), in SetFwRsvdPagePkt() [all …]
|
/linux-4.1.27/Documentation/sysctl/ |
D | net.txt | 56 The default queuing discipline to use for network devices. This allows 134 occur because of problems on the network like duplicate address or bad 235 The fields indicate the DDP type, the local address (in network:node format) 241 shows the name of the interface, its Appletalk address, the network range on 242 that address (or network number for phase 1 networks), and the status of the 245 /proc/net/atalk_route lists each known network route. It lists the target 246 (network) that the route leads to, the router (may be directly connected), the 257 network:node:port). In accordance with the strange Novell tradition, 265 it gives the network number, the node number, and indicates if the network is 266 the primary network. It also indicates which device it is bound to (or [all …]
|
/linux-4.1.27/drivers/net/ |
D | Kconfig | 13 You'll have to say Y if your computer contains a network card that 141 on the MAC-VLAN network interface, called macvtap. A macvtap device 175 to tunnel virtual network infrastructure in virtualized environments. 185 If you want to log kernel messages over the network, enable this. 255 tristate "Virtio network driver" 259 This is the virtual network driver for virtio. It can be used with 336 tristate "Xen network device frontend driver" 341 This driver provides support for Xen paravirtual network 342 devices exported by a Xen network driver domain (often 353 tristate "Xen backend network device" [all …]
|
/linux-4.1.27/Documentation/rapidio/ |
D | rapidio.txt | 27 A typical RapidIO network is a combination of endpoints and switches. 50 A RapidIO device is any endpoint (other than mport) or switch in the network. 52 structure. Devices form one global device list and per-network device lists 70 A RapidIO network is a combination of interconnected endpoint and switch devices. 71 Each RapidIO network known to the system is represented by corresponding rio_net 73 ports that form the same network. It also contains a pointer to the default 74 master port that is used to communicate with devices within the network. 79 intended to support specific RapidIO devices attached to the RapidIO network. 96 register at least one master port within the RapidIO network. To register mport 132 expires the discovery process is terminated without obtaining RapidIO network [all …]
|
/linux-4.1.27/Documentation/arm/ |
D | IXP4xx | 10 Intel's IXP4xx network processor is a highly integrated SOC that 11 is targeted for network applications, though it has become popular 14 that support different network offload functions such as encryption, 21 http://developer.intel.com/design/network/products/npfamily/ixp4xx.htm 24 stripped of much of the network intelligence. 48 http://developer.intel.com/design/network/products/npfamily/ixp425.htm 122 http://www.intel.com/design/network/products/npfamily/ixdpg425.htm 129 http://www.intel.com/design/network/products/npfamily/ixdp465.htm
|
/linux-4.1.27/drivers/infiniband/ulp/srpt/ |
D | Kconfig | 8 a block storage device on another host (target) over a network 10 supported by InfiniBand and by iWarp network hardware. More
|
/linux-4.1.27/net/packet/ |
D | Kconfig | 9 directly with network devices without an intermediate network
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | cifs.txt | 6 CIFS VFS module. CIFS is fully supported by network 10 this network filesystem client can mount to a wide variety of 13 The intent of this module is to provide the most advanced network
|
/linux-4.1.27/drivers/net/ethernet/via/ |
D | Kconfig | 9 If you have a network (Ethernet) card belonging to this class, say Y 26 If you have a VIA "Rhine" based network card (Rhine-I (VT86C100A), 51 If you have a VIA "Velocity" based network card say Y here.
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | Kconfig | 2 # Sun network device configuration 10 If you have a network (Ethernet) card belonging to this class, say 16 the questions about Sun network interfaces. If you say Y, you will be 78 Support for virtual network devices under Sun Logical Domains.
|
/linux-4.1.27/drivers/net/fddi/ |
D | Kconfig | 2 # FDDI network device configuration 9 Fiber Distributed Data Interface is a high speed local area network 11 run over copper or fiber. If you are connected to such a network and 24 to a local FDDI network.
|
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 257 channel = pnetwork->network.DSConfig; in rtw_cfg80211_inform_bss() 267 notify_ie = pnetwork->network.IEs; in rtw_cfg80211_inform_bss() 268 notify_ielen = pnetwork->network.IELength; in rtw_cfg80211_inform_bss() 274 is_same_network23a(&pmlmepriv->cur_network.network, in rtw_cfg80211_inform_bss() 275 &pnetwork->network)) { in rtw_cfg80211_inform_bss() 279 pnetwork->network.SignalStrength); /* dbm */ in rtw_cfg80211_inform_bss() 284 pnetwork->network.MacAddress, in rtw_cfg80211_inform_bss() 285 pnetwork->network.tsf, in rtw_cfg80211_inform_bss() 286 pnetwork->network.capability, in rtw_cfg80211_inform_bss() 287 pnetwork->network.beacon_interval, in rtw_cfg80211_inform_bss() [all …]
|
/linux-4.1.27/drivers/net/ethernet/3com/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y 25 If you have a network (Ethernet) card belonging to the 3Com 41 network card, say Y and read the Ethernet-HOWTO, available from 73 10/100Mbps EISA, PCI and Cardbus 3Com network cards: 100 If you have a network (Ethernet) card of this type, say Y and read
|
/linux-4.1.27/drivers/net/ethernet/dec/ |
D | Kconfig | 2 # Digital Equipment Inc network device configuration 10 If you have a network (Ethernet) card belonging to this class, say Y
|
/linux-4.1.27/drivers/net/ethernet/toshiba/ |
D | Kconfig | 2 # Toshiba network device configuration 10 If you have a network (Ethernet) card belonging to this class, say Y 26 This driver supports the network device on the PS3 game
|
/linux-4.1.27/drivers/net/ethernet/sis/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y 27 This is a driver for the Fast Ethernet PCI network cards based on 32 your phone line as a network cable.
|
/linux-4.1.27/drivers/net/ethernet/micrel/ |
D | Kconfig | 11 If you have a network (Ethernet) card belonging to this class, say Y 45 SPI driver for Micrel KS8851 SPI attached network chip. 53 multiplexed network chip.
|
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 84 memcpy(wrqu.ap_addr.sa_data, pmlmepriv->cur_network.network.MacAddress, ETH_ALEN); in rtw_indicate_wx_assoc_event() 125 memcpy(iwe.u.ap_addr.sa_data, pnetwork->network.MacAddress, ETH_ALEN); in translate_scan() 131 iwe.u.data.length = min_t(u16, pnetwork->network.Ssid.SsidLength, 32); in translate_scan() 132 start = iwe_stream_add_point(info, start, stop, &iwe, pnetwork->network.Ssid.Ssid); in translate_scan() 135 …p = rtw_get_ie(&pnetwork->network.IEs[12], _HT_CAPABILITY_IE_, &ht_ielen, pnetwork->network.IELeng… in translate_scan() 148 if ((rtw_is_cckratesonly_included((u8 *)&pnetwork->network.SupportedRates))) { in translate_scan() 153 } else if ((rtw_is_cckrates_included((u8 *)&pnetwork->network.SupportedRates))) { in translate_scan() 159 if (pnetwork->network.Configuration.DSConfig > 14) { in translate_scan() 176 memcpy(&le_tmp, rtw_get_capability_from_ie(pnetwork->network.IEs), 2); in translate_scan() 189 if (pnetwork->network.Configuration.DSConfig < 1) in translate_scan() [all …]
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
D | Kconfig | 2 # Tulip family network device configuration 9 This selects the "Tulip" family of EISA/PCI network cards. 23 cards, below. However, most people with a network card of this type 52 cards, above. However, most people with a network card of this type 116 you have a network card of this type, say Y and read the 134 <http://www.scyld.com/network/drivers.html>. 142 Davicom (<http://www.davicom.com.tw/>). If you have such a network
|
/linux-4.1.27/net/netfilter/ipset/ |
D | Kconfig | 32 can store IPv4 addresses (or network addresse) from a range. 59 can store arbitrary IPv4 or IPv6 addresses (or network addresses) 98 network address/prefix triples in a set. 125 one can store IPv4/IPv6 network address/prefix elements in a set. 134 one can store IPv4/IPv6 network address/prefix pairs in a set. 143 one can store IPv4/IPv6 network address/prefix and 153 one can store IPv4/IPv6 network address/prefix and
|
/linux-4.1.27/drivers/net/ethernet/tehuti/ |
D | Kconfig | 2 # Tehuti network device configuration 10 If you have a network (Ethernet) card belonging to this class, say Y
|
/linux-4.1.27/net/atm/ |
D | Kconfig | 13 In order to participate in an ATM network, your Linux box needs an 27 network, you will typically either say Y here or to "LAN Emulation 45 network. Besides operating as a normal ATM end station client, Linux 56 enhancing overall network performance.
|
/linux-4.1.27/drivers/net/ethernet/qualcomm/ |
D | Kconfig | 2 # Qualcomm network device configuration 9 If you have a network (Ethernet) card belonging to this class, say Y
|
/linux-4.1.27/drivers/net/ethernet/nuvoton/ |
D | Kconfig | 2 # Nuvoton network device configuration 10 If you have a network (Ethernet) card belonging to this class, say Y
|
/linux-4.1.27/drivers/net/ethernet/tundra/ |
D | Kconfig | 2 # Tundra network device configuration 10 If you have a network (Ethernet) card belonging to this class, say Y
|
/linux-4.1.27/drivers/net/ethernet/pasemi/ |
D | Kconfig | 2 # PA Semi network device configuration 10 If you have a network (Ethernet) card belonging to this class, say Y
|
/linux-4.1.27/drivers/net/ethernet/xircom/ |
D | Kconfig | 2 # Xircom network device configuration 10 If you have a network (Ethernet) card belonging to this class, say Y
|
/linux-4.1.27/drivers/net/ethernet/8390/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y 65 If you have an Acorn system with one of these network cards, you 88 If you have one of these boards and want to use the network interface 98 If you have a network (Ethernet) card of this type, say Y and read 116 support" below). If you have a PCI NE2000 network (Ethernet) card, 167 If you have a network (Ethernet) card of this type, say Y and read 186 If you have a network (Ethernet) card of this type, say Y and read
|
/linux-4.1.27/drivers/net/ethernet/i825xx/ |
D | Kconfig | 2 # Intel 82596/82593/82596 network device configuration 10 If you have a network (Ethernet) card belonging to this class, say Y 25 If you have an Acorn system with one of these (AKA25) network cards,
|
/linux-4.1.27/net/can/ |
D | Kconfig | 2 # Controller Area Network (CAN) network layer core configuration 13 More information on the CAN network protocol family PF_CAN 50 CAN frames can be routed between CAN network interfaces (one hop).
|
/linux-4.1.27/drivers/net/ethernet/hisilicon/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y 25 This selects the hix5hd2 mac family network device.
|
/linux-4.1.27/drivers/net/ethernet/microchip/ |
D | Kconfig | 2 # Microchip network device configuration 10 If you have a network (Ethernet) card belonging to this class, say Y
|
/linux-4.1.27/drivers/net/ethernet/sgi/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y 27 If you have a network (Ethernet) card of this type, say Y and read
|
/linux-4.1.27/drivers/net/ethernet/rdc/ |
D | Kconfig | 2 # RDC network device configuration 10 If you have a network (Ethernet) card belonging to this class, say Y
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.devices | 54 Say Y to include support for the ARAnyM NatFeat network device 62 Say Y to include support for the EtherNAT network adapter for the 66 option in the network device section; the module will be called smc91x. 72 Say Y to include support for the EtherNEC network adapter for the 80 option in the network device section; the module will be called ne.
|
/linux-4.1.27/Documentation/filesystems/pohmelfs/ |
D | design_notes.txt | 7 POHMELFS first began as a network filesystem with coherent local data and 18 * Flexible object architecture optimized for network processing. 20 directories with a single network command. 21 (like removing the whole kernel tree via a single network command). 32 * Strong authentification and possible data encryption in network channel.
|
/linux-4.1.27/net/unix/ |
D | Kconfig | 10 accessing network connections. Many commonly used programs such as 12 machine is not connected to any network. Unless you are working on
|
/linux-4.1.27/net/hsr/ |
D | Kconfig | 11 and it must be connected as a node in a ring network together with 16 instant fail-over network. Each HSR node in the ring acts like a
|
/linux-4.1.27/fs/autofs4/ |
D | Kconfig | 17 If you are not a part of a fairly large, distributed network or 19 local network, you probably do not need an automounter, and can say
|
/linux-4.1.27/fs/coda/ |
D | Kconfig | 2 tristate "Coda file system support (advanced network fs)" 5 Coda is an advanced network file system, similar to NFS in that it
|
/linux-4.1.27/drivers/net/ethernet/silan/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y 26 This is a driver for the Fast Ethernet PCI network cards based on
|
/linux-4.1.27/net/ipv4/ |
D | Kconfig | 9 intend to participate in the MBONE, a high bandwidth network on top 18 computer that forwards and redistributes network packets, say Y; you 37 for their source address doesn't match the network interface they're 113 You need to say Y only for diskless machines requiring network 115 on NFS" as well), because all other machines configure the network 127 the boot ROM of your network card was designed for booting Linux and 132 must be operating on your network. Read 144 the boot ROM of your network card was designed for booting Linux and 147 want to use BOOTP, a BOOTP server must be operating on your network. 160 operating on your network. Read [all …]
|
/linux-4.1.27/drivers/net/ethernet/cadence/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y. 18 the remaining Atmel network card questions. If you say Y, you will be
|
/linux-4.1.27/Documentation/devicetree/bindings/misc/ |
D | fsl,qoriq-mc.txt | 5 network-oriented packet processing applications. After the fsl-mc 9 such as network interfaces, crypto accelerator instances, L2 switches,
|
/linux-4.1.27/drivers/net/ethernet/arc/ |
D | Kconfig | 2 # ARC EMAC network device configuration 9 If you have a network (Ethernet) card belonging to this class, say Y
|
/linux-4.1.27/fs/cifs/ |
D | Kconfig | 2 tristate "CIFS support (advanced network filesystem, SMBFS successor)" 30 The cifs module provides an advanced network file system 56 Unless you are a developer or are doing network performance analysis 73 security mechanisms if you are on a public network. Unless you 75 network) you probably want to say N. Even if this support 171 bool "SMB2 and SMB3 network file system support" 183 CIFS and SMB network file sharing protocols. SMB3 is the
|
/linux-4.1.27/drivers/net/ethernet/realtek/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y 26 This is a network (Ethernet) device which attaches to your parallel 42 This is a driver for the Fast Ethernet PCI network cards based on 56 This is a driver for the Fast Ethernet PCI network cards based on
|
/linux-4.1.27/Documentation/scsi/ |
D | bnx2fc.txt | 10 depend on the state of the network interfaces to operate. As such, the network 12 It is recommended that the network interfaces be configured to be brought up
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_core.c | 603 struct rtllib_network *network) in rtl8192_qos_handle_probe_response() argument 614 if (network->flags & NETWORK_HAS_QOS_MASK) { in rtl8192_qos_handle_probe_response() 616 (network->flags & NETWORK_HAS_QOS_PARAMETERS)) in rtl8192_qos_handle_probe_response() 617 network->qos_data.active = network->qos_data.supported; in rtl8192_qos_handle_probe_response() 619 if ((network->qos_data.active == 1) && (active_network == 1) && in rtl8192_qos_handle_probe_response() 620 (network->flags & NETWORK_HAS_QOS_PARAMETERS) && in rtl8192_qos_handle_probe_response() 621 (network->qos_data.old_param_count != in rtl8192_qos_handle_probe_response() 622 network->qos_data.param_count)) { in rtl8192_qos_handle_probe_response() 623 network->qos_data.old_param_count = in rtl8192_qos_handle_probe_response() 624 network->qos_data.param_count; in rtl8192_qos_handle_probe_response() [all …]
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | knfsd-stats.txt | 48 is the number of times that the network stack has notified the 52 Depending on the NFS workload patterns and various network stack 58 due to NFS network traffic. 66 network-facing work to be done but it couldn't be done immediately, 87 network-facing NFS work is being handled quickly, which is a good 123 i.e. was not woken to handle any incoming network packets for
|
/linux-4.1.27/drivers/staging/rtl8188eu/hal/ |
D | rtl8188e_cmd.c | 253 struct wlan_bssid_ex *cur_network = &(pmlmeinfo->network); in ConstructBeacon() 337 struct wlan_bssid_ex *pnetwork = &(pmlmeinfo->network); in ConstructPSPoll() 374 struct wlan_bssid_ex *pnetwork = &(pmlmeinfo->network); in ConstructNullFunctionData() 383 switch (cur_network->network.InfrastructureMode) { in ConstructNullFunctionData() 433 struct wlan_bssid_ex *cur_network = &(pmlmeinfo->network); in ConstructProbeRsp() 500 pnetwork = &(pmlmeinfo->network); in SetFwRsvdPagePkt()
|
/linux-4.1.27/arch/xtensa/platforms/iss/ |
D | Makefile | 9 obj-$(CONFIG_NET) += network.o
|
/linux-4.1.27/Documentation/networking/mac80211_hwsim/ |
D | wpa_supplicant.conf | 3 network={
|
/linux-4.1.27/tools/hv/ |
D | hv_set_ifconfig.sh | 58 cp $1 /etc/sysconfig/network-scripts/
|
/linux-4.1.27/drivers/net/ethernet/dlink/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y 43 <http://www.scyld.com/network/sundance.html>.
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | Kconfig | 116 The robin-robin scheduling algorithm simply directs network 125 The weighted robin-robin scheduling algorithm directs network 138 The least-connection scheduling algorithm directs network 148 The weighted least-connection scheduling algorithm directs network 158 The weighted failover scheduling algorithm directs network 200 The destination hashing scheduling algorithm assigns network 210 The source hashing scheduling algorithm assigns network 220 The shortest expected delay scheduling algorithm assigns network
|
/linux-4.1.27/drivers/staging/netlogic/ |
D | Kconfig | 2 tristate "Netlogic XLR/XLS network device"
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/ |
D | ucc.txt | 4 - device_type : should be "network", "hldc", "uart", "transparent" 46 Required properties for network device_type: 58 device_type = "network";
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
D | Kconfig | 2 # AMD network device configuration 12 If you have a network (Ethernet) chipset belonging to this class, 50 If you have a network (Ethernet) card of this type, say Y and read 64 If you have a PCnet32 or PCnetPCI based network (Ethernet) card, 147 If you have a network (Ethernet) card of this type, say Y and read
|
/linux-4.1.27/net/mac80211/ |
D | Kconfig | 221 is taking part in a mesh network). 234 is taking part in a mesh network). 247 is taking part in a mesh network). 260 mesh network). 271 mesh network). 282 mesh network).
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | rtw_event.h | 44 struct wlan_network network; member
|
/linux-4.1.27/drivers/net/ethernet/alteon/ |
D | Kconfig | 2 # Alteon network device configuration 10 If you have a network (Ethernet) card belonging to this class, say Y
|
/linux-4.1.27/drivers/net/ethernet/aeroflex/ |
D | Kconfig | 2 # Aeroflex Gaisler network device configuration
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-timechart.txt | 20 but it's possible to record IO (disk, network) activity using -I argument. 28 Upper bar shows incoming events (disk reads, ingress network packets). 29 Lower bar shows outgoing events (disk writes, egress network packets).
|
/linux-4.1.27/drivers/net/ethernet/adi/ |
D | Kconfig | 9 If you have a network (Ethernet) card belonging to this class, say Y. 40 To get maximum network performance, you should use L1 memory as rx/tx
|
/linux-4.1.27/drivers/net/plip/ |
D | Kconfig | 2 # Parallel Line Internet Protocol (PLIP) network device configuration 10 reasonably fast mini network consisting of two (or, rarely, more)
|
/linux-4.1.27/drivers/net/ethernet/octeon/ |
D | Kconfig | 2 # Cavium network device configuration
|
/linux-4.1.27/drivers/net/slip/ |
D | Kconfig | 2 # SLIP network device configuration 21 <ftp://ibiblio.org/pub/Linux/system/network/serial/>) which 54 <ftp://ibiblio.org/pub/Linux/system/network/serial/>) which
|
/linux-4.1.27/net/l2tp/ |
D | Kconfig | 16 intervening network in a way that is as transparent as 59 packet-oriented data network (e.g., over IP). L2TP, as 98 across an IP network [RFC3931].
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | rtw_event.h | 59 struct wlan_network network; member
|
/linux-4.1.27/net/netlabel/ |
D | Kconfig | 10 NetLabel provides support for explicit network packet labeling
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
D | Kconfig | 6 10Gbps network adapter - BladeEngine.
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | Kconfig | 2 # QLogic BR-series network device configuration
|
/linux-4.1.27/Documentation/blockdev/drbd/ |
D | conn-states-8.dot | 17 Connected -> WFConnection [ label = "* on network error" ]
|
/linux-4.1.27/Documentation/aoe/ |
D | aoe.txt | 1 ATA over Ethernet is a network protocol that provides simple access to 76 The netif attribute is the network interface on the localhost 107 AoE traffic to the network interfaces in the given 120 all network interfaces may be used for ATA over Ethernet. Here is a
|
/linux-4.1.27/drivers/net/ethernet/natsemi/ |
D | Kconfig | 9 If you have a network (Ethernet) card belonging to this class, say Y 49 <http://www.scyld.com/network/natsemi.html>.
|
/linux-4.1.27/drivers/block/drbd/ |
D | Kconfig | 22 storage. Simplistically, you could see it as a network RAID 1. 27 the local 'lower level block device' and, across the network, to the
|
/linux-4.1.27/drivers/staging/gdm724x/ |
D | Kconfig | 10 It exposes 4 network devices to be used per PDN and 2 tty devices to be
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | via-velocity.txt | 9 - no-eeprom : PCI network cards use an external EEPROM to store data. Embedded
|
D | keystone-netcp.txt | 2 keystone network coprocessor(NetCP) driver support. 4 The network coprocessor (NetCP) is a hardware accelerator that processes 95 network interface in the stack. 112 registered as a network interface. NetCP driver
|
/linux-4.1.27/drivers/net/wan/ |
D | Kconfig | 30 Driver for Comtrol Hostess SV-11 network card which 47 character device, synchronous PPP network device, or the Cisco HDLC 48 network device. 320 access provider or to form a private wide area network. The one 322 point to the Frame Relay network, usually at the phone company) can 324 connected to the Frame Relay network. For a general explanation of 359 # X.25 network drivers 366 on your Ethernet network.
|
/linux-4.1.27/security/tomoyo/ |
D | Makefile | 1 ….o domain.o environ.o file.o gc.o group.o load_policy.o memory.o mount.o network.o realpath.o secu…
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
D | Kconfig | 2 # Western Digital/SMC network device configuration 12 If you have a network (Ethernet) card belonging to this class, say Y 78 <http://www.scyld.com/network/epic100.html>.
|
/linux-4.1.27/Documentation/blockdev/ |
D | 00-INDEX | 14 - info on a TCP implementation of a network block device.
|
/linux-4.1.27/drivers/net/ethernet/brocade/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y
|