aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-12-15net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann1-0/+5
2014-11-25lib/lzo: Update LZO compression to current upstream versionMarkus F.X.J. Oberhumer1-7/+8
2014-11-25net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann1-3/+3
2014-11-25ptrace,x86: force IRET path after a ptrace_stop()Tejun Heo1-0/+3
2014-11-25ALSA: control: Protect user controls against concurrent accessLars-Peter Clausen1-0/+2
2014-06-26ethtool: Report link-down while interface is downBen Hutchings1-1/+3
2014-05-20ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa1-0/+1
2014-05-20exec/ptrace: fix get_dumpable() incorrect testsKees Cook2-3/+4
2014-05-20vm: add vm_iomap_memory() helper functionLinus Torvalds1-0/+2
2014-05-20inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa2-2/+3
2014-05-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-0/+8
2014-05-20ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTOJiri Bohac1-0/+2
2014-05-20ipv6: drop packets with multiple fragmentation headersHannes Frederic Sowa1-0/+1
2014-05-20net: Swap ver and type in pppoe_hdrChangli Gao1-2/+2
2014-05-20net: dst: provide accessor function to dst->xfrmVlad Yasevich1-0/+11
2014-05-20tcp: must unclone packets before mangling themEric Dumazet1-0/+10
2014-05-20HID: provide a helper for validating hid reportsKees Cook1-0/+4
2014-05-20HID: validate HID report id sizeKees Cook1-1/+3
2014-05-20sctp: deal with multiple COOKIE_ECHO chunksMax Matveev1-0/+1
2014-05-20scsi: fix missing include linux/types.h in scsi_netlink.hThomas Bork1-1/+1
2013-06-10ipv6: make fragment identifications less predictableEric Dumazet2-11/+3
2013-06-10tcp: allow splice() to build full TSO packetsEric Dumazet1-1/+1
2013-06-10inet: add RCU protection to inet->optEric Dumazet2-8/+17
2013-06-10NLS: improve UTF8 -> UTF16 string conversion routineAlan Stern1-2/+3
2013-06-10fat: Fix stat->f_namelenKevin Dankwardt1-1/+2
2013-06-10scsi: use __uX types for headers exported to user spacePeter Korsgaard2-6/+6
2013-06-10mempolicy: fix a race in shared_policy_replace()Mel Gorman1-1/+1
2013-06-10mm: Fix PageHead when !CONFIG_PAGEFLAGS_EXTENDEDChristoffer Dall1-1/+7
2013-06-10tracing: Don't call page_to_pfn() if page is NULLWen Congyang1-2/+2
2013-06-10signal: Define __ARCH_HAS_SA_RESTORER so we know whether to clear sa_restorerBen Hutchings1-0/+4
2013-06-10ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov1-1/+10
2013-06-10exec: use -ELOOP for max recursion depthKees Cook1-2/+0
2013-06-10exec: do not leave bprm->interp on stackKees Cook1-0/+1
2013-06-10usermodehelper: implement UMH_KILLABLEOleg Nesterov1-0/+2
2013-06-10Revert "block: improve queue_should_plug() by looking at IO depths"Jens Axboe1-3/+1
2012-10-09random: remove rand_initialize_irq()Theodore Ts'o2-3/+0
2012-10-09random: add new get_random_bytes_arch() functionTheodore Ts'o1-0/+1
2012-10-09random: create add_device_randomness() interfaceLinus Torvalds1-0/+1
2012-10-09random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o1-1/+1
2012-10-09random: Add support for architectural random hooksH. Peter Anvin1-0/+13
2012-10-09epoll: limit pathsJason Baron2-0/+2
2012-10-09epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov2-1/+6
2012-10-09sched/x86: Fix overflow in cyc2ns_offsetSalman Qazi1-0/+13
2012-10-09ipsec: be careful of non existing mac headersEric Dumazet1-0/+10
2012-10-09hugepages: fix use after free bug in "quota" handlingDavid Gibson1-4/+10
2012-10-09KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity1-0/+7
2012-10-09block: Fix io_context leak after failure of clone with CLONE_IOLouis Rilling1-2/+3
2012-10-09rose: Add length checks to CALL_REQUEST parsingBen Hutchings1-1/+7
2012-10-09time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz1-0/+7
2012-10-09time: Improve sanity checking of timekeeping inputsJohn Stultz2-9/+20
2012-10-09timekeeping: Provide hrtimer update functionThomas Gleixner1-1/+1
2012-10-09hrtimer: Provide clock_was_set_delayed()John Stultz1-0/+7
2012-10-09ntp: Fix leap-second hrtimer livelockJohn Stultz1-1/+1
2012-08-06drm: integer overflow in drm_mode_dirtyfb_ioctl()Xi Wang1-0/+2
2012-03-19regset: Return -EFAULT, not -EIO, on host-side memory faultH. Peter Anvin1-2/+2
2012-03-19regset: Prevent null pointer reference on readonly regsetsH. Peter Anvin1-0/+6
2012-03-19writeback: fixups for !dirty_writeback_centisecsJens Axboe1-0/+1
2012-03-05PM / Sleep: Fix freezer failures due to racy usermodehelper_is_disabled()Srivatsa S. Bhat1-0/+4
2012-03-05PM: Print a warning if firmware is requested when tasks are frozenRafael J. Wysocki1-0/+5
2012-03-05Fix autofs compile without CONFIG_COMPATLinus Torvalds1-0/+4
2012-03-05crypto: sha512 - use standard ror64()Alexey Dobriyan1-0/+20
2012-03-05printk_ratelimited(): fix uninitialized spinlockOGAWA Hirofumi1-8/+7
2012-03-05kernel.h: fix wrong usage of __ratelimit()Yong Zhang1-1/+1
2012-03-05lib: proportion: lower PROP_MAX_SHIFT to 32 on 64-bit kernelWu Fengguang1-0/+4
2012-02-14net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet1-14/+1
2012-02-03drm: Fix authentication kernel crashThomas Hellstrom1-0/+1
2012-02-03block: fail SCSI passthrough ioctls on partition devicesPaolo Bonzini1-0/+1
2012-01-26kernel.h: add printk_ratelimited and pr_<level>_rlJoe Perches1-0/+44
2012-01-26block: add and use scsi_blk_cmd_ioctlPaolo Bonzini1-0/+2
2012-01-26svcrpc: destroy server sockets all at onceJ. Bruce Fields1-1/+1
2012-01-26V4L/DVB: v4l2-ioctl: integer overflow in video_usercopy()Dan Carpenter1-0/+1
2012-01-26xen/xenbus: Reject replies with payload > XENSTORE_PAYLOAD_MAX.Ian Campbell1-0/+3
2012-01-26PCI: Fix PCI_EXP_TYPE_RC_EC valueAlex Williamson1-1/+1
2012-01-02linux/log2.h: Fix rounddown_pow_of_two(1)Linus Torvalds1-1/+0
2011-11-28tty: Make tiocgicount a handlerAlan Cox2-0/+11
2011-11-28mm: avoid null pointer access in vm_struct via /proc/vmallocinfoMitsuo Hayasaka1-0/+1
2011-11-28genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell1-0/+6
2011-11-09Revert "genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlier"Greg Kroah-Hartman1-5/+0
2011-11-08ext2,ext3,ext4: don't inherit APPEND_FL or IMMUTABLE_FL for new inodesTheodore Ts'o2-4/+4
2011-11-08NLM: Don't hang forever on NLM unlock requestsTrond Myklebust1-2/+2
2011-11-08scm: lower SCM_MAX_FDEric Dumazet1-2/+3
2011-11-08genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell1-0/+5
2011-11-08cfq: calculate the seek_mean per cfq_queue not per cfq_io_contextJeff Moyer1-5/+0
2011-11-08time: Change jiffies_to_clock_t() argument type to unsigned longhank1-1/+1
2011-08-17net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2-11/+20
2011-08-17crypto: Move md5_transform to lib/md5.cDavid S. Miller1-0/+5
2011-08-08gro: Only reset frag0 when skb can be pulledHerbert Xu1-1/+4
2011-07-14mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi1-0/+2
2011-07-14af_packet: prevent information leakEric Dumazet1-0/+2
2011-07-14bug.h: Add WARN_RATELIMITJoe Perches1-0/+16
2011-07-14netlink: Make nlmsg_find_attr take a const nlmsghdr*.Nelson Elhage1-1/+1
2011-07-14clocksource: Make watchdog robust vs. interruptionThomas Gleixner1-0/+1
2011-06-27drm: implement helper functions for scanning lru listDaniel Vetter1-1/+14
2011-06-27genirq: Add IRQF_FORCE_RESUMEThomas Gleixner1-1/+2
2011-06-27pata_cm64x: fix boot crash on pariscJames Bottomley1-0/+2
2011-06-27seqlock: Don't smp_rmb in seqlock reader spin loopMilton Miller1-2/+2
2011-05-10af_unix: limit recursion levelEric Dumazet1-0/+2
2011-05-10mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resumeMaxim Levitsky1-0/+3
2011-05-10mac80211: Add define for TX headroom reserved by mac80211 itself.Gertjan van Wingerde1-0/+6
2011-05-10next_pidmap: fix overflow conditionLinus Torvalds1-1/+1
2011-04-18drm/ttm: Fix two race conditions + fix busy codepathsThomas Hellstrom1-1/+3
2011-04-18exec: copy-and-paste the fixes into compat_do_execve() pathsOleg Nesterov1-0/+4
2011-04-18exec: make argv/envp memory visible to oom-killerOleg Nesterov1-0/+1
2011-04-18ASoC: Explicitly say registerless widgets have no registerMark Brown1-8/+8
2011-04-18ses: Avoid kernel panic when lun 0 is not mappedKrishnasamy, Somasundaram1-1/+1
2011-03-24ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt1-0/+2
2011-03-15drm: fix unsigned vs signed comparison issue in modeset ctl ioctl.Dave Airlie1-1/+1
2011-03-15net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov1-0/+4
2011-03-15RxRPC: Fix v1 keysAnton Blanchard1-1/+0
2011-03-08sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich1-0/+1
2011-03-02CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells1-20/+1
2011-02-18drm/radeon: remove 0x4243 pci idAlex Deucher1-1/+0
2011-02-18sched: Use group weight, idle cpu metrics to fix imbalances during idleSuresh Siddha1-0/+1
2011-02-18sched, cgroup: Fixup broken cgroup movementPeter Zijlstra1-1/+1
2011-02-18sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq timeVenkatesh Pallipadi2-1/+14
2011-02-18sched: Add a PF flag for ksoftirqd identificationVenkatesh Pallipadi1-0/+1
2011-02-18sched: Remove unused PF_ALIGNWARN flagDave Young1-2/+0
2011-02-18sched: Consolidate account_system_vtime extern declarationVenkatesh Pallipadi1-0/+2
2011-02-18sched: Fix softirq time accountingVenkatesh Pallipadi2-3/+8
2011-02-18sched: Remove USER_SCHEDDhaval Giani1-13/+1
2011-02-18ieee80211: correct IEEE80211_ADDBA_PARAM_BUF_SIZE_MASK macroAmitkumar Karwar1-1/+1
2011-02-18klist: Fix object alignment on 64-bit.David Miller1-1/+1
2011-02-18USB: serial: handle Data Carrier Detect changesLibor Pechacek1-0/+3
2011-01-10sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich2-0/+4
2011-01-10block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen1-3/+6
2011-01-10nfsd: Fix possible BUG_ON firing in set_change_infoNeil Brown1-11/+10
2010-12-10net: Limit socket I/O iovec total length to INT_MAX.David S. Miller1-1/+1
2010-12-10x25: Patch to fix bug 15678 - x25 accesses fields beyond end of packet.John Hughes1-0/+4
2010-12-10ssb: b43-pci-bridge: Add new vendor for BCM4318Daniel Klaffenbach1-0/+1
2010-12-10ahci,ata_generic: let ata_generic handle new MBP w/ MCP89Tejun Heo1-0/+1
2010-12-10block: Ensure physical block size is unsigned intMartin K. Petersen1-2/+2
2010-11-23drm/radeon: fix PCI ID 5657 to be an RV410Dave Airlie1-1/+1
2010-11-01mm: Move vma_stack_continue into mm.hStefan Bader1-0/+6
2010-11-01tcp: Fix >4GB writes on 64-bit.David S. Miller1-1/+1
2010-11-01x86/amd-iommu: Work around S3 BIOS bugJoerg Roedel1-0/+3
2010-09-27guard page for stacks that grow upwardsLuck, Tony1-1/+7
2010-09-27mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Christoph Lameter2-0/+35
2010-09-27tcp: Prevent overzealous packetization by SWS logic.Alexey Kuznetsov1-2/+16
2010-09-27tcp: Combat per-cpu skew in orphan tests.David S. Miller1-4/+14
2010-09-22sched: Pre-compute cpumask_weight(sched_domain_span(sd))Peter Zijlstra1-0/+1
2010-09-22sched: Fix vmark regression on big machinesMike Galbraith1-1/+1
2010-09-22sched: Fix TASK_WAKING vs fork deadlockPeter Zijlstra1-1/+2
2010-09-22sched: Make select_fallback_rq() cpuset friendlyOleg Nesterov1-0/+7
2010-09-22sched: _cpu_down(): Don't play with current->cpus_allowedOleg Nesterov1-0/+1
2010-09-22sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke...Oleg Nesterov1-13/+0
2010-09-22sched: Extend enqueue_task to allow head queueingThomas Gleixner1-1/+2
2010-09-22sched: Remove the cfs_rq dependency from set_task_cpu()Peter Zijlstra1-1/+1
2010-09-22sched: Add pre and post wakeup hooksPeter Zijlstra1-1/+2
2010-09-22sched: Remove forced2_migrations statsIngo Molnar1-1/+0
2010-09-22sched: Sanitize fork() handlingPeter Zijlstra1-1/+1
2010-09-22sched: Remove unused cpu_nr_migrations()Hiroshi Shimamoto1-1/+0
2010-09-22sched: Protect sched_rr_get_param() access to task->sched_classThomas Gleixner1-1/+2
2010-09-22compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin1-0/+2
2010-09-22libata: skip EH autopsy and recovery during suspendTejun Heo1-0/+1
2010-09-22PCI: MSI: Restore read_msi_msg_desc(); add get_cached_msi_msg_desc()Ben Hutchings1-0/+2
2010-08-27mm: make the vma list be doubly linkedLinus Torvalds1-1/+1
2010-08-27ALSA: emu10k1 - delay the PCM interrupts (add pcm_irq_delay parameter)Jaroslav Kysela1-0/+1
2010-08-27reiserfs: fix oops while creating privroot with selinux enabledJeff Mahoney1-0/+5
2010-08-27sched, cputime: Introduce thread_group_times()Hidetoshi Seto1-0/+4
2010-08-27timekeeping: Fix clock_gettime vsyscall time warpLin Ming1-2/+4
2010-08-27nohz: Introduce arch_needs_cpuMartin Schwidefsky1-0/+3
2010-08-27irq: Add new IRQ flag IRQF_NO_SUSPENDIan Campbell1-1/+6
2010-08-27net: Fix NETDEV_NOTIFY_PEERS to not conflict with NETDEV_BONDING_DESLAVE.David S. Miller1-1/+1
2010-08-27arp_notify: allow drivers to explicitly request a notification event.Ian Campbell2-0/+3
2010-08-27USB delay init quirk for logitech Harmony 700-series devicesPhil Dibowitz1-0/+4
2010-08-27bio, fs: update RWA_MASK, READA and SWRITE to match the corresponding BIO_RW_...Tejun Heo1-3/+3
2010-08-11ssb: Look for SPROM at different offset on higher rev CCRafał Miłecki2-1/+3
2010-08-11ssb: do not read SPROM if it does not existJohn W. Linville2-0/+18
2010-08-11Revert "ssb: Handle Netbook devices where the SPROM address is changed"Greg Kroah-Hartman3-5/+1
2010-08-04firmware_class: fix memory leak - free allocated pagesDavid Woodhouse1-0/+1
2010-08-04libertas/sdio: 8686: set ECSI bit for 1-bit transfersDaniel Mack1-0/+2
2010-08-04ACPI: Unconditionally set SCI_EN on resumeMatthew Garrett1-1/+0
2010-08-04ACPI: skip checking BM_STS if the BIOS doesn't ask for itLen Brown1-1/+2
2010-08-04ext4, jbd2: Add barriers for file systems with exernal journalsTheodore Ts'o1-0/+1
2010-08-04ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFHBen Hutchings1-0/+2
2010-08-04mac80211: Handle mesh action frames in ieee80211_rx_h_actionJavier Cardona1-0/+2
2010-08-04fb: fix colliding defines for fb flags.Dave Airlie1-2/+2
2010-08-04math-emu: correct test for downshifting fraction in _FP_FROM_INT()Mikael Pettersson1-1/+1
2010-08-04ssb: Handle Netbook devices where the SPROM address is changedChristoph Fritz3-1/+5
2010-07-07KVM: VMX: enable VMXON check with SMX enabled (Intel TXT)Shane Wang1-0/+1
2010-07-07vfs: add NOFOLLOW flag to umount(2)Miklos Szeredi1-0/+2
2010-07-07sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CV...Neil Horman1-0/+1
2010-07-07wrong type for 'magic' argument in simple_fill_super()Roberto Sassu1-1/+1
2010-07-07ahci: add pci quirk for JMB362Tejun Heo1-0/+1
2010-07-07tmpfs: insert tmpfs cache pages to inactive list at firstKOSAKI Motohiro1-10/+0
2010-05-27revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt1-1/+0
2010-05-27dma-mapping: fix dma_sync_single_range_*FUJITA Tomonori1-2/+2
2010-05-13Revert "module: fix __module_ref_addr()"Greg Kroah-Hartman1-1/+1
2010-05-13tracing: Fix ftrace_event_call alignment for use with gcc 4.5Jeff Mahoney2-3/+6
2010-05-13ACPI: introduce kernel parameter acpi_sleep=sci_force_enableZhang Rui1-0/+1
2010-05-13libata: Fix accesses at LBA28 boundary (old bug, but nasty) (v2)Mark Lord1-2/+2
2010-05-13hugetlb: fix infinite loop in get_futex_key() when backed by huge pagesMel Gorman1-0/+9
2010-05-13core, x86: make LIST_POISON less deadlyAvi Kivity1-2/+14
2010-04-27drm/radeon/kms: add FireMV 2400 PCI ID.Dave Airlie1-0/+1
2010-04-27drm/radeon: add new RS880 pci idAlex Deucher1-0/+1
2010-04-27KVM: Increase NR_IOBUS_DEVS limit to 200Sridhar Samudrala1-1/+1
2010-04-27KVM: fix the handling of dirty bitmaps to avoid overflowsTakuya Yoshikawa1-0/+5
2010-04-27fs-writeback: Add helper function to start writeback if idleEric Sandeen1-0/+1
2010-04-27module: fix __module_ref_addr()Mathieu Desnoyers1-1/+1
2010-04-27x86/PCI: irq and pci_ids patch for Intel Cougar Point DeviceIDsSeth Heasley1-0/+3