summaryrefslogtreecommitdiff
path: root/net/ax25/ax25_dev.c
AgeCommit message (Expand)Author
2022-06-17ax25: use GFP_KERNEL in ax25_dev_device_up()Peter Lafreniere
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-06-02ax25: Fix ax25 session cleanup problemsDuoming Zhou
2022-05-17ax25: merge repeat codes in ax25_dev_device_down()Lu Wei
2022-02-03ax25: fix reference count leaks of ax25_devDuoming Zhou
2022-01-28ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou
2021-12-07ax25: add net device refcount trackerEric Dumazet
2021-10-13ax25: constify dev_addr passingJakub Kicinski
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-12-30ax25: fix a use-after-free in ax25_fillin_cb()Cong Wang
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2012-04-20net ax25: Simplify and cleanup the ax25 sysctl handling.Eric W. Biederman
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2008-02-12[AX25] ax25_ds_timer: use mod_timer instead of add_timerJarek Poplawski
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2006-07-09[AX.25]: Use kzallocRalf Baechle
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner
2003-08-23[AX25]: Make sure and hold ref to dev.Stephen Hemminger
2003-06-04[AX25]: Sanitize ax25 netdevice private handling.Steven Whitehouse
2002-11-06[NET]: Timer init fixes.Andrew Morton
2002-08-05Replace interrupt-safe spinlocks with their bh-safe equivalents.Ralf Bächle
2002-08-05Implement locking of internal data for NET/ROM and ROSE.Ralf Bächle
2002-07-30Convert ax25_route_list by a rw_lock, no longer an interrup-saveRalf Bächle
2002-07-27Initialize spinlock.Ralf Bächle
2002-07-27Protect ax25_dev_list with it's own spinlock replacing the previousRalf Bächle
2002-02-04Import changesetLinus Torvalds