summaryrefslogtreecommitdiffstats
path: root/drivers/atm/nicstar.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] frv: fix uninitialised variable in atm nicstar driverDavid Howells2006-01-081-3/+2
* [NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy2005-08-291-5/+5
* [NET]: Kill skb->listDavid S. Miller2005-08-291-83/+74
* [ATM]: [drivers] kill pointless NULL checks and casts before kfree()Jesper Juhl2005-06-021-10/+10
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+3105
OpenPOWER on IntegriCloud