index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-14
GRETH: resolve SMP issues and other problems
Daniel Hellstrom
1
-67
/
+92
2011-01-14
GRETH: handle frame error interrupts
Daniel Hellstrom
2
-4
/
+7
2011-01-14
GRETH: avoid writing bad speed/duplex when setting transfer mode
Daniel Hellstrom
1
-11
/
+8
2011-01-14
GRETH: fixed skb buffer memory leak on frame errors
Daniel Hellstrom
1
-4
/
+14
2011-01-14
GRETH: GBit transmit descriptor handling optimization
Daniel Hellstrom
1
-9
/
+10
2011-01-14
GRETH: fix opening/closing
Daniel Hellstrom
1
-0
/
+4
2011-01-14
GRETH: added raw AMBA vendor/device number to match against.
Daniel Hellstrom
1
-0
/
+3
2011-01-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
13
-136
/
+147
2011-01-14
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sf...
David S. Miller
2
-14
/
+14
2011-01-14
Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...
David S. Miller
1
-7
/
+11
2011-01-14
cassini: Fix build bustage on x86.
David S. Miller
1
-3
/
+3
2011-01-14
e1000e: consistent use of Rx/Tx vs. RX/TX/rx/tx in comments/logs
Bruce Allan
6
-123
/
+126
2011-01-14
e1000e: update Copyright for 2011
Bruce Allan
12
-13
/
+13
2011-01-14
e1000: Avoid unhandled IRQ
Jesse Brandeburg
1
-1
/
+9
2011-01-14
r8169: keep firmware in memory.
françois romieu
1
-12
/
+31
2011-01-14
netdev: tilepro: Use is_unicast_ether_addr helper
Tobias Klauser
1
-9
/
+1
2011-01-14
ks8695net: Use default implementation of ethtool_ops::get_link
Ben Hutchings
1
-15
/
+1
2011-01-14
ks8695net: Disable non-working ethtool operations
Ben Hutchings
1
-183
/
+99
2011-01-14
USB CDC NCM: Don't deref NULL in cdc_ncm_rx_fixup() and don't use uninitializ...
Jesper Juhl
1
-1
/
+3
2011-01-14
vxge: Remember to release firmware after upgrading firmware
Jesper Juhl
1
-0
/
+1
2011-01-14
netdev: bfin_mac: Remove is_multicast_ether_addr use in netdev_for_each_mc_addr
Joe Perches
1
-8
/
+1
2011-01-14
net: remove dev_txq_stats_fold()
Eric Dumazet
4
-14
/
+31
2011-01-14
sfc: Restore the effect of the rss_cpus module parameter
Ben Hutchings
1
-0
/
+3
2011-01-14
sfc: Make efx_get_tx_queue() an inline function
Ben Hutchings
2
-14
/
+11
2011-01-13
bna: Remove unnecessary memset(,0,)
Joe Perches
1
-1
/
+0
2011-01-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
9
-23
/
+61
2011-01-13
netdev: bfin_mac: Use is_multicast_ether_addr helper
Tobias Klauser
1
-1
/
+1
2011-01-13
netdev: ucc_geth: Use is_multicast_ether_addr helper
Tobias Klauser
1
-1
/
+1
2011-01-12
cxgb4vf: recover from failure in cxgb4vf_open()
Casey Leedom
1
-5
/
+10
2011-01-12
ehea: Increase the skb array usage
Breno Leitao
2
-5
/
+3
2011-01-12
net/fec: remove config FEC2 as it's used nowhere
Shawn Guo
1
-8
/
+0
2011-01-12
pcnet_cs: add new_id
Ken Kawasaki
1
-0
/
+1
2011-01-11
net/r8169: Update the function of parsing firmware
hayeswang
1
-12
/
+110
2011-01-11
net: ppp: use {get,put}_unaligned_be{16,32}
Changli Gao
5
-20
/
+18
2011-01-11
mlx4: Call alloc_etherdev to allocate RX and TX queues
Tom Herbert
1
-1
/
+2
2011-01-11
cxgb4vf: fix mailbox data/control coherency domain race
Casey Leedom
1
-0
/
+11
2011-01-11
qlcnic: change module parameter permissions
amit salecha
2
-7
/
+7
2011-01-11
qlcnic: fix ethtool diagnostics test
Sony Chacko
1
-1
/
+1
2011-01-11
qlcnic: fix flash fw version read
amit salecha
2
-1
/
+82
2011-01-11
netdev: bfin_mac: let boards set vlan masks
Mike Frysinger
2
-0
/
+10
2011-01-11
netdev: bfin_mac: disable hardware checksum if writeback cache is enabled
Sonic Zhang
1
-0
/
+7
2011-01-11
netdev: bfin_mac: drop unused Mac data
Mike Frysinger
1
-1
/
+0
2011-01-11
netdev: bfin_mac: mark setup_system_regs as static
Mike Frysinger
1
-1
/
+1
2011-01-11
netdev: bfin_mac: clean up printk messages
Mike Frysinger
1
-36
/
+29
2011-01-10
hostap_cs: fix sleeping function called from invalid context
Stanislaw Gruszka
1
-9
/
+6
2011-01-10
ipw2200: Check for -1 INTA in tasklet too.
Indan Zupancic
1
-0
/
+7
2011-01-10
ssb: Ignore dangling ethernet cores on wireless devices
Michael Büsch
1
-0
/
+10
2011-01-10
p54: fix sequence no. accounting off-by-one error
Christian Lamparter
1
-1
/
+1
2011-01-10
ath9k_htc: Really fix packet injection
Sujith Manoharan
2
-11
/
+27
2011-01-10
ath9k_hw: Fix RX handling for USB devices
Sujith Manoharan
1
-1
/
+1
[next]