aboutsummaryrefslogtreecommitdiff
path: root/net/ax25/ax25_route.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+11
2022-02-03ax25: fix reference count leaks of ax25_devGravatar Duoming Zhou 1-5/+11
2022-01-28ax25: add refcount in ax25_dev to avoid UAF bugsGravatar Duoming Zhou 1-0/+3
2022-01-27net: ax25: remove route refcountGravatar Jakub Kicinski 1-3/+2
2021-08-03ax25: use skb_expand_headGravatar Vasily Averin 1-10/+3
2019-06-16ax25: fix inconsistent lock state in ax25_destroy_timerGravatar Eric Dumazet 1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-4/+1
2019-01-23ax25: fix possible use-after-freeGravatar Eric Dumazet 1-11/+8
2018-05-16proc: introduce proc_create_seq{,_data}Gravatar Christoph Hellwig 1-14/+1
2018-01-16net: delete /proc THIS_MODULE referencesGravatar Alexey Dobriyan 1-1/+0
2017-07-04net, ax25: convert ax25_route.refcount from atomic_t to refcount_tGravatar Reshetova, Elena 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2012-06-04net: use consume_skb() in place of kfree_skb()Gravatar Eric Dumazet 1-1/+1
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesGravatar Paul Gortmaker 1-0/+1
2010-08-18net/ax25: Use available error codesGravatar Julia Lawall 1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2008-11-14CRED: Wrap task credential accesses in the AX25 protocolGravatar David Howells 1-1/+1
2008-02-12[AX25] ax25_route: make ax25_route_lock BH safeGravatar Jarek Poplawski 1-14/+14
2008-01-28[AX25]: sparse cleanupsGravatar Eric Dumazet 1-0/+2
2007-07-10[NET]: Make all initialized struct seq_operations const.Gravatar Philippe De Muyter 1-1/+1
2007-02-12[PATCH] mark struct file_operations const 7Gravatar Arjan van de Ven 1-1/+1
2007-02-10[NET] AX25: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-4/+4
2006-12-17[AX.25]: Mark all kmalloc users __must_checkGravatar Ralf Baechle 1-1/+1
2006-12-02[AX25]: Use kmemdupGravatar Arnaldo Carvalho de Melo 1-2/+3
2006-07-03[AX.25]: Reference counting for AX.25 routes.Gravatar Ralf Baechle DL5RB 1-41/+8
2006-05-03[AX.25]: Spelling fixGravatar Ralf Baechle 1-1/+1
2006-01-11[PATCH] capable/capability.h (net/)Gravatar Randy Dunlap 1-0/+2
2005-11-08[NET]: kfree cleanupGravatar Jesper Juhl 1-13/+6
2005-09-06[AX25]: Make ax2asc thread-proofGravatar Ralf Baechle 1-2/+5
2005-08-23[AX25]: UID fixesGravatar Ralf Baechle 1-5/+7
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+534