aboutsummaryrefslogtreecommitdiff
path: root/arch/um/drivers/net_kern.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-05um: net: Fix return type of uml_net_start_xmit()Gravatar Nathan Chancellor 1-1/+1
2022-09-19um: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-1/+1
2021-10-29net: um: use eth_hw_addr_set()Gravatar Jakub Kicinski 1-1/+2
2020-12-13um: Support dynamic IRQ allocationGravatar Johannes Berg 1-1/+1
2020-03-29um: Delete never executed timerGravatar Leon Romanovsky 1-12/+0
2020-03-29um: Don't overwrite ethtool driver versionGravatar Leon Romanovsky 1-1/+0
2019-12-12netdev: pass the stuck queue to the timeout handlerGravatar Michael S. Tsirkin 1-1/+1
2019-09-15um: Add SPDX headers for files in arch/um/driversGravatar Alex Dewar 1-1/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 1-0/+3
2018-12-27um: Remove obsolete reenable_XX callsGravatar Anton Ivanov 1-2/+0
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESGravatar Mike Rapoport 1-1/+1
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocGravatar Mike Rapoport 1-1/+1
2018-02-19High Performance UML Vector Network DriverGravatar Anton Ivanov 1-2/+2
2017-10-18um: net: Convert timers to use timer_setup()Gravatar Kees Cook 1-5/+4
2016-10-20net: use core MTU range checking in misc driversGravatar Jarod Wilson 1-8/+0
2016-05-04treewide: replace dev->trans_start update with helperGravatar Florian Westphal 1-2/+2
2015-11-06um: net: replace GFP_KERNEL with GFP_ATOMIC when spinlock is heldGravatar Saurabh Sengar 1-8/+9
2014-10-13um: net: Eliminate NULL test after alloc_bootmemGravatar Himangi Saraogi 1-4/+0
2014-03-24uml/net_kern: Call dev_consume_skb_any instead of dev_kfree_skb.Gravatar Eric W. Biederman 1-1/+1
2013-03-11net : enable tx time stamping in the vde driver.Gravatar Paul Chavent 1-0/+2
2013-01-06ethtool: fix drvinfo strings set in driversGravatar Jiri Pirko 1-2/+2
2013-01-03um: net: use eth_hw_addr_random() to generate random macGravatar Jiri Pirko 1-14/+8
2012-10-09um: get rid of pointless include "..." where include <...> will doGravatar Al Viro 1-5/+5
2012-07-16arch: Use eth_random_addrGravatar Joe Perches 1-1/+1
2012-05-21um: Implement um_free_irq()Gravatar Richard Weinberger 1-2/+2
2012-03-27Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2012-03-25um: irq: Remove IRQF_DISABLEDGravatar Yong Zhang 1-1/+1
2012-02-17UML net: set addr_assign_type if random_ether_addr() usedGravatar Danny Kukawka 1-3/+8
2011-08-17net: remove use of ndo_set_multicast_list in driversGravatar Jiri Pirko 1-1/+1
2011-07-25um: add netpoll supportGravatar Richard Weinberger 1-0/+12
2010-09-29um: Proper Fix for f25c80a4: remove duplicate structure field initializationGravatar Boaz Harrosh 1-14/+3
2010-07-21arch/um/drivers: remove duplicate structure field initializationGravatar Julia Lawall 1-8/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-21trivial: remove unnecessary semicolonsGravatar Joe Perches 1-1/+1
2009-09-02netdev: drivers should make ethtool_ops constGravatar Stephen Hemminger 1-1/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsGravatar Patrick McHardy 1-1/+1
2009-06-15uml: remove driver_data direct access of struct deviceGravatar Greg Kroah-Hartman 1-2/+2
2009-04-02uml: fix compile error from net_device_ops conversionGravatar Miklos Szeredi 1-1/+1
2009-03-27uml: convert network device to netdevice opsGravatar Stephen Hemminger 1-7/+13
2009-03-27uml: convert network device to internal network device statsGravatar Stephen Hemminger 1-13/+6
2008-12-04um: Kill directly reference of netdev->privGravatar Wang Chen 1-11/+11
2008-10-27net: convert more to %pMGravatar Johannes Berg 1-6/+1
2008-04-28uml: make several things staticGravatar WANG Cong 1-3/+3
2008-03-26[UML]: uml-net: don't set IFF_ALLMULTI in set_multicast_listGravatar Patrick McHardy 1-5/+1
2008-02-05uml: use of a public MAC is a warning, not an errorGravatar Jeff Dike 1-5/+4
2008-02-05uml: SMP locking commentaryGravatar Jeff Dike 1-1/+6
2007-12-11[UM]: Fix use of skb after netif_rxGravatar Julia Lawall 1-1/+1
2007-11-14uml: fix build for !CONFIG_TCPGravatar Jeff Dike 1-2/+12
2007-10-16uml: correctly handle skb allocation failuresGravatar Jeff Dike 1-0/+47