summaryrefslogtreecommitdiffstats
path: root/drivers/net/fddi/defxx.c
Commit message (Expand)AuthorAgeFilesLines
* defxx: fix build warningSudip Mukherjee2016-01-251-4/+4
* defxx: Clean up DEFEA resource managementMaciej W. Rozycki2014-11-211-37/+78
* 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-211-23/+38
* defxx: Fix DEFPA enable error propagationMaciej W. Rozycki2014-11-211-4/+7
* defxx: DEFEA's ESIC port I/O decoding cleanupMaciej W. Rozycki2014-09-281-14/+26
* 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
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* 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-081-11/+10
* | 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-161-1/+0
* net/fddi: Replace local macro with PCI standard macroYijing Wang2013-12-061-13/+7
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-291-3/+3
* drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-171-2/+1
* drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-151-4/+2
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-6/+4
* fddi: remove __dev* attributesBill Pemberton2012-12-031-20/+20
* drivers: net: Remove casts to same typeJoe Perches2012-06-061-2/+2
* fddi: Move the FDDI driversJeff Kirsher2011-08-271-0/+3739