aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/x25_asy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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