aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/iseries_veth.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-06[PATCH] iseries_veth: Update copyright noticeGravatar Michael Ellerman 1-0/+1
2005-08-31[PATCH] iseries_veth: Be consistent about driver name, increment versionGravatar Michael Ellerman 1-6/+10
2005-08-31[PATCH] iseries_veth: Remove studly caps from iseries_veth.cGravatar Michael Ellerman 1-37/+37
2005-08-31[PATCH] iseries_veth: Incorporate iseries_veth.h in iseries_veth.cGravatar Michael Ellerman 1-2/+40
2005-08-31[PATCH] iseries_veth: Add sysfs support for port structsGravatar Michael Ellerman 1-0/+67
2005-08-31[PATCH] iseries_veth: Add sysfs support for connection structsGravatar Michael Ellerman 1-4/+90
2005-08-31[PATCH] iseries_veth: Fix bogus counting of TX errorsGravatar Michael Ellerman 1-28/+19
2005-08-31[PATCH] iseries_veth: Simplify full-queue handlingGravatar Michael Ellerman 1-44/+64
2005-08-31[PATCH] iseries_veth: Add a per-connection ack timerGravatar Michael Ellerman 1-6/+69
2005-08-31[PATCH] iseries_veth: Remove TX timeout codeGravatar Michael Ellerman 1-48/+0
2005-08-31[PATCH] iseries_veth: Use kobjects to track lifecycle of connection structsGravatar Michael Ellerman 1-38/+83
2005-08-31[PATCH] iseries_veth: Make init_connection() & destroy_connection() symmetricalGravatar Michael Ellerman 1-13/+22
2005-08-31[PATCH] iseries_veth: Only call dma_unmap_single() if dma_map_single() succeededGravatar Michael Ellerman 1-9/+8
2005-08-31[PATCH] iseries_veth: Replace lock-protected atomic with an ordinary variableGravatar Michael Ellerman 1-6/+7
2005-08-31[PATCH] iseries_veth: Remove redundant message stack lockGravatar Michael Ellerman 1-9/+3
2005-08-31[PATCH] iseries_veth: Fix broken promiscuous handlingGravatar Michael Ellerman 1-11/+5
2005-08-31[PATCH] iseries_veth: Try to avoid pathological reset behaviourGravatar Michael Ellerman 1-2/+23
2005-08-31[PATCH] iseries_veth: Remove a FIXME WRT deletion of the ack_timerGravatar Michael Ellerman 1-8/+13
2005-08-31[PATCH] iseries_veth: Cleanup error and debug messagesGravatar Michael Ellerman 1-47/+51
2005-08-30[PATCH] Make MODULE_DEVICE_TABLE work for vio devicesGravatar Stephen Rothwell 1-1/+1
2005-06-09[PATCH] iseries_veth: Supress spurious WARN_ON() at module unloadGravatar Michael Ellerman 1-4/+5
2005-05-15[PATCH] iseries_veth: Cleanup skbs to prevent unregister_netdevice() hangingGravatar Michael Ellerman 1-2/+9
2005-05-15[PATCH] iseries_veth: Don't leak skbs in RX pathGravatar Michael Ellerman 1-6/+11
2005-05-15[PATCH] iseries_veth: Set dev->trans_start so watchdog timer works rightGravatar Michael Ellerman 1-0/+2
2005-05-15[PATCH] iseries_veth: Don't send packets to LPARs which aren't upGravatar Michael Ellerman 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1422