summaryrefslogtreecommitdiff
path: root/drivers/net/rionet.c
Commit message (Expand)AuthorAge
* net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-01
* net: use core MTU range checking in misc driversJarod Wilson2016-10-20
* drivers: net: remove NETDEV_TX_LOCKEDFlorian Westphal2016-04-26
* rapidio/rionet: add mport removal handlingAlexandre Bounine2016-03-22
* rapidio/rionet: add locking into add/remove deviceAlexandre Bounine2016-03-22
* rapidio/rionet: add shutdown event handlingAlexandre Bounine2016-03-22
* rapidio/rionet: add capability to change MTUAurelien Jacquiot2016-03-22
* rapidio/rionet: fix deadlock on SMPAurelien Jacquiot2016-03-22
* bus: subsys: update return type of ->remove_dev() to voidViresh Kumar2015-08-05
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-13
* rapidio: rework device hierarchy and introduce mport class of devicesAlexandre Bounine2014-04-07
* rapidio/rionet: rework driver initialization and removalAlexandre Bounine2013-07-03
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-06
* rapidio/rionet: rework to support multiple RIO master portsAlexandre Bounine2012-10-06
* rapidio/rionet: fix multicast packet transmit logicAlexandre Bounine2012-10-06
* rionet: fix page allocation order of rionet_activeAkinobu Mita2012-04-01
* drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-31
* drivers/net/rionet.c: fix ethernet address macros for LE platformsAlexandre Bounine2011-11-02
* rapidio: fix use of non-compatible registersAlexandre Bounine2011-08-25
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-05
|\
| * rionet: fix NULL pointer dereference in rionet_removeYinglin Luan2011-06-29
* | net: rionet: Use is_multicast_ether_addrTobias Klauser2011-07-04
|/
* rionet: Remove pointless printk of skb pointer.David S. Miller2011-05-22
* rapidio: modify subsystem and driver initialization sequenceAlexandre Bounine2011-03-23
* rapidio: modify configuration to support PCI-SRIO controllerAlexandre Bounine2011-03-23
* rionet: use free_netdev(netdev) instead of kfree()Kulikov Vasiliy2010-09-26
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* trivial: fix typo "for for" in multiple filesAnand Gadiyar2009-09-21
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-05
* net: remove NET_RX_BAD and NET_RX_CN* definesFlorian Westphal2009-07-05
* rionet: convert to net_device_opsAlexander Beregalov2009-04-16
* drivers/net/rionet.c: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-26
* netdevice: safe convert to netdev_priv() #part-2Wang Chen2008-11-12
* net: convert print_mac to %pMJohannes Berg2008-10-27
* [RAPIDIO] Auto-probe the RapidIO system sizeZhang Wei2008-04-29
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-10
* [NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik2007-10-10
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-10
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-25
* drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-13
* [PATCH] Add rapidio net driverMatt Porter2005-09-14