aboutsummaryrefslogtreecommitdiff
path: root/drivers/atm/nicstar.c
AgeCommit message (Expand)Author
2017-02-13idr: Return the deleted entry from idr_removeMatthew Wilcox
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-09-10ATM-nicstar: Refactor a dev_alloc_skb() call in dequeue_rx()Markus Elfring
2016-09-10ATM-nicstar: Refactor a kmalloc() call in ns_init_card()Markus Elfring
2016-09-10ATM-nicstar: Improve another size determination in ns_init_card()Markus Elfring
2016-09-10ATM-nicstar: Improve another size determination in get_scq()Markus Elfring
2016-09-10ATM-nicstar: Use kmalloc_array() in get_scq()Markus Elfring
2016-07-19drivers: atm: nicstar: Use the correct function to free some resourcesChristophe Jaillet
2015-03-10drivers: atm: nicstar: remove ifdef'd out skb destructorsFlorian Westphal
2015-01-18atm: remove deprecated use of pci apichas williams - CONTRACTOR
2014-02-27atm: nicstar: remove interruptible_sleep_on_timeoutArnd Bergmann
2014-02-19atm: nicstar: use NULL instead of 0 for pointerDaeseok Youn
2013-12-26atm: slight optimization of addr comparedingtianhong
2013-09-15atm: nicstar: fix regression made by previous patchAndy Shevchenko
2013-09-04atm: nicstar: re-use native mac_pton() helperAndy Shevchenko
2013-02-27atm/nicstar: convert to idr_alloc()Tejun Heo
2013-02-27atm/nicstar: don't use idr_remove_all()Tejun Heo
2013-01-03Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsDan Williams
2010-07-23drivers: atm: don't use private copy of hex_to_bin()Andy Shevchenko
2010-07-15atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe
2010-07-12atm: remove IRQF_DISABLED in combination with IRQF_SHAREDchas williams - CONTRACTOR
2010-05-31atm: [nicstar] remove virt_to_bus() and support 64-bit platformschas williams - CONTRACTOR
2010-05-31atm: [nicstar] reformatted with Lindentchas williams - CONTRACTOR
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-07drivers/atm/nicstar.c: use %pM to show MAC addresshartleys
2008-04-28drivers: atm, char fix integer as NULL pointer warningsHarvey Harrison
2008-04-19atm nicstar: Removal of debug code containing deprecated calls to cli()/sti()Mark Asselstine
2008-01-08[ATM]: [nicstar] delay irq setup until card is configuredChas Williams
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day
2006-10-21[ATM] nicstar: Fix a bogus casting warningAlan Cox
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-01-08[PATCH] frv: fix uninitialised variable in atm nicstar driverDavid Howells
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy
2005-08-29[NET]: Kill skb->listDavid S. Miller
2005-06-02[ATM]: [drivers] kill pointless NULL checks and casts before kfree()Jesper Juhl
2005-04-16Linux-2.6.12-rc2Linus Torvalds