summaryrefslogtreecommitdiff
path: root/net/atm
AgeCommit message (Expand)Author
2026-03-04net: atm: fix crash due to unvalidated vcc pointer in sigd_send()Jiayuan Chen
2025-09-09net: atm: fix memory leak in atm_register_sysfs when device_register failWang Liang
2025-09-04atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().Kuniyuki Iwashima
2025-07-17atm: clip: Fix NULL pointer dereference in vcc_sendmsg()Yue Haibing
2025-07-17atm: clip: Fix infinite recursive call of clip_push().Kuniyuki Iwashima
2025-07-17atm: clip: Fix memory leak of struct clip_vcc.Kuniyuki Iwashima
2025-07-17atm: clip: Fix potential null-ptr-deref in to_atmarpd().Kuniyuki Iwashima
2025-07-06atm: Release atm_dev_mutex after removing procfs in atm_dev_deregister().Kuniyuki Iwashima
2025-07-06atm: clip: prevent NULL deref in clip_push()Eric Dumazet
2025-06-27net: atm: fix /proc/net/atm/lec handlingEric Dumazet
2025-06-27net: atm: add lec_mutexEric Dumazet
2025-06-27atm: Revert atm_account_tx() if copy_from_iter_full() fails.Kuniyuki Iwashima
2025-04-07atm: Fix NULL pointer dereferenceMinjoong Kim
2025-03-28net: atm: fix use after free in lec_send()Dan Carpenter
2023-12-20atm: Fix Use-After-Free in do_vcc_ioctlHyunwoo Kim
2023-06-09atm: hide unused procfs functionsArnd Bergmann
2022-10-15net/atm: fix proc_mpc_write incorrect return valueXiaobo Liu
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2021-10-24net: atm: use address setting helpersJakub Kicinski
2021-10-14ethernet: replace netdev->dev_addr assignment loopsJakub Kicinski
2021-10-09net: use dev_addr_set()Jakub Kicinski
2021-06-10atm: Use list_for_each_entry() to simplify code in resources.cWang Hai
2021-06-07atm: [br2864] fix spelling mistakesgushengxian
2021-05-20net: atm: use DEVICE_ATTR_RO macroYueHaibing
2021-01-29net: atm: pppoatm: use new API for wakeup taskletEmil Renner Berthing
2021-01-29net: atm: pppoatm: use tasklet_init to initialize wakeup taskletEmil Renner Berthing
2020-11-18atm: nicstar: Replace in_interrupt() usageSebastian Andrzej Siewior
2020-10-31net: atm: fix update of position index in lec_seq_nextColin Ian King
2020-09-18net: atm: delete duplicated wordsRandy Dunlap
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-19net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig
2020-07-19net: atm: lec_arpc.h: delete duplicated wordRandy Dunlap
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-13net: atm: Remove the error message according to the atomic contextLiao Pingfang
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-20atm: switch do_atmif_sioc() to direct use of atm_dev_ioctl()Al Viro
2020-05-20atm: lift copyin from atm_dev_ioctl()Al Viro
2020-05-20atm: switch do_atm_iobuf() to direct use of atm_getnames()Al Viro
2020-05-20atm: move copyin from atm_getnames() into the callerAl Viro
2020-05-20atm: separate ATM_GETNAMES handling from the rest of atm_dev_ioctl()Al Viro
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-04atm: fix a memory leak of vcc->user_backCong Wang
2020-05-04atm: fix a UAF in lec_arp_clear_vccs()Cong Wang
2020-04-28docs: networking: convert atm.txt to ReSTMauro Carvalho Chehab