summaryrefslogtreecommitdiff
path: root/net/lapb/lapb_iface.c
AgeCommit message (Expand)Author
2021-06-08net: lapb: Use list_for_each_entry() to simplify code in lapb_iface.cWang Hai
2021-03-23net: lapb: Make "lapb_t1timer_running" able to detect an already running timerXie He
2021-01-26net: lapb: Add locking to the lapb moduleXie He
2021-01-04net: lapb: Decrease the refcount of "struct lapb_cb" in lapb_device_eventXie He
2020-11-27net/lapb: support netdev eventsMartin Schiller
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-16lapb: fixed leak of control-blocks.Jeremy Sowden
2019-06-16lapb: moved export of lapb_register.Jeremy Sowden
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41Thomas Gleixner
2017-10-18net/lapb: Convert timers to use timer_setup()Kees Cook
2017-07-04net, lapb: convert lapb_cb.refcnt from atomic_t to refcount_tReshetova, Elena
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2014-10-24lapb: move EXPORT_SYMBOL after functions.Fabian Frederick
2012-05-17lapb: Neaten debuggingJoe Perches
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-09-16wan: make LAPB callbacks conststephen hemminger
2011-07-01lapb: Reduce switch/case indentJoe Perches
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-07-05net: remove NET_RX_BAD and NET_RX_CN* definesFlorian Westphal
2008-01-28[LAPB] net/lapb/lapb_iface.c: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng
2007-02-10[NET] LAPB: Fix whitespace errors.YOSHIFUJI Hideaki
2006-08-05[LAPB]: Fix windowsize checkDiego Calleja
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner
2004-07-05[LAPB]: lapb_unregister() locking fix.Andrew Morton
2004-01-10[wan lapb] kill now-unused custom token containerAlexander Viro
2004-01-10[wan lapb] Printks switched from %p lapb->token to %p lapb->dev.Alexander Viro
2004-01-10[wan lapb] switch to use net_device instead of custom tokenAlexander Viro
2004-01-10[wan lapb] beginning of cleanupsAlexander Viro
2003-09-04[NET]: Remove all the silly 'NET4.x' init messages.David S. Miller
2003-07-19[NET]: Allow LAPB to be unloaded.Stephen Hemminger
2003-07-19[NET]: remove MOD_* from LAPB.Stephen Hemminger
2002-09-28o LAPB: use refcounts and rwlock to protect lapb_cb and listArnaldo Carvalho de Melo
2002-05-21[PATCH] jiffies.hRusty Russell
2002-04-02[PATCH] Add missing MODULE_LICENSE tagsDave Jones
2002-02-04v2.4.9.4 -> v2.4.9.5Linus Torvalds
2002-02-04v2.4.3.2 -> v2.4.3.3Linus Torvalds
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds
2002-02-04Import changesetLinus Torvalds