index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
atm
/
iphase.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-18
atm: iphase: Fix typo in comment
Xiang wangx
1
-1
/
+1
2022-01-13
atm: iphase: remove redundant pointer skb
Colin Ian King
1
-3
/
+1
2021-05-12
atm: iphase: fix possible use-after-free in ia_module_exit()
Zou Wei
1
-1
/
+1
2021-05-11
atm: Replace custom isprint() with generic analogue
Andy Shevchenko
1
-4
/
+7
2021-04-24
net/atm: Fix spelling mistake "requed" -> "requeued"
Colin Ian King
1
-1
/
+1
2020-07-20
net/atm: remove the atmdev_ops {get, set}sockopt methods
Christoph Hellwig
1
-16
/
+0
2019-08-03
atm: iphase: Fix Spectre v1 vulnerability
Gustavo A. R. Silva
1
-2
/
+6
2019-05-16
atm: iphase: Avoid copying pointers to user space.
Fuqian Huang
1
-6
/
+0
2019-04-21
atm: iphase: fix misuse of %x
Fuqian Huang
1
-2
/
+2
2018-06-30
atm: iphase: fix a 64 bit bug
Dan Carpenter
1
-1
/
+1
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-04-19
atm: iphase: fix spelling mistake: "Tansmit" -> "Transmit"
Colin Ian King
1
-2
/
+2
2018-03-30
atm: iphase: fix spelling mistake: "Receiverd" -> "Received"
Colin Ian King
1
-1
/
+1
2017-11-22
treewide: Switch DEFINE_TIMER callbacks to struct timer_list *
Kees Cook
1
-2
/
+2
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-3
/
+3
2017-11-01
atm: iphase: Fix space before '[' error.
Arvind Yadav
1
-3
/
+3
2017-10-05
timer: Remove expires and data arguments from DEFINE_TIMER
Kees Cook
1
-1
/
+1
2017-07-17
atm: iphase: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
2017-02-28
scripts/spelling.txt: add "followings" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-09-16
atm: iphase: fix newline escape and minor tweak to source formatting
Colin Ian King
1
-3
/
+3
2016-09-10
ATM-iphase: Use kmalloc_array() in tx_init()
Markus Elfring
1
-4
/
+9
2016-05-31
atm: iphase: off by one in rx_pkt()
Dan Carpenter
1
-1
/
+1
2015-10-13
atm: iphase: fix misleading indention
Tillmann Heidsieck
1
-1
/
+1
2015-10-13
atm: iphase: return -ENOMEM instead of -1 in case of failed kmalloc()
Tillmann Heidsieck
1
-1
/
+2
2015-06-09
atm: use msecs_to_jiffies for conversions
Nicholas Mc Guire
1
-1
/
+1
2015-01-18
atm: remove deprecated use of pci api
chas williams - CONTRACTOR
1
-26
/
+28
2013-01-04
Drivers: atm: remove __dev* attributes.
Greg Kroah-Hartman
1
-6
/
+5
2012-08-07
drivers/atm/iphase.c: fix error return code
Julia Lawall
1
-1
/
+1
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2011-11-27
atm: eliminate atm_guess_pdu2truesize()
chas williams - CONTRACTOR
1
-2
/
+2
2011-10-03
atm/iphase : removal of PCI space dereferences.
françois romieu
1
-120
/
+145
2011-07-27
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-06-07
net: remove interrupt.h inclusion from netdevice.h
Alexey Dobriyan
1
-0
/
+1
2011-04-13
atm: iphase: Fix set-but-not-used warnings.
David S. Miller
1
-11
/
+3
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-3
/
+3
2010-12-22
Merge branch 'master' into for-next
Jiri Kosina
1
-1
/
+1
2010-12-11
atm: correct sysfs 'device' link creation and parent relationships
Dan Williams
1
-1
/
+1
2010-11-01
tree-wide: fix comment/printk typos
Uwe Kleine-König
1
-2
/
+2
2010-10-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-6
/
+0
2010-10-11
ATM: iphase, remove sleep-inside-atomic
Jiri Slaby
1
-6
/
+0
2010-08-17
drivers/atm: Adjust confusing if indentation
Julia Lawall
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-14
drivers/atm: Correct code taking the size of a pointer
Julia Lawall
1
-1
/
+1
2009-12-04
tree-wide: fix assorted typos all over the place
André Goddard Rosa
1
-1
/
+1
2009-10-01
net: Make setsockopt() optlen be unsigned.
David S. Miller
1
-1
/
+1
2009-03-22
atm: fix non-const printk argument
Stephen Hemminger
1
-3
/
+1
2009-01-08
generic swap(): iphase: rename swap() to swap_byte_order()
Wu Fengguang
1
-3
/
+3
2008-07-31
atm: fix direct casts of pointers to u32 in the InterPhase driver
David Howells
1
-20
/
+20
2008-06-18
atm: [iphase] 64-bit cleanup
Alan Cox
1
-13
/
+10
[next]