Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-14net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior
2021-10-22net: sb1000,rionet: use eth_hw_addr_set()Jakub Kicinski
2020-04-30rionet: Fix use correct return type for ndo_start_xmit()Yunjian Wang
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
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-23rapidio/rionet: add mport removal handlingAlexandre Bounine
2016-03-23rapidio/rionet: add locking into add/remove deviceAlexandre Bounine
2016-03-23rapidio/rionet: add shutdown event handlingAlexandre Bounine
2016-03-23rapidio/rionet: add capability to change MTUAurelien Jacquiot
2016-03-23rapidio/rionet: fix deadlock on SMPAurelien Jacquiot
2015-08-06bus: subsys: update return type of ->remove_dev() to voidViresh Kumar
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-04-08rapidio: rework device hierarchy and introduce mport class of devicesAlexandre Bounine
2013-07-04rapidio/rionet: rework driver initialization and removalAlexandre Bounine
2013-01-07ethtool: fix drvinfo strings set in driversJiri Pirko
2012-10-05rapidio/rionet: rework to support multiple RIO master portsAlexandre Bounine
2012-10-05rapidio/rionet: fix multicast packet transmit logicAlexandre Bounine
2012-04-02rionet: fix page allocation order of rionet_activeAkinobu Mita
2012-02-01drivers/net: Remove alloc_etherdev error messagesJoe Perches
2011-11-03drivers/net/rionet.c: fix ethernet address macros for LE platformsAlexandre Bounine
2011-08-26rapidio: fix use of non-compatible registersAlexandre Bounine
2011-07-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-05net: rionet: Use is_multicast_ether_addrTobias Klauser
2011-06-29rionet: fix NULL pointer dereference in rionet_removeYinglin Luan
2011-05-23rionet: Remove pointless printk of skb pointer.David S. Miller
2011-03-24rapidio: modify subsystem and driver initialization sequenceAlexandre Bounine
2011-03-24rapidio: modify configuration to support PCI-SRIO controllerAlexandre Bounine
2010-09-27rionet: 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-06net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-07-06net: remove NET_RX_BAD and NET_RX_CN* definesFlorian Westphal
2009-04-16rionet: convert to net_device_opsAlexander Beregalov
2009-02-27drivers/net/rionet.c: remove some pointless conditionals before kfree_skb()Wei Yongjun
2008-11-13netdevice: safe convert to netdev_priv() #part-2Wang Chen
2008-10-28net: convert print_mac to %pMJohannes Berg
2008-04-29[RAPIDIO] Auto-probe the RapidIO system sizeZhang Wei
2007-10-11[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches
2007-10-11[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik
2007-10-11[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-04-26[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