summaryrefslogtreecommitdiffstats
path: root/drivers/atm/fore200e.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-2/+0
|\
| * module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-2/+0
* | atm: delete include/linux/atm_suni.hAlexey Dobriyan2021-03-151-1/+0
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-8/+8
* net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig2020-07-191-27/+0
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* fore200e: Fix incorrect checks of NULL pointer dereferenceAditya Pakki2019-12-161-7/+18
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-13/+1
* atm: Convert to using %pOFn instead of device_node.nameRob Herring2018-11-171-2/+2
* fore200e: fix missing unlock on error in bsq_audit()Wei Yongjun2018-10-151-0/+1
* fore200e: fix sbus compileChristoph Hellwig2018-10-121-1/+1
* fore200e: check for dma mapping failuresChristoph Hellwig2018-10-101-0/+13
* fore200e: don't use GFP_DMAChristoph Hellwig2018-10-101-4/+4
* fore200e: devirtualize dma alloc callsChristoph Hellwig2018-10-101-83/+45
* fore200e: devirtualize dma mapping callsChristoph Hellwig2018-10-101-95/+17
* fore200e: remove the align_size field of struct chunkChristoph Hellwig2018-10-101-3/+2
* fore200e: store a struct device in struct fore200eChristoph Hellwig2018-10-101-43/+22
* fore200e: simplify fore200e_bus usageChristoph Hellwig2018-10-101-65/+56
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2
* atm: fore200e: use %pK to format kernel addresses instead of %xColin Ian King2017-11-281-2/+2
* atm: fore200e: mark expected switch fall-throughsGustavo A. R. Silva2017-10-141-0/+8
* atm: fore200e: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-11/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* atm: fore200e: Do not drop const qualifierLABBE Corentin2016-08-181-3/+3
* atm: remove deprecated use of pci apichas williams - CONTRACTOR2015-01-181-8/+14
* atm: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* atm: fore200e.c: Cleaning up uninitialized variablesRickard Strandqvist2014-06-021-1/+1
* Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-43/+27
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* drivercore: revert addition of of_match to struct deviceGrant Likely2011-05-181-2/+5
* dt: Eliminate of_platform_{,un}register_driverGrant Likely2011-02-281-7/+10
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-171-7/+7
|\
| * atm: correct sysfs 'device' link creation and parent relationshipsDan Williams2010-12-101-7/+7
* | atm: fore200e: Fix build warning.David S. Miller2010-11-181-1/+1
|/
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-13/+13
* of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely2010-07-241-3/+3
* sparc/of: Move of_device fields into struct pdev_archdataGrant Likely2010-06-281-1/+1
* of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-2/+5
* of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-7/+9
* drivers/atm/fore200e.c: use %pM to show MAC addresshartleys2010-01-071-7/+4
* atm: Cleanup redundant tests on unsignedroel kluin2009-10-291-2/+2
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-1/+1
* fore200: fix oops on failed firmware loadMeelis Roos2009-02-101-2/+2
* sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller2008-08-311-1/+1
* fore200e: Convert over to pure OF driver.David S. Miller2008-08-291-228/+186
* sparc: Move SBUS DMA attribute interfaces out of asm/sbus.hDavid S. Miller2008-08-291-2/+2
* sparc: Convert all SBUS drivers to dma_*() interfaces.David S. Miller2008-08-291-8/+8