summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/x25_asy.c
Commit message (Expand)AuthorAgeFilesLines
* net: wan: x25_asy: mark expected switch fall-throughGustavo A. R. Silva2017-11-111-0/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* net: use core MTU range checking in WAN driversJarod Wilson2016-10-201-3/+2
* x25_asy: Free x25_asy on x25_asy_open() failure.David S. Miller2016-01-131-1/+3
* wan/x25: Fix use-after-free in x25_asy_open_tty()Peter Hurley2015-12-011-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-221-1/+5
|\
| * wan/x25_asy: integer overflow in x25_asy_change_mtu()Dan Carpenter2014-07-171-1/+5
* | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-2/+2
|/
* wan: Remove unnecessary alloc/OOM messagesJoe Perches2013-02-041-1/+0
* drivers: net: Remove casts to same typeJoe Perches2012-06-061-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-3/+1
* wan: make LAPB callbacks conststephen hemminger2011-09-161-2/+1
* wan: Update to current logging formsJoe Perches2011-06-271-24/+23
* Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2010-12-021-1/+1
|\
| * NET: wan/x25, fix ldisc->open retvalJiri Slaby2010-11-291-1/+1
* | NET: wan/x25_asy, move lapb_unregister to x25_asy_close_ttyJiri Slaby2010-11-281-5/+6
|/
* drivers/net: return operator cleanupEric Dumazet2010-09-261-1/+1
* X25: remove duplicated #includeHuang Weiyi2010-06-041-2/+0
* X25: Use identifiers for x25 async device to x25 interfaceandrew hendry2010-04-221-6/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-2/+2
* net, compat_ioctl: handle socket ioctl abuses in tty driversArnd Bergmann2009-11-061-0/+19
* wan: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-5/+5
* x25_asy: convert to net_device_opsStephen Hemminger2009-03-211-5/+9
* x25_asy: convert to internal net_device_statsStephen Hemminger2009-03-211-19/+11
* drivers/net/wan: fix sparse warning: make symbol staticHannes Eder2008-12-261-1/+1
* tty: driverdata and discdata are void *Alan Cox2008-12-051-5/+5
* tty: Flags should be accessed via the foo_bit interfacesAlan Cox2008-12-051-4/+4
* netdevice: safe convert to netdev_priv() #part-3Wang Chen2008-11-121-14/+14
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-4/+0
* tty: Ldisc revampAlan Cox2008-07-201-1/+1
* Hold RTNL while calling dev_close()Ben Hutchings2008-06-271-0/+3
* tty: The big operations reworkAlan Cox2008-04-301-144/+135
* x25_asy.c: silence compiler warningS.Çağlar Onur2008-02-091-1/+0
* x25_asy: Fix ref count rule violationAlan Cox2008-02-081-3/+2
* [TTY]: Use tty_mode_ioctl() in network drivers.Alan Cox2007-11-071-5/+1
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-3/+1
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-4/+4
* [PATCH] TTY layer buffering revampAlan Cox2006-01-101-6/+1
* [PATCH] Convert users to tty_unregister_ldisc()Alexey Dobriyan2005-06-231-1/+1
* [WAN]: kfree of NULL pointer is validJesper Juhl2005-05-031-14/+6
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+844