aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e100.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-03-16Merge branch 'upstream-fixes'Jeff Garzik1-1/+4
2006-03-15e100: fix eeh on pseries during ethtool -tJesse Brandeburg1-1/+4
2006-03-04Fix io ordering problems in e100Catalin(ux aka Dino) BOIE1-3/+3
2006-02-07e100: remove init_hw call to fix panicJesse Brandeburg1-2/+0
2006-01-17[PATCH] e100: e100 whitespace fixesJesse Brandeburg1-37/+37
2006-01-17[PATCH] e100: Handle the return values from pci_* functionsJesse Brandeburg1-7/+23
2006-01-17[PATCH] e100: Fix TX hang and RMCP Ping issue (due to a microcode loading issue)Jesse Brandeburg1-5/+39
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-9/+9
2006-01-12[PATCH] corruption during e100 MDI register accessODonnell, Michael1-3/+29
2005-11-18[PATCH] e100: re-enable microcode with more useful defaultsJesse Brandeburg1-18/+257
2005-11-07[PATCH] Fix sparse warning in e100 driver.Luiz Fernando Capitulino1-3/+3
2005-10-13Merge branch 'master'Jeff Garzik1-206/+18
2005-10-11e100: revert CPU cycle saver microcode, it causes severe problemsJeff Garzik1-206/+18
2005-09-21Merge /spare/repo/linux-2.6/Jeff Garzik1-3/+1
2005-09-14[PATCH] e100: support ETHTOOL_GPERMADDRJohn W. Linville1-1/+3
2005-09-14[PATCH] e100: correct rx_dropped and add rx_missed_errorsJohn W. Linville1-3/+1
2005-08-25[PATCH] e100: Driver version, white space, comments & otherMalli Chilakala1-3/+4
2005-08-25[PATCH] e100: CPU cycle saver microcodeMalli Chilakala1-18/+206
2005-08-25[PATCH] e100: Increased delay loop for command blocksMalli Chilakala1-1/+2
2005-08-25[PATCH] e100: fixed endian bug in xmit_prepare routineMalli Chilakala1-1/+2
2005-08-25[PATCH] e100: added msleep_interruptible delayMalli Chilakala1-0/+2
2005-08-25[PATCH] e100: Do not check Rx packet length against mtuMalli Chilakala1-1/+1
2005-06-27Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Greg KH1-9/+16
2005-06-27[PATCH] PCI: make drivers use the pci shutdown callback instead of the driver core callback.Greg Kroah-Hartman1-7/+2
2005-06-27[PATCH] e100: NAPI performance enhancementsMalli Chilakala1-2/+4
2005-06-27[PATCH] e100: e100_eeprom_load was called after e100_phy_initMalli Chilakala1-2/+2
2005-06-27[PATCH] e100: fixed e100 MDI/MDI-X issuesMalli Chilakala1-5/+10
2005-06-26drivers/net/: Use the DMA_{64,32}BIT_MASK constantsDomen Puncer1-1/+2
2005-05-12[PATCH] e100: Driver version, white space, comments, device idMalli Chilakala1-2/+8
2005-05-12[PATCH] e100: Performance optimizations to e100 Tx PathMalli Chilakala1-4/+12
2005-05-12[PATCH] e100: Fix Wake on lan related issuesMalli Chilakala1-3/+28
2005-05-12[PATCH] e100: Synchronize interface link state with poll routineMalli Chilakala1-2/+7
2005-05-12[PATCH] e100: Render e100 NAPI state machineMalli Chilakala1-15/+71
2005-05-12[PATCH] e100: Execute tx_timeout task outside interrupt contextMalli Chilakala1-0/+13
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2374