Home
last modified time | relevance | path

Searched refs:pub (Results 1 – 166 of 166) sorted by relevance

/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
Ddma.h83 void dma_rxinit(struct dma_pub *pub);
84 int dma_rx(struct dma_pub *pub, struct sk_buff_head *skb_list);
85 bool dma_rxfill(struct dma_pub *pub);
86 bool dma_rxreset(struct dma_pub *pub);
87 bool dma_txreset(struct dma_pub *pub);
88 void dma_txinit(struct dma_pub *pub);
89 int dma_txfast(struct brcms_c_info *wlc, struct dma_pub *pub,
91 void dma_txflush(struct dma_pub *pub);
92 int dma_txpending(struct dma_pub *pub);
93 void dma_kick_tx(struct dma_pub *pub);
[all …]
Ddma.c558 struct si_info *sii = container_of(sih, struct si_info, pub); in dma_attach()
747 void dma_detach(struct dma_pub *pub) in dma_detach() argument
749 struct dma_info *di = container_of(pub, struct dma_info, dma); in dma_detach()
843 void dma_rxinit(struct dma_pub *pub) in dma_rxinit() argument
845 struct dma_info *di = container_of(pub, struct dma_info, dma); in dma_rxinit()
925 int dma_rx(struct dma_pub *pub, struct sk_buff_head *skb_list) in dma_rx() argument
927 struct dma_info *di = container_of(pub, struct dma_info, dma); in dma_rx()
1023 bool dma_rxfill(struct dma_pub *pub) in dma_rxfill() argument
1025 struct dma_info *di = container_of(pub, struct dma_info, dma); in dma_rxfill()
1107 void dma_rxreclaim(struct dma_pub *pub) in dma_rxreclaim() argument
[all …]
Daiutils.c451 sii->pub.ccrev = cc->id.rev; in ai_buscore_setup()
457 sii->pub.cccaps = bcma_read32(cc, CHIPCREGOFFS(capabilities)); in ai_buscore_setup()
460 if (ai_get_cccaps(&sii->pub) & CC_CAP_PMU) { in ai_buscore_setup()
461 sii->pub.pmucaps = bcma_read32(cc, in ai_buscore_setup()
463 sii->pub.pmurev = sii->pub.pmucaps & PCAP_REV_MASK; in ai_buscore_setup()
472 struct si_pub *sih = &sii->pub; in ai_doattach()
532 sii = container_of(sih, struct si_info, pub); in ai_detach()
549 sii = container_of(sih, struct si_info, pub); in ai_cc_reg()
615 struct si_info *sii = container_of(sih, struct si_info, pub); in ai_clkctl_init()
643 sii = container_of(sih, struct si_info, pub); in ai_clkctl_fast_pwrup_delay()
[all …]
Dmac80211_if.c300 if (wl->pub) { in brcms_free()
301 brcms_debugfs_detach(wl->pub); in brcms_free()
302 brcms_c_module_unregister(wl->pub, "linux", wl); in brcms_free()
309 wl->pub = NULL; in brcms_free()
339 wiphy_rfkill_set_hw_state(wl->pub->ieee_hw->wiphy, false); in brcms_remove()
340 wiphy_rfkill_stop_polling(wl->pub->ieee_hw->wiphy); in brcms_remove()
411 if (!wl->pub->up) { in brcms_ops_tx()
439 wiphy_rfkill_stop_polling(wl->pub->ieee_hw->wiphy); in brcms_ops_start()
445 if (!wl->pub->up) in brcms_ops_start()
807 wl->pub->global_ampdu = &(scb->scb_ampdu); in brcms_ops_sta_add()
[all …]
Dmain.c414 return wlc->pub->_nbands > 1 && !wlc->bandlocked; in brcms_is_mband_unlocked()
442 kfree(wlc->pub); in brcms_c_detach_mfree()
493 wlc->pub = kzalloc(sizeof(struct brcms_pub), GFP_ATOMIC); in brcms_c_attach_malloc()
494 if (wlc->pub == NULL) { in brcms_c_attach_malloc()
498 wlc->pub->wlc = wlc; in brcms_c_attach_malloc()
622 wlc->pub->unit); in brcms_c_calc_frame_time()
998 ieee80211_tx_status_irqsafe(wlc->pub->ieee_hw, p); in brcms_c_dotxstatus()
1018 ieee80211_queue_stopped(wlc->pub->ieee_hw, ac_queue)) in brcms_c_dotxstatus()
1019 ieee80211_wake_queue(wlc->pub->ieee_hw, ac_queue); in brcms_c_dotxstatus()
2172 memcpy(wlc->pub->cur_etheraddr, addr, sizeof(wlc->pub->cur_etheraddr)); in brcms_c_start_station()
[all …]
Dchannel.c111 struct brcms_pub *pub; member
314 if ((wlc->pub->_n_enab & SUPPORT_11N) != in brcms_c_set_country()
329 struct brcms_pub *pub = wlc->pub; in brcms_c_channel_mgr_attach() local
337 wlc_cm->pub = pub; in brcms_c_channel_mgr_attach()
344 strncpy(wlc->pub->srom_ccode, ccode, ccode_len); in brcms_c_channel_mgr_attach()
377 struct ieee80211_channel *ch = wlc->pub->ieee_hw->conf.chandef.chan; in brcms_c_channel_set_chanspec()
402 struct ieee80211_channel *ch = wlc->pub->ieee_hw->conf.chandef.chan; in brcms_c_channel_reg_limits()
612 wlc->pub->unit, chspec); in brcms_c_valid_chanspec_ext()
727 mboolclr(wlc->pub->radio_disabled, WL_RADIO_COUNTRY_DISABLE); in brcms_reg_notifier()
729 mboolset(wlc->pub->radio_disabled, WL_RADIO_COUNTRY_DISABLE); in brcms_reg_notifier()
[all …]
Dantsel.c119 asi->pub = wlc->pub; in brcms_c_antsel_attach()
124 if ((asi->pub->sromrev >= 4) && (asi->antsel_antswitch != 0)) { in brcms_c_antsel_attach()
150 } else if ((asi->pub->sromrev == 4) && in brcms_c_antsel_attach()
156 } else if (asi->pub->boardflags2 & BFL2_2X4_DIV) { in brcms_c_antsel_attach()
Dampdu.c186 wlc->pub->_ampdu = false; in brcms_c_ampdu_set()
189 if (!(wlc->pub->_n_enab & SUPPORT_11N)) { in brcms_c_ampdu_set()
191 wlc->pub->unit); in brcms_c_ampdu_set()
196 wlc->pub->unit); in brcms_c_ampdu_set()
199 wlc->pub->_ampdu = on; in brcms_c_ampdu_set()
270 brcms_c_ampdu_set(ampdu, wlc->pub->_ampdu); in brcms_c_ampdu_attach()
817 wlc->pub->unit, skb_queue_len(&session->skb_list), in brcms_c_ampdu_finalize()
981 ieee80211_tx_status_irqsafe(wlc->pub->ieee_hw, in brcms_c_ampdu_dotxstatus_complete()
1011 ieee80211_tx_status_irqsafe(wlc->pub->ieee_hw, in brcms_c_ampdu_dotxstatus_complete()
1094 memcpy(template, wlc->pub->cur_etheraddr, ETH_ALEN); in brcms_c_ampdu_macaddr_upd()
Dstf.c55 if (wlc->pub->up) { in brcms_c_stf_stbc_rx_ht_update()
96 if (!wlc->pub->up) { in brcms_c_stf_ss_algo_channel_get()
165 wlc->pub->unit, Nsts, core_mask); in brcms_c_stf_txcore_set()
198 brcms_dbg_ht(wlc->hw->d11core, "wl%d: val %x\n", wlc->pub->unit, in brcms_c_stf_spatial_policy_set()
Dpub.h301 int brcms_c_module_register(struct brcms_pub *pub, const char *name,
304 int brcms_c_module_unregister(struct brcms_pub *pub, const char *name,
Dpmu.c120 struct si_info *sii = container_of(sih, struct si_info, pub); in si_pmu_measure_alpclk()
Dmac80211_if.h64 struct brcms_pub *pub; /* pointer to public wlc state */ member
Daiutils.h158 struct si_pub pub; /* back plane public state (must be first) */ member
Dled.c109 ieee80211_get_radio_led_name(wl->pub->ieee_hw); in brcms_led_register()
Dmain.h456 struct brcms_pub *pub; member
576 struct brcms_pub *pub; /* pointer to public fn */ member
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dchip.c227 struct brcmf_core pub; member
234 struct brcmf_chip pub; member
264 address = CORE_SB(core->pub.base, sbtmstatelow); in brcmf_chip_sb_iscoreup()
294 base = core->pub.base; in brcmf_chip_sb_coredisable()
399 base = core->pub.base; in brcmf_chip_sb_resetcore()
486 core->pub.id = coreid; in brcmf_chip_add_core()
487 core->pub.base = base; in brcmf_chip_add_core()
492 return &core->pub; in brcmf_chip_add_core()
506 idx++, core->pub.id, core->pub.rev, core->pub.base, in brcmf_chip_cores_check()
509 switch (core->pub.id) { in brcmf_chip_cores_check()
[all …]
Dchip.h92 bool brcmf_chip_sr_capable(struct brcmf_chip *pub);
Dbtcoex.c152 struct brcmf_if *ifp = brcmf_get_ifp(btci->cfg->pub, 0); in brcmf_btcoex_boost_wifi()
471 struct brcmf_if *ifp = brcmf_get_ifp(cfg->pub, 0); in brcmf_btcoex_set_mode()
Dcfg80211.c3005 brcmf_fweh_register(cfg->pub, BRCMF_E_ESCAN_RESULT, in brcmf_init_escan()
3113 brcmf_bus_wowl_config(cfg->pub->bus_if, true); in brcmf_configure_wowl()
3138 brcmf_bus_wowl_config(cfg->pub->bus_if, false); in brcmf_cfg80211_suspend()
5152 brcmf_fweh_register(cfg->pub, BRCMF_E_LINK, in brcmf_register_event_handlers()
5154 brcmf_fweh_register(cfg->pub, BRCMF_E_DEAUTH_IND, in brcmf_register_event_handlers()
5156 brcmf_fweh_register(cfg->pub, BRCMF_E_DEAUTH, in brcmf_register_event_handlers()
5158 brcmf_fweh_register(cfg->pub, BRCMF_E_DISASSOC_IND, in brcmf_register_event_handlers()
5160 brcmf_fweh_register(cfg->pub, BRCMF_E_ASSOC_IND, in brcmf_register_event_handlers()
5162 brcmf_fweh_register(cfg->pub, BRCMF_E_REASSOC_IND, in brcmf_register_event_handlers()
5164 brcmf_fweh_register(cfg->pub, BRCMF_E_ROAM, in brcmf_register_event_handlers()
[all …]
Dcfg80211.h387 struct brcmf_pub *pub; member
Dp2p.c2368 pri_ifp = brcmf_get_ifp(cfg->pub, 0); in brcmf_p2p_attach()
/linux-4.4.14/net/wireless/
Dscan.c68 ies = (void *)rcu_access_pointer(bss->pub.beacon_ies); in bss_free()
69 if (ies && !bss->pub.hidden_beacon_bss) in bss_free()
71 ies = (void *)rcu_access_pointer(bss->pub.proberesp_ies); in bss_free()
91 if (bss->pub.hidden_beacon_bss) { in bss_ref_get()
92 bss = container_of(bss->pub.hidden_beacon_bss, in bss_ref_get()
94 pub); in bss_ref_get()
104 if (bss->pub.hidden_beacon_bss) { in bss_ref_put()
106 hbss = container_of(bss->pub.hidden_beacon_bss, in bss_ref_put()
108 pub); in bss_ref_put()
128 if (!bss->pub.hidden_beacon_bss) in __cfg80211_unlink_bss()
[all …]
Dmlme.c76 !ether_addr_equal(wdev->current_bss->pub.bssid, bssid)) in cfg80211_process_deauth()
95 !ether_addr_equal(wdev->current_bss->pub.bssid, bssid))) in cfg80211_process_disassoc()
229 ether_addr_equal(bssid, wdev->current_bss->pub.bssid)) in cfg80211_mlme_auth()
291 (!req->prev_bssid || !ether_addr_equal(wdev->current_bss->pub.bssid, in cfg80211_mlme_assoc()
333 !ether_addr_equal(wdev->current_bss->pub.bssid, bssid))) in cfg80211_mlme_deauth()
358 if (ether_addr_equal(wdev->current_bss->pub.bssid, bssid)) in cfg80211_mlme_disassoc()
359 req.bss = &wdev->current_bss->pub; in cfg80211_mlme_disassoc()
386 memcpy(bssid, wdev->current_bss->pub.bssid, ETH_ALEN); in cfg80211_mlme_down()
596 if (!ether_addr_equal(wdev->current_bss->pub.bssid, in cfg80211_mlme_mgmt_tx()
610 if (!ether_addr_equal(wdev->current_bss->pub.bssid, in cfg80211_mlme_mgmt_tx()
Dcore.h146 struct cfg80211_bss pub; member
149 static inline struct cfg80211_internal_bss *bss_from_pub(struct cfg80211_bss *pub) in bss_from_pub() argument
151 return container_of(pub, struct cfg80211_internal_bss, pub); in bss_from_pub()
Dibss.c40 cfg80211_put_bss(wdev->wiphy, &wdev->current_bss->pub); in __cfg80211_ibss_joined()
179 cfg80211_put_bss(wdev->wiphy, &wdev->current_bss->pub); in __cfg80211_clear_ibss()
379 chan = wdev->current_bss->pub.channel; in cfg80211_ibss_wext_giwfreq()
532 memcpy(ap_addr->sa_data, wdev->current_bss->pub.bssid, ETH_ALEN); in cfg80211_ibss_wext_giwap()
Dwext-sme.c152 chan = wdev->current_bss->pub.channel; in cfg80211_mgd_wext_giwfreq()
240 ie = ieee80211_bss_get_ie(&wdev->current_bss->pub, in cfg80211_mgd_wext_giwessid()
323 memcpy(ap_addr->sa_data, wdev->current_bss->pub.bssid, ETH_ALEN); in cfg80211_mgd_wext_giwap()
Ddb.txt16 # git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-regdb.git
Dchan.c749 other_chan = wdev->current_bss->pub.channel; in cfg80211_ir_permissive_chan()
885 *chan = wdev->current_bss->pub.channel; in cfg80211_get_chan_state()
901 *chan = wdev->current_bss->pub.channel; in cfg80211_get_chan_state()
Dsme.c698 cfg80211_put_bss(wdev->wiphy, &wdev->current_bss->pub); in __cfg80211_connect_result()
799 cfg80211_put_bss(wdev->wiphy, &wdev->current_bss->pub); in __cfg80211_roamed()
912 cfg80211_put_bss(wdev->wiphy, &wdev->current_bss->pub); in __cfg80211_disconnected()
Dtrace.h2700 TP_PROTO(struct cfg80211_bss *pub),
2701 TP_ARGS(pub),
2707 MAC_ASSIGN(bssid, pub->bssid);
2708 CHAN_ASSIGN(pub->channel);
2714 TP_PROTO(struct cfg80211_bss *pub),
2715 TP_ARGS(pub)
Dcore.c833 cfg80211_put_bss(&rdev->wiphy, &scan->pub); in cfg80211_dev_free()
1136 cfg80211_put_bss(wdev->wiphy, &wdev->current_bss->pub); in cfg80211_netdev_notifier_call()
Dwext-compat.c1292 memcpy(addr, wdev->current_bss->pub.bssid, ETH_ALEN); in cfg80211_wext_giwrate()
1333 memcpy(bssid, wdev->current_bss->pub.bssid, ETH_ALEN); in cfg80211_wireless_stats()
Dreg.c1633 !wdev->current_bss->pub.channel) in reg_wdev_chan_valid()
1639 wdev->current_bss->pub.channel, in reg_wdev_chan_valid()
Dnl80211.c6685 struct cfg80211_bss *res = &intbss->pub; in nl80211_send_bss()
/linux-4.4.14/drivers/media/dvb-core/
Ddvb_ca_en50221.c128 struct dvb_ca_en50221 *pub; member
214 slot_status = ca->pub->poll_slot_status(ca->pub, slot, ca->open); in dvb_ca_en50221_check_camstatus()
266 int res = ca->pub->read_cam_control(ca->pub, slot, CTRLIF_STATUS); in dvb_ca_en50221_wait_if_status()
316 if ((ret = ca->pub->write_cam_control(ca->pub, slot, CTRLIF_COMMAND, IRQEN | CMDREG_SR)) != 0) in dvb_ca_en50221_link_init()
322 if ((ret = ca->pub->write_cam_control(ca->pub, slot, CTRLIF_COMMAND, IRQEN)) != 0) in dvb_ca_en50221_link_init()
335 if ((ret = ca->pub->write_cam_control(ca->pub, slot, CTRLIF_COMMAND, IRQEN | CMDREG_SW)) != 0) in dvb_ca_en50221_link_init()
341 if ((ret = ca->pub->write_cam_control(ca->pub, slot, CTRLIF_COMMAND, IRQEN)) != 0) in dvb_ca_en50221_link_init()
369 if ((_tupleType = ca->pub->read_attribute_mem(ca->pub, slot, _address)) < 0) in dvb_ca_en50221_read_tuple()
378 if ((_tupleLength = ca->pub->read_attribute_mem(ca->pub, slot, _address + 2)) < 0) in dvb_ca_en50221_read_tuple()
386 tuple[i] = ca->pub->read_attribute_mem(ca->pub, slot, _address + (i * 2)); in dvb_ca_en50221_read_tuple()
[all …]
/linux-4.4.14/Documentation/zh_CN/
DHOWTO205 kernel.org网站的pub/linux/kernel/v2.6/目录下找到它。它的开发遵循以下步
286 git.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
289 git.kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
292 git.kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
295 git.kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
298 git.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
301 git.kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
304 git.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
307 git.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
310 git.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
[all …]
Dsparse.txt70 http://www.kernel.org/pub/linux/kernel/people/josh/sparse/
74 git://git.kernel.org/pub/scm/linux/kernel/git/josh/sparse.git
Dbasic_profiling.txt35 http://www.kernel.org/pub/linux/utils/util-linux/ 下载
DSubmittingDrivers136 ftp.??.kernel.org:/pub/linux/kernel/...
/linux-4.4.14/crypto/asymmetric_keys/
Dx509_public_key.c224 int x509_check_signature(const struct public_key *pub, in x509_check_signature() argument
235 ret = public_key_verify_signature(pub, &cert->sig); in x509_check_signature()
296 if (cert->pub->pkey_algo >= PKEY_ALGO__LAST || in x509_key_preparse()
299 !pkey_algo[cert->pub->pkey_algo] || in x509_key_preparse()
306 pr_devel("Cert Key Algo: %s\n", pkey_algo_name[cert->pub->pkey_algo]); in x509_key_preparse()
312 cert->pub->algo = pkey_algo[cert->pub->pkey_algo]; in x509_key_preparse()
313 cert->pub->id_type = PKEY_ID_X509; in x509_key_preparse()
319 ret = x509_check_signature(cert->pub, cert); /* self-signed */ in x509_key_preparse()
359 prep->payload.data[asym_crypto] = cert->pub; in x509_key_preparse()
364 cert->pub = NULL; in x509_key_preparse()
Dx509_parser.h19 struct public_key *pub; /* Public key details */ member
61 extern int x509_check_signature(const struct public_key *pub,
Dpkcs7_verify.c154 if (x509->pub->pkey_algo != sinfo->sig.pkey_algo) { in pkcs7_find_key()
218 ret = x509_check_signature(x509->pub, x509); in pkcs7_verify_sig_chain()
272 ret = x509_check_signature(p->pub, x509); in pkcs7_verify_sig_chain()
337 ret = public_key_verify_signature(sinfo->signer->pub, &sinfo->sig); in pkcs7_verify_one()
Dx509_cert_parser.c51 public_key_destroy(cert->pub); in x509_free_certificate()
79 cert->pub = kzalloc(sizeof(struct public_key), GFP_KERNEL); in x509_cert_parse()
80 if (!cert->pub) in x509_cert_parse()
399 ctx->cert->pub->pkey_algo = PKEY_ALGO_RSA; in x509_extract_key_data()
417 if (ctx->nr_mpi >= ARRAY_SIZE(ctx->cert->pub->mpi)) { in rsa_extract_mpi()
426 ctx->cert->pub->mpi[ctx->nr_mpi++] = mpi; in rsa_extract_mpi()
/linux-4.4.14/net/atm/
Daddr.c19 if (!*addr->sas_addr.pub) in check_addr()
22 if (!addr->sas_addr.pub[i]) in check_addr()
32 if (!*a->sas_addr.pub) in identical()
33 return !*b->sas_addr.pub; in identical()
34 if (!*b->sas_addr.pub) in identical()
36 return !strcmp(a->sas_addr.pub, b->sas_addr.pub); in identical()
Dsignaling.c79 if (!*vcc->local.sas_addr.prv && !*vcc->local.sas_addr.pub) { in sigd_send()
83 memcpy(vcc->local.sas_addr.pub, in sigd_send()
84 msg->local.sas_addr.pub, ATM_E164_LEN + 1); in sigd_send()
Dproc.c226 seq_printf(seq, "%s%s", vcc->remote.sas_addr.pub, in svc_info()
227 *vcc->remote.sas_addr.pub && *vcc->remote.sas_addr.prv ? "+" : ""); in svc_info()
Dclip.c710 if (*addr->sas_addr.pub) { in svc_addr()
711 seq_printf(seq, "%s", addr->sas_addr.pub); in svc_addr()
/linux-4.4.14/drivers/s390/crypto/
Dzcrypt_cca_key.h289 struct cca_public_sec *pub; in zcrypt_type6_crt_key() local
298 size = sizeof(*key) + key_len + sizeof(*pub) + 3; in zcrypt_type6_crt_key()
336 pub = (struct cca_public_sec *)(key->key_parts + key_len); in zcrypt_type6_crt_key()
337 *pub = static_cca_pub_sec; in zcrypt_type6_crt_key()
338 pub->modulus_bit_len = 8 * crt->inputdatalength; in zcrypt_type6_crt_key()
344 memcpy((char *) (pub + 1), pk_exponent, 3); in zcrypt_type6_crt_key()
/linux-4.4.14/Documentation/filesystems/
Dncpfs.txt6 ftp.gwdg.de/pub/linux/misc/ncpfs, but sunsite and its many mirrors
12 mars_nwe can be found on ftp.gwdg.de/pub/linux/misc/ncpfs.
Dext2.txt372 Journaling (ext3) ftp://ftp.uk.linux.org/pub/linux/sct/fs/jfs/
379 DOS client (*) ftp://metalab.unc.edu/pub/Linux/system/filesystems/ext2/
380 OS/2 (+) ftp://metalab.unc.edu/pub/Linux/system/filesystems/ext2/
Dceph.txt145 git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
Dbtrfs.txt256 git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git
Dsquashfs.txt59 git://git.kernel.org/pub/scm/fs/squashfs/squashfs-tools.git
Dext4.txt28 ftp://ftp.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/
32 git://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
Dramfs-rootfs-initramfs.txt243 The "klibc" package (http://www.kernel.org/pub/linux/libs/klibc) is
Dautofs4-mount-control.txt227 /pub/linux/daemons/autofs/v5.
Df2fs.txt23 >> git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git
/linux-4.4.14/Documentation/
DChanges102 (http://www.kernel.org/pub/linux/utils/kernel/hotplug/)
309 o <ftp://ftp.kernel.org/pub/linux/devel/binutils/>
320 o <ftp://ftp.kernel.org/pub/linux/utils/util-linux/>
324 o <ftp://ftp.kernel.org/pub/linux/utils/kernel/ksymoops/v2.4/>
328 o <ftp://ftp.kernel.org/pub/linux/kernel/people/rusty/modules/>
344 o <http://www.kernel.org/pub/linux/utils/fs/reiserfs/>
352 o <ftp://ftp.kernel.org/pub/linux/utils/kernel/pcmcia/>
387 o <ftp://ftp.samba.org/pub/ppp/>
391 o <ftp://ftp.isdn4linux.de/pub/isdn4linux/utils/>
403 o <https://www.kernel.org/pub/linux/utils/net/iproute2/>
Dbasic_profiling.txt18 http://www.kernel.org/pub/linux/utils/util-linux/
Dapplying-patches.txt220 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/
223 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/testing/
226 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/snapshots/
229 ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/
286 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/incr/
Dsparse.txt80 git://git.kernel.org/pub/scm/devel/sparse/sparse.git
Dkernel-docs.txt221 ftp://ftp.llp.fu-berlin.de/pub/linux/LINUX-LAB/whitepapers/pcip.ps.gz
231 ftp://ftp.llp.fu-berlin.de/pub/linux/LINUX-LAB/whitepapers/drivers.ps.gz
261 ftp://ftp.uk.linux.org/pub/linux/sct/fs/jfs/journal-design.ps.gz
502 URL: http://kos.enix.org/pub/linux-vmm.html
DSubmittingDrivers130 ftp.??.kernel.org:/pub/linux/kernel/...
Djava.txt14 ftp://sunsite.unc.edu/pub/Linux/docs/HOWTO/Java-HOWTO
Dsvga.txt193 ftp://ftp.phys.keio.ac.jp/pub/XFree86/800x600/XF86Configs/XF86Config.IBM_TP560).
Dinitrd.txt366 http://www.kernel.org/pub/linux/utils/util-linux/
Dadding-syscalls.txt465 - git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
Dmd.txt2 http://www.kernel.org/pub/linux/utils/raid/
DHOWTO230 kernel.org in the pub/linux/kernel/v4.x/ directory. Its development
Ddevices.txt14 ftp://ftp.kernel.org/pub/linux/docs/device-list/. This version may be
1090 <mseritan@ottonel.pub.ro> to transfer data from Holter
2614 See ftp://ftp.lustre.org/pub/obd for code and information.
DSubmittingPatches39 git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
/linux-4.4.14/include/uapi/linux/
Datm.h209 char pub[ATM_E164_LEN+1]; /* public address (E.164) */ member
219 return *addr.sas_addr.prv || *addr.sas_addr.pub; in atmsvc_addr_in_use()
/linux-4.4.14/net/ipx/
DKconfig12 <ftp://platan.vc.cvut.cz/pub/linux/ncpfs/>) or from
23 <ftp://ibiblio.org/pub/Linux/system/network/daemons/> or
57 can be found on <ftp://ftp.gwdg.de/pub/linux/misc/ncpfs/>.
/linux-4.4.14/Documentation/serial/
DREADME.cycladesZ7 ftp://ftp.cyclades.com/pub/cyclades/cyclades-z/linux/
/linux-4.4.14/
DMAINTAINERS180 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
196 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
274 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
296 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
641 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
753 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
853 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
1026 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1085 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1099 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
[all …]
D.mailmap7 # repo-abbrev: /pub/scm/linux/kernel/git/
DREADME358 ftp://ftp.<country>.kernel.org/pub/linux/utils/kernel/ksymoops/ .
DCREDITS127 W: http://www.kernel.org/pub/linux/kernel/people/andrea/
3883 W: ftp://ftp.uk.linux.org/pub/linux/people/willy/
/linux-4.4.14/scripts/ksymoops/
DREADME4 ftp://ftp.<country>.kernel.org/pub/linux/utils/kernel/ksymoops together
/linux-4.4.14/Documentation/networking/
Dframerelay.txt36 /pub/linux. Note that with OS/2 FTPD, you end up in /pub by default, so just
Dbridge.txt8 git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git
Dgeneric-hdlc.txt11 http://www.kernel.org/pub/linux/utils/net/hdlc/).
27 http://www.kernel.org/pub/linux/utils/net/hdlc/
132 <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
Dpktgen.txt380 ftp://robur.slu.se/pub/Linux/net-development/pktgen-testing/
381 ftp://robur.slu.se/pub/Linux/net-development/pktgen-testing/examples/
384 ftp://robur.slu.se/pub/Linux/net-development/pktgen-testing/pktgen_paper.pdf
Digbvf.txt65 http://ftp.kernel.org/pub/software/network/ethtool/
Di40e.txt64 https://www.kernel.org/pub/software/network/ethtool
Dipddp.txt48 ftp.u.washington.edu/pub/user-supported/asun/) this patch is optional
Dpolicy-routing.txt56 root@amber:/pub/ip-routing # iproute -r
Digb.txt66 http://ftp.kernel.org/pub/software/network/ethtool/
De100.txt133 http://ftp.kernel.org/pub/software/network/ethtool/
Dregulatory.txt208 git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-regdb.git
Dz8530drv.txt7 1. ftp://ftp.ccac.rwth-aachen.de/pub/jr/z8530drv-utils_3.0-3.tar.gz
9 2. ftp://ftp.pspt.fi/pub/ham/linux/ax25/z8530drv-utils_3.0-3.tar.gz
Deql.txt54 ftp://slaughter.ncm.com/pub/Linux/LOAD_BALANCING/eql-1.1.tar.gz.
De1000e.txt277 http://ftp.kernel.org/pub/software/network/ethtool/
Dixgbe.txt275 http://ftp.kernel.org/pub/software/network/ethtool/
Dvortex.txt306 ftp://ftp.3com.com/pub/nic/3c90x/3c90xx2.exe
Dixgb.txt316 http://ftp.kernel.org/pub/software/network/ethtool/
De1000.txt438 http://ftp.kernel.org/pub/software/network/ethtool/
/linux-4.4.14/drivers/pci/pcie/aer/
DKconfig.debug18 http://www.kernel.org/pub/linux/utils/pci/aer-inject/
/linux-4.4.14/Documentation/development-process/
D8.Conclusion45 http://www.kernel.org/pub/software/scm/git/docs/
47 http://www.kernel.org/pub/software/scm/git/docs/user-manual.html
D7.AdvancedTopics30 http://www.kernel.org/pub/software/scm/git/docs/user-manual.html
D4.Coding305 http://www.kernel.org/pub/tools/crosstool/
D2.Process290 http://www.kernel.org/pub/linux/kernel/next/
/linux-4.4.14/Documentation/ABI/testing/
Ddebugfs-ec13 ftp://ftp.suse.com/pub/people/trenn/sources/ec/
/linux-4.4.14/fs/autofs4/
DKconfig10 <ftp://ftp.kernel.org/pub/linux/daemons/autofs/v4/>; you also
/linux-4.4.14/drivers/net/slip/
DKconfig21 <ftp://ibiblio.org/pub/Linux/system/network/serial/>) which
54 <ftp://ibiblio.org/pub/Linux/system/network/serial/>) which
/linux-4.4.14/drivers/net/wan/
DKconfig106 <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
176 <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
190 <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
212 <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
227 <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
243 <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
/linux-4.4.14/Documentation/security/
Dapparmor.txt39 Kernel module - git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
/linux-4.4.14/tools/testing/ktest/examples/
DREADME14 http://kernel.org/pub/tools/crosstool/files/bin/x86_64/
/linux-4.4.14/Documentation/cpu-freq/
Dindex.txt45 * ftp://ftp.linux.org.uk/pub/linux/cpufreq/
/linux-4.4.14/net/decnet/
DKconfig38 from <ftp://ftp.tux.org/pub/net/ip-routing/>). The "Network packet
/linux-4.4.14/Documentation/filesystems/cifs/
Dcifs.txt25 https://ftp.samba.org/pub/linux-cifs/cifs-utils/
/linux-4.4.14/Documentation/isdn/
DREADME.pcbit15 ftp://ftp.di.fc.ul.pt/pub/systems/Linux/isdn
DREADME.sc101 ftp://sunsite.unc.edu/pub/Linux/kernel/v2.0/
104 ftp://sunsite.unc.edu/pub/Linux/kernel/modules-2.0.0.tar.gz
107 ftp://ftp.franken.de/pub/isdn4linux/v2.0/isdn4k-utils-2.0.tar.gz
110 ftp://ftp.spellcast.com/pub/drivers/isdn4linux/isdn4k-bin-2.0.tar.gz
DREADME.x25144 ftp://ftp.hes.iki.fi/pub/ham/linux/ax25/x25utils-*
173 ftp://ftp.hamburg.pop.de/pub/LOCAL/linux/i4l-eft/ which contains some
DREADME16 /pub/isdn4linux/isdn4k-utils-<VersionNumber>.tar.gz
41 ftp://ftp.isdn4linux.de/pub/isdn4linux/FAQ/
/linux-4.4.14/fs/sysv/
DKconfig16 <ftp://ftp.openlinux.org/pub/people/hch/linux-abi/>).
/linux-4.4.14/firmware/
DREADME.AddingFirmware15 git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
/linux-4.4.14/fs/isofs/
DKconfig37 <http://www.kernel.org/pub/linux/utils/fs/zisofs/> for the tools
/linux-4.4.14/arch/ia64/
DMakefile41 ftp://ftp.hpl.hp.com/pub/linux-ia64/gas-030124.tar.gz)
/linux-4.4.14/scripts/package/
Dbuilddeb263 ftp://ftp.kernel.org/pub/linux/kernel
268 git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
/linux-4.4.14/Documentation/vm/
Dhwpoison.txt170 git://git.kernel.org/pub/scm/utils/cpu/mce/mce-test.git
173 git://git.kernel.org/pub/scm/utils/cpu/mce/mce-inject.git
/linux-4.4.14/Documentation/arm/keystone/
Dknav-qmss.txt42 git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
/linux-4.4.14/Documentation/acpi/
Dinitrd_table_override.txt91 ftp://kernel.org/pub/linux/kernel/people/lenb/acpi/utils/pmtools/acpidump
/linux-4.4.14/Documentation/ko_KR/
DHOWTO234 3.x 커널들은 Linux Torvalds가 관리하며 kernel.org의 pub/linux/kernel/v3.x/
/linux-4.4.14/Documentation/hwmon/
Djc4237 http://www.onsemi.com/pub/Collateral/CAT6095-D.PDF
/linux-4.4.14/Documentation/arm/SA1100/
DAssabet55 ftp://ftp.arm.linux.org.uk/pub/linux/arm/people/nico/
56 ftp://ftp.handhelds.org/pub/linux/arm/sa-1100-patches/
/linux-4.4.14/Documentation/blockdev/
Dfloppy.txt222 http://www.tux.org/pub/knaff/fdutils/
223 ftp://metalab.unc.edu/pub/Linux/utils/disk-management/
Dparide.txt317 from ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/ . To record CD-R media
/linux-4.4.14/Documentation/filesystems/nfs/
Dnfs-rdma.txt78 http://www.kernel.org/pub/linux/utils/nfs
116 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/
/linux-4.4.14/drivers/video/console/
DKconfig21 <ftp://ibiblio.org/pub/Linux/utils/console/>.
/linux-4.4.14/fs/fat/
DKconfig44 <ftp://ibiblio.org/pub/Linux/system/filesystems/dosfs/>. If you
/linux-4.4.14/Documentation/ja_JP/
DHOWTO266pub/linux/kernel/v3.x/ ディレクトリに存在します。この開発プロセスは
/linux-4.4.14/Documentation/sound/alsa/
DHD-Audio.txt651 - git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
667 - ftp://ftp.suse.com/pub/people/tiwai/snapshot/
773 - ftp://ftp.suse.com/pub/people/tiwai/misc/
777 - git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/hda-verb.git
841 - ftp://ftp.suse.com/pub/people/tiwai/misc/
845 - git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/hda-emu.git
DAudigy-mixer.txt299 ftp://opensource.creative.com/pub/doc
DSB-Live-mixer.txt310 ftp://opensource.creative.com/pub/doc
/linux-4.4.14/tools/perf/Documentation/
DMakefile326 WEBDOC_DEST = /pub/software/tools/perf/docs
/linux-4.4.14/Documentation/ia64/
Dxen.txt137 git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 test)
/linux-4.4.14/Documentation/kdump/
Dkdump.txt68 http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools.tar.gz
74 git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git
76 http://www.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git
/linux-4.4.14/arch/m68k/q40/
DREADME6 available from this place or http://ftp.uni-erlangen.de/pub/unix/Linux/680x0/q40/
/linux-4.4.14/Documentation/locking/
Dlglock.txt164 Link: 6 https://www.kernel.org/pub/linux/kernel/projects/rt/
/linux-4.4.14/Documentation/video4linux/bttv/
DSound-FAQ83 from ftp://telepresence.dmem.strath.ac.uk/pub/bt848/winutil, but it
/linux-4.4.14/drivers/staging/speakup/
DKconfig117 the pub/linux/goodies directory. The dec_pc.tgz file
Dspkguide.txt712 dec_pc.tgz file is in the ~ftp/pub/linux/speakup directory.
/linux-4.4.14/Documentation/early-userspace/
DREADME89 ftp://ftp.kernel.org/pub/linux/libs/klibc/
/linux-4.4.14/Documentation/arm/
DREADME4 Please check <ftp://ftp.arm.linux.org.uk/pub/armlinux> for
/linux-4.4.14/Documentation/scsi/
Dtmscsim.txt102 ftp://student.physik.uni-dortmund.de/pub/linux/kernel/bootdisk.gz
414 ftp://ftp.suse.com/pub/people/garloff/linux/dc390/
Dncr53c8xx.txt120 ftp://tsx-11.mit.edu/pub/linux/ALPHA/scsi/scsiinfo-X.Y.tar.gz
121 ftp://tsx-11.mit.edu/pub/linux/ALPHA/scsi/scsidev-X.Y.tar.gz
134 ftp://ftp.tux.org/pub/people/gerard-roudier
136 ftp://ftp.symbios.com/mirror/ftp.tux.org/pub/tux/roudier/drivers
1151 ftp://ftp.tux.org/pub/people/gerard-roudier/README
/linux-4.4.14/net/ipv4/
DKconfig75 and <ftp://post.tepkom.ru/pub/vol2/Linux/docs/advanced-routing.tex>.
77 <ftp://ftp.tux.org/pub/net/ip-routing/>.
/linux-4.4.14/Documentation/fb/
Dframebuffer.txt327 ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/680x0/
/linux-4.4.14/Documentation/PCI/
Dpcieaer-howto.txt267 http://www.kernel.org/pub/linux/utils/pci/aer-inject/
/linux-4.4.14/drivers/atm/
DKconfig319 <ftp://ftp.iphase.com/pub/atm/pci/>).
/linux-4.4.14/drivers/block/paride/
DKconfig89 <ftp://ftp.berlios.de/pub/cdrecord/>. Versions 1.6.1a3 and
/linux-4.4.14/Documentation/ioctl/
Dioctl-number.txt89 <ftp://ftp.de.kernel.org/pub/linux/daemons/ntp/PPS/>
/linux-4.4.14/drivers/md/
DKconfig118 ftp://ftp.kernel.org/pub/linux/utils/raid/mdadm/
/linux-4.4.14/Documentation/crypto/
Ddescore-readme.txt112 (code obtained from chalmers.se:pub/des)
/linux-4.4.14/Documentation/timers/
DNO_HZ.txt241 git://git.kernel.org/pub/scm/linux/kernel/git/frederic/dynticks-testing.git
/linux-4.4.14/Documentation/cdrom/
Dide-cd143 The hpcdtoppm package (ftp.gwdg.de:/pub/linux/hpcdtoppm/) may be
/linux-4.4.14/drivers/block/
DKconfig230 <ftp://ftp.kernel.org/pub/linux/utils/util-linux/>.
/linux-4.4.14/Documentation/sound/oss/
DREADME.OSS138 Read the sound HOWTO (sunsite.unc.edu:/pub/Linux/docs/...?).
372 of such a tool available from ftp://ftp.demon.co.uk/pub/unix/linux/utils. The
1147 and install the DOS/Windows driver from ftp://ftp.ensoniq.com/pub.
/linux-4.4.14/net/sched/
DKconfig26 <https://www.kernel.org/pub/linux/utils/net/iproute2/>. That package
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt232 ftp://ftp.ca.kernel.org/pub/kernel/v2.4/linux-2.4.0-prerelease.tar.bz2
233 <ftp://ftp.ca.kernel.org/pub/kernel/v2.4/linux-2.4.0-prerelease.tar.bz2>
1330 arp -Ds 192.168.0.253 eth0 pub
1821 host# arp -Ds 192.168.0.250 eth0 pub
/linux-4.4.14/arch/mips/
DKconfig2903 <ftp://ftp.hp.com/pub/alphaserver/archive/triadd/>
2905 <http://www.computer-refuge.org/classiccmp/ftp.digital.com/pub/DEC/TriAdd/>
/linux-4.4.14/drivers/video/fbdev/
DKconfig1266 (available at <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to
1317 <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to switch it to
/linux-4.4.14/drivers/watchdog/
DKconfig24 <ftp://ibiblio.org/pub/Linux/system/daemons/watchdog/>. This daemon can
/linux-4.4.14/Documentation/laptops/
Dthinkpad-acpi.txt916 ftp://ftp.suse.com/pub/people/trenn/sources/ec
/linux-4.4.14/Documentation/RCU/
DRTFP.txt2301 \url{http://www.lttng.org/pub/thesis/desnoyers-dissertation-2009-12.pdf}