summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-25ipvlan: Add the skb->mark as flow4's member to lookup routeGao Feng1-0/+1
2018-02-25scripts/kernel-doc: Don't fail with status != 0 if error encountered with -noneWill Deacon1-1/+1
2018-02-25sctp: only update outstanding_bytes for transmitted queue when doing prsctp_p...Xin Long1-2/+4
2018-02-25RDMA/cma: Make sure that PSN is not over max allowedMoni Shoua1-0/+1
2018-02-25i40iw: Correct ARP index maskMustafa Ismail1-1/+1
2018-02-25pinctrl: sunxi: Fix A64 UART mux valueAndre Przywara1-1/+1
2018-02-25pinctrl: sunxi: Fix A80 interrupt pin bankAndre Przywara1-3/+3
2018-02-25media: s5k6aa: describe some function parametersMauro Carvalho Chehab1-0/+5
2018-02-25perf bench numa: Fixup discontiguous/sparse numa nodesSatheesh Rajendran1-5/+51
2018-02-25perf top: Fix window dimensions change handlingJiri Olsa1-3/+12
2018-02-25ARM: dts: am437x-cm-t43: Correct the dmas property of spi0Peter Ujfalusi1-2/+2
2018-02-25ARM: dts: am4372: Correct the interrupts_properties of McASPPeter Ujfalusi1-2/+4
2018-02-25ARM: dts: logicpd-somlv: Fix wl127x pinmuxAdam Ford1-5/+9
2018-02-25ARM: dts: logicpd-som-lv: Fix gpmc addresses for NAND and enetAdam Ford2-2/+3
2018-02-25ARM: dts: Fix omap4 hang with GPS connected to USB by using wakeupgenTony Lindgren1-2/+0
2018-02-25ARM: AM33xx: PRM: Remove am33xx_pwrdm_read_prev_pwrst functionKeerthy1-12/+0
2018-02-25ARM: OMAP2+: Fix SRAM virt to phys translation for save_secure_ram_contextTony Lindgren5-35/+31
2018-02-25usb: build drivers/usb/common/ when USB_SUPPORT is setRandy Dunlap1-0/+1
2018-02-25usbip: keep usbip_device sockfd state in sync with tcp_socketShuah Khan2-0/+5
2018-02-25staging: iio: ad5933: switch buffer mode to softwareAlexandru Ardelean1-3/+1
2018-02-25staging: iio: adc: ad7192: fix external frequency settingAlexandru Ardelean1-8/+19
2018-02-25binder: check for binder_thread allocation failure in binder_poll()Eric Biggers1-0/+2
2018-02-25staging: android: ashmem: Fix a race condition in pin ioctlsBen Hutchings1-8/+11
2018-02-25dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lockPaolo Abeni1-29/+33
2018-02-25arm64: dts: add #cooling-cells to CPU nodesArnd Bergmann1-0/+2
2018-02-25ARM: 8743/1: bL_switcher: add MODULE_LICENSE tagArnd Bergmann1-0/+4
2018-02-25video: fbdev/mmp: add MODULE_LICENSEArnd Bergmann1-0/+5
2018-02-25ASoC: ux500: add MODULE_LICENSE tagArnd Bergmann2-0/+9
2018-02-25crypto: hash - prevent using keyed hashes without setting keyEric Biggers5-60/+75
2018-02-25crypto: hash - annotate algorithms taking optional keyEric Biggers13-9/+26
2018-02-25net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn1-1/+1
2018-02-25rds: tcp: atomically purge entries from rds_tcp_conn_list during netns deleteSowmini Varadhan2-2/+8
2018-02-25netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insertCong Wang1-5/+17
2018-02-25netfilter: xt_cgroup: initialize info->priv in cgroup_mt_check_v1()Cong Wang1-0/+1
2018-02-25netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni4-29/+26
2018-02-25netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()Dmitry Vyukov1-3/+13
2018-02-25netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}Eric Dumazet1-0/+6
2018-02-25netfilter: x_tables: fix int overflow in xt_alloc_table_info()Dmitry Vyukov1-3/+1
2018-02-25kcov: detect double association with a single taskDmitry Vyukov1-2/+2
2018-02-25KVM: x86: fix escape of guest dr6 to the hostWanpeng Li1-0/+6
2018-02-25blk_rq_map_user_iov: fix error overrideDouglas Gilbert1-2/+2
2018-02-25staging: android: ion: Switch from WARN to pr_warnLaura Abbott1-1/+3
2018-02-25staging: android: ion: Add __GFP_NOWARN for system contig heapLaura Abbott1-1/+1
2018-02-25crypto: x86/twofish-3way - Fix %rbp usageEric Biggers1-52/+60
2018-02-25selinux: skip bounded transition processing if the policy isn't loadedPaul Moore1-0/+3
2018-02-25selinux: ensure the context is NUL terminated in security_context_to_sid_core()Paul Moore1-10/+8
2018-02-25Provide a function to create a NUL-terminated string from unterminated dataDavid Howells2-0/+25
2018-02-25ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZEJason Wang1-0/+2
2018-02-25drm: Require __GFP_NOFAIL for the legacy drm_modeset_lock_allChris Wilson1-1/+1
2018-02-25blktrace: fix unlocked registration of tracepointsJens Axboe1-10/+22