index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-21
infiniband: convert ipoib to net_device_ops
Stephen Hemminger
1
-7
/
+11
2009-03-21
infiniband: convert nes driver to net_device_ops
Stephen Hemminger
1
-12
/
+15
2009-03-21
infiniband: convert c2 to net_device_ops
Stephen Hemminger
3
-35
/
+30
2009-03-21
sfc: Implement adaptive IRQ moderation
Ben Hutchings
6
-21
/
+73
2009-03-21
sfc: Optimise falcon_writel_page_locked() for page > 0
Ben Hutchings
1
-5
/
+8
2009-03-21
sfc: Remove unused private PCI register definitions
Ben Hutchings
1
-7
/
+0
2009-03-21
sfc: Work around unreliable legacy interrupt status
Ben Hutchings
1
-12
/
+14
2009-03-21
sfc: Pad packets to 33 bytes to prevent TX packet parser lockup
Ben Hutchings
2
-0
/
+10
2009-03-21
eql: fix non-constant printk warning
Stephen Hemminger
1
-1
/
+1
2009-03-21
atm: fix non-const printk argument
Stephen Hemminger
1
-3
/
+1
2009-03-21
igb: cleanup tx dma so map & unmap use matching calls
Alexander Duyck
1
-31
/
+35
2009-03-21
igb: rework igb_set_multi so that vfs are properly updated
Alexander Duyck
1
-10
/
+8
2009-03-21
igb: update driver to use setup_timer function
Alexander Duyck
1
-7
/
+4
2009-03-21
igb: remove IGB_DESC_UNUSED since it is better handled by a function call
Alexander Duyck
2
-11
/
+18
2009-03-21
igb: allow tx of pre-formatted vlan tagged packets
Arthur Jones
1
-1
/
+12
2009-03-21
spider_net: Convert to net_device_ops.
Yang Hongyang
1
-14
/
+17
2009-03-21
powerpc 4xx EMAC driver: device name reported on timeout is not correct
Mikhail Zolotaryov
1
-1
/
+1
2009-03-21
ixgbe: fix select_queue management
Stephen Hemminger
2
-8
/
+11
2009-03-21
fsl_pq_mdio: Revive Gianfar TBI PHY support
Anton Vorontsov
1
-0
/
+1
2009-03-21
gianfar: Fix build with CONFIG_PM enabled
Anton Vorontsov
1
-2
/
+2
2009-03-21
e100: add support for 82552 10/100 adapter
Bruce Allan
1
-16
/
+77
2009-03-21
Merge branch 'master' of git://git.infradead.org/~dwmw2/solos-2.6
David S. Miller
2
-160
/
+734
2009-03-20
e1000e: fixup merge error
Arthur Jones
1
-1
/
+1
2009-03-20
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
8
-35
/
+92
2009-03-20
dnet: remove duplicated #include
Huang Weiyi
1
-1
/
+0
2009-03-20
ixgbe: Fixup the watchdog interrupt scheduling on 82599
Jesse Brandeburg
1
-32
/
+81
2009-03-20
ixgbe: Correctly report Wake On LAN for 82599 KX4 devices
PJ Waskiewicz
1
-1
/
+40
2009-03-20
ixgbe: Fix PCI bus reporting on driver load for 82598 after 82599 merge
PJ Waskiewicz
1
-0
/
+3
2009-03-20
ixgb: refactor tx path to use skb_dma_map/unmap
Alexander Duyck
1
-31
/
+39
2009-03-20
e1000e: allow tx of pre-formatted vlan tagged packets
Arthur Jones
1
-1
/
+8
2009-03-20
e1000e: fix dma error handling issues
Alexander Duyck
1
-44
/
+32
2009-03-20
e1000e: add support for 82583 device id
Alexander Duyck
5
-22
/
+116
2009-03-20
smsc9420: fix big endian rx checksum offload
Steve Glendinning
1
-1
/
+1
2009-03-20
sunvnet: Convert to net_device_ops.
David S. Miller
1
-7
/
+11
2009-03-19
smsc911x: allow setting of mac address
Steve Glendinning
1
-5
/
+30
2009-03-19
smsc911x: replace print_mac with %pM
Steve Glendinning
1
-3
/
+1
2009-03-19
smsc911x: define status word positions as constants
Steve Glendinning
2
-10
/
+15
2009-03-18
bas_gigaset: correctly allocate USB interrupt transfer buffer
Tilman Schmidt
1
-3
/
+13
2009-03-18
smsc911x: reset last known duplex and carrier on open
Steve Glendinning
1
-0
/
+4
2009-03-18
sh_eth: Fix mistake of the address of SH7763
Nobuhiro Iwamatsu
1
-2
/
+2
2009-03-18
sh_eth: Change handling of IRQ
Nobuhiro Iwamatsu
1
-3
/
+17
2009-03-18
gianfar: pass the proper dev to DMA ops
Kumar Gala
2
-17
/
+20
2009-03-18
tulip: fix crash on iface up with shirq debug
Kyle McMartin
1
-16
/
+29
2009-03-18
virtio_net: Make virtio_net support carrier detection
Pantelis Koukousoulas
1
-0
/
+3
2009-03-18
bonding: Fix updating of speed/duplex changes
Jay Vosburgh
1
-5
/
+20
2009-03-18
a2065: skb_padto cleanups
Dave Jones
1
-14
/
+5
2009-03-18
bnx2: Fix problem of using wrong IRQ handler.
Michael Chan
1
-6
/
+6
2009-03-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
60
-2955
/
+7437
2009-03-17
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
27
-189
/
+5684
2009-03-17
netxen: fix firmware download warnings
Dhananjay Phadke
2
-15
/
+15
[next]