| Commit message (Expand) | Author | Age | Files | Lines |
* | net: lapb: Use list_for_each_entry() to simplify code in lapb_iface.c | Wang Hai | 2021-06-09 | 1 | -3/+1 |
* | net: lapb: Make "lapb_t1timer_running" able to detect an already running timer | Xie He | 2021-03-23 | 2 | -9/+14 |
* | net: lapb: Copy the skb before sending a packet | Xie He | 2021-02-02 | 1 | -1/+2 |
* | net: lapb: Add locking to the lapb module | Xie He | 2021-01-27 | 2 | -20/+80 |
* | net: lapb: Decrease the refcount of "struct lapb_cb" in lapb_device_event | Xie He | 2021-01-04 | 1 | -0/+1 |
* | net/lapb: fix t1 timer handling for LAPB_STATE_0 | Martin Schiller | 2020-11-28 | 1 | -2/+9 |
* | net/lapb: support netdev events | Martin Schiller | 2020-11-28 | 1 | -1/+81 |
* | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2020-06-13 | 1 | -1/+1 |
* | docs: networking: convert lapb-module.txt to ReST | Mauro Carvalho Chehab | 2020-04-30 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-18 | 1 | -0/+1 |
|\ |
|
| * | lapb: fixed leak of control-blocks. | Jeremy Sowden | 2019-06-17 | 1 | -0/+1 |
* | | lapb: moved export of lapb_register. | Jeremy Sowden | 2019-06-16 | 1 | -2/+1 |
|/ |
|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41 | Thomas Gleixner | 2019-05-24 | 5 | -30/+5 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 2 | -0/+2 |
* | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts | Kees Cook | 2017-11-22 | 1 | -2/+2 |
* | net/lapb: Convert timers to use timer_setup() | Kees Cook | 2017-10-18 | 2 | -12/+10 |
* | net, lapb: convert lapb_cb.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-04 | 1 | -3/+3 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 5 | -5/+5 |
* | net/lapb: tuse %*ph to dump buffers | Andy Shevchenko | 2016-05-30 | 3 | -15/+8 |
* | lapb: move EXPORT_SYMBOL after functions. | Fabian Frederick | 2014-10-24 | 1 | -9/+8 |
* | net/lapb: re-send packets on timeout | josselin.costanzi@mobile-devices.fr | 2013-09-23 | 1 | -0/+1 |
* | net/lapb: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 2013-01-11 | 1 | -2/+1 |
* | lapb: Neaten debugging | Joe Perches | 2012-05-18 | 5 | -306/+134 |
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 5 | -5/+0 |
* | wan: make LAPB callbacks const | stephen hemminger | 2011-09-17 | 1 | -14/+15 |
* | lapb: Reduce switch/case indent | Joe Perches | 2011-07-02 | 2 | -467/+444 |
* | Net: lapb: Makefile: Remove deprecated kbuild goal definitions | Tracey Dent | 2010-11-22 | 1 | -1/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 4 | -0/+4 |
* | net: remove NET_RX_BAD and NET_RX_CN* defines | Florian Westphal | 2009-07-06 | 1 | -1/+1 |
* | [LAPB] net/lapb/lapb_iface.c: use LIST_HEAD instead of LIST_HEAD_INIT | Denis Cheng | 2008-01-28 | 1 | -1/+1 |
* | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2007-02-14 | 3 | -3/+0 |
* | [NET] LAPB: Fix whitespace errors. | YOSHIFUJI Hideaki | 2007-02-11 | 4 | -14/+14 |
* | [LAPB]: Fix windowsize check | Diego Calleja | 2006-08-06 | 1 | -5/+7 |
* | [NET]: Conversions from kmalloc+memset to k(z|c)alloc. | Panagiotis Issaris | 2006-07-21 | 1 | -3/+1 |
* | [NET]: Kill skb->list | David S. Miller | 2005-08-30 | 1 | -1/+1 |
* | [NET]: move config options out to individual protocols | Sam Ravnborg | 2005-07-12 | 1 | -0/+22 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-17 | 6 | -0/+1906 |