aboutsummaryrefslogtreecommitdiff
path: root/drivers/atm/he.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-24Build fixes for skb_frag_size conversionGravatar Matthew Wilcox (Oracle) 1-4/+3
2019-01-17atm: he: fix sign-extension overflow on large shiftGravatar Colin Ian King 1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Gravatar Luis Chamberlain 1-20/+19
2018-02-08atm: he: use 64-bit arithmetic instead of 32-bitGravatar Gustavo A. R. Silva 1-4/+4
2017-08-09atm: make atmdev_ops constGravatar Bhumika Goyal 1-1/+1
2017-07-16atm: he: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tGravatar Reshetova, Elena 1-1/+1
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-09-09ATM-ForeRunnerHE: Use kmalloc_array() in he_init_group()Gravatar Markus Elfring 1-4/+6
2015-09-15atm: he: drop null test before destroy functionsGravatar Julia Lawall 1-5/+2
2015-06-04atm:he - Do not initialise statics to 0.Gravatar Shailendra Verma 1-1/+1
2015-05-25atm:he - Change 1 to true for bool type variable.Gravatar Shailendra Verma 1-1/+1
2015-01-18atm: remove deprecated use of pci apiGravatar chas williams - CONTRACTOR 1-61/+64
2014-08-08atm: use pci_zalloc_consistentGravatar Joe Perches 1-16/+15
2013-12-10atm: he: remove unnecessary pci_set_drvdata()Gravatar Jingoo Han 1-1/+0
2013-09-13drivers/atm/he.c: convert to module_pci_driverGravatar Libo Chen 1-12/+1
2013-09-04atm: he: print MAC via %pMGravatar Andy Shevchenko 1-9/+2
2013-04-29atm: he: use mdelay instead of large udelay constantsGravatar Arnd Bergmann 1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-2/+1
2013-01-03Drivers: atm: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-23/+13
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 1-3/+3
2011-04-17atm: he: Fix undefined sequence points.Gravatar David S. Miller 1-2/+2
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsGravatar Dan Williams 1-1/+1
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-1/+2
2010-05-31atm: [he] rewrite buffer handling in receive pathGravatar chas williams - CONTRACTOR 1-80/+101
2010-05-31atm: [he] remove small buffer allocation/handling codeGravatar chas williams - CONTRACTOR 1-131/+16
2010-04-14drivers: net: use skb_headlen()Gravatar Eric Dumazet 1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-12-08atm: [he] adjust tests to account for sk_wmem_alloc changesGravatar chas williams - CONTRACTOR 1-2/+2
2009-10-29atm: Cleanup redundant tests on unsignedGravatar roel kluin 1-1/+1
2009-09-28atm: dereference of he_dev->rbps_virt in he_init_group()Gravatar Juha Leppanen 1-7/+7
2009-09-22atm: dereference of he_dev->rbps_virt in he_init_group()Gravatar roel kluin 1-9/+50
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Gravatar Yang Hongyang 1-1/+1
2008-06-17atm: [he] remove #ifdef clutterGravatar Chas Williams 1-152/+0
2008-06-16atm: [he] send idle cells instead of unassigned when in SDH modeGravatar Chas Williams 1-0/+1
2008-06-16atm: [he] limit queries to the device's register spaceGravatar Robert T. Johnson 1-1/+6
2008-06-16atm: [he] only support suni driver on multimode interfacesGravatar Chas Williams 1-1/+2
2008-03-31[ATM]: Make atm/he.c:read_prom_byte() staticGravatar Adrian Bunk 1-2/+1
2008-01-28[ATM]: [he] fixing compilation when you define USE_RBPS_POOL/USE_RBPL_POOLGravatar Jorge Boncompte 1-0/+4
2008-01-28[ATM]: [he] This patch removes the ancient version string.Gravatar Adrian Bunk 1-8/+2
2007-11-27[ATM]: [he] initialize lock and tasklet earlierGravatar chas williams 1-5/+5
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tGravatar Arnaldo Carvalho de Melo 1-2/+2
2007-02-17atm: Use ARRAY_SIZE macro when appropriateGravatar Ahmed S. Darwish 1-1/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsGravatar Robert P. J. Day 1-1/+1
2006-12-07[PATCH] slab: remove SLAB_DMAGravatar Christoph Lameter 1-3/+3
2006-12-07[PATCH] slab: remove SLAB_KERNELGravatar Christoph Lameter 1-2/+2
2006-12-07[PATCH] slab: remove SLAB_ATOMICGravatar Christoph Lameter 1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-2/+2