summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/net_kern.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud