Age | Commit message (Expand) | Author | Files | Lines |
2008-03-23 | [8390]: Fix build error. | David S. Miller | 1 | -1/+1 |
2008-03-23 | Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/... | David S. Miller | 100 | -63181/+25074 |
2008-03-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 2 | -3/+18 |
2008-03-21 | [NET] ifb: set separate lockdep classes for queue locks | Jarek Poplawski | 1 | -0/+15 |
2008-03-21 | [TG3]: Fix build warning on sparc32. | David S. Miller | 1 | -3/+3 |
2008-03-19 | [RT2X00] drivers/net/wireless/rt2x00/rt2x00dev.c: remove dead code, fix warning | Andrew Morton | 1 | -3/+0 |
2008-03-18 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 306 | -3191/+8132 |
2008-03-18 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David S. Miller | 264 | -2835/+7579 |
2008-03-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 8 | -81/+127 |
2008-03-17 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -52/+118 |
2008-03-17 | ahci: Add Marvell 6121 SATA support | Jose Alberto Reguero | 1 | -4/+15 |
2008-03-17 | pata_ali: use atapi_cmd_type() to determine cmd type instead of transfer size | Tejun Heo | 1 | -1/+1 |
2008-03-17 | ahci: implement skip_host_reset parameter | Tejun Heo | 1 | -19/+29 |
2008-03-17 | ahci: request all PCI BARs | Tejun Heo | 1 | -1/+4 |
2008-03-17 | libata-acpi: improve dock event handling | Tejun Heo | 1 | -27/+69 |
2008-03-17 | ioc3.c: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -11/+11 |
2008-03-17 | ucc_geth: use correct thread number for 10/100Mbps link | Joakim Tjernlund | 1 | -2/+4 |
2008-03-17 | igb: Correctly get protocol information | Mitch Williams | 1 | -4/+17 |
2008-03-17 | [IOC3] Fix section missmatch | Ralf Baechle | 1 | -1/+2 |
2008-03-17 | 2.6.25-rc4 de_stop_rxtx polling wrong | Grant Grundler | 1 | -3/+7 |
2008-03-17 | forcedeth: limit tx to 16 | Ayaz Abdulla | 1 | -18/+100 |
2008-03-17 | 3c501: Further coding style fixes | Alan Cox | 1 | -7/+9 |
2008-03-17 | cxgb3: Fix transmit queue stop mechanism | Divy Le Ray | 1 | -3/+9 |
2008-03-17 | NEWEMAC: Add compatible "ibm,tah" to tah matching table | Stefan Roese | 1 | -0/+4 |
2008-03-17 | rndis_host: fix transfer size negotiation | Jean-Christophe Dubois | 1 | -4/+8 |
2008-03-17 | NEWEMAC: fix support for pause packets | Pravin M. Bathija | 1 | -0/+7 |
2008-03-17 | virtio: fix race in enable_cb | Christian Borntraeger | 2 | -4/+7 |
2008-03-17 | virtio: Enable netpoll interface for netconsole logging | Amit Shah | 1 | -0/+12 |
2008-03-17 | virtio: handle > 2 billion page balloon targets | Rusty Russell | 1 | -2/+2 |
2008-03-17 | virtio: Fix sysfs bits to have proper block symlink | Jeremy Katz | 1 | -0/+1 |
2008-03-17 | virtio: Use spin_lock_irqsave/restore for virtio-pci | Anthony Liguori | 1 | -6/+9 |
2008-03-17 | drivers/net/atl1/atl1_main.c: remove unused variable | Julia Lawall | 1 | -3/+0 |
2008-03-17 | drivers/net/ipg.c: remove unused variable | Julia Lawall | 1 | -3/+0 |
2008-03-17 | epic100 endianness annotations and fixes | Al Viro | 1 | -20/+27 |
2008-03-17 | ipg fix | Al Viro | 1 | -1/+6 |
2008-03-17 | more misannotations: ne2k-pci | Al Viro | 1 | -4/+4 |
2008-03-17 | fore2000 - fix misannotations | Al Viro | 2 | -108/+108 |
2008-03-17 | wan/farsync: copy_from_user() to iomem is wrong | Al Viro | 1 | -5/+12 |
2008-03-17 | r6040 endianness fixes | Al Viro | 1 | -4/+6 |
2008-03-17 | ixgbe: Increment version | Auke Kok | 1 | -1/+1 |
2008-03-17 | ixgbe: Add optional DCA infrastructure | Jeb Cramer | 2 | -0/+157 |
2008-03-17 | ixgbe: Introduce adaptive interrupt moderation | Ayyappan Veeraiyan | 3 | -12/+232 |
2008-03-17 | ixgbe: Introduce Multiqueue TX | Ayyappan Veeraiyan | 2 | -5/+66 |
2008-03-17 | ixgbe: Introduce MSI-X queue vector code | Ayyappan Veeraiyan | 2 | -350/+826 |
2008-03-17 | /drivers/net/atarilance.c replaced init_module&cleanup_module with module_ini... | Jon Schindler | 1 | -3/+4 |
2008-03-17 | /drivers/net/at1700.c replaced init_module&cleanup_module with module_init&mo... | Jon Schindler | 1 | -3/+4 |
2008-03-17 | /drivers/net/arcnet/com20020.c replaced init_module&cleanup_module with modul... | Jon Schindler | 1 | -3/+4 |
2008-03-17 | /drivers/net/appletalk/cops.c replaced init_module&cleanup_module with module... | Jon Schindler | 1 | -2/+4 |
2008-03-17 | /drivers/net/8390.c replaced init_module&cleanup_module with module_init&modu... | Jon Schindler | 1 | -2/+4 |
2008-03-17 | smc91x: make superh use default config V2 | Magnus Damm | 1 | -30/+0 |