summaryrefslogtreecommitdiffstats
path: root/drivers/net/iseries_veth.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] iseries_veth: Don't leak skbs in RX pathMichael Ellerman2005-05-151-6/+11
* [PATCH] iseries_veth: Set dev->trans_start so watchdog timer works rightMichael Ellerman2005-05-151-0/+2
* [PATCH] iseries_veth: Don't send packets to LPARs which aren't upMichael Ellerman2005-05-151-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1422