aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/fddi
AgeCommit message (Expand)AuthorFilesLines
2020-09-29fddi/skfp: Avoid the use of one-element arrayGravatar Gustavo A. R. Silva 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2020-08-14net: fddi: skfp: cfm: Remove seemingly unused variable 'ID_sccs'Gravatar Lee Jones 1-4/+0
2020-08-14net: fddi: skfp: cfm: Remove set but unused variable 'oldstate'Gravatar Lee Jones 1-11/+2
2020-08-14net: fddi: skfp: smt: Remove seemingly unused variable 'ID_sccs'Gravatar Lee Jones 1-4/+0
2020-08-14net: fddi: skfp: smt: Place definition of 'smt_pdef' under same stipulations ...Gravatar Lee Jones 1-1/+2
2020-08-14net: fddi: skfp: fplustm: Remove seemingly unused variable 'ID_sccs'Gravatar Lee Jones 1-4/+0
2020-08-14net: fddi: skfp: hwmtm: Remove seemingly unused variable 'ID_sccs'Gravatar Lee Jones 1-4/+0
2020-07-13net: fddi: skfp: Remove addr_to_string().Gravatar Tetsuo Handa 3-44/+27
2020-06-26docs: networking: move FDDI drivers to the hw driver sectionGravatar Jakub Kicinski 1-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-4/+4
2020-04-30docs: networking: convert skfp.txt to ReSTGravatar Mauro Carvalho Chehab 1-1/+1
2020-03-04net: skfp: use new constant PCI_STATUS_ERROR_BITSGravatar Heiner Kallweit 2-7/+2
2020-03-04net: skfp: add PCI_STATUS_REC_TARGET_ABORT to PCI status error bitsGravatar Heiner Kallweit 1-1/+1
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-15/+1
2020-01-25net: fddi: skfp: Use print_hex_dump() helperGravatar Andy Shevchenko 1-15/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 2-2/+2
2019-07-17Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 1-0/+1
2019-06-26net: fddi: skfp: Remove unused private PCI definitionsGravatar Puranjay Mohan 1-224/+1
2019-06-26net: fddi: skfp: Include generic PCI definitionsGravatar Puranjay Mohan 1-0/+1
2019-06-26net: fddi: skfp: Rename local PCI defines to match generic PCI definesGravatar Puranjay Mohan 2-3/+3
2019-06-24FDDI: defza: Include linux/io-64-nonatomic-lo-hi.hGravatar Paul Burton 1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 36-180/+36
2019-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-05-20fddi: fix typos in code commentsGravatar Weitao Hou 1-2/+2
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2019-02-08net: fddi: skfp: Mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2019-02-06net: defxx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesGravatar Yang Wei 1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Gravatar Luis Chamberlain 2-7/+7
2018-11-07FDDI: defza: Make the driver version string constantGravatar Maciej W. Rozycki 1-1/+1
2018-11-07FDDI: defza: Move SMT Tx data buffer declaration next to its skbGravatar Maciej W. Rozycki 1-1/+2
2018-11-07FDDI: defza: Add missing comment closingGravatar Maciej W. Rozycki 1-0/+1
2018-11-07FDDI: defza: Fix SPDX annotationGravatar Maciej W. Rozycki 2-2/+2
2018-10-15FDDI: defza: Support capturing outgoing SMT trafficGravatar Maciej W. Rozycki 1-2/+31
2018-10-15FDDI: defza: Add support for DEC FDDIcontroller 700 TURBOchannel adapterGravatar Maciej W. Rozycki 4-0/+2338
2018-10-12net: fddi: skfp: Remove unused macros 'PNMI_GET_ID' and 'PNMI_SET_ID'Gravatar YueHaibing 1-8/+0
2018-09-21net: fddi: skfp: Remove unused functionGravatar Nathan Chancellor 3-15/+0
2018-06-08net: fddi: fix a possible null-ptr-derefGravatar YueHaibing 1-27/+28
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-19net: defxx: constify eisa_device_idGravatar Arvind Yadav 1-1/+1
2017-05-08format-security: move static strings to constGravatar Kees Cook 1-1/+1
2016-12-29fddi: skfp: Use more common logging stylesGravatar Joe Perches 12-237/+232
2016-12-29skfp: hwmtm: Use proper logging macros, correct mismatchesGravatar Joe Perches 2-94/+106
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-21net: fddi: skfp: use %p format specifier for addresses rather than %xGravatar Colin Ian King 3-8/+8
2016-10-20net: use core MTU range checking in misc driversGravatar Jarod Wilson 1-1/+0
2016-06-15net: skfb: remove obsolete -I cflagGravatar Arnd Bergmann 1-1/+1
2016-01-25defxx: fix build warningGravatar Sudip Mukherjee 1-4/+4
2015-08-13net/fddi: remove HWM_REVERSE() macroGravatar yalin wang 1-9/+0