Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a30b55119d086d33bd6046dfdd4723c810fd2579
/
drivers
/
atm
/
he.c
58d29e3
atm: he: drop null test before destroy functions
by Julia Lawall
· 9 years ago
ffaa31d
atm:he - Do not initialise statics to 0.
by Shailendra Verma
· 9 years ago
376cd36
atm:he - Change 1 to true for bool type variable.
by Shailendra Verma
· 9 years ago
ede58ef
atm: remove deprecated use of pci api
by chas williams - CONTRACTOR
· 10 years ago
6f2a011
atm: use pci_zalloc_consistent
by Joe Perches
· 10 years ago
57c5bca
atm: he: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
a2a69f0
drivers/atm/he.c: convert to module_pci_driver
by Libo Chen
· 11 years ago
f8de310
atm: he: print MAC via %pM
by Andy Shevchenko
· 11 years ago
f0911aa
atm: he: use mdelay instead of large udelay constants
by Arnd Bergmann
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
6c44512
Drivers: atm: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
e60c5e1
atm: he: Fix undefined sequence points.
by David S. Miller
· 14 years ago
d9ca676
atm: correct sysfs 'device' link creation and parent relationships
by Dan Williams
· 14 years ago
fbaab95
atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)
by Peter Huewe
· 14 years ago
06df277
atm: remove IRQF_DISABLED in combination with IRQF_SHARED
by chas williams - CONTRACTOR
· 14 years ago
e623d62
atm: [he] rewrite buffer handling in receive path
by chas williams - CONTRACTOR
· 14 years ago
1d92787
atm: [he] remove small buffer allocation/handling code
by chas williams - CONTRACTOR
· 14 years ago
e743d31
drivers: net: use skb_headlen()
by Eric Dumazet
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
504bb3b
atm: [he] adjust tests to account for sk_wmem_alloc changes
by chas williams - CONTRACTOR
· 15 years ago
e0c5567
atm: Cleanup redundant tests on unsigned
by roel kluin
· 15 years ago
1b66c1e
atm: dereference of he_dev->rbps_virt in he_init_group()
by Juha Leppanen
· 15 years ago
5d5baa9
atm: dereference of he_dev->rbps_virt in he_init_group()
by roel kluin
· 15 years ago
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
7255ca3
atm: [he] remove #ifdef clutter
by Chas Williams
· 16 years ago
65c3e47
atm: [he] send idle cells instead of unassigned when in SDH mode
by Chas Williams
· 16 years ago
28e84ab
atm: [he] limit queries to the device's register space
by Robert T. Johnson
· 16 years ago
059e377
atm: [he] only support suni driver on multimode interfaces
by Chas Williams
· 16 years ago
0ee897d
[ATM]: Make atm/he.c:read_prom_byte() static
by Adrian Bunk
· 17 years ago
7d1f8db
[ATM]: [he] fixing compilation when you define USE_RBPS_POOL/USE_RBPL_POOL
by Jorge Boncompte
· 17 years ago
900092a
[ATM]: [he] This patch removes the ancient version string.
by Adrian Bunk
· 17 years ago
8a8037a
[ATM]: [he] initialize lock and tasklet earlier
by chas williams
· 17 years ago
27a884d
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
by Arnaldo Carvalho de Melo
· 18 years ago
36fe55d
atm: Use ARRAY_SIZE macro when appropriate
by Ahmed S. Darwish
· 18 years ago
5cbded5
[PATCH] getting rid of all casts of k[cmz]alloc() calls
by Robert P. J. Day
· 18 years ago
441e143
[PATCH] slab: remove SLAB_DMA
by Christoph Lameter
· 18 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 18 years ago
54e6ecb
[PATCH] slab: remove SLAB_ATOMIC
by Christoph Lameter
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
0c1cca1
[ATM]: kmalloc to kzalloc patches for drivers/atm
by Om Narasimhan
· 18 years ago
5b7c714
[ATM] he: Fix __init/__devinit conflict
by Roland Dreier
· 18 years ago
84fa793
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
by Patrick McHardy
· 18 years ago
7f81dc0
[ATM]: [he] don't hold the device lock when upcalling
by Chas Williams
· 18 years ago
d730e10
[ATM]: [he] when transmit fails, unmap the dma regions
by Chas Williams
· 18 years ago
dace145
[PATCH] irq-flags: misc drivers: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
d17f086
[ATM]: [suni] change suni_init to __devinit
by Chas Williams
· 18 years ago
a61bbcf
[NET]: Store skb->timestamp as offset to a base timestamp
by Patrick McHardy
· 19 years ago
5e8676d
[ATM]: [he] remove linux/version.h include
by Olaf Hering
· 19 years ago
a2c1aa5
[ATM]: [drivers] kill pointless NULL checks and casts before kfree()
by Jesper Juhl
· 19 years ago
e5695f0
[ATM]: [he] Use the DMA_32BIT_MASK constant from dma-mapping.h
by chas williams
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago