| Commit message (Expand) | Author | Age | Files | Lines |
* | add new prom.h for AU1x00 | Yoichi Yuasa | 2007-10-15 | 1 | -5/+5 |
* | update AU1000 get_ethernet_addr() | Yoichi Yuasa | 2007-10-15 | 1 | -16/+4 |
* | MIPSsim: General cleanup | Ralf Baechle | 2007-10-15 | 2 | -71/+75 |
* | Jazzsonic: Fix warning about unused variable. | Ralf Baechle | 2007-10-15 | 1 | -1/+0 |
* | Use dcr_host_t.base in dcr_unmap() | Michael Ellerman | 2007-10-15 | 1 | -1/+1 |
* | Add dcr_host_t.base in dcr_read()/dcr_write() | Michael Ellerman | 2007-10-15 | 2 | -4/+4 |
* | Use dcr_host_t.base in ibm_emac_mal | Michael Ellerman | 2007-10-15 | 2 | -4/+6 |
* | Update ibm_newemac to use dcr_host_t.base | Michael Ellerman | 2007-10-15 | 2 | -7/+7 |
* | tehuti: possible leak in bdx_probe | Florin Malita | 2007-10-15 | 1 | -1/+2 |
* | TC35815: Fix build | Ralf Baechle | 2007-10-15 | 1 | -1/+0 |
* | SAA9730: Fix build | Ralf Baechle | 2007-10-15 | 1 | -2/+7 |
* | AR7 ethernet | Matteo Croce | 2007-10-15 | 3 | -0/+1184 |
* | myri10ge: update driver version to 1.3.2-1.287 | Brice Goglin | 2007-10-15 | 1 | -1/+1 |
* | myri10ge: add IPv6 TSO support | Brice Goglin | 2007-10-15 | 1 | -8/+79 |
* | myri10ge: update firmware headers | Brice Goglin | 2007-10-15 | 1 | -4/+86 |
* | myri10ge: fix some indentation, white spaces, and comments | Brice Goglin | 2007-10-15 | 1 | -6/+5 |
* | net/bonding: Optionally allow ethernet slaves to keep own MAC | Jay Vosburgh | 2007-10-15 | 3 | -24/+88 |
* | net/bonding: Destroy bonding master when last slave is gone | Moni Shoua | 2007-10-15 | 3 | -4/+46 |
* | net/bonding: Delay sending of gratuitous ARP to avoid failure | Moni Shoua | 2007-10-15 | 2 | -3/+22 |
* | net/bonding: Handlle wrong assumptions that slave is always an Ethernet device | Moni Shoua | 2007-10-15 | 3 | -3/+11 |
* | net/bonding: Enable IP multicast for bonding IPoIB devices | Moni Shoua | 2007-10-15 | 2 | -6/+5 |
* | net/bonding: Enable bonding to enslave netdevices not supporting set_mac_addr... | Moni Shoua | 2007-10-15 | 2 | -28/+60 |
* | net/bonding: Enable bonding to enslave non ARPHRD_ETHER | Moni Shoua | 2007-10-15 | 1 | -0/+33 |
* | IB/ipoib: Verify address handle validity on send | Moni Shoua | 2007-10-15 | 1 | -2/+3 |
* | IB/ipoib: Bound the net device to the ipoib_neigh structue | Moni Shoua | 2007-10-15 | 3 | -11/+20 |
* | natsemi: Check return value for pci_enable_device() | Mark Brown | 2007-10-15 | 1 | -2/+8 |
* | natsemi: Use round_jiffies() for slow timers | Mark Brown | 2007-10-15 | 1 | -3/+7 |
* | Get rid of unused variable warning in drivers/pci/hotplug/pci_hotplug_core.c | Linus Torvalds | 2007-10-15 | 1 | -2/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched | Linus Torvalds | 2007-10-15 | 2 | -0/+12 |
|\ |
|
| * | sched: guest CPU accounting: maintain guest state in KVM | Laurent Vivier | 2007-10-15 | 2 | -0/+12 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-10-15 | 148 | -19880/+15526 |
|\ \ |
|
| * | | [SCSI] gdth: fix CONFIG_ISA build failure | Dhaval Giani | 2007-10-12 | 1 | -1/+1 |
| * | | [SCSI] esp_scsi: remove __dev{init,exit} | Adrian Bunk | 2007-10-12 | 1 | -5/+5 |
| * | | [SCSI] gdth: !use_sg cleanup and use of scsi accessors | Boaz Harrosh | 2007-10-12 | 2 | -126/+109 |
| * | | [SCSI] gdth: Move members from SCp to gdth_cmndinfo, stage 2 | Boaz Harrosh | 2007-10-12 | 3 | -91/+104 |
| * | | [SCSI] gdth: Setup proper per-command private data | Boaz Harrosh | 2007-10-12 | 3 | -36/+91 |
| * | | [SCSI] gdth: Remove gdth_ctr_tab[] | Boaz Harrosh | 2007-10-12 | 1 | -58/+51 |
| * | | [SCSI] gdth: switch to modern scsi host registration | Christoph Hellwig | 2007-10-12 | 2 | -164/+157 |
| * | | [SCSI] gdth: gdth_interrupt() gdth_get_status() & gdth_wait() fixes | Boaz Harrosh | 2007-10-12 | 1 | -50/+43 |
| * | | [SCSI] gdth: clean up host private data | Boaz Harrosh | 2007-10-12 | 4 | -384/+291 |
| * | | [SCSI] gdth: Remove virt hosts | Christoph Hellwig | 2007-10-12 | 3 | -95/+25 |
| * | | [SCSI] gdth: Reorder scsi_host_template intitializers | Jeff Garzik | 2007-10-12 | 1 | -3/+3 |
| * | | [SCSI] gdth: kill gdth_{read,write}[bwl] wrappers | Jeff Garzik | 2007-10-12 | 1 | -160/+153 |
| * | | [SCSI] gdth: Remove 2.4.x support, in-kernel changelog | Jeff Garzik | 2007-10-12 | 4 | -453/+2 |
| * | | [SCSI] gdth: split out pci probing | Christoph Hellwig | 2007-10-12 | 1 | -145/+167 |
| * | | [SCSI] gdth: split out eisa probing | Christoph Hellwig | 2007-10-12 | 1 | -126/+159 |
| * | | [SCSI] gdth: split out isa probing | Christoph Hellwig | 2007-10-12 | 1 | -134/+162 |
| * | | gdth: Make one abuse of scsi_cmnd less obvious | Matthew Wilcox | 2007-10-12 | 1 | -16/+19 |
| * | | [SCSI] NCR5380: Use scsi_eh API for REQUEST_SENSE invocation | Boaz Harrosh | 2007-10-12 | 4 | -40/+31 |
| * | | [SCSI] usb storage: use scsi_eh API in REQUEST_SENSE execution | Boaz Harrosh | 2007-10-12 | 1 | -42/+4 |