summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/net_kern.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* uml: network formattingJeff Dike2007-10-161-100/+97
* uml: more __init annotationsJeff Dike2007-07-241-1/+1
* uml: network and pcap cleanupJeff Dike2007-05-081-6/+9
* uml: drivers get release methodsJeff Dike2007-05-071-4/+15
* uml: Replace one-element array with zero-element arrayPaolo 'Blaisorblade' Giarrusso2007-05-071-11/+3
* uml: Eliminate temporary buffer in eth_configurePaolo 'Blaisorblade' Giarrusso2007-05-071-12/+13
* uml: improve checking and diagnostics of ethernet MACsPaolo 'Blaisorblade' Giarrusso2007-05-071-9/+29
* uml: remove user_util.hJeff Dike2007-05-071-1/+0
* uml: network interface hotplug error handlingJeff Dike2007-05-071-35/+46
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [PATCH] uml: network driver locking and code cleanupJeff Dike2007-02-111-24/+18
* [PATCH] uml: mconsole lockingJeff Dike2007-02-111-0/+1
* [PATCH] uml: network driver whitespace and style fixesJeff Dike2007-02-111-14/+15
* [PATCH] uml: add locking to network transport registrationJeff Dike2007-02-111-4/+5
* [PATCH] uml: return hotplug errors to hostJeff Dike2007-02-111-51/+46
* [PATCH] uml: fix net_kern workqueue abusePeter Zijlstra2006-12-131-6/+9
* um: replace kmalloc+memset with kzallocYan Burman2006-12-121-2/+1
* WorkQueue: Fix up arch-specific work items where possibleDavid Howells2006-12-051-0/+1
* [PATCH] uml pt_regs fixesAl Viro2006-10-081-1/+1
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0
* [PATCH] uml build fixOllie Wild2006-09-291-1/+1
* [PATCH] uml: don't roll my own random MAC generatorJeff Dike2006-09-291-3/+1
* [PATCH] uml: mechanical tidying after random MACs changeJeff Dike2006-09-291-65/+40
* [PATCH] uml: assign random MACs to interfaces if necessaryJeff Dike2006-09-291-4/+11
* [IPV4]: annotate struct in_ifaddrAl Viro2006-09-281-1/+1
* [PATCH] uml: fix allocation sizeJeff Dike2006-09-271-4/+5
* [PATCH] uml: fix proc-vs-interrupt context spinlock deadlockPaolo 'Blaisorblade' Giarrusso2006-09-271-12/+4
* [PATCH] uml: clean our set_ether_macPaolo 'Blaisorblade' Giarrusso2006-09-261-8/+6
* [PATCH] irq-flags: UM: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [PATCH] uml: balance list_add and list_del in the network driverJeff Dike2006-02-071-10/+19
* [PATCH] uml: fix spinlock recursion and sleep-inside-spinlock in error pathPaolo 'Blaisorblade' Giarrusso2006-01-181-2/+13
* [PATCH] uml: networking - clear transport-specific structurePaolo 'Blaisorblade' Giarrusso2006-01-181-1/+5
* [PATCH] uml: free network IRQ correctlyJeff Dike2006-01-061-0/+2
* [PATCH] uml: Add static initializations and declarationsJeff Dike2006-01-061-2/+2
* [PATCH] uml: use kstrdupJeff Dike2006-01-061-1/+1
* Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds2005-11-111-4/+5
|\
| * [DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King2005-11-091-4/+5
* | [PATCH] uml_net: use ethtool_opsChristoph Hellwig2005-11-091-27/+11
|/
* [PATCH] uml: fix UML network driver endianness bugsBodo Stroesser2005-11-071-31/+7
* Create platform_device.h to contain all the platform device details.Russell King2005-10-291-0/+1
* [PATCH] uml: hot-unplug code cleanupJeff Dike2005-06-251-10/+21
* [PATCH] uml: add and use generic hw_controller_type->releasePaolo 'Blaisorblade' Giarrusso2005-06-211-1/+0
OpenPOWER on IntegriCloud