aboutsummaryrefslogtreecommitdiff
path: root/net/rose/rose_route.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-01net: rose: fix netdev reference changesGravatar Eric Dumazet 1-0/+2
2022-07-06net: rose: fix UAF bug caused by rose_t0timer_expiryGravatar Duoming Zhou 1-2/+2
2022-05-09ROSE: Remove unused code and clean up some inconsistent indentingGravatar Jiapeng Chong 1-16/+9
2021-10-13rose: constify dev_addr passingGravatar Jakub Kicinski 1-4/+6
2021-03-10net: rose: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-0/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2020-01-07net/rose: remove redundant assignment to variable failedGravatar Colin Ian King 1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-4/+1
2019-01-27net/rose: fix NULL ax25_cb kernel panicGravatar Bernard Pidoux 1-0/+5
2018-05-16proc: introduce proc_create_seq{,_data}Gravatar Christoph Hellwig 1-41/+3
2018-01-16net: delete /proc THIS_MODULE referencesGravatar Alexey Dobriyan 1-3/+0
2017-10-22net: rose: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+2
2017-10-18net/rose: Convert timers to use timer_setup()Gravatar Kees Cook 1-4/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2015-06-18netfilter: Remove spurios included of netfilter.hGravatar Eric W Biederman 1-1/+0
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
2011-07-07rose: Delete commented out references to ancient firewalling code.Gravatar David S. Miller 1-5/+0
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-27rose: Add length checks to CALL_REQUEST parsingGravatar Ben Hutchings 1-7/+13
2011-02-14ROSE: rose AX25 packet routing improvementGravatar Bernard Pidoux 1-12/+16
2010-08-01net/rose: Use GFP_ATOMICGravatar Julia Lawall 1-1/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-01-16ax25: netrom: rose: Fix timer oopsesGravatar Jarek Poplawski 1-0/+5
2009-11-29net: Move && and || to end of previous lineGravatar Joe Perches 1-4/+6
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-10/+6
2009-11-05rose: device refcount leakGravatar Eric Dumazet 1-10/+6
2009-11-04net: Introduce for_each_netdev_rcu() iteratorGravatar Eric Dumazet 1-9/+9
2009-07-26NET: ROSE: Don't use static buffer.Gravatar Ralf Baechle 1-11/+12
2008-06-17rose: improving AX25 routing frames via ROSE networkGravatar Bernard Pidoux 1-11/+18
2008-05-02rose: Wrong list_lock argument in rose_node seqopsGravatar Bernard Pidoux 1-4/+4
2008-04-20[ROSE]: Fix soft lockup wrt. rose_node_list_lockGravatar Bernard Pidoux 1-2/+0
2008-01-28[ROSE]: Supress sparse warningsGravatar Eric Dumazet 1-2/+8
2007-10-10[NET]: Make the device list and device lookups per namespace.Gravatar Eric W. Biederman 1-4/+4
2007-10-07[ROSE]: Fix rose.ko oops on unloadGravatar Alexey Dobriyan 1-5/+10
2007-07-10[NET]: Make all initialized struct seq_operations const.Gravatar Philippe De Muyter 1-3/+3
2007-05-03[NET]: Rework dev_base via list_head (v3)Gravatar Pavel Emelianov 1-3/+5
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Gravatar Arnaldo Carvalho de Melo 1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2007-02-12[PATCH] mark struct file_operations const 8Gravatar Arjan van de Ven 1-3/+3
2007-02-10[NET] ROSE: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-18/+18
2006-12-17[AX.25]: Fix unchecked rose_add_loopback_neigh usesGravatar Ralf Baechle 1-24/+21
2006-12-17[AX.25]: Mark all kmalloc users __must_checkGravatar Ralf Baechle 1-1/+1
2006-12-02[ROSE] rose_add_loopback_node: propagate -EGravatar Alexey Dobriyan 1-2/+2
2006-05-03[ROSE]: Fix routing table locking in rose_remove_neigh.Gravatar Ralf Baechle 1-5/+0
2006-05-03[ROSE]: Remove useless prototype for rose_remove_neigh().Gravatar Ralf Baechle 1-2/+0
2005-11-08[NET]: kfree cleanupGravatar Jesper Juhl 1-4/+2
2005-10-26[AX.25]: Use constant instead of magic numberGravatar Ralf Baechle 1-1/+1
2005-09-06[AX25]: Make ax2asc thread-proofGravatar Ralf Baechle 1-5/+9
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hGravatar Arnaldo Carvalho de Melo 1-1/+1