aboutsummaryrefslogtreecommitdiffstats
path: root/net/x25/x25_forward.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-08net: x25: Use list_for_each_entry() to simplify code in x25_forward.cWang Hai1-6/+2
2020-02-16net: x25: convert to list_for_each_entry_safe()chenqiwu1-8/+4
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41Thomas Gleixner1-6/+1
2013-12-09x25: convert printks to pr_<level>wangweidong1-1/+4
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2008-01-28[X25]: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng1-1/+1
2008-01-04[X25]: Add missing x25_neigh_putJulia Lawall1-2/+3
2007-03-20[X25] x25_forward_call(): fix NULL dereferencesAdrian Bunk1-43/+45
2007-02-08[X.25]: Add call forwardingAndrew Hendry1-0/+163