aboutsummaryrefslogtreecommitdiff
path: root/drivers/atm/nicstar.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2018-10-05atm: nicstar: Replace spin_is_locked() with spin_trylock()Gravatar Lance Roy 1-2/+1
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-3/+3
2017-11-21treewide: init_timer() -> setup_timer()Gravatar Kees Cook 1-3/+1
2017-08-09atm: make atmdev_ops constGravatar Bhumika Goyal 1-1/+1
2017-07-16atm: nicstar: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-02-13idr: Return the deleted entry from idr_removeGravatar Matthew Wilcox 1-3/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-09-10ATM-nicstar: Refactor a dev_alloc_skb() call in dequeue_rx()Gravatar Markus Elfring 1-1/+2
2016-09-10ATM-nicstar: Refactor a kmalloc() call in ns_init_card()Gravatar Markus Elfring 1-1/+2
2016-09-10ATM-nicstar: Improve another size determination in ns_init_card()Gravatar Markus Elfring 1-1/+1
2016-09-10ATM-nicstar: Improve another size determination in get_scq()Gravatar Markus Elfring 1-1/+1
2016-09-10ATM-nicstar: Use kmalloc_array() in get_scq()Gravatar Markus Elfring 1-2/+3
2016-07-19drivers: atm: nicstar: Use the correct function to free some resourcesGravatar Christophe Jaillet 1-1/+2
2015-03-10drivers: atm: nicstar: remove ifdef'd out skb destructorsGravatar Florian Westphal 1-90/+0
2015-01-18atm: remove deprecated use of pci apiGravatar chas williams - CONTRACTOR 1-30/+30
2014-02-27atm: nicstar: remove interruptible_sleep_on_timeoutGravatar Arnd Bergmann 1-8/+8
2014-02-19atm: nicstar: use NULL instead of 0 for pointerGravatar Daeseok Youn 1-4/+4
2013-12-26atm: slight optimization of addr compareGravatar dingtianhong 1-2/+2
2013-09-15atm: nicstar: fix regression made by previous patchGravatar Andy Shevchenko 1-1/+1
2013-09-04atm: nicstar: re-use native mac_pton() helperGravatar Andy Shevchenko 1-25/+1
2013-02-27atm/nicstar: convert to idr_alloc()Gravatar Tejun Heo 1-18/+6
2013-02-27atm/nicstar: don't use idr_remove_all()Gravatar Tejun Heo 1-1/+0
2013-01-03Drivers: atm: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-9/+9
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsGravatar Dan Williams 1-1/+2
2010-07-23drivers: atm: don't use private copy of hex_to_bin()Gravatar Andy Shevchenko 1-13/+2
2010-07-15atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Gravatar Peter Huewe 1-2/+1
2010-07-12atm: remove IRQF_DISABLED in combination with IRQF_SHAREDGravatar chas williams - CONTRACTOR 1-2/+1
2010-05-31atm: [nicstar] remove virt_to_bus() and support 64-bit platformsGravatar chas williams - CONTRACTOR 1-163/+219
2010-05-31atm: [nicstar] reformatted with LindentGravatar chas williams - CONTRACTOR 1-2650/+2465
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-01-07drivers/atm/nicstar.c: use %pM to show MAC addressGravatar hartleys 1-3/+1
2008-04-28drivers: atm, char fix integer as NULL pointer warningsGravatar Harvey Harrison 1-1/+1
2008-04-19atm nicstar: Removal of debug code containing deprecated calls to cli()/sti()Gravatar Mark Asselstine 1-98/+19
2008-01-08[ATM]: [nicstar] delay irq setup until card is configuredGravatar Chas Williams 1-10/+9
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Gravatar Arnaldo Carvalho de Melo 1-3/+3
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tGravatar Arnaldo Carvalho de Melo 1-4/+6
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsGravatar Robert P. J. Day 1-2/+2
2006-10-21[ATM] nicstar: Fix a bogus casting warningGravatar Alan Cox 1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-2/+2
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-01-08[PATCH] frv: fix uninitialised variable in atm nicstar driverGravatar David Howells 1-3/+2
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampGravatar Patrick McHardy 1-5/+5
2005-08-29[NET]: Kill skb->listGravatar David S. Miller 1-83/+74
2005-06-02[ATM]: [drivers] kill pointless NULL checks and casts before kfree()Gravatar Jesper Juhl 1-10/+10
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+3105