aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-121599-25849/+38098
|\
| * Revert "libertas: Read buffer overflow"David S. Miller2009-08-121-8/+10
| * ar9170: fix read & write outside array boundsDan Carpenter2009-08-101-2/+3
| * ar9170usb: fix spurious firmware related messageChristian Lamparter2009-08-101-1/+5
| * mlx4_en: Fix read buffer overflow in mlx4_en_complete_rx_desc()roel kluin2009-08-091-2/+3
| * zorro8390: Fix read buffer overflow in zorro8390_init_one()roel kluin2009-08-091-0/+3
| * pcnet32: Read buffer overflowroel kluin2009-08-091-1/+1
| * sctp: fix missing destroy of percpu counter variable in sctp_proc_exit()Rafael Laufer2009-08-091-0/+1
| * MAINTAINERS: additional NETWORKING [GENERAL] and NETWORKING DRIVERS patternsJoe Perches2009-08-091-0/+5
| * gianfar: keep vlan related state when restartYong Zhang2009-08-091-2/+10
| * e1000e: fix potential NVM corruption on ICH9 with 8K bank sizeBruce Allan2009-08-091-38/+12
| * e1000e: fix acquisition of SW/FW/HW semaphore for ICHx partsBruce Allan2009-08-091-13/+31
| * ixgbe: Disable packet split only on FCoE queues in 82599Yi Zou2009-08-092-16/+19
| * ixgbe: Pass rx_ring directly in ixgbe_configure_srrctl()Yi Zou2009-08-091-40/+15
| * tun: Extend RTNL lock coverage over whole ioctlHerbert Xu2009-08-091-31/+19
| * fec: fix FEC driver packet transmission breakageGreg Ungerer2009-08-091-4/+5
| * can: Fix raw_getname() leakEric Dumazet2009-08-091-0/+1
| * Fix xfrm hash collisions by changing __xfrm4_daddr_saddr_hash to hash address...Jussi Mäki2009-08-091-1/+1
| * atlx: strncpy does not null terminate stringRoel Kluin2009-08-092-8/+8
| * irda: fix read buffer overflowRoel Kluin2009-08-091-1/+1
| * MAINTAINERS: update atlx contact infoChris Snook2009-08-091-1/+1
| * Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-08-091975-30967/+52429
| |\
| | * Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds2009-08-092-1/+13
| | |\
| | | * UBI: compatible fallback in absense of sequence numbersAdrian Hunter2009-07-241-1/+12
| | | * UBI: fix double free on error pathAdrian Hunter2009-07-241-0/+1
| | * | Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-08-0913-41/+110
| | |\ \
| | | * | KVM: Avoid redelivery of edge interrupt before next edgeGleb Natapov2009-08-091-5/+5
| | | * | KVM: MMU: limit rmap chain lengthMarcelo Tosatti2009-08-061-5/+28
| | | * | KVM: ia64: fix build failures due to ia64/unsigned long mismatchesAvi Kivity2009-08-053-11/+14
| | | * | KVM: Make KVM_HPAGES_PER_HPAGE unsigned long to avoid build error on powerpcStephen Rothwell2009-08-051-1/+1
| | | * | KVM: fix ack not being delivered when msi presentMichael S. Tsirkin2009-08-052-1/+4
| | | * | KVM: s390: fix wait_queue handlingChristian Borntraeger2009-08-051-1/+1
| | | * | KVM: VMX: Fix locking imbalance on emulation failureJan Kiszka2009-08-051-1/+1
| | | * | KVM: VMX: Fix locking order in handle_invalid_guest_stateJan Kiszka2009-08-051-2/+2
| | | * | KVM: MMU: handle n_free_mmu_pages > n_alloc_mmu_pages in kvm_mmu_change_mmu_p...Marcelo Tosatti2009-08-051-7/+8
| | | * | KVM: SVM: force new asid on vcpu migrationMarcelo Tosatti2009-08-051-3/+3
| | | * | KVM: x86: verify MTRR/PAT validityMarcelo Tosatti2009-08-051-1/+38
| | | * | KVM: PIT: fix kpit_elapsed division by zeroMarcelo Tosatti2009-08-051-0/+3
| | | * | KVM: Fix KVM_GET_MSR_INDEX_LISTJan Kiszka2009-08-051-3/+2
| | * | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-08-093-3/+5
| | |\ \ \
| | | * | | drm/i915: silence vblank warningsFrans Pop2009-08-091-2/+2
| | | * | | drm: silence pointless vblank warning.Paul Rolland2009-08-091-1/+1
| | | * | | drm: When adding probed modes, preserve duplicate mode typesKeith Packard2009-08-091-0/+2
| | * | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-08-091-3/+4
| | |\ \ \ \
| | | * | | | posix_cpu_timers_exit_group(): Do not use thread_group_cputimer()Stanislaw Gruszka2009-08-081-3/+4
| | | |/ / /
| | * | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-08-0910-50/+207
| | |\ \ \ \
| | | * | | | perf_counter: Fix/complete ftrace event records samplingFrederic Weisbecker2009-08-097-41/+126
| | | * | | | perf_counter, ftrace: Fix perf_counter integrationPeter Zijlstra2009-08-092-28/+88
| | | * | | | Merge branch 'linus' into tracing/urgentIngo Molnar2009-08-09635-14193/+21049
| | | |\ \ \ \ | | | | |/ / /
| | | * | | | tracing/filters: Always free pred on filter_add_subsystem_pred() failureTom Zanussi2009-08-081-5/+11