index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
atm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-07
atm/fore200e: Delete unused 'fore200e_boards'
Dr. David Alan Gilbert
2
-4
/
+0
2024-03-08
atm: fore200e: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2024-02-03
atm: idt77252: fix a memleak in open_card_ubr0
Zhipeng Lu
1
-0
/
+2
2024-01-05
net: fill in MODULE_DESCRIPTION()s for ATM
Jakub Kicinski
6
-0
/
+6
2023-12-10
atm: solos-pci: Fix potential deadlock on &tx_queue_lock
Chengfeng Ye
1
-2
/
+2
2023-12-10
atm: solos-pci: Fix potential deadlock on &cli_queue_lock
Chengfeng Ye
1
-2
/
+2
2023-11-03
Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-9
/
+11
2023-10-11
atm: iphase: Do PCI error checks on own line
Ilpo Järvinen
1
-9
/
+11
2023-10-10
atm: fore200e: Drop unnecessary of_match_device()
Rob Herring
1
-7
/
+1
2023-03-22
atm: idt77252: fix kmemleak when rmmod idt77252
Li Zetao
1
-0
/
+11
2022-12-26
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
1
-3
/
+3
2022-08-09
atm: idt77252: fix use-after-free bugs caused by tst_timer
Duoming Zhou
1
-0
/
+1
2022-07-12
atm: he: Use the bitmap API to allocate bitmaps
Christophe JAILLET
1
-6
/
+3
2022-06-18
atm: iphase: Fix typo in comment
Xiang wangx
1
-1
/
+1
2022-04-27
net: atm: remove support for ZeitNet ZN122x ATM devices
Jakub Kicinski
7
-2443
/
+0
2022-04-27
net: atm: remove support for Madge Horizon ATM devices
Jakub Kicinski
4
-3370
/
+0
2022-04-27
net: atm: remove support for Fujitsu FireStream ATM devices
Jakub Kicinski
4
-2570
/
+0
2022-04-27
net: remove comments that mention obsolete __SLOW_DOWN_IO
Bjorn Helgaas
1
-5
/
+0
2022-04-08
net: atm: remove the ambassador driver
Jakub Kicinski
4
-3074
/
+0
2022-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2022-03-15
atm: eni: Add check for dma_map_single
Jiasheng Jiang
1
-0
/
+2
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2022-02-28
atm: firestream: check the return value of ioremap() in fs_init()
Jia-Ju Bai
1
-0
/
+2
2022-02-19
atm: nicstar: Use kcalloc() to simplify code
Christophe JAILLET
1
-8
/
+2
2022-01-13
atm: iphase: remove redundant pointer skb
Colin Ian King
1
-3
/
+1
2021-08-08
atm: horizon: Fix spelling mistakes in TX comment
Jun Miao
1
-3
/
+3
2021-07-20
atm: idt77252: clean up trigraph warning on ??) string
Colin Ian King
1
-1
/
+1
2021-07-01
Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
4
-19
/
+23
2021-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-11
/
+13
2021-06-22
atm: nicstar: register the interrupt handler in the right place
Zheyu Ma
1
-9
/
+9
2021-06-22
atm: nicstar: use 'dma_free_coherent' instead of 'kfree'
Zheyu Ma
1
-2
/
+4
2021-05-21
atm: Fix typo
zuoqilin
1
-1
/
+1
2021-05-18
atm: fore200e: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-05-13
atm: nicstar: Fix possible use-after-free in nicstar_cleanup()
Zou Wei
1
-1
/
+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
2
-5
/
+7
2021-05-08
atm: firestream: Use fallthrough pseudo-keyword
Wei Ming Chen
1
-0
/
+1
2021-04-29
Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
4
-9
/
+1
2021-04-26
Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2021-04-24
net/atm: Fix spelling mistake "requed" -> "requeued"
Colin Ian King
1
-1
/
+1
2021-04-14
atm: idt77252: remove unused function
Jiapeng Chong
1
-6
/
+0
2021-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+0
2021-03-17
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
1
-2
/
+0
2021-03-17
atm: eni: Use tasklet_disable_in_atomic() in the send() callback
Sebastian Andrzej Siewior
1
-1
/
+1
2021-03-15
atm: delete include/linux/atm_suni.h
Alexey Dobriyan
2
-2
/
+0
2021-03-09
atm: idt77252: fix null-ptr-dereference
Tong Zhang
1
-2
/
+2
2021-03-09
atm: uPD98402: fix incorrect allocation
Tong Zhang
1
-1
/
+1
2021-03-02
atm: lanai: dont run lanai_dev_close if not open
Tong Zhang
1
-1
/
+4
2021-03-02
atm: eni: dont release is never initialized
Tong Zhang
1
-1
/
+2
2021-02-15
atm: idt77252: fix build broken on amd64
Tong Zhang
2
-11
/
+2
[next]