index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-29
pcmcia: remove obsolete and wrong comments
Dominik Brodowski
17
-646
/
+3
2010-09-29
pcmcia: avoid messages on module (un)loading
Dominik Brodowski
4
-20
/
+4
2010-09-29
pcmcia: move driver name to struct pcmcia_driver
Dominik Brodowski
19
-57
/
+19
2010-09-29
pcmcia: remove the "Finally, report what we've done" message
Dominik Brodowski
2
-25
/
+1
2010-09-29
pcmcia: use autoconfiguration feature for ioports and iomem
Dominik Brodowski
11
-287
/
+103
2010-09-29
pcmcia: introduce autoconfiguration feature
Dominik Brodowski
11
-109
/
+18
2010-09-29
pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device
Dominik Brodowski
19
-106
/
+53
2010-09-29
pcmcia: move config_{base,index,regs} to struct pcmcia_device
Dominik Brodowski
13
-33
/
+33
2010-09-29
pcmcia: simplify IntType
Dominik Brodowski
19
-19
/
+0
2010-09-29
pcmcia: simplify Status, ExtStatus register access
Dominik Brodowski
7
-20
/
+8
2010-09-29
pcmcia: move Vpp setup to struct pcmcia_device
Dominik Brodowski
5
-15
/
+15
2010-09-29
pcmcia: split up modify_configuration() into two fixup functions
Dominik Brodowski
1
-4
/
+1
2010-09-29
pcmcia: do not use win_req_t when calling pcmcia_request_window()
Dominik Brodowski
8
-111
/
+95
2010-09-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
13
-63
/
+252
2010-09-27
de2104x: fix ethtool
Ondrej Zary
1
-2
/
+5
2010-09-27
3c59x: fix regression from patch "Add ethtool WOL support"
Jan Beulich
1
-0
/
+10
2010-09-26
sgiseeq: use free_netdev(netdev) instead of kfree()
Kulikov Vasiliy
1
-1
/
+1
2010-09-26
rionet: use free_netdev(netdev) instead of kfree()
Kulikov Vasiliy
1
-1
/
+1
2010-09-26
ibm_newemac: use free_netdev(netdev) instead of kfree()
Kulikov Vasiliy
1
-2
/
+2
2010-09-26
smsc911x: Add MODULE_ALIAS()
Vincent Stehlé
1
-0
/
+1
2010-09-26
de2104x: fix TP link detection
Ondrej Zary
1
-2
/
+21
2010-09-26
de2104x: fix power management
Ondrej Zary
1
-0
/
+3
2010-09-24
de2104x: disable autonegotiation on broken hardware
Ondrej Zary
1
-2
/
+10
2010-09-22
e1000e: 82579 do not gate auto config of PHY by hardware during nominal use
Bruce Allan
1
-9
/
+68
2010-09-22
e1000e: 82579 jumbo frame workaround causing CRC errors
Bruce Allan
2
-21
/
+20
2010-09-22
e1000e: 82579 unaccounted missed packets
Bruce Allan
2
-0
/
+49
2010-09-22
e1000e: 82566DC fails to get link
Bruce Allan
1
-2
/
+5
2010-09-22
e1000e: 82579 SMBus address and LEDs incorrect after device reset
Bruce Allan
1
-3
/
+3
2010-09-22
e1000e: 82577/8/9 issues with device in Sx
Bruce Allan
1
-8
/
+39
2010-09-22
atl1: zero out CMB and SBM in atl1_free_ring_resources
Luca Tettamanti
1
-0
/
+6
2010-09-22
atl1: fix resume
Luca Tettamanti
1
-2
/
+3
2010-09-21
netxen: dont set skb->truesize
Eric Dumazet
1
-3
/
+0
2010-09-21
qlcnic: dont set skb->truesize
Eric Dumazet
1
-5
/
+0
2010-09-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-0
/
+5
2010-09-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
9
-11
/
+26
2010-09-17
qlcnic: dont assume NET_IP_ALIGN is 2
Eric Dumazet
1
-1
/
+1
2010-09-17
iwlwifi: do not perferm force reset while doing scan
Wey-Yi Guy
1
-0
/
+5
2010-09-16
drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized stack memory
Dan Rosenberg
1
-0
/
+2
2010-09-16
drivers/net/eql.c: prevent reading uninitialized stack memory
Dan Rosenberg
1
-0
/
+2
2010-09-16
drivers/net/usb/hso.c: prevent reading uninitialized memory
Dan Rosenberg
1
-0
/
+2
2010-09-16
Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...
Linus Torvalds
1
-56
/
+83
2010-09-15
r8169: Handle rxfifo errors on 8168 chips
Matthew Garrett
1
-3
/
+2
2010-09-15
3c59x: Remove atomic context inside vortex_{set|get}_wol
Denis Kirjanov
1
-4
/
+3
2010-09-15
pcmcia pcnet_cs: try setting io_lines to 16 if card setup fails
Dominik Brodowski
1
-56
/
+83
2010-09-14
phylib: fix PAL state machine restart on resume
Simon Guinot
1
-2
/
+2
2010-09-14
bonding: correctly process non-linear skbs
Andy Gospodarek
2
-0
/
+6
2010-09-13
Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2
-0
/
+2
2010-09-13
ppp: potential NULL dereference in ppp_mp_explode()
Dan Carpenter
1
-2
/
+7
2010-09-09
ipheth: remove incorrect devtype to WWAN
Dan Williams
1
-6
/
+1
2010-09-08
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
76
-807
/
+616
[next]