aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/rionet.c
AgeCommit message (Expand)Author
2018-11-28rapidio/rionet: do not free skb before reading its lengthPan Bian
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena
2016-10-20net: use core MTU range checking in misc driversJarod Wilson
2016-04-26drivers: net: remove NETDEV_TX_LOCKEDFlorian Westphal
2016-03-22rapidio/rionet: add mport removal handlingAlexandre Bounine
2016-03-22rapidio/rionet: add locking into add/remove deviceAlexandre Bounine
2016-03-22rapidio/rionet: add shutdown event handlingAlexandre Bounine
2016-03-22rapidio/rionet: add capability to change MTUAurelien Jacquiot
2016-03-22rapidio/rionet: fix deadlock on SMPAurelien Jacquiot
2015-08-05bus: subsys: update return type of ->remove_dev() to voidViresh Kumar
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-04-07rapidio: rework device hierarchy and introduce mport class of devicesAlexandre Bounine
2013-07-03rapidio/rionet: rework driver initialization and removalAlexandre Bounine
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2012-10-06rapidio/rionet: rework to support multiple RIO master portsAlexandre Bounine
2012-10-06rapidio/rionet: fix multicast packet transmit logicAlexandre Bounine
2012-04-01rionet: fix page allocation order of rionet_activeAkinobu Mita
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches
2011-11-02drivers/net/rionet.c: fix ethernet address macros for LE platformsAlexandre Bounine
2011-08-25rapidio: fix use of non-compatible registersAlexandre Bounine
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-04net: rionet: Use is_multicast_ether_addrTobias Klauser
2011-06-29rionet: fix NULL pointer dereference in rionet_removeYinglin Luan
2011-05-22rionet: Remove pointless printk of skb pointer.David S. Miller
2011-03-23rapidio: modify subsystem and driver initialization sequenceAlexandre Bounine
2011-03-23rapidio: modify configuration to support PCI-SRIO controllerAlexandre Bounine
2010-09-26rionet: use free_netdev(netdev) instead of kfree()Kulikov Vasiliy
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-21trivial: fix typo "for for" in multiple filesAnand Gadiyar
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-07-05net: remove NET_RX_BAD and NET_RX_CN* definesFlorian Westphal
2009-04-16rionet: convert to net_device_opsAlexander Beregalov
2009-02-26drivers/net/rionet.c: remove some pointless conditionals before kfree_skb()Wei Yongjun
2008-11-12netdevice: safe convert to netdev_priv() #part-2Wang Chen
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-04-29[RAPIDIO] Auto-probe the RapidIO system sizeZhang Wei
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik
2005-09-14[PATCH] Add rapidio net driverMatt Porter