summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/net_kern.c
Commit message (Expand)AuthorAgeFilesLines
* um: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-191-1/+1
* net: um: use eth_hw_addr_set()Jakub Kicinski2021-10-291-1/+2
* um: Support dynamic IRQ allocationJohannes Berg2020-12-131-1/+1
* um: Delete never executed timerLeon Romanovsky2020-03-291-12/+0
* um: Don't overwrite ethtool driver versionLeon Romanovsky2020-03-291-1/+0
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* um: Add SPDX headers for files in arch/um/driversAlex Dewar2019-09-151-1/+1
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+3
* um: Remove obsolete reenable_XX callsAnton Ivanov2018-12-271-2/+0
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-311-1/+1
* High Performance UML Vector Network DriverAnton Ivanov2018-02-191-2/+2
* um: net: Convert timers to use timer_setup()Kees Cook2017-10-181-5/+4
* net: use core MTU range checking in misc driversJarod Wilson2016-10-201-8/+0
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-2/+2
* um: net: replace GFP_KERNEL with GFP_ATOMIC when spinlock is heldSaurabh Sengar2015-11-061-8/+9
* um: net: Eliminate NULL test after alloc_bootmemHimangi Saraogi2014-10-131-4/+0
* uml/net_kern: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-241-1/+1
* net : enable tx time stamping in the vde driver.Paul Chavent2013-03-111-0/+2
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-061-2/+2
* um: net: use eth_hw_addr_random() to generate random macJiri Pirko2013-01-031-14/+8
* um: get rid of pointless include "..." where include <...> will doAl Viro2012-10-091-5/+5
* arch: Use eth_random_addrJoe Perches2012-07-161-1/+1
* um: Implement um_free_irq()Richard Weinberger2012-05-211-2/+2
* Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-271-1/+1
|\
| * um: irq: Remove IRQF_DISABLEDYong Zhang2012-03-251-1/+1
* | UML net: set addr_assign_type if random_ether_addr() usedDanny Kukawka2012-02-171-3/+8
|/
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* um: add netpoll supportRichard Weinberger2011-07-251-0/+12
* um: Proper Fix for f25c80a4: remove duplicate structure field initializationBoaz Harrosh2010-09-291-14/+3
* arch/um/drivers: remove duplicate structure field initializationJulia Lawall2010-07-211-8/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-021-1/+1
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* uml: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-151-2/+2
* uml: fix compile error from net_device_ops conversionMiklos Szeredi2009-04-021-1/+1
* uml: convert network device to netdevice opsStephen Hemminger2009-03-271-7/+13
* uml: convert network device to internal network device statsStephen Hemminger2009-03-271-13/+6
* um: Kill directly reference of netdev->privWang Chen2008-12-041-11/+11
* net: convert more to %pMJohannes Berg2008-10-271-6/+1
* uml: make several things staticWANG Cong2008-04-281-3/+3
* [UML]: uml-net: don't set IFF_ALLMULTI in set_multicast_listPatrick McHardy2008-03-261-5/+1
* uml: use of a public MAC is a warning, not an errorJeff Dike2008-02-051-5/+4
* uml: SMP locking commentaryJeff Dike2008-02-051-1/+6
* [UM]: Fix use of skb after netif_rxJulia Lawall2007-12-111-1/+1
* uml: fix build for !CONFIG_TCPJeff Dike2007-11-141-2/+12
* uml: correctly handle skb allocation failuresJeff Dike2007-10-161-0/+47
* uml: network driver MTU cleanupsJeff Dike2007-10-161-34/+8