summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] CREDITS: update my email addressMikael Pettersson2007-02-261-1/+1
* [PATCH] drivers/mfd/sm501.c: Replace pci_module_init with pci_register_driverRichard Knutsson2007-02-261-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-02-2632-234/+405
|\
| * [XFRM]: Fix oops in xfrm4_dst_destroy()Bernhard Walle2007-02-261-1/+1
| * [XFRM_TUNNEL]: Reload header pointer after pskb_may_pull/pskb_expand_headArnaldo Carvalho de Melo2007-02-261-0/+1
| * [IPV4]: Use random32() in net/ipv4/multipathJoe Perches2007-02-262-29/+4
| * [BRIDGE]: eliminate workqueue for carrier checkStephen Hemminger2007-02-263-42/+17
| * [BRIDGE]: get rid of miscdevice includeStephen Hemminger2007-02-261-1/+0
| * [IPV6]: Fix __ipv6_addr_type() export in correct place.David S. Miller2007-02-262-1/+1
| * [IPV4] devinet: Register inetdev earlier.Herbert Xu2007-02-261-3/+5
| * [IPV6] ADDRCONF: Register inet6_dev earlier.YOSHIFUJI Hideaki2007-02-261-0/+8
| * [IPV6] ADDRCONF: Manage prefix route corresponding to address manually added.YOSHIFUJI Hideaki2007-02-261-8/+14
| * [IPV6] IP6TUNNEL: Use update_pmtu() of dst on xmit.Yasuyuki Kozakai2007-02-261-5/+2
| * [IPV6] ADDRCONF: Statically link __ipv6_addr_type() for sunrpc subsystem.YOSHIFUJI Hideaki2007-02-263-69/+76
| * [IPV4]: Correct links in net/ipv4/KconfigBaruch Even2007-02-261-2/+2
| * [SCTP]: Strike the transport before updating rto.Vlad Yasevich2007-02-261-3/+3
| * [SCTP]: Fix connection hang/slowdown with PR-SCTPVlad Yasevich2007-02-261-5/+22
| * [TCP]: Fix MD5 signature pool locking.David S. Miller2007-02-261-12/+12
| * [TG3]: TSO workaround fixes.Michael Chan2007-02-262-10/+12
| * [AF_PACKET]: Remove unnecessary casts.Jason Lunz2007-02-261-8/+5
| * [IPV6]: Adjust inet6_exit() cleanup sequence against inet6_init()Joe Jin2007-02-261-10/+14
| * [IPSEC]: More fix is needed for __xfrm6_bundle_create().Noriaki TAKAMIYA2007-02-261-1/+1
| * [IRDA] net/irda/: proper prototypesAdrian Bunk2007-02-262-13/+16
| * [Bluetooth] Make use of MODULE_FIRMWAREMarcel Holtmann2007-02-263-0/+4
| * [Bluetooth] Make use of device_move() for RFCOMM TTY devicesMarcel Holtmann2007-02-261-1/+8
| * [Bluetooth] Add open and close callbacks for HID deviceMarcel Holtmann2007-02-261-0/+12
| * [Bluetooth] Add support for using the HID subsystemMarcel Holtmann2007-02-263-9/+164
| * [Bluetooth] Fix wrong put_user() from HIDP compat ioctl patchMarcel Holtmann2007-02-261-1/+1
* | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jmorr...Linus Torvalds2007-02-265-17/+20
|\ \
| * | Always initialize scontext and scontext_lenStephen Smalley2007-02-261-0/+3
| * | Reassign printk levels in selinux kernel codeEric Paris2007-02-264-17/+17
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-02-2611-2903/+43
|\ \ \
| * | | [SPARC] uctrl: Check request_irq() return value.David S. Miller2007-02-261-1/+7
| * | | [SPARC64]: Update defconfig.David S. Miller2007-02-261-4/+24
| * | | [SPARC64] bbc_i2c: Fix kenvctrld eating %100 cpu.David S. Miller2007-02-261-8/+9
| * | | [SPARC64]: Fix arch_teardown_msi_irq().David S. Miller2007-02-261-1/+1
| * | | [SPARC64]: virt_irq_free only needed when CONFIG_PCI_MSIDavid S. Miller2007-02-261-0/+2
| * | | [SPARC]: Remove the broken SUN_AURORA driver.Adrian Bunk2007-02-266-2889/+0
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-ledsLinus Torvalds2007-02-264-0/+220
|\ \ \
| * | | leds: Add support for Cobalt Server front LEDFlorian Fainelli2007-02-153-0/+50
| * | | leds: Add IPAQ h1940 LEDs supportArnaud Patard2007-02-153-0/+170
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2007-02-261-1/+2
|\ \ \ \
| * | | | JFS: Get rid of "may be used uninitialized" warningsDave Kleikamp2007-02-091-1/+2
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/tick-2.6Linus Torvalds2007-02-262-2/+5
|\ \ \ \ \
| * | | | | [TICK] tick-common: Fix one-shot handling in tick_handle_periodic().David S. Miller2007-02-261-2/+3
| * | | | | [TIME] tick-sched: Add missing asm/irq_regs.h include.David S. Miller2007-02-261-0/+2
| | |_|_|/ | |/| | |
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-02-2617-205/+103
|\ \ \ \ \
| * | | | | Revert "Driver core: let request_module() send a /sys/modules/kmod/-uevent"Greg Kroah-Hartman2007-02-234-139/+10
| * | | | | Driver core: fix error by cleanup up symlinks properlyJames Simmons2007-02-231-1/+30
| * | | | | make kernel/kmod.c:kmod_mk staticAdrian Bunk2007-02-231-1/+1
OpenPOWER on IntegriCloud