index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
atm
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-18
atm: lec: fix use-after-free in sock_def_readable()
Deepanshu Kartikey
2
-26
/
+48
2026-04-18
atm: lec: fix null-ptr-deref in lec_arp_clear_vccs
Jiayuan Chen
1
-11
/
+15
2026-03-04
net: atm: fix crash due to unvalidated vcc pointer in sigd_send()
Jiayuan Chen
1
-2
/
+54
2025-09-09
net: atm: fix memory leak in atm_register_sysfs when device_register fail
Wang Liang
1
-2
/
+4
2025-09-04
atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().
Kuniyuki Iwashima
1
-3
/
+12
2025-07-17
atm: clip: Fix NULL pointer dereference in vcc_sendmsg()
Yue Haibing
1
-1
/
+9
2025-07-17
atm: clip: Fix infinite recursive call of clip_push().
Kuniyuki Iwashima
1
-0
/
+2
2025-07-17
atm: clip: Fix memory leak of struct clip_vcc.
Kuniyuki Iwashima
1
-0
/
+8
2025-07-17
atm: clip: Fix potential null-ptr-deref in to_atmarpd().
Kuniyuki Iwashima
1
-15
/
+29
2025-07-17
atm: Release atm_dev_mutex after removing procfs in atm_dev_deregister().
Kuniyuki Iwashima
1
-2
/
+1
2025-07-17
atm: clip: prevent NULL deref in clip_push()
Eric Dumazet
1
-6
/
+5
2025-06-27
net: atm: fix /proc/net/atm/lec handling
Eric Dumazet
1
-2
/
+3
2025-06-27
net: atm: add lec_mutex
Eric Dumazet
1
-0
/
+7
2025-06-27
atm: Revert atm_account_tx() if copy_from_iter_full() fails.
Kuniyuki Iwashima
2
-1
/
+2
2025-04-10
atm: Fix NULL pointer dereference
Minjoong Kim
1
-0
/
+2
2025-04-10
net: atm: fix use after free in lec_send()
Dan Carpenter
1
-1
/
+2
2023-12-20
atm: Fix Use-After-Free in do_vcc_ioctl
Hyunwoo Kim
1
-2
/
+5
2023-06-09
atm: hide unused procfs functions
Arnd Bergmann
1
-0
/
+2
2022-10-30
net/atm: fix proc_mpc_write incorrect return value
Xiaobo Liu
1
-1
/
+2
2020-10-31
net: atm: fix update of position index in lec_seq_next
Colin Ian King
1
-3
/
+2
2020-09-18
net: atm: delete duplicated words
Randy Dunlap
2
-2
/
+2
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
3
-7
/
+7
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
1
-2
/
+2
2020-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
5
-21
/
+11
2020-07-30
treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()
Kees Cook
1
-1
/
+1
2020-07-24
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
4
-8
/
+8
2020-07-19
net/atm: remove the atmdev_ops {get, set}sockopt methods
Christoph Hellwig
1
-12
/
+2
2020-07-19
net: atm: lec_arpc.h: delete duplicated word
Randy Dunlap
1
-1
/
+1
2020-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-3
/
+1
2020-06-13
net: atm: Remove the error message according to the atomic context
Liao Pingfang
1
-3
/
+1
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-1
/
+1
2020-05-20
atm: switch do_atmif_sioc() to direct use of atm_dev_ioctl()
Al Viro
1
-21
/
+4
2020-05-20
atm: lift copyin from atm_dev_ioctl()
Al Viro
3
-33
/
+31
2020-05-20
atm: switch do_atm_iobuf() to direct use of atm_getnames()
Al Viro
1
-22
/
+3
2020-05-20
atm: move copyin from atm_getnames() into the caller
Al Viro
3
-20
/
+20
2020-05-20
atm: separate ATM_GETNAMES handling from the rest of atm_dev_ioctl()
Al Viro
3
-44
/
+51
2020-05-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-11
/
+17
2020-05-04
atm: fix a memory leak of vcc->user_back
Cong Wang
1
-0
/
+6
2020-05-04
atm: fix a UAF in lec_arp_clear_vccs()
Cong Wang
1
-11
/
+11
2020-04-28
docs: networking: convert atm.txt to ReST
Mauro Carvalho Chehab
1
-1
/
+1
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2
-14
/
+11
2020-01-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+1
2020-01-25
net: atm: use %*ph to print small buffer
Andy Shevchenko
2
-70
/
+28
2020-01-24
vcc_seq_next should increase position index
Vasily Averin
1
-2
/
+1
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+3
2019-11-18
net: atm: Reduce the severity of logging in unlink_clip_vcc
Aditya Pakki
1
-3
/
+3
2019-11-06
net: use helpers to change sk_ack_backlog
Eric Dumazet
2
-2
/
+2
2019-10-28
net: use skb_queue_empty_lockless() in poll() handlers
Eric Dumazet
1
-1
/
+1
2019-09-05
pppoatm: use %*ph to print small buffer
Andy Shevchenko
1
-3
/
+1
[next]