aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/x25_asy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-16x25_asy: fixed function name in error message.Jeremy Sowden1-2/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-12-30net/wan: fix a double free in x25_asy_open_tty()Cong Wang1-0/+2
2018-10-13change semantics of ldisc ->compat_ioctl()Al Viro1-19/+0
2017-11-11net: wan: x25_asy: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2016-10-20net: use core MTU range checking in WAN driversJarod Wilson1-3/+2
2016-01-13x25_asy: Free x25_asy on x25_asy_open() failure.David S. Miller1-1/+3
2015-12-01wan/x25: Fix use-after-free in x25_asy_open_tty()Peter Hurley1-5/+1
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2014-07-17wan/x25_asy: integer overflow in x25_asy_change_mtu()Dan Carpenter1-1/+5
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-2/+2
2013-02-04wan: Remove unnecessary alloc/OOM messagesJoe Perches1-1/+0
2012-06-06drivers: net: Remove casts to same typeJoe Perches1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-3/+1
2011-09-16wan: make LAPB callbacks conststephen hemminger1-2/+1
2011-06-27wan: Update to current logging formsJoe Perches1-24/+23
2010-12-02Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-1/+1
2010-11-29NET: wan/x25, fix ldisc->open retvalJiri Slaby1-1/+1
2010-11-28NET: wan/x25_asy, move lapb_unregister to x25_asy_close_ttyJiri Slaby1-5/+6
2010-09-26drivers/net: return operator cleanupEric Dumazet1-1/+1
2010-06-04X25: remove duplicated #includeHuang Weiyi1-2/+0
2010-04-22X25: Use identifiers for x25 async device to x25 interfaceandrew hendry1-6/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-11-06net, compat_ioctl: handle socket ioctl abuses in tty driversArnd Bergmann1-0/+19
2009-09-01wan: convert drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-5/+5
2009-03-21x25_asy: convert to net_device_opsStephen Hemminger1-5/+9
2009-03-21x25_asy: convert to internal net_device_statsStephen Hemminger1-19/+11
2008-12-26drivers/net/wan: fix sparse warning: make symbol staticHannes Eder1-1/+1
2008-12-05tty: driverdata and discdata are void *Alan Cox1-5/+5
2008-12-05tty: Flags should be accessed via the foo_bit interfacesAlan Cox1-4/+4
2008-11-12netdevice: safe convert to netdev_priv() #part-3Wang Chen1-14/+14
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-4/+0
2008-07-20tty: Ldisc revampAlan Cox1-1/+1
2008-06-27Hold RTNL while calling dev_close()Ben Hutchings1-0/+3
2008-04-30tty: The big operations reworkAlan Cox1-144/+135
2008-02-09x25_asy.c: silence compiler warningS.Çağlar Onur1-1/+0
2008-02-08x25_asy: Fix ref count rule violationAlan Cox1-3/+2
2007-11-07[TTY]: Use tty_mode_ioctl() in network drivers.Alan Cox1-5/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-3/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-4/+4
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-6/+1
2005-06-23[PATCH] Convert users to tty_unregister_ldisc()Alexey Dobriyan1-1/+1
2005-05-03[WAN]: kfree of NULL pointer is validJesper Juhl1-14/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+844