aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/net_kern.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-20um: Convert strscpy() usage to 2-argument styleKees Cook1-1/+1
2024-01-05um: net: Fix return type of uml_net_start_xmit()Nathan Chancellor1-1/+1
2022-09-19um: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2021-10-29net: um: use eth_hw_addr_set()Jakub Kicinski1-1/+2
2020-12-13um: Support dynamic IRQ allocationJohannes Berg1-1/+1
2020-03-29um: Delete never executed timerLeon Romanovsky1-12/+0
2020-03-29um: Don't overwrite ethtool driver versionLeon Romanovsky1-1/+0
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-09-15um: Add SPDX headers for files in arch/um/driversAlex Dewar1-1/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+3
2018-12-27um: Remove obsolete reenable_XX callsAnton Ivanov1-2/+0
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport1-1/+1
2018-02-19High Performance UML Vector Network DriverAnton Ivanov1-2/+2
2017-10-18um: net: Convert timers to use timer_setup()Kees Cook1-5/+4
2016-10-20net: use core MTU range checking in misc driversJarod Wilson1-8/+0
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2015-11-06um: net: replace GFP_KERNEL with GFP_ATOMIC when spinlock is heldSaurabh Sengar1-8/+9
2014-10-13um: net: Eliminate NULL test after alloc_bootmemHimangi Saraogi1-4/+0
2014-03-24uml/net_kern: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2013-03-11net : enable tx time stamping in the vde driver.Paul Chavent1-0/+2
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-2/+2
2013-01-03um: net: use eth_hw_addr_random() to generate random macJiri Pirko1-14/+8
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro1-5/+5
2012-07-16arch: Use eth_random_addrJoe Perches1-1/+1
2012-05-21um: Implement um_free_irq()Richard Weinberger1-2/+2
2012-03-27Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2012-03-25um: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2012-02-17UML net: set addr_assign_type if random_ether_addr() usedDanny Kukawka1-3/+8
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-07-25um: add netpoll supportRichard Weinberger1-0/+12
2010-09-29um: Proper Fix for f25c80a4: remove duplicate structure field initializationBoaz Harrosh1-14/+3
2010-07-21arch/um/drivers: remove duplicate structure field initializationJulia Lawall1-8/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-15uml: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-2/+2
2009-04-02uml: fix compile error from net_device_ops conversionMiklos Szeredi1-1/+1
2009-03-27uml: convert network device to netdevice opsStephen Hemminger1-7/+13
2009-03-27uml: convert network device to internal network device statsStephen Hemminger1-13/+6
2008-12-04um: Kill directly reference of netdev->privWang Chen1-11/+11
2008-10-27net: convert more to %pMJohannes Berg1-6/+1
2008-04-28uml: make several things staticWANG Cong1-3/+3
2008-03-26[UML]: uml-net: don't set IFF_ALLMULTI in set_multicast_listPatrick McHardy1-5/+1
2008-02-05uml: use of a public MAC is a warning, not an errorJeff Dike1-5/+4
2008-02-05uml: SMP locking commentaryJeff Dike1-1/+6
2007-12-11[UM]: Fix use of skb after netif_rxJulia Lawall1-1/+1
2007-11-14uml: fix build for !CONFIG_TCPJeff Dike1-2/+12
2007-10-16uml: correctly handle skb allocation failuresJeff Dike1-0/+47
2007-10-16uml: network driver MTU cleanupsJeff Dike1-34/+8
2007-10-16uml: network formattingJeff Dike1-100/+97
2007-07-24uml: more __init annotationsJeff Dike1-1/+1
2007-05-08uml: network and pcap cleanupJeff Dike1-6/+9
2007-05-07uml: drivers get release methodsJeff Dike1-4/+15
2007-05-07uml: Replace one-element array with zero-element arrayPaolo 'Blaisorblade' Giarrusso1-11/+3
2007-05-07uml: Eliminate temporary buffer in eth_configurePaolo 'Blaisorblade' Giarrusso1-12/+13
2007-05-07uml: improve checking and diagnostics of ethernet MACsPaolo 'Blaisorblade' Giarrusso1-9/+29
2007-05-07uml: remove user_util.hJeff Dike1-1/+0
2007-05-07uml: network interface hotplug error handlingJeff Dike1-35/+46
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-02-11[PATCH] uml: network driver locking and code cleanupJeff Dike1-24/+18
2007-02-11[PATCH] uml: mconsole lockingJeff Dike1-0/+1
2007-02-11[PATCH] uml: network driver whitespace and style fixesJeff Dike1-14/+15
2007-02-11[PATCH] uml: add locking to network transport registrationJeff Dike1-4/+5
2007-02-11[PATCH] uml: return hotplug errors to hostJeff Dike1-51/+46
2006-12-13[PATCH] uml: fix net_kern workqueue abusePeter Zijlstra1-6/+9
2006-12-12um: replace kmalloc+memset with kzallocYan Burman1-2/+1
2006-12-05WorkQueue: Fix up arch-specific work items where possibleDavid Howells1-0/+1
2006-10-08[PATCH] uml pt_regs fixesAl Viro1-1/+1
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-09-29[PATCH] uml build fixOllie Wild1-1/+1
2006-09-29[PATCH] uml: don't roll my own random MAC generatorJeff Dike1-3/+1
2006-09-29[PATCH] uml: mechanical tidying after random MACs changeJeff Dike1-65/+40
2006-09-29[PATCH] uml: assign random MACs to interfaces if necessaryJeff Dike1-4/+11
2006-09-28[IPV4]: annotate struct in_ifaddrAl Viro1-1/+1
2006-09-27[PATCH] uml: fix allocation sizeJeff Dike1-4/+5
2006-09-27[PATCH] uml: fix proc-vs-interrupt context spinlock deadlockPaolo 'Blaisorblade' Giarrusso1-12/+4
2006-09-26[PATCH] uml: clean our set_ether_macPaolo 'Blaisorblade' Giarrusso1-8/+6
2006-07-02[PATCH] irq-flags: UM: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-02-07[PATCH] uml: balance list_add and list_del in the network driverJeff Dike1-10/+19
2006-01-18[PATCH] uml: fix spinlock recursion and sleep-inside-spinlock in error pathPaolo 'Blaisorblade' Giarrusso1-2/+13
2006-01-18[PATCH] uml: networking - clear transport-specific structurePaolo 'Blaisorblade' Giarrusso1-1/+5
2006-01-06[PATCH] uml: free network IRQ correctlyJeff Dike1-0/+2
2006-01-06[PATCH] uml: Add static initializations and declarationsJeff Dike1-2/+2
2006-01-06[PATCH] uml: use kstrdupJeff Dike1-1/+1
2005-11-11Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds1-4/+5
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-4/+5
2005-11-09[PATCH] uml_net: use ethtool_opsChristoph Hellwig1-27/+11
2005-11-07[PATCH] uml: fix UML network driver endianness bugsBodo Stroesser1-31/+7
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-0/+1
2005-06-25[PATCH] uml: hot-unplug code cleanupJeff Dike1-10/+21
2005-06-21[PATCH] uml: add and use generic hw_controller_type->releasePaolo 'Blaisorblade' Giarrusso1-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+896