aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/fddi
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-07fddi: print an address with %p format specifier rather than %xGravatar Colin Ian King 1-1/+1
2015-01-02net: fddi: skfp: smt.c: Remove unused functionGravatar Rickard Strandqvist 1-12/+0
2014-11-21defxx: Clean up DEFEA resource managementGravatar Maciej W. Rozycki 2-37/+80
2014-11-21defxx: Disable DEFEA's ESIC I/O decoding on shutdownGravatar Maciej W. Rozycki 1-0/+6
2014-11-21defxx: Correct DEFEA's ESIC MMIO decodingGravatar Maciej W. Rozycki 2-24/+39
2014-11-21defxx: Fix DEFPA enable error propagationGravatar Maciej W. Rozycki 1-4/+7
2014-09-28defxx: DEFEA's ESIC port I/O decoding cleanupGravatar Maciej W. Rozycki 2-20/+32
2014-09-28defxx: DEFEA's Burst Holdoff register initialization fixGravatar Maciej W. Rozycki 1-2/+2
2014-09-28defxx: Correct DEFEA's ESIC port I/O accessesGravatar Maciej W. Rozycki 1-15/+15
2014-09-05drivers/net/fddi/skfp/h/skfbi.h: Remove useless PCI_BASE_2ND macrosGravatar Chen Gang 1-5/+0
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useGravatar Benoit Taine 2-2/+2
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-10/+7
2014-07-08defxx: Fix issues with debug printk callsGravatar Maciej W. Rozycki 2-12/+11
2014-07-08defxx: Add missing DMA synchronisation callsGravatar Maciej W. Rozycki 1-4/+16
2014-07-08defxx: Handle DMA mapping errorsGravatar Maciej W. Rozycki 1-26/+58
2014-07-08defxx: Use netdev_alloc_skb consistentlyGravatar Maciej W. Rozycki 1-2/+6
2014-07-08defxx: Discard DMA maps on buffer deallocationGravatar Maciej W. Rozycki 1-1/+6
2014-07-08defxx: Correct the receive DMA map sizeGravatar Maciej W. Rozycki 1-3/+3
2014-07-02defxx: Fix !DYNAMIC_BUFFERS compilation warningsGravatar Maciej W. Rozycki 1-6/+6
2014-07-02defxx: Remove an incorrectly inverted preprocessor conditionalGravatar Maciej W. Rozycki 1-4/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 2-2/+0
2013-12-31net: fddi: slight optimization of addr compareGravatar dingtianhong 1-1/+2
2013-12-16fddi: cleanup unsigned to unsigned int/shortGravatar tanxiaojun 4-73/+73
2013-12-10net: fddi: remove unnecessary pci_set_drvdata()Gravatar Jingoo Han 1-1/+0
2013-12-06net/fddi: Replace local macro with PCI standard macroGravatar Yijing Wang 1-13/+7
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENGravatar Joe Perches 2-4/+4
2013-09-24fddi/skfp: Remove extern from function prototypesGravatar Joe Perches 1-14/+14
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentGravatar Joe Perches 1-3/+3
2013-05-22net/fddi/skfp/skfddi: Use module_pci_driver to register driverGravatar Peter Hüwe 1-12/+1
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Gravatar Joe Perches 1-2/+1
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesGravatar Joe Perches 1-4/+2
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGravatar Greg Kroah-Hartman 1-6/+4
2012-12-03fddi: remove __dev* attributesGravatar Bill Pemberton 2-22/+22
2012-09-01fddi: 64 bit bug in smt_add_para()Gravatar Dan Carpenter 1-1/+1
2012-06-06drivers: net: Remove casts to same typeGravatar Joe Perches 2-6/+6
2011-08-27skfp: Fix SysKonnect FDDI driver compile issuesGravatar Jeff Kirsher 7-17/+17
2011-08-27fddi: Move the FDDI driversGravatar Jeff Kirsher 41-0/+28596