summaryrefslogtreecommitdiff
path: root/drivers/net/fddi/skfp
AgeCommit message (Expand)Author
2021-10-22fddi: skfp: constify and use dev_addr_set()Jakub Kicinski
2021-10-02fddi: use eth_hw_addr_set()Jakub Kicinski
2021-09-27net: fddi: skfp: Fix a function name in commentsCai Huoqing
2021-08-29fddi: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-07-27fddi: use ndo_siocdevprivateArnd Bergmann
2021-05-20net: fddi: skfp: remove leading spaces before tabsHui Tang
2021-04-27fddi/skfp: fix typoqhjindev
2021-03-10net: fddi: skfp: Mundane typo fixes throughout the file smt.hBhaskar Chowdhury
2021-03-10net: fddi: skfp: smt: Replace one-element array with flexible-array memberGustavo A. R. Silva
2020-11-03net: fddi: skfp: ess: Remove defined but unused variable 'ID_sccs'Lee Jones
2020-11-03net: fddi: skfp: drvfbi: Remove defined but unused variable 'ID_sccs'Lee Jones
2020-11-03net: fddi: skfp: srf: Remove defined but unused variable 'ID_sccs'Lee Jones
2020-11-03net: fddi: skfp: hwt: Remove defined but unused variable 'ID_sccs'Lee Jones
2020-11-03net: fddi: skfp: smttimer: Remove defined but unused variable 'ID_sccs'Lee Jones
2020-11-03net: fddi: skfp: smtinit: Remove defined but unused variable 'ID_sccs'Lee Jones
2020-11-03net: fddi: skfp: smtdef: Remove defined but unused variable 'ID_sccs'Lee Jones
2020-11-03net: fddi: skfp: rmt: Remove defined but unused variable 'ID_sccs'Lee Jones
2020-11-03net: fddi: skfp: queue: Remove defined but unused variable 'ID_sccs'Lee Jones
2020-11-03net: fddi: skfp: pmf: Remove defined but unused variable 'ID_sccs'Lee Jones
2020-11-03net: fddi: skfp: pcmplc: Remove defined but not used variable 'ID_sccs'Lee Jones
2020-11-03net: fddi: skfp: ecm: Remove seemingly unused variable 'ID_sccs'Lee Jones
2020-11-03net: fddi: skfp: ecm: Protect 'if' when AIX_EVENT is not definedLee Jones
2020-09-29fddi/skfp: Avoid the use of one-element arrayGustavo A. R. Silva
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-14net: fddi: skfp: cfm: Remove seemingly unused variable 'ID_sccs'Lee Jones
2020-08-14net: fddi: skfp: cfm: Remove set but unused variable 'oldstate'Lee Jones
2020-08-14net: fddi: skfp: smt: Remove seemingly unused variable 'ID_sccs'Lee Jones
2020-08-14net: fddi: skfp: smt: Place definition of 'smt_pdef' under same stipulations ...Lee Jones
2020-08-14net: fddi: skfp: fplustm: Remove seemingly unused variable 'ID_sccs'Lee Jones
2020-08-14net: fddi: skfp: hwmtm: Remove seemingly unused variable 'ID_sccs'Lee Jones
2020-07-13net: fddi: skfp: Remove addr_to_string().Tetsuo Handa
2020-03-04net: skfp: use new constant PCI_STATUS_ERROR_BITSHeiner Kallweit
2020-03-04net: skfp: add PCI_STATUS_REC_TARGET_ABORT to PCI status error bitsHeiner Kallweit
2020-01-25net: fddi: skfp: Use print_hex_dump() helperAndy Shevchenko
2019-06-26net: fddi: skfp: Remove unused private PCI definitionsPuranjay Mohan
2019-06-26net: fddi: skfp: Include generic PCI definitionsPuranjay Mohan
2019-06-26net: fddi: skfp: Rename local PCI defines to match generic PCI definesPuranjay Mohan
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-20fddi: fix typos in code commentsWeitao Hou
2019-02-08net: fddi: skfp: Mark expected switch fall-throughGustavo A. R. Silva
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-10-12net: fddi: skfp: Remove unused macros 'PNMI_GET_ID' and 'PNMI_SET_ID'YueHaibing
2018-09-21net: fddi: skfp: Remove unused functionNathan Chancellor
2018-06-08net: fddi: fix a possible null-ptr-derefYueHaibing
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-12-29fddi: skfp: Use more common logging stylesJoe Perches
2016-12-29skfp: hwmtm: Use proper logging macros, correct mismatchesJoe Perches
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-21net: fddi: skfp: use %p format specifier for addresses rather than %xColin Ian King
2016-10-20net: use core MTU range checking in misc driversJarod Wilson