summaryrefslogtreecommitdiffstats
path: root/drivers/net/fddi
Commit message (Expand)AuthorAgeFilesLines
* 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
* fddi: cleanup unsigned to unsigned int/shorttanxiaojun2013-12-164-73/+73
* net: fddi: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-101-1/+0
* net/fddi: Replace local macro with PCI standard macroYijing Wang2013-12-061-13/+7
* net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-022-4/+4
* fddi/skfp: Remove extern from function prototypesJoe Perches2013-09-241-14/+14
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-291-3/+3
* net/fddi/skfp/skfddi: Use module_pci_driver to register driverPeter Hüwe2013-05-221-12/+1
* 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-032-22/+22
* fddi: 64 bit bug in smt_add_para()Dan Carpenter2012-09-011-1/+1
* drivers: net: Remove casts to same typeJoe Perches2012-06-062-6/+6
* skfp: Fix SysKonnect FDDI driver compile issuesJeff Kirsher2011-08-277-17/+17
* fddi: Move the FDDI driversJeff Kirsher2011-08-2741-0/+28596
OpenPOWER on IntegriCloud