| Commit message (Expand) | Author | Age | Files | Lines |
* | NetXen: Updates, removal of unsupported features and minor bug fixes. | Linsys Contractor Mithlesh Thukral | 2007-03-02 | 4 | -121/+34 |
* | cxgb3 - Tag driver version | Divy Le Ray | 2007-03-02 | 1 | -1/+1 |
* | myri10ge: fix copyright and license | Brice Goglin | 2007-03-02 | 1 | -11/+11 |
* | jmr3927: do not call tc35815_killall(). | Ralf Baechle | 2007-03-02 | 2 | -17/+0 |
* | Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Jeff Garzik | 2007-03-02 | 1 | -2/+3 |
|\ |
|
| * | [PATCH] bcm43xx: fix for 4309 | Stefano Brivio | 2007-02-27 | 1 | -2/+3 |
* | | [AOE]: Add get_unaligned() calls where needed. | David S. Miller | 2007-03-02 | 2 | -8/+9 |
* | | [RADEON]: Fix blanking return value. | David S. Miller | 2007-03-02 | 1 | -2/+1 |
* | | [SPARC]: Provide 'get_property()' alias for of_get_property(). | David S. Miller | 2007-03-02 | 2 | -0/+2 |
* | | [SPARC]: Provide pci_device_to_OF_node() just like powerpc. | David S. Miller | 2007-03-02 | 4 | -0/+22 |
* | | [SPARC]: Handle unresolvable resources better in of_device.c | David S. Miller | 2007-03-02 | 2 | -6/+0 |
* | | [SPARC]: Fix bus handling in build_device_resources(). | David S. Miller | 2007-03-02 | 2 | -6/+8 |
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2007-03-01 | 8 | -105/+95 |
|\ \ |
|
| * | | ahci: improve spurious SDB FIS handling | Tejun Heo | 2007-03-01 | 1 | -15/+24 |
| * | | ahci/pata_jmicron: match class not function number | Tejun Heo | 2007-03-01 | 3 | -23/+17 |
| * | | jmicron ATA: reimplement jmicron ATA quirk | Tejun Heo | 2007-03-01 | 1 | -30/+50 |
| * | | pata_jmicron: drop unnecessary device programming in [re]init | Tejun Heo | 2007-03-01 | 1 | -31/+1 |
| * | | libata: blacklist FUJITSU MHT2060BH for NCQ | Tejun Heo | 2007-03-01 | 1 | -0/+2 |
| * | | sata_sil24: kill unused local variable idx in sil24_fill_sg() | Tejun Heo | 2007-03-01 | 1 | -3/+0 |
| * | | libata: clear drvdata in ata_host_release(), take#2 | Tejun Heo | 2007-03-01 | 4 | -4/+2 |
* | | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos... | Linus Torvalds | 2007-03-01 | 6 | -21/+67 |
|\ \ \ |
|
| * | | | HID: fix Logitech DiNovo Edge touchwheel and Logic3 /SpectraVideo middle button | Jiri Kosina | 2007-03-01 | 3 | -5/+14 |
| * | | | HID: add git tree information to MAINTAINERS | Jiri Kosina | 2007-03-01 | 1 | -0/+2 |
| * | | | HID: fix broken Logitech S510 keyboard report descriptor; make extra keys work | Jiri Kosina | 2007-03-01 | 3 | -4/+46 |
| * | | | HID: fix possible double-free on error path in hid parser | Jiri Kosina | 2007-03-01 | 1 | -5/+0 |
| * | | | HID: hid-debug.c should #include <linux/hid-debug.h> | Adrian Bunk | 2007-03-01 | 1 | -0/+1 |
| * | | | HID: fix bug in zeroing the last field byte in output reports | Jiri Kosina | 2007-03-01 | 1 | -1/+1 |
| * | | | USB HID: use CONFIG_HID_DEBUG for outputting report descriptor | Jiri Kosina | 2007-03-01 | 1 | -4/+1 |
| * | | | USB HID: Fix USB vendor and product IDs endianness for USB HID devices | Julien BLACHE | 2007-03-01 | 1 | -2/+2 |
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2007-03-01 | 3 | -6/+25 |
|\ \ \ \ |
|
| * | | | | [SPARC64]: Fix parport_pc build. | David S. Miller | 2007-02-28 | 2 | -4/+22 |
| * | | | | [SPARC64]: Update defconfig. | David S. Miller | 2007-02-28 | 1 | -2/+3 |
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2007-03-01 | 15 | -121/+43 |
|\ \ \ \ \ |
|
| * | | | | | [TCP]: Fix minisock tcp_create_openreq_child() typo. | Arnaldo Carvalho de Melo | 2007-02-28 | 1 | -1/+1 |
| * | | | | | [TCP]: Document several sysctls. | John Heffner | 2007-02-28 | 1 | -0/+26 |
| * | | | | | [NET]: Fix kfree(skb) | Patrick McHardy | 2007-02-28 | 4 | -4/+4 |
| * | | | | | [NET]: Handle disabled preemption in gfp_any() | Patrick McHardy | 2007-02-28 | 2 | -3/+2 |
| * | | | | | [BRIDGE]: Fix locking of set path cost. | Stephen Hemminger | 2007-02-28 | 1 | -2/+1 |
| * | | | | | [IPV6]: /proc/net/anycast6 unbalanced inet6_dev refcnt | David Stevens | 2007-02-28 | 1 | -0/+1 |
| * | | | | | [IPX]: Remove ancient changelog | Rolf Eike Beer | 2007-02-28 | 1 | -101/+0 |
| * | | | | | [IPX]: Remove outdated information from Kconfig | Rolf Eike Beer | 2007-02-28 | 1 | -5/+1 |
| * | | | | | [NET]: Revert socket.h/stat.h ifdef hacks. | David S. Miller | 2007-02-28 | 2 | -2/+2 |
| * | | | | | [IPV6]: anycast refcnt fix | Michal Wrobel | 2007-02-28 | 1 | -0/+2 |
| * | | | | | [XFRM] xfrm_user: Fix return values of xfrm_add_sa_expire. | David S. Miller | 2007-02-28 | 1 | -3/+3 |
| |/ / / / |
|
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb | Linus Torvalds | 2007-03-01 | 20 | -38/+184 |
|\ \ \ \ \ |
|
| * | | | | | V4L/DVB (5305): Mark VIDIOC_DBG_S/G_REGISTER as experimental | Hans Verkuil | 2007-03-01 | 2 | -15/+13 |
| * | | | | | V4L/DVB (5271): Add VIDIOC_TRY_ENCODER_CMD and VIDIOC_ENCODER_CMD ioctls. | Hans Verkuil | 2007-03-01 | 4 | -2/+54 |
| * | | | | | V4L/DVB (5270): Add VIDIOC_G_ENC_INDEX ioctl | Hans Verkuil | 2007-03-01 | 4 | -3/+50 |
| * | | | | | V4L/DVB (5276): Cxusb: fix firmware patch for big endian systems | Jin-Bong lee | 2007-03-01 | 1 | -2/+2 |
| * | | | | | V4L/DVB (5258): Cafe_ccic: fix compiler warning | Jean Delvare | 2007-03-01 | 1 | -3/+1 |