summaryrefslogtreecommitdiffstats
path: root/drivers/net/iseries_veth.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Cleanup from l64 to ll64 change: drivers/netStephen Rothwell2009-01-131-1/+1
* netdevice: safe convert to netdev_priv() #part-1Wang Chen2008-11-121-7/+7
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-2/+2
* [POWERPC] properly declare onstack completion in iseries vethBenjamin Herrenschmidt2008-04-171-1/+2
* iSeries: fix section mismatch in iseries_vethStephen Rothwell2008-02-051-1/+1
* Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman2008-01-241-2/+2
* Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman2008-01-241-1/+1
* Driver: add driver_add_kobj for looney iseries_veth driverGreg Kroah-Hartman2008-01-241-1/+1
* Kobject: convert drivers/net/iseries_veth.c to use kobject_init/add_ng()Greg Kroah-Hartman2008-01-241-13/+6
* [NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik2007-10-101-18/+5
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-4/+2
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-1/+0
* Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman2007-02-071-1/+1
* [POWERPC] iSeries: fix iseries_veth initStephen Rothwell2006-12-201-3/+6
* WorkStruct: make allyesconfigDavid Howells2006-11-221-5/+7
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] powerpc: update iseries_veth device-tree informationStephen Rothwell2006-05-191-10/+17
* [PATCH] powerpc: remove bitfields from HvLpEventStephen Rothwell2006-01-121-2/+2
* [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering2005-11-091-1/+0
* merge filename and modify references to iSeries/mf.hKelly Daly2005-11-021-1/+1
* merge filename and modify references to iseries/hv_types.hKelly Daly2005-11-021-1/+1
* merge filename and modify references to iseries/hv_lp_event.hKelly Daly2005-11-021-1/+1
* merge filename and modify reference to iseries/hv_lp_config.hKelly Daly2005-11-021-1/+1
* powerpc: set the driver.owner field for all vio driversStephen Rothwell2005-10-241-0/+1
* powerpc: don't duplicate name between vio_driver and device_driverStephen Rothwell2005-10-241-2/+4
* powerpc: move iSeries/iSeries_pci.h to platforms/iseriesStephen Rothwell2005-10-141-5/+6
* [PATCH] iseries_veth: Update copyright noticeMichael Ellerman2005-09-061-0/+1
* [PATCH] iseries_veth: Be consistent about driver name, increment versionMichael Ellerman2005-08-311-6/+10
* [PATCH] iseries_veth: Remove studly caps from iseries_veth.cMichael Ellerman2005-08-311-37/+37
* [PATCH] iseries_veth: Incorporate iseries_veth.h in iseries_veth.cMichael Ellerman2005-08-311-2/+40
* [PATCH] iseries_veth: Add sysfs support for port structsMichael Ellerman2005-08-311-0/+67
* [PATCH] iseries_veth: Add sysfs support for connection structsMichael Ellerman2005-08-311-4/+90
* [PATCH] iseries_veth: Fix bogus counting of TX errorsMichael Ellerman2005-08-311-28/+19
* [PATCH] iseries_veth: Simplify full-queue handlingMichael Ellerman2005-08-311-44/+64
* [PATCH] iseries_veth: Add a per-connection ack timerMichael Ellerman2005-08-311-6/+69
* [PATCH] iseries_veth: Remove TX timeout codeMichael Ellerman2005-08-311-48/+0
* [PATCH] iseries_veth: Use kobjects to track lifecycle of connection structsMichael Ellerman2005-08-311-38/+83
* [PATCH] iseries_veth: Make init_connection() & destroy_connection() symmetricalMichael Ellerman2005-08-311-13/+22
* [PATCH] iseries_veth: Only call dma_unmap_single() if dma_map_single() succeededMichael Ellerman2005-08-311-9/+8
* [PATCH] iseries_veth: Replace lock-protected atomic with an ordinary variableMichael Ellerman2005-08-311-6/+7
* [PATCH] iseries_veth: Remove redundant message stack lockMichael Ellerman2005-08-311-9/+3
* [PATCH] iseries_veth: Fix broken promiscuous handlingMichael Ellerman2005-08-311-11/+5
* [PATCH] iseries_veth: Try to avoid pathological reset behaviourMichael Ellerman2005-08-311-2/+23
* [PATCH] iseries_veth: Remove a FIXME WRT deletion of the ack_timerMichael Ellerman2005-08-311-8/+13
* [PATCH] iseries_veth: Cleanup error and debug messagesMichael Ellerman2005-08-311-47/+51
* [PATCH] Make MODULE_DEVICE_TABLE work for vio devicesStephen Rothwell2005-08-301-1/+1
* [PATCH] iseries_veth: Supress spurious WARN_ON() at module unloadMichael Ellerman2005-06-091-4/+5
* [PATCH] iseries_veth: Cleanup skbs to prevent unregister_netdevice() hangingMichael Ellerman2005-05-151-2/+9
OpenPOWER on IntegriCloud