summaryrefslogtreecommitdiff
path: root/net/atm
AgeCommit message (Expand)AuthorFilesLines
2025-09-09net: atm: fix memory leak in atm_register_sysfs when device_register failWang Liang1-2/+4
2025-09-04atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().Kuniyuki Iwashima1-3/+12
2025-07-17atm: clip: Fix NULL pointer dereference in vcc_sendmsg()Yue Haibing1-1/+9
2025-07-17atm: clip: Fix infinite recursive call of clip_push().Kuniyuki Iwashima1-0/+2
2025-07-17atm: clip: Fix memory leak of struct clip_vcc.Kuniyuki Iwashima1-0/+8
2025-07-17atm: clip: Fix potential null-ptr-deref in to_atmarpd().Kuniyuki Iwashima1-15/+29
2025-07-06atm: Release atm_dev_mutex after removing procfs in atm_dev_deregister().Kuniyuki Iwashima1-2/+1
2025-07-06atm: clip: prevent NULL deref in clip_push()Eric Dumazet1-6/+5
2025-06-27net: atm: fix /proc/net/atm/lec handlingEric Dumazet1-2/+3
2025-06-27net: atm: add lec_mutexEric Dumazet1-0/+7
2025-06-27atm: Revert atm_account_tx() if copy_from_iter_full() fails.Kuniyuki Iwashima2-1/+2
2025-04-07atm: Fix NULL pointer dereferenceMinjoong Kim1-0/+2
2025-03-28net: atm: fix use after free in lec_send()Dan Carpenter1-1/+2
2023-12-20atm: Fix Use-After-Free in do_vcc_ioctlHyunwoo Kim1-2/+5
2023-06-09atm: hide unused procfs functionsArnd Bergmann1-0/+2
2022-10-15net/atm: fix proc_mpc_write incorrect return valueXiaobo Liu1-1/+2
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil1-1/+1
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp1-1/+1
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-2/+2
2021-10-24net: atm: use address setting helpersJakub Kicinski2-4/+5
2021-10-14ethernet: replace netdev->dev_addr assignment loopsJakub Kicinski1-2/+1
2021-10-09net: use dev_addr_set()Jakub Kicinski1-1/+1
2021-06-11atm: Use list_for_each_entry() to simplify code in resources.cWang Hai1-5/+2
2021-06-07atm: [br2864] fix spelling mistakesgushengxian1-2/+2
2021-05-21net: atm: use DEVICE_ATTR_RO macroYueHaibing1-12/+12
2021-01-30net: atm: pppoatm: use new API for wakeup taskletEmil Renner Berthing1-4/+5
2021-01-30net: atm: pppoatm: use tasklet_init to initialize wakeup taskletEmil Renner Berthing1-7/+3
2020-11-19atm: nicstar: Replace in_interrupt() usageSebastian Andrzej Siewior1-2/+10
2020-10-31net: atm: fix update of position index in lec_seq_nextColin Ian King1-3/+2
2020-09-19net: atm: delete duplicated wordsRandy Dunlap2-2/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-7/+7
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-2/+2
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds5-21/+11
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-1/+1
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig4-8/+8
2020-07-20net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig1-12/+2
2020-07-20net: atm: lec_arpc.h: delete duplicated wordRandy Dunlap1-1/+1
2020-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-3/+1
2020-06-14net: atm: Remove the error message according to the atomic contextLiao Pingfang1-3/+1
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-05-21atm: switch do_atmif_sioc() to direct use of atm_dev_ioctl()Al Viro1-21/+4
2020-05-21atm: lift copyin from atm_dev_ioctl()Al Viro3-33/+31
2020-05-21atm: switch do_atm_iobuf() to direct use of atm_getnames()Al Viro1-22/+3
2020-05-21atm: move copyin from atm_getnames() into the callerAl Viro3-20/+20
2020-05-21atm: separate ATM_GETNAMES handling from the rest of atm_dev_ioctl()Al Viro3-44/+51
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-11/+17
2020-05-04atm: fix a memory leak of vcc->user_backCong Wang1-0/+6
2020-05-04atm: fix a UAF in lec_arp_clear_vccs()Cong Wang1-11/+11
2020-04-29docs: networking: convert atm.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan2-14/+11