summaryrefslogtreecommitdiff
path: root/drivers/net/fddi/defxx.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-08net: handle HAS_IOPORT dependenciesNiklas Schnelle1-1/+1
2022-12-09net: defxx: Fix missing err handling in dfx_init()Yongqiang Liu1-4/+18
2021-10-22fddi: defxx,defza: use dev_addr_set()Jakub Kicinski1-3/+3
2021-09-27FDDI: defxx: Fix function names in comentsCai Huoqing1-3/+3
2021-03-11FDDI: defxx: Use driver's name with resource requestsMaciej W. Rozycki1-7/+10
2021-03-11FDDI: defxx: Implement dynamic CSR I/O address space selectionMaciej W. Rozycki1-38/+22
2021-03-11FDDI: defxx: Bail out gracefully with unassigned PCI resource for CSRMaciej W. Rozycki1-17/+30
2021-03-10FDDI: defxx: Update my e-mail addressMaciej W. Rozycki1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-02-07net: defxx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-3/+3
2017-08-20net: defxx: constify eisa_device_idArvind Yadav1-1/+1
2017-05-09format-security: move static strings to constKees Cook1-1/+1
2016-01-25defxx: fix build warningSudip Mukherjee1-4/+4
2014-11-22defxx: Clean up DEFEA resource managementMaciej W. Rozycki1-37/+78
2014-11-22defxx: Disable DEFEA's ESIC I/O decoding on shutdownMaciej W. Rozycki1-0/+6
2014-11-22defxx: Correct DEFEA's ESIC MMIO decodingMaciej W. Rozycki1-23/+38
2014-11-22defxx: Fix DEFPA enable error propagationMaciej W. Rozycki1-4/+7
2014-09-29defxx: DEFEA's ESIC port I/O decoding cleanupMaciej W. Rozycki1-14/+26
2014-09-29defxx: DEFEA's Burst Holdoff register initialization fixMaciej W. Rozycki1-2/+2
2014-09-29defxx: Correct DEFEA's ESIC port I/O accessesMaciej W. Rozycki1-15/+15
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+7
2014-07-09defxx: Fix issues with debug printk callsMaciej W. Rozycki1-11/+10
2014-07-09defxx: Add missing DMA synchronisation callsMaciej W. Rozycki1-4/+16
2014-07-09defxx: Handle DMA mapping errorsMaciej W. Rozycki1-26/+58
2014-07-09defxx: Use netdev_alloc_skb consistentlyMaciej W. Rozycki1-2/+6
2014-07-09defxx: Discard DMA maps on buffer deallocationMaciej W. Rozycki1-1/+6
2014-07-09defxx: Correct the receive DMA map sizeMaciej W. Rozycki1-3/+3
2014-07-03defxx: Fix !DYNAMIC_BUFFERS compilation warningsMaciej W. Rozycki1-6/+6
2014-07-03defxx: Remove an incorrectly inverted preprocessor conditionalMaciej W. Rozycki1-4/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-06net/fddi: Replace local macro with PCI standard macroYijing Wang1-13/+7
2013-08-30drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches1-3/+3
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-2/+1
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-4/+2
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-6/+4
2012-12-03fddi: remove __dev* attributesBill Pemberton1-20/+20
2012-06-06drivers: net: Remove casts to same typeJoe Perches1-2/+2
2011-08-27fddi: Move the FDDI driversJeff Kirsher1-0/+3739