aboutsummaryrefslogtreecommitdiff
path: root/net/lapb
AgeCommit message (Expand)AuthorFilesLines
2021-06-08net: lapb: Use list_for_each_entry() to simplify code in lapb_iface.cGravatar Wang Hai 1-3/+1
2021-03-23net: lapb: Make "lapb_t1timer_running" able to detect an already running timerGravatar Xie He 2-9/+14
2021-02-02net: lapb: Copy the skb before sending a packetGravatar Xie He 1-1/+2
2021-01-26net: lapb: Add locking to the lapb moduleGravatar Xie He 2-20/+80
2021-01-04net: lapb: Decrease the refcount of "struct lapb_cb" in lapb_device_eventGravatar Xie He 1-0/+1
2020-11-27net/lapb: fix t1 timer handling for LAPB_STATE_0Gravatar Martin Schiller 1-2/+9
2020-11-27net/lapb: support netdev eventsGravatar Martin Schiller 1-1/+81
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-1/+1
2020-04-30docs: networking: convert lapb-module.txt to ReSTGravatar Mauro Carvalho Chehab 1-1/+1
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 5-30/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsGravatar Kees Cook 1-2/+2
2017-10-18net/lapb: Convert timers to use timer_setup()Gravatar Kees Cook 2-12/+10
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 5-5/+5
2016-05-29net/lapb: tuse %*ph to dump buffersGravatar Andy Shevchenko 3-15/+8
2014-10-24lapb: move EXPORT_SYMBOL after functions.Gravatar Fabian Frederick 1-9/+8
2013-09-23net/lapb: re-send packets on timeoutGravatar josselin.costanzi@mobile-devices.fr 1-0/+1
2013-01-11net/lapb: remove depends on CONFIG_EXPERIMENTALGravatar Kees Cook 1-2/+1
2012-05-17lapb: Neaten debuggingGravatar Joe Perches 5-306/+134
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 5-5/+0
2011-09-16wan: make LAPB callbacks constGravatar stephen hemminger 1-14/+15
2011-07-01lapb: Reduce switch/case indentGravatar Joe Perches 2-467/+444
2010-11-22Net: lapb: Makefile: Remove deprecated kbuild goal definitionsGravatar Tracey Dent 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 4-0/+4
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-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 3-3/+0
2007-02-10[NET] LAPB: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 4-14/+14
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-08-29[NET]: Kill skb->listGravatar David S. Miller 1-1/+1
2005-07-11[NET]: move config options out to individual protocolsGravatar Sam Ravnborg 1-0/+22
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 6-0/+1906