summaryrefslogtreecommitdiffstats
path: root/drivers/atm/nicstar.c
Commit message (Expand)AuthorAgeFilesLines
* atm: nicstar: Use kcalloc() to simplify codeChristophe JAILLET2022-02-191-8/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-11/+13
|\
| * atm: nicstar: register the interrupt handler in the right placeZheyu Ma2021-06-211-9/+9
| * atm: nicstar: use 'dma_free_coherent' instead of 'kfree'Zheyu Ma2021-06-211-2/+4
* | atm: nicstar: Fix possible use-after-free in nicstar_cleanup()Zou Wei2021-05-121-1/+1
|/
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-191-0/+2
|\
| * atm: nicstar: Unmap DMA on send errorSebastian Andrzej Siewior2020-11-181-0/+2
* | atm: nicstar: Replace in_interrupt() usageSebastian Andrzej Siewior2020-11-181-6/+18
|/
* atm: nicstar: fix if-statement empty body warningRandy Dunlap2020-02-291-1/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* atm: nicstar: Replace spin_is_locked() with spin_trylock()Lance Roy2018-10-051-2/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-211-3/+1
* atm: make atmdev_ops constBhumika Goyal2017-08-091-1/+1
* atm: nicstar: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
* idr: Return the deleted entry from idr_removeMatthew Wilcox2017-02-131-3/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* ATM-nicstar: Refactor a dev_alloc_skb() call in dequeue_rx()Markus Elfring2016-09-101-1/+2
* ATM-nicstar: Refactor a kmalloc() call in ns_init_card()Markus Elfring2016-09-101-1/+2
* ATM-nicstar: Improve another size determination in ns_init_card()Markus Elfring2016-09-101-1/+1
* ATM-nicstar: Improve another size determination in get_scq()Markus Elfring2016-09-101-1/+1
* ATM-nicstar: Use kmalloc_array() in get_scq()Markus Elfring2016-09-101-2/+3
* drivers: atm: nicstar: Use the correct function to free some resourcesChristophe Jaillet2016-07-191-1/+2
* drivers: atm: nicstar: remove ifdef'd out skb destructorsFlorian Westphal2015-03-101-90/+0
* atm: remove deprecated use of pci apichas williams - CONTRACTOR2015-01-181-30/+30
* atm: nicstar: remove interruptible_sleep_on_timeoutArnd Bergmann2014-02-271-8/+8
* atm: nicstar: use NULL instead of 0 for pointerDaeseok Youn2014-02-191-4/+4
* atm: slight optimization of addr comparedingtianhong2013-12-261-2/+2
* atm: nicstar: fix regression made by previous patchAndy Shevchenko2013-09-151-1/+1
* atm: nicstar: re-use native mac_pton() helperAndy Shevchenko2013-09-041-25/+1
* atm/nicstar: convert to idr_alloc()Tejun Heo2013-02-271-18/+6
* atm/nicstar: don't use idr_remove_all()Tejun Heo2013-02-271-1/+0
* Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-9/+9
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* atm: correct sysfs 'device' link creation and parent relationshipsDan Williams2010-12-101-1/+2
* drivers: atm: don't use private copy of hex_to_bin()Andy Shevchenko2010-07-231-13/+2
* atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe2010-07-151-2/+1
* atm: remove IRQF_DISABLED in combination with IRQF_SHAREDchas williams - CONTRACTOR2010-07-121-2/+1
* atm: [nicstar] remove virt_to_bus() and support 64-bit platformschas williams - CONTRACTOR2010-05-311-163/+219
* atm: [nicstar] reformatted with Lindentchas williams - CONTRACTOR2010-05-311-2650/+2465
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* drivers/atm/nicstar.c: use %pM to show MAC addresshartleys2010-01-071-3/+1
* drivers: atm, char fix integer as NULL pointer warningsHarvey Harrison2008-04-281-1/+1
* atm nicstar: Removal of debug code containing deprecated calls to cli()/sti()Mark Asselstine2008-04-191-98/+19
* [ATM]: [nicstar] delay irq setup until card is configuredChas Williams2008-01-081-10/+9
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-3/+3
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-4/+6
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-2/+2
* [ATM] nicstar: Fix a bogus casting warningAlan Cox2006-10-211-2/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2