summaryrefslogtreecommitdiff
path: root/net/atm
AgeCommit message (Expand)AuthorFilesLines
2026-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2026-06-16atm: remove orphaned uAPI for deleted drivers, protocols and SVCsJakub Kicinski1-1/+0
2026-06-16atm: remove the unused pre_send and send_bh device operationsJakub Kicinski2-12/+1
2026-06-16atm: remove the unused change_qos device operationJakub Kicinski1-23/+2
2026-06-16atm: remove SVC socket support and the signaling daemon interfaceJakub Kicinski11-1150/+9
2026-06-16atm: remove the local ATM (NSAP) address registryJakub Kicinski8-275/+2
2026-06-16atm: remove dead SONET PHY ioctlsJakub Kicinski2-18/+0
2026-06-16atm: remove the unused send_oam / push_oam callbacksJakub Kicinski2-3/+0
2026-06-16atm: remove AAL3/4 transport supportJakub Kicinski3-20/+0
2026-06-13net: atm: reject out-of-range traffic classes in QoS validationZhengchuan Liang1-0/+2
2026-05-22atm: convert to getsockopt_iterBreno Leitao4-19/+22
2026-05-13net: atm: fix skb leak in sigd_send() default branchWei Yang1-0/+1
2026-04-23net: remove unused ATM protocols and legacy ATM device driversJakub Kicinski13-6126/+0
2026-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-26/+48
2026-03-14atm: lec: fix use-after-free in sock_def_readable()Deepanshu Kartikey2-26/+48
2026-03-10ppp: simplify input error handlingQingfang Deng1-1/+1
2026-02-28atm: lec: fix null-ptr-deref in lec_arp_clear_vccsJiayuan Chen1-11/+15
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds7-10/+10
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook8-12/+12
2026-02-10net: atm: fix crash due to unvalidated vcc pointer in sigd_send()Jiayuan Chen1-2/+54
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-11-21net: atm: fix incorrect cleanup function call in error pathSayooj K Karun1-1/+1
2025-11-05net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook2-3/+3
2025-11-05net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook2-3/+3
2025-10-25neighbour: Convert rwlock of struct neigh_table to spinlock.Kuniyuki Iwashima1-2/+2
2025-10-15net: add SK_WMEM_ALLOC_BIAS constantEric Dumazet1-1/+1
2025-09-04net: atm: fix memory leak in atm_register_sysfs when device_register failWang Liang1-2/+4
2025-08-23atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().Kuniyuki Iwashima1-3/+12
2025-07-10atm: clip: Fix NULL pointer dereference in vcc_sendmsg()Yue Haibing1-1/+9
2025-07-10atm: clip: Fix infinite recursive call of clip_push().Kuniyuki Iwashima1-0/+2
2025-07-10atm: clip: Fix memory leak of struct clip_vcc.Kuniyuki Iwashima1-0/+8
2025-07-10atm: clip: Fix potential null-ptr-deref in to_atmarpd().Kuniyuki Iwashima1-15/+29
2025-06-26atm: Release atm_dev_mutex after removing procfs in atm_dev_deregister().Kuniyuki Iwashima1-2/+1
2025-06-22atm: clip: prevent NULL deref in clip_push()Eric Dumazet1-6/+5
2025-06-19net: atm: fix /proc/net/atm/lec handlingEric Dumazet1-2/+3
2025-06-19net: atm: add lec_mutexEric Dumazet1-0/+7
2025-06-18atm: Revert atm_account_tx() if copy_from_iter_full() fails.Kuniyuki Iwashima2-1/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-2/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner3-16/+16
2025-03-25atm: Fix NULL pointer dereferenceMinjoong Kim1-0/+2
2025-03-20net: atm: fix use after free in lec_send()Dan Carpenter1-1/+2
2024-06-15atm: clean up a put_user() callsDan Carpenter1-2/+2
2024-05-14net: change proto and proto_ops accept typeJens Axboe1-4/+4
2024-05-01inet: introduce dst_rtable() helperEric Dumazet1-1/+1
2024-04-08ipv4: Set scope explicitly in ip_route_output().Guillaume Nault1-1/+1
2024-03-30net: add sk_wake_async_rcu() helperEric Dumazet1-1/+1
2024-02-10net: fill in MODULE_DESCRIPTION()s for mpoaBreno Leitao1-0/+1
2024-01-05net: fill in MODULE_DESCRIPTION()s for ATMJakub Kicinski2-0/+2
2023-12-12atm: Fix Use-After-Free in do_vcc_ioctlHyunwoo Kim1-2/+5
2023-10-23net: atm: Remove redundant check.Gavrilov Ilia1-2/+0