aboutsummaryrefslogtreecommitdiff
path: root/net/ax25/ax25_dev.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-17ax25: use GFP_KERNEL in ax25_dev_device_up()Gravatar Peter Lafreniere 1-2/+3
2022-06-09net: rename reference+tracking helpersGravatar Jakub Kicinski 1-3/+3
2022-06-02ax25: Fix ax25 session cleanup problemsGravatar Duoming Zhou 1-0/+1
2022-05-17ax25: merge repeat codes in ax25_dev_device_down()Gravatar Lu Wei 1-12/+10
2022-02-03ax25: fix reference count leaks of ax25_devGravatar Duoming Zhou 1-7/+17
2022-01-28ax25: add refcount in ax25_dev to avoid UAF bugsGravatar Duoming Zhou 1-2/+10
2021-12-07ax25: add net device refcount trackerGravatar Eric Dumazet 1-4/+4
2021-10-13ax25: constify dev_addr passingGravatar Jakub Kicinski 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-4/+1
2018-12-30ax25: fix a use-after-free in ax25_fillin_cb()Gravatar Cong Wang 1-0/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2012-04-20net ax25: Simplify and cleanup the ax25 sysctl handling.Gravatar Eric W. Biederman 1-8/+2
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2008-02-12[AX25] ax25_ds_timer: use mod_timer instead of add_timerGravatar Jarek Poplawski 1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2006-07-09[AX.25]: Use kzallocGravatar Ralf Baechle 1-3/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+208