summaryrefslogtreecommitdiff
path: root/net/lapb/lapb_iface.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-09net: lapb: Use list_for_each_entry() to simplify code in lapb_iface.cWang Hai1-3/+1
2021-03-24net: lapb: Make "lapb_t1timer_running" able to detect an already running timerXie He1-2/+2
2021-01-27net: lapb: Add locking to the lapb moduleXie He1-16/+54
2021-01-05net: lapb: Decrease the refcount of "struct lapb_cb" in lapb_device_eventXie He1-0/+1
2020-11-28net/lapb: support netdev eventsMartin Schiller1-1/+81
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2019-06-17lapb: fixed leak of control-blocks.Jeremy Sowden1-0/+1
2019-06-17lapb: moved export of lapb_register.Jeremy Sowden1-2/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41Thomas Gleixner1-6/+1
2017-10-18net/lapb: Convert timers to use timer_setup()Kees Cook1-2/+2
2017-07-05net, lapb: convert lapb_cb.refcnt from atomic_t to refcount_tReshetova, Elena1-3/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2014-10-24lapb: move EXPORT_SYMBOL after functions.Fabian Frederick1-9/+8
2012-05-18lapb: Neaten debuggingJoe Perches1-15/+7
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-09-17wan: make LAPB callbacks conststephen hemminger1-14/+15
2011-07-02lapb: Reduce switch/case indentJoe Perches1-15/+15
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-07-06net: remove NET_RX_BAD and NET_RX_CN* definesFlorian Westphal1-1/+1
2008-01-29[LAPB] net/lapb/lapb_iface.c: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng1-1/+1
2007-02-11[NET] LAPB: Fix whitespace errors.YOSHIFUJI Hideaki1-3/+3
2006-08-06[LAPB]: Fix windowsize checkDiego Calleja1-5/+7
2006-07-22[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-3/+1
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+449