summaryrefslogtreecommitdiff
path: root/net/netrom/nr_route.c
AgeCommit message (Expand)Author
2024-03-07netrom: Fix a data-race around sysctl_netrom_link_fails_countJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_routing_controlJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_obsolescence_count_initialiserJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_default_path_qualityJason Xing
2021-10-13ax25: constify dev_addr passingJakub Kicinski
2021-08-05net: Remove redundant if statementsYajun Deng
2021-05-17net: netrom: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-04-18net: netrom: Fix potential nr_neigh refcnt leak in nr_add_nodeXiyu Yang
2020-02-24net: netrom: Add missing annotation for nr_neigh_stop()Jules Irenge
2020-02-24net: netrom: Add missing annotation for nr_neigh_start()Jules Irenge
2020-02-24net: netrom: Add missing annotation for nr_node_stop()Jules Irenge
2020-02-24net: netrom: Add missing annotation for nr_node_start()Jules Irenge
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-11net: netrom: Fix error cleanup path of nr_proto_initYueHaibing
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2017-11-01net: netrom: nr_route: mark expected switch fall-throughsGustavo A. R. Silva
2017-11-01net: netrom: nr_route: refactor code in nr_add_nodeGustavo A. R. Silva
2017-07-04net, netrom: convert nr_node.refcount from atomic_t to refcount_tReshetova, Elena
2017-07-04net, netrom: convert nr_neigh.refcount from atomic_t to refcount_tReshetova, Elena
2015-06-18netfilter: Remove spurios included of netfilter.hEric W Biederman
2014-10-17netrom: use linux/uaccess.hFabian Frederick
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-11-29NET: NETROM: Cleanup argument SIOCADDRT ioctl argument checking.Ralf Baechle
2011-11-29NET: NETROM: When adding a route verify length of mnemonic string.Ralf Baechle
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-07-01netrom: Reduce switch/case indentJoe Perches
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-10net: netrom: use seq_hlist_foo() helpersLi Zefan
2010-01-16ax25: netrom: rose: Fix timer oopsesJarek Poplawski
2009-11-04net: Introduce for_each_netdev_rcu() iteratorEric Dumazet
2009-08-17NETROM: Fix use of static bufferRalf Baechle
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter
2007-05-03[NET]: Rework dev_base via list_head (v3)Pavel Emelianov
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-02-12[PATCH] mark struct file_operations const 8Arjan van de Ven
2007-02-10[NET] NETROM: Fix whitespace errors.YOSHIFUJI Hideaki
2006-12-17[AX.25]: Fix unchecked nr_add_node uses.Ralf Baechle
2006-12-17[AX.25]: Mark all kmalloc users __must_checkRalf Baechle
2006-12-02[NETROM]: Use kmemdupArnaldo Carvalho de Melo
2006-06-26[NETROM]: Fix possible null pointer dereference.Ralf Baechle
2005-09-06[AX25]: Make ax2asc thread-proofRalf Baechle
2005-04-16Linux-2.6.12-rc2Linus Torvalds