aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/fddi
AgeCommit message (Expand)AuthorFilesLines
2024-04-08net: handle HAS_IOPORT dependenciesNiklas Schnelle1-1/+1
2024-02-15net: fill in MODULE_DESCRIPTION()s for fddik/skfpBreno Leitao1-0/+1
2023-04-11net: fddi: skfp: rmt: Clean up some inconsistent indentingJiapeng Chong1-3/+3
2022-12-09net: defxx: Fix missing err handling in dfx_init()Yongqiang Liu1-4/+18
2022-08-12skfp/h: fix repeated words in commentsJilin Yuan1-1/+1
2022-07-11fddi/skfp: fix repeated words in commentsJilin Yuan1-1/+1
2022-05-22net: fddi: skfp: smt: Remove extra parameters to vararg macroTom Rix1-1/+1
2021-12-27net:Remove initialization of static variables to 0Wen Zhiwei1-3/+3
2021-11-15net: fddi: use swap() to make code cleanerYihao Han1-10/+4
2021-10-25fddi: defza: add missing pointer type castJakub Kicinski1-1/+1
2021-10-22fddi: skfp: constify and use dev_addr_set()Jakub Kicinski3-4/+4
2021-10-22fddi: defxx,defza: use dev_addr_set()Jakub Kicinski2-4/+4
2021-10-02fddi: use eth_hw_addr_set()Jakub Kicinski1-2/+3
2021-09-27net: fddi: skfp: Fix a function name in commentsCai Huoqing1-1/+1
2021-09-27FDDI: defxx: Fix function names in comentsCai Huoqing1-3/+3
2021-08-29fddi: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-22/+19
2021-07-27fddi: use ndo_siocdevprivateArnd Bergmann1-7/+12
2021-07-13net: fddi: fix UAF in fza_probePavel Skripkin1-2/+1
2021-05-20net: fddi: skfp: remove leading spaces before tabsHui Tang2-4/+4
2021-04-27fddi/skfp: fix typoqhjindev1-1/+1
2021-03-10net: fddi: skfp: Mundane typo fixes throughout the file smt.hBhaskar Chowdhury1-4/+4
2021-03-10FDDI: defxx: Use driver's name with resource requestsMaciej W. Rozycki1-7/+10
2021-03-10FDDI: defxx: Implement dynamic CSR I/O address space selectionMaciej W. Rozycki3-57/+25
2021-03-10FDDI: defxx: Make MMIO the configuration default except for EISAMaciej W. Rozycki1-6/+9
2021-03-10FDDI: defxx: Bail out gracefully with unassigned PCI resource for CSRMaciej W. Rozycki1-17/+30
2021-03-10FDDI: defza: Update my e-mail addressMaciej W. Rozycki1-1/+1
2021-03-10FDDI: defxx: Update my e-mail addressMaciej W. Rozycki2-2/+2
2021-03-10net: fddi: skfp: smt: Replace one-element array with flexible-array memberGustavo A. R. Silva2-5/+3
2020-11-03net: fddi: skfp: ess: Remove defined but unused variable 'ID_sccs'Lee Jones1-1/+0
2020-11-03net: fddi: skfp: drvfbi: Remove defined but unused variable 'ID_sccs'Lee Jones1-4/+0
2020-11-03net: fddi: skfp: srf: Remove defined but unused variable 'ID_sccs'Lee Jones1-5/+0
2020-11-03net: fddi: skfp: hwt: Remove defined but unused variable 'ID_sccs'Lee Jones1-4/+0
2020-11-03net: fddi: skfp: smttimer: Remove defined but unused variable 'ID_sccs'Lee Jones1-4/+0
2020-11-03net: fddi: skfp: smtinit: Remove defined but unused variable 'ID_sccs'Lee Jones1-4/+0
2020-11-03net: fddi: skfp: smtdef: Remove defined but unused variable 'ID_sccs'Lee Jones1-4/+0
2020-11-03net: fddi: skfp: rmt: Remove defined but unused variable 'ID_sccs'Lee Jones1-4/+0
2020-11-03net: fddi: skfp: queue: Remove defined but unused variable 'ID_sccs'Lee Jones1-4/+0
2020-11-03net: fddi: skfp: pmf: Remove defined but unused variable 'ID_sccs'Lee Jones1-4/+0
2020-11-03net: fddi: skfp: pcmplc: Remove defined but not used variable 'ID_sccs'Lee Jones1-4/+0
2020-11-03net: fddi: skfp: ecm: Remove seemingly unused variable 'ID_sccs'Lee Jones1-4/+0
2020-11-03net: fddi: skfp: ecm: Protect 'if' when AIX_EVENT is not definedLee Jones1-1/+2
2020-09-29fddi/skfp: Avoid the use of one-element arrayGustavo A. R. Silva1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-14net: fddi: skfp: cfm: Remove seemingly unused variable 'ID_sccs'Lee Jones1-4/+0
2020-08-14net: fddi: skfp: cfm: Remove set but unused variable 'oldstate'Lee Jones1-11/+2
2020-08-14net: fddi: skfp: smt: Remove seemingly unused variable 'ID_sccs'Lee Jones1-4/+0
2020-08-14net: fddi: skfp: smt: Place definition of 'smt_pdef' under same stipulations ...Lee Jones1-1/+2
2020-08-14net: fddi: skfp: fplustm: Remove seemingly unused variable 'ID_sccs'Lee Jones1-4/+0
2020-08-14net: fddi: skfp: hwmtm: Remove seemingly unused variable 'ID_sccs'Lee Jones1-4/+0
2020-07-13net: fddi: skfp: Remove addr_to_string().Tetsuo Handa3-44/+27
2020-06-26docs: networking: move FDDI drivers to the hw driver sectionJakub Kicinski1-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-4/+4
2020-04-30docs: networking: convert skfp.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-03-04net: skfp: use new constant PCI_STATUS_ERROR_BITSHeiner Kallweit2-7/+2
2020-03-04net: skfp: add PCI_STATUS_REC_TARGET_ABORT to PCI status error bitsHeiner Kallweit1-1/+1
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-15/+1
2020-01-25net: fddi: skfp: Use print_hex_dump() helperAndy Shevchenko1-15/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2-2/+2
2019-07-17Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-0/+1
2019-06-26net: fddi: skfp: Remove unused private PCI definitionsPuranjay Mohan1-224/+1
2019-06-26net: fddi: skfp: Include generic PCI definitionsPuranjay Mohan1-0/+1
2019-06-26net: fddi: skfp: Rename local PCI defines to match generic PCI definesPuranjay Mohan2-3/+3
2019-06-24FDDI: defza: Include linux/io-64-nonatomic-lo-hi.hPaul Burton1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner36-180/+36
2019-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-20fddi: fix typos in code commentsWeitao Hou1-2/+2
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-02-08net: fddi: skfp: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-02-06net: defxx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2-7/+7
2018-11-07FDDI: defza: Make the driver version string constantMaciej W. Rozycki1-1/+1
2018-11-07FDDI: defza: Move SMT Tx data buffer declaration next to its skbMaciej W. Rozycki1-1/+2
2018-11-07FDDI: defza: Add missing comment closingMaciej W. Rozycki1-0/+1
2018-11-07FDDI: defza: Fix SPDX annotationMaciej W. Rozycki2-2/+2
2018-10-15FDDI: defza: Support capturing outgoing SMT trafficMaciej W. Rozycki1-2/+31
2018-10-15FDDI: defza: Add support for DEC FDDIcontroller 700 TURBOchannel adapterMaciej W. Rozycki4-0/+2338
2018-10-12net: fddi: skfp: Remove unused macros 'PNMI_GET_ID' and 'PNMI_SET_ID'YueHaibing1-8/+0
2018-09-21net: fddi: skfp: Remove unused functionNathan Chancellor3-15/+0
2018-06-08net: fddi: fix a possible null-ptr-derefYueHaibing1-27/+28
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-19net: defxx: constify eisa_device_idArvind Yadav1-1/+1
2017-05-08format-security: move static strings to constKees Cook1-1/+1
2016-12-29fddi: skfp: Use more common logging stylesJoe Perches12-237/+232
2016-12-29skfp: hwmtm: Use proper logging macros, correct mismatchesJoe Perches2-94/+106
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-21net: fddi: skfp: use %p format specifier for addresses rather than %xColin Ian King3-8/+8
2016-10-20net: use core MTU range checking in misc driversJarod Wilson1-1/+0
2016-06-15net: skfb: remove obsolete -I cflagArnd Bergmann1-1/+1
2016-01-25defxx: fix build warningSudip Mukherjee1-4/+4
2015-08-13net/fddi: remove HWM_REVERSE() macroyalin wang1-9/+0
2015-06-07fddi: print an address with %p format specifier rather than %xColin Ian King1-1/+1
2015-01-02net: fddi: skfp: smt.c: Remove unused functionRickard Strandqvist1-12/+0
2014-11-21defxx: Clean up DEFEA resource managementMaciej W. Rozycki2-37/+80
2014-11-21defxx: Disable DEFEA's ESIC I/O decoding on shutdownMaciej W. Rozycki1-0/+6
2014-11-21defxx: Correct DEFEA's ESIC MMIO decodingMaciej W. Rozycki2-24/+39
2014-11-21defxx: Fix DEFPA enable error propagationMaciej W. Rozycki1-4/+7
2014-09-28defxx: DEFEA's ESIC port I/O decoding cleanupMaciej W. Rozycki2-20/+32
2014-09-28defxx: DEFEA's Burst Holdoff register initialization fixMaciej W. Rozycki1-2/+2
2014-09-28defxx: Correct DEFEA's ESIC port I/O accessesMaciej W. Rozycki1-15/+15
2014-09-05drivers/net/fddi/skfp/h/skfbi.h: Remove useless PCI_BASE_2ND macrosChen Gang1-5/+0
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2-2/+2
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+7
2014-07-08defxx: Fix issues with debug printk callsMaciej W. Rozycki2-12/+11
2014-07-08defxx: Add missing DMA synchronisation callsMaciej W. Rozycki1-4/+16
2014-07-08defxx: Handle DMA mapping errorsMaciej W. Rozycki1-26/+58
2014-07-08defxx: Use netdev_alloc_skb consistentlyMaciej W. Rozycki1-2/+6
2014-07-08defxx: Discard DMA maps on buffer deallocationMaciej W. Rozycki1-1/+6
2014-07-08defxx: Correct the receive DMA map sizeMaciej W. Rozycki1-3/+3
2014-07-02defxx: Fix !DYNAMIC_BUFFERS compilation warningsMaciej W. Rozycki1-6/+6
2014-07-02defxx: Remove an incorrectly inverted preprocessor conditionalMaciej W. Rozycki1-4/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2-2/+0
2013-12-31net: fddi: slight optimization of addr comparedingtianhong1-1/+2
2013-12-16fddi: cleanup unsigned to unsigned int/shorttanxiaojun4-73/+73
2013-12-10net: fddi: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-12-06net/fddi: Replace local macro with PCI standard macroYijing Wang1-13/+7
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2-4/+4
2013-09-24fddi/skfp: Remove extern from function prototypesJoe Perches1-14/+14
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches1-3/+3
2013-05-22net/fddi/skfp/skfddi: Use module_pci_driver to register driverPeter Hüwe1-12/+1
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-2/+1
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-4/+2
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-6/+4
2012-12-03fddi: remove __dev* attributesBill Pemberton2-22/+22
2012-09-01fddi: 64 bit bug in smt_add_para()Dan Carpenter1-1/+1
2012-06-06drivers: net: Remove casts to same typeJoe Perches2-6/+6
2011-08-27skfp: Fix SysKonnect FDDI driver compile issuesJeff Kirsher7-17/+17
2011-08-27fddi: Move the FDDI driversJeff Kirsher41-0/+28596