summaryrefslogtreecommitdiffstats
path: root/drivers/net/fddi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-07-171-0/+1
|\
| * FDDI: defza: Include linux/io-64-nonatomic-lo-hi.hPaul Burton2019-06-241-0/+1
* | net: fddi: skfp: Remove unused private PCI definitionsPuranjay Mohan2019-06-261-224/+1Star
* | net: fddi: skfp: Include generic PCI definitionsPuranjay Mohan2019-06-261-0/+1
* | net: fddi: skfp: Rename local PCI defines to match generic PCI definesPuranjay Mohan2019-06-262-3/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3036-180/+36Star
|/
* 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-211-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-091-1/+1
|\
| * net: defxx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-071-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-081-1/+1
* FDDI: defza: Move SMT Tx data buffer declaration next to its skbMaciej W. Rozycki2018-11-081-1/+2
* FDDI: defza: Add missing comment closingMaciej W. Rozycki2018-11-081-0/+1
* FDDI: defza: Fix SPDX annotationMaciej W. Rozycki2018-11-082-2/+2
* FDDI: defza: Support capturing outgoing SMT trafficMaciej W. Rozycki2018-10-161-2/+31
* FDDI: defza: Add support for DEC FDDIcontroller 700 TURBOchannel adapterMaciej W. Rozycki2018-10-164-0/+2338
* net: fddi: skfp: Remove unused macros 'PNMI_GET_ID' and 'PNMI_SET_ID'YueHaibing2018-10-121-8/+0Star
* net: fddi: skfp: Remove unused functionNathan Chancellor2018-09-223-15/+0Star
* net: fddi: fix a possible null-ptr-derefYueHaibing2018-06-091-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-201-1/+1
* format-security: move static strings to constKees Cook2017-05-091-1/+1
* fddi: skfp: Use more common logging stylesJoe Perches2016-12-2912-237/+232Star
* 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/+0Star
* net: skfb: remove obsolete -I cflagArnd Bergmann2016-06-161-1/+1
* defxx: fix build warningSudip Mukherjee2016-01-251-4/+4
* net/fddi: remove HWM_REVERSE() macroyalin wang2015-08-141-9/+0Star
* 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/+0Star
* 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/+0Star
* 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/+7Star
|\
| * defxx: Fix !DYNAMIC_BUFFERS compilation warningsMaciej W. Rozycki2014-07-031-6/+6
| * defxx: Remove an incorrectly inverted preprocessor conditionalMaciej W. Rozycki2014-07-031-4/+1Star
* | defxx: Fix issues with debug printk callsMaciej W. Rozycki2014-07-092-12/+11Star
* | defxx: Add missing DMA synchronisation callsMaciej W. Rozycki2014-07-091-4/+16
* | defxx: Handle DMA mapping errorsMaciej W. Rozycki2014-07-091-26/+58