aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/rionet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-26drivers: net: remove NETDEV_TX_LOCKEDFlorian Westphal1-5/+1
2016-03-22rapidio/rionet: add mport removal handlingAlexandre Bounine1-26/+44
2016-03-22rapidio/rionet: add locking into add/remove deviceAlexandre Bounine1-50/+102
2016-03-22rapidio/rionet: add shutdown event handlingAlexandre Bounine1-0/+38
2016-03-22rapidio/rionet: add capability to change MTUAurelien Jacquiot1-2/+15
2016-03-22rapidio/rionet: fix deadlock on SMPAurelien Jacquiot1-2/+2
2015-08-05bus: subsys: update return type of ->remove_dev() to voidViresh Kumar1-3/+1
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-04-07rapidio: rework device hierarchy and introduce mport class of devicesAlexandre Bounine1-0/+1
2013-07-03rapidio/rionet: rework driver initialization and removalAlexandre Bounine1-25/+78
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-4/+4
2012-10-06rapidio/rionet: rework to support multiple RIO master portsAlexandre Bounine1-63/+70
2012-10-06rapidio/rionet: fix multicast packet transmit logicAlexandre Bounine1-3/+17
2012-04-01rionet: fix page allocation order of rionet_activeAkinobu Mita1-5/+6
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-2/+0
2011-11-02drivers/net/rionet.c: fix ethernet address macros for LE platformsAlexandre Bounine1-2/+2
2011-08-25rapidio: fix use of non-compatible registersAlexandre Bounine1-15/+8
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-13/+15
2011-07-04net: rionet: Use is_multicast_ether_addrTobias Klauser1-1/+1
2011-06-29rionet: fix NULL pointer dereference in rionet_removeYinglin Luan1-13/+15
2011-05-22rionet: Remove pointless printk of skb pointer.David S. Miller1-2/+2
2011-03-23rapidio: modify subsystem and driver initialization sequenceAlexandre Bounine1-1/+1
2011-03-23rapidio: modify configuration to support PCI-SRIO controllerAlexandre Bounine1-2/+2
2010-09-26rionet: use free_netdev(netdev) instead of kfree()Kulikov Vasiliy1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
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