summaryrefslogtreecommitdiff
path: root/drivers/net/fddi/defxx.c
AgeCommit message (Expand)Author
2021-10-22fddi: defxx,defza: use dev_addr_set()Jakub Kicinski
2021-09-27FDDI: defxx: Fix function names in comentsCai Huoqing
2021-03-10FDDI: defxx: Use driver's name with resource requestsMaciej W. Rozycki
2021-03-10FDDI: defxx: Implement dynamic CSR I/O address space selectionMaciej W. Rozycki
2021-03-10FDDI: defxx: Bail out gracefully with unassigned PCI resource for CSRMaciej W. Rozycki
2021-03-10FDDI: defxx: Update my e-mail addressMaciej W. Rozycki
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-02-06net: defxx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2017-08-19net: defxx: constify eisa_device_idArvind Yadav
2017-05-08format-security: move static strings to constKees Cook
2016-01-25defxx: fix build warningSudip Mukherjee
2014-11-21defxx: Clean up DEFEA resource managementMaciej W. Rozycki
2014-11-21defxx: Disable DEFEA's ESIC I/O decoding on shutdownMaciej W. Rozycki
2014-11-21defxx: Correct DEFEA's ESIC MMIO decodingMaciej W. Rozycki
2014-11-21defxx: Fix DEFPA enable error propagationMaciej W. Rozycki
2014-09-28defxx: DEFEA's ESIC port I/O decoding cleanupMaciej W. Rozycki
2014-09-28defxx: DEFEA's Burst Holdoff register initialization fixMaciej W. Rozycki
2014-09-28defxx: Correct DEFEA's ESIC port I/O accessesMaciej W. Rozycki
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-08defxx: Fix issues with debug printk callsMaciej W. Rozycki
2014-07-08defxx: Add missing DMA synchronisation callsMaciej W. Rozycki
2014-07-08defxx: Handle DMA mapping errorsMaciej W. Rozycki
2014-07-08defxx: Use netdev_alloc_skb consistentlyMaciej W. Rozycki
2014-07-08defxx: Discard DMA maps on buffer deallocationMaciej W. Rozycki
2014-07-08defxx: Correct the receive DMA map sizeMaciej W. Rozycki
2014-07-02defxx: Fix !DYNAMIC_BUFFERS compilation warningsMaciej W. Rozycki
2014-07-02defxx: Remove an incorrectly inverted preprocessor conditionalMaciej W. Rozycki
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-06net/fddi: Replace local macro with PCI standard macroYijing Wang
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03fddi: remove __dev* attributesBill Pemberton
2012-06-06drivers: net: Remove casts to same typeJoe Perches
2011-08-27fddi: Move the FDDI driversJeff Kirsher