summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-04-08KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand1-2/+2
2017-03-30usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirkSamuel Thibault1-0/+6
2017-03-26scsi: libiscsi: add lock around task lists to fix list corruption regressionChris Leech1-0/+1
2017-03-26give up on gcc ilog2() constant optimizationsLinus Torvalds1-11/+2
2017-03-26usb: core: hub: hub_port_init lock controller instead of busChris Bainbridge2-2/+2
2017-03-22uapi: fix linux/packet_diag.h userspace compilation errorDmitry V. Levin1-1/+1
2017-03-22dccp: fix use-after-free in dccp_feat_activate_valuesEric Dumazet1-0/+1
2017-03-22netlink: remove mmapped netlink supportFlorian Westphal2-0/+6
2017-03-18nfit, libnvdimm: fix interleave set cookie calculationDan Williams1-0/+2
2017-03-18tracing: Add #undef to fix compile errorRik van Riel1-0/+1
2017-03-15libceph: use BUG() instead of BUG_ON(1)Arnd Bergmann1-1/+1
2017-03-15nlm: Ensure callback code also checks that the files matchTrond Myklebust1-1/+2
2017-03-15target: Fix NULL dereference during LUN lookup + active I/O shutdownNicholas Bellinger1-0/+1
2017-03-12RDMA/core: Fix incorrect structure packing for booleansJason Gunthorpe1-3/+3
2017-03-12target: Fix multi-session dynamic se_node_acl double free OOPsNicholas Bellinger1-0/+1
2017-03-12target: Obtain se_node_acl->acl_kref during get_initiator_node_aclNicholas Bellinger1-0/+2
2017-03-12scsi: use 'scsi_device_from_queue()' for scsi_dhHannes Reinecke1-0/+1
2017-03-12iommu/vt-d: Fix some macros that are incorrectly specified in intel-iommuCQ Tang1-7/+7
2017-03-12ARM: at91: define LPDDR typesAlexandre Belloni1-0/+3
2017-02-18net: introduce device min_header_lenWillem de Bruijn1-0/+4
2017-02-18netlabel: out of bound access in cipso_v4_validate()Eric Dumazet1-0/+4
2017-02-18can: Fix kernel panic at security_sock_rcv_skbEric Dumazet1-4/+3
2017-02-14cpumask: use nr_cpumask_bits for parsing functionsTejun Heo1-4/+4
2017-02-09base/memory, hotplug: fix a kernel oops in show_valid_zones()Toshi Kani1-1/+2
2017-02-09percpu-refcount: fix reference leak during percpu-atomic transitionDouglas Miller1-2/+2
2017-02-04tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson1-1/+6
2017-02-01SUNRPC: cleanup ida information when removing sunrpc moduleKinglong Mee1-0/+1
2017-02-01nfs: Don't increment lock sequence ID after NFS4ERR_MOVEDChuck Lever1-1/+2
2017-01-19jump_labels: API for flushing deferred jump label updatesDavid Matlack1-0/+5
2017-01-15gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu1-2/+7
2017-01-12cred/userns: define current_user_ns() as a functionArnd Bergmann2-3/+4
2017-01-09IB/cma: Fix a race condition in iboe_addr_get_sgid()Bart Van Assche1-2/+4
2017-01-09cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg1-0/+11
2017-01-06exec: Ensure mm->user_ns contains the execed filesEric W. Biederman1-0/+1
2017-01-06ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman3-1/+2
2017-01-06mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman1-0/+1
2016-12-15hotplug: Make register and unregister notifier API symmetricMichal Hocko1-11/+4
2016-12-15can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde1-0/+1
2016-12-10constify iov_iter_count() and iter_is_iovec()Al Viro1-2/+2
2016-12-08PCI: Export pcie_find_root_portJohannes Thumshirn1-0/+14
2016-12-08kasan: update kasan_global for gcc 7Dmitry Vyukov1-1/+3
2016-12-02iommu/vt-d: Fix PASID table allocationDavid Woodhouse1-0/+1
2016-11-21tcp: take care of truncations done by sk_filter()Eric Dumazet2-1/+6
2016-11-21ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()Eli Cooper1-0/+1
2016-11-15udp: fix IP_CHECKSUM handlingEric Dumazet1-2/+2
2016-11-15net: add recursion limit to GROSabrina Dubroca1-1/+39
2016-11-15rtnetlink: Add rtnexthop offload flag to compare maskJiri Pirko1-1/+1
2016-11-15net/sched: act_vlan: Push skb->data to mac_header prior calling skb_vlan_*() ...Shmulik Ladkani1-0/+9
2016-11-15ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2-2/+2
2016-11-15net: avoid sk_forward_alloc overflowsEric Dumazet1-0/+10