aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/rionet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-21trivial: fix typo "for for" in multiple filesAnand Gadiyar1-1/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-07-05net: remove NET_RX_BAD and NET_RX_CN* definesFlorian Westphal1-5/+0
2009-04-16rionet: convert to net_device_opsAlexander Beregalov1-4/+10
2009-02-26drivers/net/rionet.c: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2008-11-12netdevice: safe convert to netdev_priv() #part-2Wang Chen1-13/+13
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+2
2008-04-29[RAPIDIO] Auto-probe the RapidIO system sizeZhang Wei1-2/+14
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-3/+3
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik1-14/+6
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-2/+0
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-1/+1
2005-09-14[PATCH] Add rapidio net driverMatt Porter1-0/+574