summaryrefslogtreecommitdiffstats
path: root/drivers/net/fddi
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3036-180/+36
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-221-2/+2
|\
| * fddi: fix typos in code commentsWeitao Hou2019-05-201-2/+2
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-081-1/+1
|\
| * net: defxx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-061-1/+1
* | net: fddi: skfp: Mark expected switch fall-throughGustavo A. R. Silva2019-02-081-0/+1
|/
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-082-7/+7
* FDDI: defza: Make the driver version string constantMaciej W. Rozycki2018-11-071-1/+1
* FDDI: defza: Move SMT Tx data buffer declaration next to its skbMaciej W. Rozycki2018-11-071-1/+2
* FDDI: defza: Add missing comment closingMaciej W. Rozycki2018-11-071-0/+1
* FDDI: defza: Fix SPDX annotationMaciej W. Rozycki2018-11-072-2/+2
* FDDI: defza: Support capturing outgoing SMT trafficMaciej W. Rozycki2018-10-151-2/+31
* FDDI: defza: Add support for DEC FDDIcontroller 700 TURBOchannel adapterMaciej W. Rozycki2018-10-154-0/+2338
* net: fddi: skfp: Remove unused macros 'PNMI_GET_ID' and 'PNMI_SET_ID'YueHaibing2018-10-121-8/+0
* net: fddi: skfp: Remove unused functionNathan Chancellor2018-09-213-15/+0
* net: fddi: fix a possible null-ptr-derefYueHaibing2018-06-081-27/+28
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* net: defxx: constify eisa_device_idArvind Yadav2017-08-191-1/+1
* format-security: move static strings to constKees Cook2017-05-081-1/+1
* fddi: skfp: Use more common logging stylesJoe Perches2016-12-2912-237/+232
* skfp: hwmtm: Use proper logging macros, correct mismatchesJoe Perches2016-12-292-94/+106
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: fddi: skfp: use %p format specifier for addresses rather than %xColin Ian King2016-12-213-8/+8
* net: use core MTU range checking in misc driversJarod Wilson2016-10-201-1/+0
* net: skfb: remove obsolete -I cflagArnd Bergmann2016-06-151-1/+1
* defxx: fix build warningSudip Mukherjee2016-01-251-4/+4
* net/fddi: remove HWM_REVERSE() macroyalin wang2015-08-131-9/+0
* fddi: print an address with %p format specifier rather than %xColin Ian King2015-06-071-1/+1
* net: fddi: skfp: smt.c: Remove unused functionRickard Strandqvist2015-01-021-12/+0
* defxx: Clean up DEFEA resource managementMaciej W. Rozycki2014-11-212-37/+80
* defxx: Disable DEFEA's ESIC I/O decoding on shutdownMaciej W. Rozycki2014-11-211-0/+6
* defxx: Correct DEFEA's ESIC MMIO decodingMaciej W. Rozycki2014-11-212-24/+39
* defxx: Fix DEFPA enable error propagationMaciej W. Rozycki2014-11-211-4/+7
* defxx: DEFEA's ESIC port I/O decoding cleanupMaciej W. Rozycki2014-09-282-20/+32
* defxx: DEFEA's Burst Holdoff register initialization fixMaciej W. Rozycki2014-09-281-2/+2
* defxx: Correct DEFEA's ESIC port I/O accessesMaciej W. Rozycki2014-09-281-15/+15
* drivers/net/fddi/skfp/h/skfbi.h: Remove useless PCI_BASE_2ND macrosChen Gang2014-09-051-5/+0
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-122-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-161-10/+7
|\
| * defxx: Fix !DYNAMIC_BUFFERS compilation warningsMaciej W. Rozycki2014-07-021-6/+6
| * defxx: Remove an incorrectly inverted preprocessor conditionalMaciej W. Rozycki2014-07-021-4/+1
* | defxx: Fix issues with debug printk callsMaciej W. Rozycki2014-07-082-12/+11
* | defxx: Add missing DMA synchronisation callsMaciej W. Rozycki2014-07-081-4/+16
* | defxx: Handle DMA mapping errorsMaciej W. Rozycki2014-07-081-26/+58
* | defxx: Use netdev_alloc_skb consistentlyMaciej W. Rozycki2014-07-081-2/+6
* | defxx: Discard DMA maps on buffer deallocationMaciej W. Rozycki2014-07-081-1/+6
* | defxx: Correct the receive DMA map sizeMaciej W. Rozycki2014-07-081-3/+3
|/
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-162-2/+0
* net: fddi: slight optimization of addr comparedingtianhong2013-12-311-1/+2