Age | Commit message (Expand) | Author | Files | Lines |
2007-07-17 | atl1: fix excessively indented code | Jay Cliburn | 1 | -36/+50 |
2007-07-17 | atl1: cleanup atl1_main | Jay Cliburn | 1 | -141/+137 |
2007-07-17 | atl1: header file cleanup | Jay Cliburn | 2 | -85/+90 |
2007-07-17 | atl1: remove irq_sem | Jay Cliburn | 2 | -5/+2 |
2007-07-17 | cdc-subset to support new vendor/product ID | jing xiang | 1 | -0/+3 |
2007-07-17 | 8139cp: implement the missing dev->tx_timeout | Francois Romieu | 1 | -3/+24 |
2007-07-17 | myri10ge: Remove nonsensical limit in the tx done routine | Brice Goglin | 1 | -6/+0 |
2007-07-17 | gianfar: kill unused header | Kumar Gala | 1 | -1/+0 |
2007-07-17 | EP93XX_ETH must select MII | John Donoghue | 1 | -0/+1 |
2007-07-17 | macb: Add multicast capability | Patrice Vilchez | 1 | -0/+120 |
2007-07-17 | macb: Use generic PHY layer | frederic RODO | 3 | -257/+206 |
2007-07-17 | eHEA: Introducing support vor DLPAR memory add | Thomas Klein | 5 | -65/+275 |
2007-07-17 | Merge branch 'upstream-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/... | Jeff Garzik | 21 | -268/+276 |
2007-07-17 | Fix a potential NULL pointer dereference in free_shared_mem() in drivers/net/... | Micah Gruber | 1 | -1/+3 |
2007-07-16 | Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 5 | -1579/+0 |
2007-07-16 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp... | Linus Torvalds | 4 | -0/+1241 |
2007-07-16 | Introduce CONFIG_VIRT_TO_BUS | Stephen Rothwell | 1 | -1/+1 |
2007-07-16 | more ACSI removal | Adrian Bunk | 5 | -1579/+0 |
2007-07-16 | [SPARC64]: Abstract out mdesc accesses for better MD update handling. | David S. Miller | 1 | -13/+21 |
2007-07-16 | [SPARC64]: Add Sun LDOM virtual network driver. | David S. Miller | 4 | -0/+1233 |
2007-07-16 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | Linus Torvalds | 5 | -2/+509 |
2007-07-16 | fallout from Auke's pci ->revision patch | Al Viro | 1 | -1/+1 |
2007-07-16 | ax88796: dev_dbg() wants device, not platform device | Al Viro | 1 | -2/+2 |
2007-07-16 | zd1211rw: too early inclusion of asm/unaligned.h | Al Viro | 1 | -1/+1 |
2007-07-15 | [NET]: Add ethtool support for NETIF_F_IPV6_CSUM devices. | Michael Chan | 2 | -2/+2 |
2007-07-15 | [NET]: Add macvlan driver | Patrick McHardy | 3 | -0/+507 |
2007-07-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 7 | -1/+58 |
2007-07-13 | Revert "[BNX2]: Seems to not need net/tcp.h" | Linus Torvalds | 1 | -0/+1 |
2007-07-13 | IB/mlx4: Implement query SRQ | Jack Morgenstein | 1 | -0/+30 |
2007-07-13 | IB/mlx4: Implement query QP | Jack Morgenstein | 1 | -0/+21 |
2007-07-13 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 34 | -157/+63 |
2007-07-13 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 1 | -1/+1 |
2007-07-13 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | Linus Torvalds | 53 | -269/+3284 |
2007-07-12 | Blackfin arch: Port the dm9000 driver to Blackfin by using the correct low-le... | Alex Landau | 2 | -2/+17 |
2007-07-12 | [TG3]: Update version to 3.78. | Michael Chan | 1 | -2/+2 |
2007-07-12 | [TG3]: Add missing NVRAM strapping. | Matt Carlson | 2 | -1/+4 |
2007-07-12 | [TG3]: Enable auto MDI. | Matt Carlson | 2 | -15/+49 |
2007-07-12 | [TG3]: Fix the polarity bit. | Matt Carlson | 1 | -19/+44 |
2007-07-12 | [TG3]: Fix irq_sync race condition. | Michael Chan | 1 | -3/+3 |
2007-07-12 | [RTNETLINK]: rtnl_link: allow specifying initial device address | Patrick McHardy | 2 | -0/+24 |
2007-07-12 | [RTNETLINK]: rtnl_link API simplification | Patrick McHardy | 2 | -106/+9 |
2007-07-12 | sysfs: kill unnecessary attribute->owner | Tejun Heo | 1 | -1/+1 |
2007-07-12 | PCI: add pci_try_set_mwi | Randy Dunlap | 4 | -6/+5 |
2007-07-12 | PCI: Change all drivers to use pci_device->revision | Auke Kok | 29 | -138/+58 |
2007-07-12 | PCI: remove useless pci driver method | David Brownell | 4 | -13/+0 |
2007-07-11 | [IRDA]: use mutex instead of semaphore in VLSI 82C147 IrDA controller driver | Matthias Kaehlcke | 2 | -14/+15 |
2007-07-11 | [BNX2]: Seems to not need net/tcp.h | Ilpo Järvinen | 1 | -1/+0 |
2007-07-11 | [BNX2]: Update version to 1.6.2. | Michael Chan | 1 | -2/+2 |
2007-07-11 | [BNX2]: Print management firmware version. | Michael Chan | 2 | -8/+42 |
2007-07-11 | [BNX2]: Enhance the heartbeat. | Michael Chan | 2 | -4/+25 |