aboutsummaryrefslogtreecommitdiff
path: root/net/x25/x25_link.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-08net: x25: Use list_for_each_entry() to simplify code in x25_link.cGravatar Wang Hai 1-4/+1
2020-12-09net: x25: Fix handling of Restart Request and Restart ConfirmationGravatar Xie He 1-16/+9
2020-11-27net/x25: fix restart request/confirm handlingGravatar Martin Schiller 1-8/+33
2020-11-27net/x25: handle additional netdev eventsGravatar Martin Schiller 1-3/+3
2020-07-13net: x25: kerneldoc fixesGravatar Andrew Lunn 1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41Gravatar Thomas Gleixner 1-6/+1
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-4/+4
2017-07-04net, x25: convert x25_neigh.refcnt 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
2013-12-09x25: convert printks to pr_<level>Gravatar wangweidong 1-2/+4
2011-10-17x25: Handle undersized/fragmented skbsGravatar Matthew Daley 1-0/+3
2011-07-01x25: Reduce switch/case indentGravatar Joe Perches 1-44/+43
2011-02-09x25: Do not reference freed memory.Gravatar David S. Miller 1-1/+4
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+1
2010-12-08x25: decrement netdev reference counts on unloadGravatar Apollon Oikonomopoulos 1-0/+1
2010-11-28X25 remove bkl in subscription ioctlsGravatar andrew hendry 1-2/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2008-01-28[X25]: use LIST_HEAD instead of LIST_HEAD_INITGravatar Denis Cheng 1-1/+1
2008-01-28[NET]: Convert init_timer into setup_timerGravatar Pavel Emelyanov 1-4/+1
2007-02-10[NET] X25: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-3/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+401