summaryrefslogtreecommitdiffstats
path: root/net/atm
AgeCommit message (Expand)AuthorLines
2026-02-28atm: lec: fix null-ptr-deref in lec_arp_clear_vccsJiayuan Chen-11/+15
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-10/+10
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-12/+12
2026-02-10net: atm: fix crash due to unvalidated vcc pointer in sigd_send()Jiayuan Chen-2/+54
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2025-11-20net: atm: fix incorrect cleanup function call in error pathSayooj K Karun-1/+1
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook-3/+3
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook-3/+3
2025-10-24neighbour: Convert rwlock of struct neigh_table to spinlock.Kuniyuki Iwashima-2/+2
2025-10-15net: add SK_WMEM_ALLOC_BIAS constantEric Dumazet-1/+1
2025-09-04net: atm: fix memory leak in atm_register_sysfs when device_register failWang Liang-2/+4
2025-08-22atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().Kuniyuki Iwashima-3/+12
2025-07-09atm: clip: Fix NULL pointer dereference in vcc_sendmsg()Yue Haibing-1/+9
2025-07-09atm: clip: Fix infinite recursive call of clip_push().Kuniyuki Iwashima-0/+2
2025-07-09atm: clip: Fix memory leak of struct clip_vcc.Kuniyuki Iwashima-0/+8
2025-07-09atm: clip: Fix potential null-ptr-deref in to_atmarpd().Kuniyuki Iwashima-15/+29
2025-06-25atm: Release atm_dev_mutex after removing procfs in atm_dev_deregister().Kuniyuki Iwashima-2/+1
2025-06-22atm: clip: prevent NULL deref in clip_push()Eric Dumazet-6/+5
2025-06-19net: atm: fix /proc/net/atm/lec handlingEric Dumazet-2/+3
2025-06-19net: atm: add lec_mutexEric Dumazet-0/+7
2025-06-17atm: Revert atm_account_tx() if copy_from_iter_full() fails.Kuniyuki Iwashima-1/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-2/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-16/+16
2025-03-25atm: Fix NULL pointer dereferenceMinjoong Kim-0/+2
2025-03-20net: atm: fix use after free in lec_send()Dan Carpenter-1/+2
2024-06-14atm: clean up a put_user() callsDan Carpenter-2/+2
2024-05-13net: change proto and proto_ops accept typeJens Axboe-4/+4
2024-04-30inet: introduce dst_rtable() helperEric Dumazet-1/+1
2024-04-08ipv4: Set scope explicitly in ip_route_output().Guillaume Nault-1/+1
2024-03-29net: add sk_wake_async_rcu() helperEric Dumazet-1/+1
2024-02-09net: fill in MODULE_DESCRIPTION()s for mpoaBreno Leitao-0/+1
2024-01-05net: fill in MODULE_DESCRIPTION()s for ATMJakub Kicinski-0/+2
2023-12-12atm: Fix Use-After-Free in do_vcc_ioctlHyunwoo Kim-2/+5
2023-10-23net: atm: Remove redundant check.Gavrilov Ilia-2/+0
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells-2/+0
2023-05-17atm: hide unused procfs functionsArnd Bergmann-0/+2
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-1/+1
2023-03-17net: annotate lockless accesses to sk->sk_err_softEric Dumazet-1/+1
2023-03-10Move COMPAT_ATM_ADDPARTY to net/atm/svc.cPalmer Dabbelt-0/+5
2022-11-24driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman-2/+2
2022-10-15net/atm: fix proc_mpc_write incorrect return valueXiaobo Liu-1/+2
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil-1/+1
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp-1/+1
2022-01-22proc: remove PDE_DATA() completelyMuchun Song-2/+2
2021-10-24net: atm: use address setting helpersJakub Kicinski-4/+5
2021-10-14ethernet: replace netdev->dev_addr assignment loopsJakub Kicinski-2/+1
2021-10-09net: use dev_addr_set()Jakub Kicinski-1/+1
2021-06-10atm: Use list_for_each_entry() to simplify code in resources.cWang Hai-5/+2
2021-06-07atm: [br2864] fix spelling mistakesgushengxian-2/+2
2021-05-20net: atm: use DEVICE_ATTR_RO macroYueHaibing-12/+12