aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/net_kern.c
AgeCommit message (Expand)Author
2020-03-29um: Delete never executed timerLeon Romanovsky
2020-03-29um: Don't overwrite ethtool driver versionLeon Romanovsky
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-09-15um: Add SPDX headers for files in arch/um/driversAlex Dewar
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2018-12-27um: Remove obsolete reenable_XX callsAnton Ivanov
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport
2018-02-19High Performance UML Vector Network DriverAnton Ivanov
2017-10-18um: net: Convert timers to use timer_setup()Kees Cook
2016-10-20net: use core MTU range checking in misc driversJarod Wilson
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2015-11-06um: net: replace GFP_KERNEL with GFP_ATOMIC when spinlock is heldSaurabh Sengar
2014-10-13um: net: Eliminate NULL test after alloc_bootmemHimangi Saraogi
2014-03-24uml/net_kern: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman
2013-03-11net : enable tx time stamping in the vde driver.Paul Chavent
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2013-01-03um: net: use eth_hw_addr_random() to generate random macJiri Pirko
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro
2012-07-16arch: Use eth_random_addrJoe Perches
2012-05-21um: Implement um_free_irq()Richard Weinberger
2012-03-27Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-25um: irq: Remove IRQF_DISABLEDYong Zhang
2012-02-17UML net: set addr_assign_type if random_ether_addr() usedDanny Kukawka
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-07-25um: add netpoll supportRichard Weinberger
2010-09-29um: Proper Fix for f25c80a4: remove duplicate structure field initializationBoaz Harrosh
2010-07-21arch/um/drivers: remove duplicate structure field initializationJulia Lawall
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-21trivial: remove unnecessary semicolonsJoe Perches
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-15uml: remove driver_data direct access of struct deviceGreg Kroah-Hartman
2009-04-02uml: fix compile error from net_device_ops conversionMiklos Szeredi
2009-03-27uml: convert network device to netdevice opsStephen Hemminger
2009-03-27uml: convert network device to internal network device statsStephen Hemminger
2008-12-04um: Kill directly reference of netdev->privWang Chen
2008-10-27net: convert more to %pMJohannes Berg
2008-04-28uml: make several things staticWANG Cong
2008-03-26[UML]: uml-net: don't set IFF_ALLMULTI in set_multicast_listPatrick McHardy
2008-02-05uml: use of a public MAC is a warning, not an errorJeff Dike
2008-02-05uml: SMP locking commentaryJeff Dike
2007-12-11[UM]: Fix use of skb after netif_rxJulia Lawall
2007-11-14uml: fix build for !CONFIG_TCPJeff Dike
2007-10-16uml: correctly handle skb allocation failuresJeff Dike
2007-10-16uml: network driver MTU cleanupsJeff Dike
2007-10-16uml: network formattingJeff Dike
2007-07-24uml: more __init annotationsJeff Dike
2007-05-08uml: network and pcap cleanupJeff Dike