aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/rionet.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/net/rionet.c: fix ethernet address macros for LE platformsAlexandre Bounine2011-11-111-2/+2
* rapidio: fix use of non-compatible registersAlexandre Bounine2011-10-031-15/+8
* rionet: fix NULL pointer dereference in rionet_removeYinglin Luan2011-06-291-13/+15
* rionet: Remove pointless printk of skb pointer.David S. Miller2011-05-221-2/+2
* rapidio: modify subsystem and driver initialization sequenceAlexandre Bounine2011-03-231-1/+1
* rapidio: modify configuration to support PCI-SRIO controllerAlexandre Bounine2011-03-231-2/+2
* rionet: use free_netdev(netdev) instead of kfree()Kulikov Vasiliy2010-09-261-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* trivial: fix typo "for for" in multiple filesAnand Gadiyar2009-09-211-1/+1
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* net: remove NET_RX_BAD and NET_RX_CN* definesFlorian Westphal2009-07-051-5/+0
* rionet: convert to net_device_opsAlexander Beregalov2009-04-161-4/+10
* drivers/net/rionet.c: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-261-2/+1
* netdevice: safe convert to netdev_priv() #part-2Wang Chen2008-11-121-13/+13
* net: convert print_mac to %pMJohannes Berg2008-10-271-3/+2
* [RAPIDIO] Auto-probe the RapidIO system sizeZhang Wei2008-04-291-2/+14
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-3/+3
* [NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik2007-10-101-14/+6
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-2/+0
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-1/+0
* drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-1/+1
* [PATCH] Add rapidio net driverMatt Porter2005-09-141-0/+574