summaryrefslogtreecommitdiff
path: root/net/atm
AgeCommit message (Expand)Author
2026-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-16atm: remove orphaned uAPI for deleted drivers, protocols and SVCsJakub Kicinski
2026-06-16atm: remove the unused pre_send and send_bh device operationsJakub Kicinski
2026-06-16atm: remove the unused change_qos device operationJakub Kicinski
2026-06-16atm: remove SVC socket support and the signaling daemon interfaceJakub Kicinski
2026-06-16atm: remove the local ATM (NSAP) address registryJakub Kicinski
2026-06-16atm: remove dead SONET PHY ioctlsJakub Kicinski
2026-06-16atm: remove the unused send_oam / push_oam callbacksJakub Kicinski
2026-06-16atm: remove AAL3/4 transport supportJakub Kicinski
2026-06-12net: atm: reject out-of-range traffic classes in QoS validationZhengchuan Liang
2026-05-22atm: convert to getsockopt_iterBreno Leitao
2026-05-12net: atm: fix skb leak in sigd_send() default branchWei Yang
2026-04-23net: remove unused ATM protocols and legacy ATM device driversJakub Kicinski
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-14atm: lec: fix use-after-free in sock_def_readable()Deepanshu Kartikey
2026-03-09ppp: simplify input error handlingQingfang Deng
2026-02-28atm: lec: fix null-ptr-deref in lec_arp_clear_vccsJiayuan Chen
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-10net: atm: fix crash due to unvalidated vcc pointer in sigd_send()Jiayuan Chen
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-20net: atm: fix incorrect cleanup function call in error pathSayooj K Karun
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook
2025-10-24neighbour: Convert rwlock of struct neigh_table to spinlock.Kuniyuki Iwashima
2025-10-15net: add SK_WMEM_ALLOC_BIAS constantEric Dumazet
2025-09-04net: atm: fix memory leak in atm_register_sysfs when device_register failWang Liang
2025-08-22atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().Kuniyuki Iwashima
2025-07-09atm: clip: Fix NULL pointer dereference in vcc_sendmsg()Yue Haibing
2025-07-09atm: clip: Fix infinite recursive call of clip_push().Kuniyuki Iwashima
2025-07-09atm: clip: Fix memory leak of struct clip_vcc.Kuniyuki Iwashima
2025-07-09atm: clip: Fix potential null-ptr-deref in to_atmarpd().Kuniyuki Iwashima
2025-06-25atm: Release atm_dev_mutex after removing procfs in atm_dev_deregister().Kuniyuki Iwashima
2025-06-22atm: clip: prevent NULL deref in clip_push()Eric Dumazet
2025-06-19net: atm: fix /proc/net/atm/lec handlingEric Dumazet
2025-06-19net: atm: add lec_mutexEric Dumazet
2025-06-17atm: Revert atm_account_tx() if copy_from_iter_full() fails.Kuniyuki Iwashima
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-25atm: Fix NULL pointer dereferenceMinjoong Kim
2025-03-20net: atm: fix use after free in lec_send()Dan Carpenter
2024-06-14atm: clean up a put_user() callsDan Carpenter
2024-05-13net: change proto and proto_ops accept typeJens Axboe
2024-04-30inet: introduce dst_rtable() helperEric Dumazet
2024-04-08ipv4: Set scope explicitly in ip_route_output().Guillaume Nault
2024-03-29net: add sk_wake_async_rcu() helperEric Dumazet
2024-02-09net: fill in MODULE_DESCRIPTION()s for mpoaBreno Leitao
2024-01-05net: fill in MODULE_DESCRIPTION()s for ATMJakub Kicinski
2023-12-12atm: Fix Use-After-Free in do_vcc_ioctlHyunwoo Kim
2023-10-23net: atm: Remove redundant check.Gavrilov Ilia