aboutsummaryrefslogtreecommitdiffstats
path: root/net/x25/x25_link.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-08net: x25: Use list_for_each_entry() to simplify code in x25_link.cWang Hai1-4/+1
2020-12-09net: x25: Fix handling of Restart Request and Restart ConfirmationXie He1-16/+9
2020-11-27net/x25: fix restart request/confirm handlingMartin Schiller1-8/+33
2020-11-27net/x25: handle additional netdev eventsMartin Schiller1-3/+3
2020-07-13net: x25: kerneldoc fixesAndrew Lunn1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41Thomas Gleixner1-6/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+4
2017-07-04net, x25: convert x25_neigh.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2013-12-09x25: convert printks to pr_<level>wangweidong1-2/+4
2011-10-17x25: Handle undersized/fragmented skbsMatthew Daley1-0/+3
2011-07-01x25: Reduce switch/case indentJoe Perches1-44/+43
2011-02-09x25: Do not reference freed memory.David S. Miller1-1/+4
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-12-08x25: decrement netdev reference counts on unloadApollon Oikonomopoulos1-0/+1
2010-11-28X25 remove bkl in subscription ioctlsandrew hendry1-2/+6
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-28[NET]: Convert init_timer into setup_timerPavel Emelyanov1-4/+1
2007-02-10[NET] X25: Fix whitespace errors.YOSHIFUJI Hideaki1-3/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+401