aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/x25_asy.c
AgeCommit message (Expand)Author
2020-11-07net: x25_asy: Delete the x25_asy driverXie He
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-24drivers/net/wan/x25_asy: Correct the ndo_open and ndo_stop functionsXie He
2020-09-14drivers/net/wan/x25_asy: Remove an unnecessary x25_type_trans callXie He
2020-09-11drivers/net/wan/x25_asy: Remove an unused flag "SLF_OUTWAIT"Xie He
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-11drivers/net/wan/x25_asy: Added needed_headroom and a skb->len checkXie He
2020-07-21drivers/net/wan/x25_asy: Fix to make it workXie He
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-06-16x25_asy: fixed function name in error message.Jeremy Sowden
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2018-12-30net/wan: fix a double free in x25_asy_open_tty()Cong Wang
2018-10-13change semantics of ldisc ->compat_ioctl()Al Viro
2017-11-11net: wan: x25_asy: mark expected switch fall-throughGustavo A. R. Silva
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2016-10-20net: use core MTU range checking in WAN driversJarod Wilson
2016-01-13x25_asy: Free x25_asy on x25_asy_open() failure.David S. Miller
2015-12-01wan/x25: Fix use-after-free in x25_asy_open_tty()Peter Hurley
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-17wan/x25_asy: integer overflow in x25_asy_change_mtu()Dan Carpenter
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2013-02-04wan: Remove unnecessary alloc/OOM messagesJoe Perches
2012-06-06drivers: net: Remove casts to same typeJoe Perches
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches
2011-09-16wan: make LAPB callbacks conststephen hemminger
2011-06-27wan: Update to current logging formsJoe Perches
2010-12-02Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2010-11-29NET: wan/x25, fix ldisc->open retvalJiri Slaby
2010-11-28NET: wan/x25_asy, move lapb_unregister to x25_asy_close_ttyJiri Slaby
2010-09-26drivers/net: return operator cleanupEric Dumazet
2010-06-04X25: remove duplicated #includeHuang Weiyi
2010-04-22X25: Use identifiers for x25 async device to x25 interfaceandrew hendry
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-11-06net, compat_ioctl: handle socket ioctl abuses in tty driversArnd Bergmann
2009-09-01wan: convert drivers to netdev_tx_tStephen Hemminger
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-03-21x25_asy: convert to net_device_opsStephen Hemminger
2009-03-21x25_asy: convert to internal net_device_statsStephen Hemminger
2008-12-26drivers/net/wan: fix sparse warning: make symbol staticHannes Eder
2008-12-05tty: driverdata and discdata are void *Alan Cox
2008-12-05tty: Flags should be accessed via the foo_bit interfacesAlan Cox
2008-11-12netdevice: safe convert to netdev_priv() #part-3Wang Chen
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-07-20tty: Ldisc revampAlan Cox
2008-06-27Hold RTNL while calling dev_close()Ben Hutchings
2008-04-30tty: The big operations reworkAlan Cox
2008-02-09x25_asy.c: silence compiler warningS.Çağlar Onur
2008-02-08x25_asy: Fix ref count rule violationAlan Cox