summaryrefslogtreecommitdiffstats
path: root/drivers/net/iseries_veth.c
Commit message (Expand)AuthorAgeFilesLines
...
* [PATCH] iseries_veth: Remove TX timeout codeMichael Ellerman2005-09-011-48/+0Star
* [PATCH] iseries_veth: Use kobjects to track lifecycle of connection structsMichael Ellerman2005-09-011-38/+83
* [PATCH] iseries_veth: Make init_connection() & destroy_connection() symmetricalMichael Ellerman2005-09-011-13/+22
* [PATCH] iseries_veth: Only call dma_unmap_single() if dma_map_single() succeededMichael Ellerman2005-09-011-9/+8Star
* [PATCH] iseries_veth: Replace lock-protected atomic with an ordinary variableMichael Ellerman2005-09-011-6/+7
* [PATCH] iseries_veth: Remove redundant message stack lockMichael Ellerman2005-09-011-9/+3Star
* [PATCH] iseries_veth: Fix broken promiscuous handlingMichael Ellerman2005-09-011-11/+5Star
* [PATCH] iseries_veth: Try to avoid pathological reset behaviourMichael Ellerman2005-09-011-2/+23
* [PATCH] iseries_veth: Remove a FIXME WRT deletion of the ack_timerMichael Ellerman2005-09-011-8/+13
* [PATCH] iseries_veth: Cleanup error and debug messagesMichael Ellerman2005-09-011-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-101-4/+5
* [PATCH] iseries_veth: Cleanup skbs to prevent unregister_netdevice() hangingMichael Ellerman2005-05-161-2/+9
* [PATCH] iseries_veth: Don't leak skbs in RX pathMichael Ellerman2005-05-161-6/+11
* [PATCH] iseries_veth: Set dev->trans_start so watchdog timer works rightMichael Ellerman2005-05-161-0/+2
* [PATCH] iseries_veth: Don't send packets to LPARs which aren't upMichael Ellerman2005-05-161-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+1422