summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [NETFILTER]: nf_conntrack_h323: fix ASN.1 typesJing Min Zhao2007-05-242-38/+16
| * | | [NETFILTER]: nf_conntrack_ftp: fix newline sequence number calculationPatrick McHardy2007-05-243-19/+9
| * | | [NETFILTER]: nf_conntrack_ftp: fix newline sequence number updatePatrick McHardy2007-05-241-3/+5
| * | | [NET_SCHED]: sch_htb: fix event cache time calculationPatrick McHardy2007-05-241-2/+3
| * | | [DCCP]: Fix build warning when debugging is disabled.David S. Miller2007-05-241-2/+1
| * | | [TIPC]: Fixed erroneous introduction of for_each_netdevJon Paul Maloy2007-05-241-4/+6
| * | | [RTNETLINK]: Fix sending netlink message when replace route.Milan Kocian2007-05-244-7/+13
| * | | [TR]: Use menuconfig objects.Jan Engelhardt2007-05-241-17/+16
| * | | [ARCNET]: Use menuconfig objects.Jan Engelhardt2007-05-241-13/+4
| * | | [TIPC]: Use menuconfig objects.Jan Engelhardt2007-05-241-13/+11
| * | | [SCTP]: Use menuconfig objects.Jan Engelhardt2007-05-241-8/+6
| * | | [IPVS]: Use menuconfig objects.Jan Engelhardt2007-05-241-25/+5
| * | | [DCCP]: Use menuconfig objects.Jan Engelhardt2007-05-241-8/+7
| * | | [ATM]: Use mutex instead of binary semaphore in idt77252 driver.Matthias Kaehlcke2007-05-242-15/+16
| * | | [IPV6]: Ignore ipv6 events on non-IPV6 capable devices.Oliver Hartkopp2007-05-241-10/+21
| * | | [NET_SCHED]: Fix qdisc_restart return value when dequeue is emptyHerbert Xu2007-05-241-1/+1
* | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-05-245-27/+57
|\ \ \ \
| * | | | pata_via: Handle laptops via DMIAlan Cox2007-05-241-0/+29
| * | | | libata: -ENODEV during prereset isn't an errorTejun Heo2007-05-241-1/+1
| * | | | libata: don't consider 0xff as port empty if SStatus is availableTejun Heo2007-05-241-1/+1
| * | | | ata_piix: add short 40c quirk for Acer Aspire 2030, take #2Tejun Heo2007-05-241-0/+1
| * | | | pata_sis: Fix and clean up some timing setupsAlan Cox2007-05-241-23/+23
| * | | | hpt3x2n: Correct revision boundaryAlan Cox2007-05-241-2/+2
| |/ / /
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-05-244-9/+7
|\ \ \ \
| * | | | [IA64] acpi_get_sysname() should be __initTony Luck2007-05-241-1/+2
| * | | | [IA64] Cleanup acpi header to reuse the generic _PDC definesVenki Pallipadi2007-05-241-5/+2
| * | | | [IA64] Fix using uninitialized data in _PDC setupVenki Pallipadi2007-05-241-1/+1
| * | | | [IA64] start_secondary() and smp_callin() should be __cpuinitTony Luck2007-05-231-2/+2
* | | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-05-2414-60/+95
|\ \ \ \ \
| * | | | | forcedeth: fix cpu irq maskAyaz Abdulla2007-05-241-1/+1
| * | | | | chelsio parenthesis fixMariusz Kozlowski2007-05-241-1/+1
| * | | | | spidernet: skb used after netif_receive_skbFlorin Malita2007-05-241-3/+3
| * | | | | meth driver renovationRalf Baechle2007-05-243-24/+66
| * | | | | remove unnecessary dependency on VIA velocity configYoichi Yuasa2007-05-241-1/+1
| * | | | | fix compiler warning in fixed.cDenver Gingerich2007-05-241-0/+4
| * | | | | asix.c - Add Belkin F5D5055 idsDavid Hollis2007-05-241-0/+4
| * | | | | ucc_geth:trivial fixLi Yang2007-05-241-3/+0
| * | | | | ucc_geth: Fix MODULE_DEVICE_TABLE() duplicationLi Yang2007-05-241-2/+0
| * | | | | Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2007-05-243-25/+15
| |\ \ \ \ \
| | * | | | | [PATCH] drivers/net/wireless/libertas/rx.c: fix use-after-freeEugene Teo2007-05-221-2/+0
| | * | | | | [PATCH] drivers/net/wireless/libertas/fw.c: fix use-before-checkEugene Teo2007-05-221-5/+9
| | * | | | | [PATCH] libertas: skb dereferenced after netif_rxFlorin Malita2007-05-222-18/+6
* | | | | | | Documentation: Fix up docs still talking about i_semJosef 'Jeff' Sipek2007-05-242-6/+7
* | | | | | | Don't call a warnign a bug. It's a warning.Linus Torvalds2007-05-241-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'fixes' of git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2007-05-244-22/+58
|\ \ \ \ \ \
| * | | | | | NFS: Fix nfs_direct_dirty_pages()Trond Myklebust2007-05-241-11/+18
| * | | | | | NFS: Fix handful of compiler warnings in direct.cChuck Lever2007-05-241-10/+16
| * | | | | | NFS: Avoid a deadlock situation on writeTrond Myklebust2007-05-243-2/+25
| | |_|_|/ / | |/| | | |
* | | | | | Revert "HOWTO: bug report addition" (or "HOWTO: mention bughunting")Linus Torvalds2007-05-241-20/+0
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2007-05-242-5/+10
|\ \ \ \ \ \
OpenPOWER on IntegriCloud