aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_iface.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-04net: lapb: Decrease the refcount of "struct lapb_cb" in lapb_device_eventGravatar Xie He 1-0/+1
2020-11-27net/lapb: support netdev eventsGravatar Martin Schiller 1-1/+81
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2019-06-16lapb: fixed leak of control-blocks.Gravatar Jeremy Sowden 1-0/+1
2019-06-16lapb: moved export of lapb_register.Gravatar Jeremy Sowden 1-2/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41Gravatar Thomas Gleixner 1-6/+1
2017-10-18net/lapb: Convert timers to use timer_setup()Gravatar Kees Cook 1-2/+2
2017-07-04net, lapb: convert lapb_cb.refcnt from atomic_t to refcount_tGravatar Reshetova, Elena 1-3/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2014-10-24lapb: move EXPORT_SYMBOL after functions.Gravatar Fabian Frederick 1-9/+8
2012-05-17lapb: Neaten debuggingGravatar Joe Perches 1-15/+7
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2011-09-16wan: make LAPB callbacks constGravatar stephen hemminger 1-14/+15
2011-07-01lapb: Reduce switch/case indentGravatar Joe Perches 1-15/+15
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-07-05net: remove NET_RX_BAD and NET_RX_CN* definesGravatar Florian Westphal 1-1/+1
2008-01-28[LAPB] net/lapb/lapb_iface.c: use LIST_HEAD instead of LIST_HEAD_INITGravatar Denis Cheng 1-1/+1
2007-02-10[NET] LAPB: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-3/+3
2006-08-05[LAPB]: Fix windowsize checkGravatar Diego Calleja 1-5/+7
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Gravatar Panagiotis Issaris 1-3/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+449