summaryrefslogtreecommitdiffstats
path: root/net/ax25
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-9/+9
2026-01-30net: ax25: remove plumbing for never-implemented DAMA Master supportEthan Nelson-Moore-16/+0
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook-1/+1
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook-1/+1
2025-09-03ax25: properly unshare skbs in ax25_kiss_rcv()Eric Dumazet-0/+4
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-7/+7
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-18/+18
2025-03-24ax25: Remove broken autobindMurad Masimov-94/+10
2025-02-06ax25: Fix refcount leak caused by setting SO_BINDTODEVICE sockoptMurad Masimov-0/+11
2025-01-06ax25: rcu protect dev->ax25_ptrEric Dumazet-14/+29
2024-06-01ax25: Replace kfree() in ax25_dev_free() with ax25_dev_put()Duoming Zhou-1/+1
2024-06-01ax25: Fix refcount imbalance on inbound connectionsLars Kellogg-Stedman-0/+6
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds-3/+3
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-32/+16
2024-05-13net: change proto and proto_ops accept typeJens Axboe-3/+3
2024-05-13ax25: Fix reference count leak issue of net_deviceDuoming Zhou-6/+1
2024-05-13ax25: Fix reference count leak issues of ax25_devDuoming Zhou-2/+1
2024-05-13ax25: Use kernel universal linked list to implement ax25_dev_listDuoming Zhou-25/+15
2024-05-08ax25: Remove superfuous "return" from ax25_ds_set_timerJoel Granados-1/+0
2024-05-03ax.25: x.25: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-2/+5
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2024-04-23ax25: Fix netdev refcount issueDuoming Zhou-1/+1
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh-1/+1
2024-04-08net: handle HAS_IOPORT dependenciesNiklas Schnelle-1/+1
2024-04-02ax25: fix use-after-free bugs caused by ax25_ds_del_timerDuoming Zhou-1/+1
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet-1/+1
2023-09-18ax25: Kconfig: Update link for linux-ax25.orgPeter Lafreniere-8/+8
2023-08-15ax.25: Update to register_net_sysctl_szJoel Granados-1/+2
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells-1/+0
2022-11-16ax25: af_ax25: Remove unnecessary (void*) conversionsLi zeming-2/+2
2022-08-22ax25: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-08-05net: avoid overflow when rose /proc displays timer information.Francois Romieu-1/+3
2022-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-2/+2
2022-07-28ax25: fix incorrect dev_tracker usageEric Dumazet-2/+2
2022-06-17ax25: use GFP_KERNEL in ax25_dev_device_up()Peter Lafreniere-2/+3
2022-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+28
2022-06-15net: ax25: Fix deadlock caused by skb_recv_datagram in ax25_recvmsgDuoming Zhou-5/+28
2022-06-09net: rename reference+tracking helpersJakub Kicinski-6/+7
2022-06-02ax25: Fix ax25 session cleanup problemsDuoming Zhou-11/+19
2022-05-17ax25: merge repeat codes in ax25_dev_device_down()Lu Wei-12/+10
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp-2/+1
2022-03-29ax25: Fix UAF bugs in ax25 timersDuoming Zhou-0/+5
2022-03-29ax25: fix UAF bug in ax25_send_control()Duoming Zhou-4/+4
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-11/+27
2022-03-21ax25: Fix NULL pointer dereferences in ax25 timersDuoming Zhou-8/+16
2022-03-21ax25: Fix refcount leaks caused by ax25_cb_del()Duoming Zhou-3/+11
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+7
2022-03-09ax25: Fix NULL pointer dereference in ax25_kill_by_deviceDuoming Zhou-0/+7
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+5