index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
e100.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-07-02
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
Thomas Gleixner
1
-1
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-27
[PATCH] 64bit resource: fix up printks for resources in networks drivers
Greg Kroah-Hartman
1
-2
/
+2
2006-06-08
e100: add PCI Error Recovery
Auke Kok
1
-0
/
+75
2006-03-16
Merge branch 'upstream-fixes'
Jeff Garzik
1
-1
/
+4
2006-03-15
e100: fix eeh on pseries during ethtool -t
Jesse Brandeburg
1
-1
/
+4
2006-03-04
Fix io ordering problems in e100
Catalin(ux aka Dino) BOIE
1
-3
/
+3
2006-02-07
e100: remove init_hw call to fix panic
Jesse Brandeburg
1
-2
/
+0
2006-01-17
[PATCH] e100: e100 whitespace fixes
Jesse Brandeburg
1
-37
/
+37
2006-01-17
[PATCH] e100: Handle the return values from pci_* functions
Jesse Brandeburg
1
-7
/
+23
2006-01-17
[PATCH] e100: Fix TX hang and RMCP Ping issue (due to a microcode loading issue)
Jesse Brandeburg
1
-5
/
+39
2006-01-14
[PATCH] Unlinline a bunch of other functions
Arjan van de Ven
1
-9
/
+9
2006-01-12
[PATCH] corruption during e100 MDI register access
ODonnell, Michael
1
-3
/
+29
2005-11-18
[PATCH] e100: re-enable microcode with more useful defaults
Jesse Brandeburg
1
-18
/
+257
2005-11-07
[PATCH] Fix sparse warning in e100 driver.
Luiz Fernando Capitulino
1
-3
/
+3
2005-10-13
Merge branch 'master'
Jeff Garzik
1
-206
/
+18
2005-10-11
e100: revert CPU cycle saver microcode, it causes severe problems
Jeff Garzik
1
-206
/
+18
2005-09-21
Merge /spare/repo/linux-2.6/
Jeff Garzik
1
-3
/
+1
2005-09-14
[PATCH] e100: support ETHTOOL_GPERMADDR
John W. Linville
1
-1
/
+3
2005-09-14
[PATCH] e100: correct rx_dropped and add rx_missed_errors
John W. Linville
1
-3
/
+1
2005-08-25
[PATCH] e100: Driver version, white space, comments & other
Malli Chilakala
1
-3
/
+4
2005-08-25
[PATCH] e100: CPU cycle saver microcode
Malli Chilakala
1
-18
/
+206
2005-08-25
[PATCH] e100: Increased delay loop for command blocks
Malli Chilakala
1
-1
/
+2
2005-08-25
[PATCH] e100: fixed endian bug in xmit_prepare routine
Malli Chilakala
1
-1
/
+2
2005-08-25
[PATCH] e100: added msleep_interruptible delay
Malli Chilakala
1
-0
/
+2
2005-08-25
[PATCH] e100: Do not check Rx packet length against mtu
Malli Chilakala
1
-1
/
+1
2005-06-27
Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Greg KH
1
-9
/
+16
2005-06-27
[PATCH] PCI: make drivers use the pci shutdown callback instead of the driver...
Greg Kroah-Hartman
1
-7
/
+2
2005-06-27
[PATCH] e100: NAPI performance enhancements
Malli Chilakala
1
-2
/
+4
2005-06-27
[PATCH] e100: e100_eeprom_load was called after e100_phy_init
Malli Chilakala
1
-2
/
+2
2005-06-27
[PATCH] e100: fixed e100 MDI/MDI-X issues
Malli Chilakala
1
-5
/
+10
2005-06-26
drivers/net/: Use the DMA_{64,32}BIT_MASK constants
Domen Puncer
1
-1
/
+2
2005-05-12
[PATCH] e100: Driver version, white space, comments, device id
Malli Chilakala
1
-2
/
+8
2005-05-12
[PATCH] e100: Performance optimizations to e100 Tx Path
Malli Chilakala
1
-4
/
+12
2005-05-12
[PATCH] e100: Fix Wake on lan related issues
Malli Chilakala
1
-3
/
+28
2005-05-12
[PATCH] e100: Synchronize interface link state with poll routine
Malli Chilakala
1
-2
/
+7
2005-05-12
[PATCH] e100: Render e100 NAPI state machine
Malli Chilakala
1
-15
/
+71
2005-05-12
[PATCH] e100: Execute tx_timeout task outside interrupt context
Malli Chilakala
1
-0
/
+13
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+2374