aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/cycx_x25.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-13net: fix network drivers ndo_start_xmit() return values (part 4)Patrick McHardy1-3/+3
2009-03-21cycx: convert to net_device_opsStephen Hemminger1-20/+21
2008-11-20netdevice wanrouter: Convert directly reference of netdev->privWang Chen1-45/+44
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-2/+0
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison1-6/+6
2007-12-22cycx: annotations and fixes (.24 fodder?)Al Viro1-6/+6
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-11/+20
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+1
2005-09-14[PATCH] Replace drivers/net/wan custom ctype macros with standard onesTobias Klauser1-2/+3
2005-05-03[WAN]: kfree of NULL pointer is validJesper Juhl1-6/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1609