summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller380-2120/+10888
2009-02-24Doc: Refer to ip-sysctl.txt for strict vs. loose rp_filter modeJesper Dangaard Brouer1-0/+2
2009-02-24Doc: Cleanup whitespaces in ip-sysctl.txtJesper Dangaard Brouer1-59/+59
2009-02-24Doc: Fix typos in ip-sysctl.txt about rp_filter.Jesper Dangaard Brouer1-2/+2
2009-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-5/+5
2009-02-24proc: proc_get_inode should de_put when inode already initializedKrzysztof Sachanowicz1-1/+3
2009-02-24i915: suspend/resume interrupt stateJesse Barnes1-3/+7
2009-02-24Fix an oops in i915_gem_retire_requests()Karsten Wiese1-0/+3
2009-02-24net: amend the fix for SO_BSDCOMPAT gsopt infoleakEugene Teo1-1/+1
2009-02-24netns: build fix for net_alloc_genericClemens Noss1-4/+4
2009-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2009-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds30-72/+5221
2009-02-23Linux 2.6.29-rc6Linus Torvalds1-1/+1
2009-02-23acpi/doc: add missing param valueRandy Dunlap1-1/+1
2009-02-23netns: Remove net_aliveEric W. Biederman3-19/+17
2009-02-23tcp: Like icmp use register_pernet_subsysEric W. Biederman1-1/+1
2009-02-23netns: Fix icmp shutdown.Eric W. Biederman1-1/+1
2009-02-23ipv4: Clean whitespaces in net/ipv4/Kconfig.Jesper Dangaard Brouer1-21/+23
2009-02-23ipv4: Fix rp_filter description in net/ipv4/Kconfig.Jesper Dangaard Brouer1-2/+4
2009-02-23snap: handle registration error and compile warningStephen Hemminger1-3/+4
2009-02-23llc: fix non-const printk warningStephen Hemminger1-3/+3
2009-02-23ip: ipip compile warningStephen Hemminger1-1/+1
2009-02-23ip: add loose reverse path filteringStephen Hemminger2-10/+16
2009-02-23Revert "etherh: Get working again."David S. Miller2-6/+6
2009-02-23Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds5-27/+67
2009-02-23drm/i915: Add missing mutex_lock(&dev->struct_mutex)Pierre Willenbrock1-0/+1
2009-02-23drm/i915: fix WC mapping in non-GEM i915 code.Jesse Barnes1-1/+1
2009-02-23drm/i915: Fix regression in 95ca9dChris Wilson1-2/+6
2009-02-23drm/i915: Retire requests from i915_gem_busy_ioctl.Eric Anholt1-0/+7
2009-02-23drm/i915: suspend/resume GEM when KMS is activeJesse Barnes3-2/+24
2009-02-23drm/i915: Don't let a device flush to prepare buffers clear new write_domains.Eric Anholt1-2/+14
2009-02-23drm/i915: Cut two args to set_to_gpu_domain that confused this tricky path.Eric Anholt1-22/+16
2009-02-23selinux: Fix the NetLabel glue code for setsockopt()Paul Moore1-1/+3
2009-02-23cipso: Fix documentation commentPaul Moore1-2/+7
2009-02-23Merge branch 'core/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-5/+2
2009-02-23PM: Split up sysdev_[suspend|resume] from device_power_[down|up], fixIngo Molnar1-5/+2
2009-02-22docbook: split kernel-api for device-driversRandy Dunlap3-378/+419
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki8-7/+38
2009-02-22x86: Add IRQF_TIMER to legacy x86 timer interrupt descriptorsLinus Torvalds4-4/+4
2009-02-22Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds6-36/+62
2009-02-22PATCH [2/2] Documentation/filesystems/sysfs.txt: fix descriptions of device a...Mike Murphy1-22/+28
2009-02-22PATCH [1/2] Documentation/driver-model/device.txt: fix struct device_attributeMike Murphy1-3/+5
2009-02-22m68k: atari - Rename "mfp" to "st_mfp"Geert Uytterhoeven12-56/+56
2009-02-22netns: fix double free at netns creationDaniel Lezcano1-31/+55
2009-02-22veth : add the set_mac_address capabilityDaniel Lezcano1-4/+5
2009-02-22tcp: Always set urgent pointer if it's beyond snd_nxtHerbert Xu1-4/+8
2009-02-22sunlance: Beyond ARRAY_SIZE of ib->btx_ringRoel Kluin1-2/+2
2009-02-22etherh: Get working again.Russell King2-6/+6
2009-02-22ipv6: fix sparse warning: Using plain integer as NULL pointerHannes Eder1-1/+1
2009-02-22Merge branches 'release', 'bugzilla-12011', 'bugzilla-12632', 'misc' and 'sus...Len Brown315-1540/+5017